Difference between revisions of "School Server/RIT/File Distribution System"

From Sugar Labs
Jump to navigation Jump to search
m (→‎Status: spacing fix)
(Stylize)
Line 33: Line 33:
 
*Disk quota for user accounts
 
*Disk quota for user accounts
 
===Mile Stones===
 
===Mile Stones===
#Ability to upload a file with browser
+
{|border=1
#Tag files from browser
+
|-
#Organize files by tags
+
|Ability to upload a file with browser||<font color="green">Completed</font>
#API for upload/download/manage files
+
|-
#Add admin accounts
+
|Organize files by tags||In Progress
#*Manage files as admins
+
|-
#Add user accounts
+
|Tag files from browser||<font color="red">Pending</font>
#*Allow non-admins files
+
|-
 
+
|API for upload/download/manage files||<font color="red">Pending</font>
 +
|-
 +
|Add admin accounts
 +
*Manage files as admins
 +
|<font color="red">Pending</font>
 +
|-
 +
|Add user accounts
 +
*Allow non-admins files
 +
|<font color="red">Pending</font>
 +
|-
 +
|}
 
==Client==
 
==Client==
  

Revision as of 12:59, 22 October 2009

An alternative to extending e-book readers - a file distribution system for the server and a client for the XO. The goal of this project is to build an easy system to host files on the server that can be downloaded using the browser activity and possibly a file distribution downloader activity.

This project is broken into two sections, a server and the client.

Project Status

Code

The code can be found at http://gitorious.org/jlew/xs-file-distro

Status

Server: Under development
Client: Pending

Active Project Members

Justin Lewis

Server

The server will be a php script that will act as a file library for the XO Server (XS). The goal of this script is to build sever that will act as the back end for an application on the XO PCs that will allow a central file library.

Technologies

Proposed Features

  • Upload/Download/Browse API as well as web browser access.
  • All files will have searchable meta-data
  • Files will be organized by tags which can be filtered
  • Admins:
    • Add/Delete/Edit files
    • Configure admin and set basic permissions of users
  • Normal Users
    • Have public file upload directory
    • May manage their own files

Future Features

  • Disk quota for user accounts

Mile Stones

Ability to upload a file with browser Completed
Organize files by tags In Progress
Tag files from browser Pending
API for upload/download/manage files Pending
Add admin accounts
  • Manage files as admins
Pending
Add user accounts
  • Allow non-admins files
Pending

Client

Technologies

Proposed Features

Future Features

Mile Stones