Changes

Jump to navigation Jump to search
431 bytes added ,  20:36, 19 October 2009
no edit summary
Line 58: Line 58:  
====File Distribution System====
 
====File Distribution System====
 
An alternative to extending e-book readers -  a file distribution system for the server and a client for the XO.  
 
An alternative to extending e-book readers -  a file distribution system for the server and a client for the XO.  
*We initially tried to set up an nfs mount however, this did not work.
+
#We initially tried to set up an nfs mount however, this did not work.
*The file distribution system will be in two parts:  
+
#The file distribution system will be in two parts:  
#Some server code that will keep a database of files and metadata about each file; the server will be viewed from a standard web browser as well as have an api that will allow our client to download files over HTTP.  
+
##Some server code that will keep a database of files and metadata about each file; the server will be viewed from a standard web browser as well as have an api that will allow our client to download files over HTTP.  
***Some optional features could be to allow each person to have a public file store that others can browse.
+
##*Some optional features could be to allow each person to have a public file store that others can browse.
#The client side will be written in python; this app will ask the server for the file list and metadata, which will allows users to browse the files and any file they want they can click on and download - the downloaded file will show up in their journal.
+
##The client side will be written in python; this app will ask the server for the file list and metadata, which will allows users to browse the files and any file they want they can click on and download - the downloaded file will show up in their journal.
***This app would allow them to search for files or browse them in a more organized wat than the journal system and they will be able to download the files they want
+
##*This app would allow them to search for files or browse them in a more organized wat than the journal system and they will be able to download the files they want
 +
#The front end would be a simple python activity for the XO
 +
#There are three options for the back end:
 +
##PHP driven webpage using apache and some sort of SQL
 +
<br>+ Using existing server and database technology
 +
<br>+ Doesn't require app, can use browser to get files as well
 +
<br>- Requires apache + SQL + PHP support
 +
<br>+ Would be installed if they have Moodle anyways
 +
<br>+ Uses HTTP protocol, easy to implement in client
 +
##
 +
##
    
====Necessary Tasks====
 
====Necessary Tasks====
34

edits

Navigation menu