<%! title = "Development" uses_toc = True %> <%inherit file="/page.mako" />

If you want to have a look at the sourcecode, or even support the development with patches or similar, you are now on the correct page :).

${self.toc()} <%self:h2>Getting the source

Portato's sourcecode is managed with Git (dev-vcs/git) and is hosted on GitHub and on this very server. So you can chose the one you want to clone from:

<%self:hl lang="bash"> # either this git clone git://github.com/Necoro/portato.git # or that git clone git://necoro.eu/portato.git

You now should have a subdirectory portato/, which contains the sources. If you want to update it to reflect upstream changes, do:

<%self:hl lang="bash"> git pull

Sometimes you need to work on a specific version (for instance if you are translating). Then you need to check out the specific version branch:

<%self:hl lang="bash"> # replace '0.13' by the version you need git checkout -b 0.13 origin/0.13

For further information have a look at the Git documentation or search the webs. There are plenty of sources and guides out there.

<%self:h2>Filing a bug

You can do this in the bugtracker.

<%self:h2>Documentation

The code itself is documented (sometimes ^^). If you have questions, you can ask them via portato@necoro.net.

The software itself is not documented in any way. If you like to change this, drop me a mail :). I'd be glad.

<%self:h2>Wiki/Mailing-list/...

Not there (yet?). Are they really necessary?