Labs/Joey: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 16: Line 16:
== Developer Info ==
== Developer Info ==


Wanna help out?  Great!
Wanna help out?  Great! You can start by checking out the code.  Happily accepting patches.
 


=== Source code ===
=== Source code ===
Line 28: Line 29:
svn co http://svn.mozilla.org/labs/joey/trunk
svn co http://svn.mozilla.org/labs/joey/trunk


Organization:
==== 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:


db - schema and db related files.
addons/ff


runner - microsummary processor 


site - web site front end
Clients:


webservice - web service (xmlrpc) api support
clients/j2me (coming soon.  working out the license.  Using kxml/kxmlrpc which is GPL, and we are hoping to tri-license this code)

Revision as of 16:19, 30 January 2007

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.

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)