= Source Code Repositories = The current development is managed using the [http://www.selenic.com/mercurial/ Mercurial revision control system]. The main repositories are the followings. == Core LEMON repositories == - http://lemon.cs.elte.hu/hg/lemon This repository contains everything, both the main branch and the 1.0 release branch (and it will contain all further release branches). This is the repository you can browse from this web page. There is a pull-down menu for choosing a branch or a tagged revision (release 1.0 is tagged with {{{r1.0}}}). - http://lemon.cs.elte.hu/hg/lemon-main This repository is equivalent to http://lemon.cs.elte.hu/hg/lemon#default, i.e. it contains only the main development branch. For a mainline development, it is probably the best to use this repository. - [http://lemon.cs.elte.hu/hg/lemon-1.2][[BR]] [http://lemon.cs.elte.hu/hg/lemon-1.1][[BR]] [http://lemon.cs.elte.hu/hg/lemon-1.0] These are the release branches, they are equivalent to http://lemon.cs.elte.hu/hg/lemon#1.0 etc. You should use them if you want to fix a bug in a released version of LEMON. == Associated projects == - [http://lemon.cs.elte.hu/hg/lemon-project-template] This is a template repository for any project using or extending LEMON. For more information see [wiki:ProjectTemplate this page]. - [http://lemon.cs.elte.hu/hg/glemon] a graphical `.lgf` file editor. - [http://lime.cs.elte.hu/~alpar/hg/hgwebdir.cgi/pylemon/] a Language Binding for [http://python.org Python]. It is still in its infancy, to say the least. == Old stuff == - http://lemon.cs.elte.hu/svn/lemon This is the SVN trunk repository of the 0.x series. For historical purposes only.