Web based localization tool with tight version control integration. https://weblate.org/
Find a file
Michal Čihař 58da2d87cb Release today
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-02-19 14:04:11 +01:00
.openshift Added OpenShift configuration. 2014-11-02 14:57:59 +01:00
appliance Need manual syslog startup (the systemd wrapper shiped in openSUSE 12.3 does not work) 2013-08-01 14:13:59 +02:00
ci Use standard cache location for pip 2015-02-11 15:37:50 +01:00
docs Release today 2015-02-19 14:04:11 +01:00
examples Adjust example to current API 2015-01-08 11:58:43 +01:00
graphics Add 1024x1024 logo 2014-11-25 14:47:16 +01:00
locale Update po files 2015-02-17 10:19:01 +01:00
openshift Some pep8 cleanups 2015-02-17 11:05:31 +01:00
scripts Update year 2015-01-05 16:29:18 +01:00
weblate Avoid accessing private members 2015-02-19 13:01:25 +01:00
.coveragerc Fix openshift exclude 2014-11-14 11:41:36 +01:00
.gitattributes Add files used for appliance setup 2012-04-18 13:23:11 +02:00
.gitignore Use single data directory 2014-12-02 11:27:44 +01:00
.landscape.yaml No need to ignore this file 2014-11-24 11:35:00 +01:00
.pep8 Add pep8 configuration 2013-02-21 10:55:53 +01:00
.scrutinizer.yml Another missing package 2014-08-28 09:00:06 +02:00
.travis.yml Switch to official alpha release for Django 1.8 testing 2015-02-17 11:34:12 +01:00
ChangeLog Add symlink to changes 2012-03-07 15:43:27 +01:00
CONTRIBUTING.md Better formatting 2013-07-09 11:32:50 +02:00
COPYING Add license 2012-02-29 20:19:54 +01:00
INSTALL Fixed INSTALL symlink (fixes #428) 2013-12-17 07:59:47 +01:00
manage.py Update year 2015-01-05 16:29:18 +01:00
MANIFEST.in Convert README to rst (for pypi compatibility) 2014-08-27 08:57:59 +02:00
pylint.rc Cleanup pylint configuration 2014-11-24 14:19:26 +01:00
README.rst Use new SVG badge 2015-01-14 14:07:50 +01:00
requirements-django-1.6.txt Split out Django 1.6 deps as most people will not need it 2014-11-14 09:30:07 +01:00
requirements-optional.txt Install pyuca from git 2014-12-05 15:10:20 +01:00
requirements.txt Do not install Whoosh 2.6.0, it seems to be broken 2014-11-13 14:09:29 +01:00
setup.py Wrap long line 2015-01-13 14:00:26 +01:00
shippable.yml Simplify script 2014-11-13 12:57:29 +01:00
tox.ini Basic tox support 2014-07-30 16:32:34 +02:00
weblate.spec Setting version to 2.2 2014-12-10 10:12:31 +01:00

Weblate
=======

.. image:: https://travis-ci.org/nijel/weblate.svg
    :alt: Build status
    :target: https://travis-ci.org/nijel/weblate

.. image:: https://hosted.weblate.org/widgets/weblate/-/svg-badge.svg
    :alt: Translation status
    :target: https://hosted.weblate.org/engage/weblate/?utm_source=widget

.. image:: https://coveralls.io/repos/nijel/weblate/badge.svg
    :alt: Coverage Status
    :target: https://coveralls.io/r/nijel/weblate?branch=master

.. image:: https://landscape.io/github/nijel/weblate/master/landscape.png
    :alt: Code Health
    :target: https://landscape.io/github/nijel/weblate/master

.. image:: https://www.codacy.com/project/badge/394a22d396414d48abb6a85054f4415e
    :alt: Codacy Badge
    :target: https://www.codacy.com/public/michal_2/weblate

.. image:: https://www.bountysource.com/badge/tracker?tracker_id=253393
    :alt: Bountysource
    :target: https://www.bountysource.com/trackers/253393-weblate?utm_source=253393&utm_medium=shield&utm_campaign=TRACKER_BADGE

.. image:: http://api.flattr.com/button/flattr-badge-large.png
    :alt: Flattr this
    :target: http://flattr.com/thing/571085/Weblate

Weblate is a free web-based translation tool with tight version control
integration. It features simple and clean user interface, propagation of
translations across components within a project, quality checks and automatic
linking to source files.

Weblate has it's website at http://weblate.org/.

Features
--------

* Easy web based translation
* Propagation of translations across components (eg. branches) within projects
* Tight VCS integration - every change is represented by version control commit
* Usage of Django's admin interface
* Upload and automatic merging of po files
* Links to source files for context
* Message quality checks
* Tunable access control
* Wide range of supported translation formats (Gettext, Qt, Java, Windows, Symbian and more)
* Supports Git and Mercurial

Documentation
-------------

Detailed documentation is available in ``docs`` directory in the sources.

The documentation can be also viewed online on
http://docs.weblate.org/.

Installation
------------

Installation and setup instructions are provided in our manual, check
quick setup guide:

http://docs.weblate.org/en/latest/admin/quick.html

Bugs
----

Please report bugs to https://github.com/nijel/weblate/issues.

License
-------

Copyright (C) 2012 - 2015 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/.