Version personnalisée de ConverseJS pour le Chapril https://github.com/conversejs/converse.js
Go to file
2012-03-01 15:54:44 +01:00
html Move messages to content for proper alignment 2012-03-01 15:06:43 +01:00
lang Order languages by name 2012-03-01 14:10:57 +01:00
media Focus editor on page load 2012-03-01 11:54:31 +01:00
trans Handle when source is not plain ascii 2012-03-01 15:54:44 +01:00
__init__.py Start of Django app 2012-02-27 09:49:20 +01:00
.gitignore Ignore repos dir 2012-02-27 15:54:06 +01:00
COPYING Add license 2012-02-29 20:19:54 +01:00
manage.py Start of Django app 2012-02-27 09:49:20 +01:00
README.rst Cleanup 2012-02-29 20:20:31 +01:00
settings.py Make login work 2012-02-29 15:03:45 +01:00
urls.py Make login work 2012-02-29 15:03:45 +01:00

Weblate
=======

Weblate is web based translation tool. It is based on translate-toolkit and
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.

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
* Links to source files for context

Requirements
------------

Django
    https://www.djangoproject.com/
Translate-toolkit
    http://translate.sourceforge.net/wiki/toolkit/index
GitPython (>= 0.3)
    http://gitorious.org/projects/git-python/

Project name
------------

The project is named as mixture of words web and translate.

Authors
-------

This tool was written by Michal Čihař <michal@cihar.com>.

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
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.