Development of Frescobaldi
Frescobaldi is developed in Googlecode's Subversion repository. It is Free Software under the GNU General Public License (GPL). You are welcome to help find bugs and add features or translations.
Bugs and translations
If you find a bug, please report it in our issue tracker (if it hasn't been reported already). If you want to translate Frescobaldi to your own language, please read the file README-translations.
Feature requests
Feature requests and wishes can also be posted to the issue tracker. Just set the "Type" field to "Enhancement".
Source code
If you want to check-out the source code to help develop Frescobaldi, it is recommended that you use the latest source code from the Subversion repository. You can get the source code by installing Subversion on your own machine and then entering the following commands.
- To get the development branch (needs Python 2.6):
svn checkout http://lilykde.googlecode.com/svn/trunk/frescobaldi
cd frescobaldi
svn checkout http://lilykde.googlecode.com/svn/branches/frescobaldi/frescobaldi-1.0
cd frescobaldi-1.0
The file README-development contains more information about the layout of the source code. If you want to add your changes to Frescobaldi, please send a patch to the mailing list or author address. Use the following command to create a patch with your changes against a fresh svn checkout:
svn diff > mypatch.diff
It is not necessary to send updated translations as patches.
See lilykde.googlecode.com for more information.
Nederlandse versie | Last modified: 26 dec 2008