Labs/Joey: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
== What is Joey ==
== What is Joey ==


Joey is a server, Firefox addon, and java midlet that allow you to pass data from your Firefox browser to cell phone.  
Joey is a server, Firefox add-on, and java midlet that allow you to pass data from your Firefox browser to cell phone.  


=== What are the goals of Joey ===
=== What are the goals of Joey ===

Revision as of 17:36, 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.

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.


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)