Project Elevate

Valid XHTML 1.1!

Valid CSS!

Sourceforge.net Logo

Developers Information

The bleeding edje code of Project elevate is offered via the Subversion Interface of sourceforge. Use this command (should be a single line in the terminal).

svn co https://elevate.svn.sourceforge.net/svnroot/elevate/trunk elevate

to get the latest code. You can also browse the latest code.

Currently Elevate depends on the following:

  • Glib from gtk+ project
  • Cairo graphics
  • sqlite3

While the main code is written in C you need to be familiar with glib development. If you have programmed gtk/gnome applications you are good to go. Otherwise you can find more information in the GTK+ site. Browse the Glib 2.0 api to get the basic concepts. Cairo Documentation is also available for your viewing pleasure.