Paroli

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Documentation)
Line 1: Line 1:
Paroli is an integrated phone application based on [[Tichy]] (and so also written in python).
+
In a few words one could say: paroli is a new approach to application development on the openmoko phones.
 +
Paroli is based on top of the fso framework and enables the use of it via a core and several services.
  
[[Image:Paroli-dialer.png|thumb|Paroli dialer]]
+
For more information please visit [http://www.paroli-project.org/ our website]
  
 
== Getting the sources ==
 
== Getting the sources ==
  
paroli has been merged into tichy, so the sources can be found on tichy git repository :
+
  git clone http://git.paroli-project.org/paroli.git/
 
+
  git clone git://git.openmoko.org/git/tichy
+
 
+
Or, if you have access to the git machine and want to commit :
+
 
+
git clone ssh://git@git.openmoko.org/var/cache/git/tichy.git
+
 
+
 
+
== Documentation ==
+
 
+
Most documentation can be found in tichy/paroli repository, in the doc directory.
+
To get started with paroli it is suggested to have a look at those files first :
+
 
+
* [http://git.openmoko.org/?p=tichy.git;a=blob;f=README; Tichy README file]
+
* [http://git.openmoko.org/?p=tichy.git;a=blob;f=doc/internal.txt Tichy internal doc]
+
* [http://git.openmoko.org/?p=tichy.git;a=blob;f=doc/ClassDiagram.svg Tichy UML diagram]
+
 
+
The full documentation for tichy library can be generated using epydoc (see the README file)
+
  
 
[[Category:FSO]]
 
[[Category:FSO]]

Revision as of 21:37, 11 January 2009

In a few words one could say: paroli is a new approach to application development on the openmoko phones. Paroli is based on top of the fso framework and enables the use of it via a core and several services.

For more information please visit our website

Getting the sources

git clone http://git.paroli-project.org/paroli.git/
Personal tools

In a few words one could say: paroli is a new approach to application development on the openmoko phones. Paroli is based on top of the fso framework and enables the use of it via a core and several services.

For more information please visit our website

Getting the sources

git clone http://git.paroli-project.org/paroli.git/