School Server/RIT/File Distribution System: Difference between revisions

Jlew (talk | contribs)
Jlew (talk | contribs)
No edit summary
Line 4: Line 4:


==Project Status==
==Project Status==
The server is a php script, this is designed to be a quick prototype/test of concept.  In the future, it may be converted into a stand alone python server with little or no setup configuration.  Please feel free to comment on the discussion page if you think this would be a valuable move, or to just leave it as a php script on the server.
===Code===
===Code===
The code can be found at [http://gitorious.org/jlew/xs-file-distro http://gitorious.org/jlew/xs-file-distro]
The code can be found at [http://gitorious.org/jlew/xs-file-distro http://gitorious.org/jlew/xs-file-distro]
Line 19: Line 20:
*PHP
*PHP
**[http://codeigniter.com Codeigniter Framework]
**[http://codeigniter.com Codeigniter Framework]
*MySql
*An sql engine.  (built on mysql, tested on mysql and postgresql)
===Proposed Features===
===Proposed Features===
*Upload/Download/Browse API as well as web browser access.
*Upload/Download/Browse API as well as web browser access.
Line 39: Line 40:
|Modify File Description||<font color="red">Pending</font>
|Modify File Description||<font color="red">Pending</font>
|-
|-
|Organize files by tags||In Progress
|Organize files by tags||<font color="green">Completed</font>
|-
|-
|Tag files from browser||<font color="green">Completed</font>
|Tag files from browser||<font color="green">Completed</font>