Labs/Joey: Difference between revisions
(→Joey!) |
|||
Line 20: | Line 20: | ||
Mozilla Server | Mozilla Server | ||
* Short write-up of what this does | |||
[http://wiki.mozilla.org/Labs/Joey/server/functional] | |||
Mobile Clients | Mobile Clients | ||
* Short write-up of what this should do. [http://wiki.mozilla.org/Labs/Joey/client/functional] | * Short write-up of what this should do. [http://wiki.mozilla.org/Labs/Joey/client/functional] | ||
== Developer Info == | == Developer Info == |
Revision as of 17:49, 30 January 2007
Joey!
What is Joey
Joey is a server, Firefox add-on, and java midlet that allow you to pass data from your Firefox browser to cell phone.
The objective of this effort is to provide a virtual cloud allowing Mozilla users to upload content from the browser to a server and finally be able to access the the content from a phone or other mobile device. The server may do fetching, processing, transcoding, etc of content to ensure that it is in the right format for the mobile client.
What are the goals of Joey
Provide useful meta data (e.g. text clippings, saved photos, some subset of microsummaries) to a Firefox user via their mobile phone
Users can examine and manage this meta data from within Firefox
Allow third party developers to build addons taking advantage of this system.
Joey Pieces
Firefox Addon
Mozilla Server
- Short write-up of what this does
Mobile Clients
- Short write-up of what this should do. [2]
Developer Info
Wanna help out? Great! You can start by checking out the code. Happily accepting patches.
Source code
You can view our source code online here:
http://svn.mozilla.org/labs/joey/trunk/
Or check it out here:
svn co http://svn.mozilla.org/labs/joey/trunk
Organization
Server Code:
server/db - schema and db related files.
server/runner - microsummary processor
server/site - web site front end
server/webservice - web service (xmlrpc) api support
Firefox Extension:
addons/ff
Clients:
clients/j2me (coming soon. working out the license. Using kxml/kxmlrpc which is GPL, and we are hoping to tri-license this code)