xmpp.chapril.org-conversejs/README.rst

60 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2012-02-27 10:32:31 +01:00
Weblate
=======
Weblate is web based translation tool. It is based on translate-toolkit and
2012-02-27 10:32:31 +01:00
heavily uses git backed to store project.
Project goals
-------------
Minimalistic web based translation with direct commit to git on each
translation made. There is no plan in heavy conflict resolution as these
should be primarily handled on git side.
2012-02-27 10:42:08 +01:00
Planned features
----------------
* Easy web based translation
* Propagation of translations accross sub-projects (for different branches)
* Tight git integration
* Usage of Django's admin interface
* Upload and automatic merging of po files
2012-02-28 16:05:28 +01:00
* Links to source files for context
2012-02-27 10:42:08 +01:00
2012-02-27 10:32:31 +01:00
Requirements
------------
2012-02-27 10:34:20 +01:00
Django
https://www.djangoproject.com/
Translate-toolkit
http://translate.sourceforge.net/wiki/toolkit/index
2012-02-27 13:34:38 +01:00
GitPython (>= 0.3)
2012-02-27 12:05:39 +01:00
http://gitorious.org/projects/git-python/
2012-02-27 10:35:15 +01:00
2012-02-29 09:58:48 +01:00
Project name
------------
The project is named as mixture of words web and translate.
2012-02-27 10:35:15 +01:00
Authors
-------
This tool was written by Michal Čihař <michal@cihar.com>.
2012-02-29 20:19:54 +01:00
License
-------
Copyright (C) 2012 Michal Čihař <michal@cihar.com>
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
2012-02-29 20:20:31 +01:00
PARTICULAR PURPOSE. See the GNU General Public License for more details.
2012-02-29 20:19:54 +01:00
You should have received a copy of the GNU General Public License along with
2012-02-29 20:20:31 +01:00
this program. If not, see <http://www.gnu.org/licenses/>.