Skip to content

Commit

Permalink
addition of framework for handling docular-plugins. They can be speci…
Browse files Browse the repository at this point in the history
…fied in the gruntfile and they will be pulled in via npm and scanned for ui files as well as controllers. This framework was tested against the docular-plugin-github npm package. The addition of the php files handles a similar scenario as the nodesever does to handler /controller/<pluginname>/<controller name>/<request>. The new server.js file uses express to simplify and make the request handling obvious. The .htaccess file was updated to route those calls appropriatlly in the php. This new plugin architecture requires php 5.3+ for those hosting on an apache server with php enabled
  • Loading branch information
gitsome committed Jun 12, 2013
1 parent ddbe057 commit a3ed6d5
Show file tree
Hide file tree
Showing 13 changed files with 589 additions and 341 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ tmp
.DS_Store
lib/webapp/resources/doc_api_resources/*
lib/webapp/documentation/*
lib/nodeserver/controller/*
lib/nodeserver/configs/*
lib/webapp/controller/*
lib/webapp/configs/*
lib/webapp/resources/docular-partials/*
index.html
node_modules/*
Expand Down
Loading

0 comments on commit a3ed6d5

Please sign in to comment.