Difference between revisions of "Silme:apps"
Jump to navigation
Jump to search
Zbraniecki (talk | contribs) (New page: === webtool === * install [http://www.djangoproject.com/ django] * pull mozpyl10n * enter ./www * prepare settings.py * python manage.py syncdb * python manage.py runserver === GUI tool ...) |
Zbraniecki (talk | contribs) m (Verbatim:apps moved to Silme:apps) |
(No difference)
|
Revision as of 05:38, 27 July 2008
webtool
- install django
- pull mozpyl10n
- enter ./www
- prepare settings.py
- python manage.py syncdb
- python manage.py runserver
GUI tool
- install QT4
- install PyQT4
- pull mozpyl10n
- enter ./gui/qt4
- python l10nObject.py
Command line tools
- make sure you have python 2.5 and python-xml package
- pull verbatim