weblate/README.rst
Michal Čihař 3a104e4115 Use new SVG badge
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-01-14 14:07:50 +01:00

89 lines
3 KiB
ReStructuredText

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/.