Developers

Lernid Development Page

Lernid is an Open Source project and welcomes patches and submissions to help improve it. This page outlines how you can get involved.

Programming

Getting The Source

Lernid uses Launchpad as it's development home. The main Lernid page is at https://www.launchpad.net/lernid

You can get the source with:

bzr branch lp:lernid

Running It

You can run Lernid by entering the lernid source directory that is created when you get the code and then run:

quickly run

Hacking On Lernid

Lernid uses the awesome Quickly framework to make development easier. You will need to install the quickly package to use this functionality:

sudo apt-get install quickly

You can now run the following commands inside the main lernid source directory:

Load all the source files into GEdit:

quickly edit

Run Lernid:

quickly run

Edit the Glade files used in Lernid:

quickly glade

Add a Glade dialog and source file:

quickly dialog SomethingDialog

Generate a local package:

quickly package

Testing

Getting The Source

Lernid uses Launchpad as it's development home. The main Lernid page is at https://www.launchpad.net/lernid

You can get the source with:

bzr branch lp:lernid

Running It

You can run Lernid by entering the lernid source directory that is created when you get the code and then run:

quickly run

Filing Bugs

If you bugs or problems, you should report them in the main Lernid Launchpad project. Go to https://bugs.launchpad.net/lernid/+filebug

Lernid/Developers (last edited 2009-12-24 11:49:05 by 88-107-163-3)