Difference between revisions of "Silme"
Jump to navigation
Jump to search
Zbraniecki (talk | contribs) m (Projects:mozpyl10n moved to Verbatim) |
Zbraniecki (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | Verbatim is a library for L10n operations on Mozilla files written in Python (sic!). | |
The project currently has no name, and no stable anything, but it has a vision and some code already written. | The project currently has no name, and no stable anything, but it has a vision and some code already written. | ||
− | * WebSVN: [http://svn.braniecki.net/wsvn/ | + | * WebSVN: [http://svn.braniecki.net/wsvn/Verbatim/ http://svn.braniecki.net/wsvn/Verbatim/] |
− | You can download trunk from [http://svn.braniecki.net/ | + | You can download trunk from [http://svn.braniecki.net/verbatim http://svn.braniecki.net/verbatim] or current stage from [http://svn.braniecki.net/verbatim/tags/stage1 http://svn.braniecki.net/verbatim/tags/stage1]. |
== Usage == | == Usage == | ||
Line 29: | Line 29: | ||
* make sure you have python 2.5 and python-xml package | * make sure you have python 2.5 and python-xml package | ||
− | * pull | + | * pull verbatim |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Roadmap == | == Roadmap == | ||
− | For [[ | + | For [[Verbatim:stage2]]: |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 12:56, 19 May 2008
Verbatim is a library for L10n operations on Mozilla files written in Python (sic!).
The project currently has no name, and no stable anything, but it has a vision and some code already written.
You can download trunk from http://svn.braniecki.net/verbatim or current stage from http://svn.braniecki.net/verbatim/tags/stage1.
Usage
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
Roadmap
For Verbatim:stage2: