Development

We are always seeking for new developers and testers. In general you can do the following things to help MetaTheme project:

  1. testing in various environments
  2. creating a new theme
  3. improving toolkit backends
  4. creating a new toolkit backend

... or anything other including just talking about it. Any interest is welcomed. :)

Latest developer version

MetaTheme is developed using Monotone as a version control system.

If you want to download the latest developer version you must install Monotone and then do the following commands:

wget -q http://monotone.advel.cz/server-key.pub
monotone --db=metatheme.db db init
monotone --db=metatheme.db read < server-key.pub
monotone --key="" --db=metatheme.db pull shorty.advel.cz "cz.advel.metatheme*"
monotone --db=metatheme.db --branch=cz.advel.metatheme checkout metatheme

Then for subsequent updating:

cd metatheme
monotone pull
monotone update

For more informations please refer to the Monotone documentation.