OfficeShare - The mobile office suite
Home :: Features :: Development
Home page
The concept behind OfficeShare, was the idea that everone should be able to use an office suite, no matter where they are!
The entire suite is written as a server side program, with a web browser GUI. At present, this only works in Firefox, but with some code tweaking, it might work in IE6/IE7.
OfficeShare will, when completed, comprise of the following components:
SpreadShare - A spreadsheet application, with formulas, linked cells, and more...
Write&Share - A document writing application, supporting headings, fonts, and more...
PosterShare - A tool for creating posters, flyers, newsletters and more...
PresentationShare - A slideshow tool, with in-browser presentations and more...
DatabaseShare - A database utility, with SQL import and export ability and more...
Getting OfficeShare
Currently, only cjsrepos and web based repository access is provided.
To use cjsrepos, run the following command:
wget -O /usr/local/bin/cjsrepos http://repos.cjsoftuk.dyndns.org/cjsrepos && chmod +x /usr/local/bin/cjsrepos
Web based repository address: http://repos.cjsoftuk.dyndns.org/officeshare/
Checkout command: cjsrepos officeshare
The cvs command given above will check out EVERYTHING! To check out, only one component, use the following command:
cjsrepos officeshare-<component>
where <component> is one of spreadshare, writeshare, postershare, presentationshare or databaseshare.
Only that component will be downloaded.