weblate/README.rst
codetriage-readme-bot 2a8091dffe Add CodeTriage badge to weblateorg/weblate
Adds a badge showing the number of people helping this repo on CodeTriage.

[![Open Source Helpers](https://www.codetriage.com/weblateorg/weblate/badges/users.svg)](https://www.codetriage.com/weblateorg/weblate)

## What is CodeTriage?

CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed

[Read more about the CodeTriage project](https://www.codetriage.com/what).

## Why am I getting this PR?

Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly 8 months ago, [nijel](https://github.com/nijel) added this project to CodeTriage in order to start contributing. Since then, 2 people have subscribed to help this repo.

## What does adding a badge accomplish?

Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project.

You can see an example of a CodeTriage badge on these popular OSS READMEs:

- [![](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails
- [![](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal

## Have a question or comment?

While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics.

If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again.

Thanks for making your project Open Source! Any feedback is greatly appreciated.
2018-02-13 10:26:02 -06:00

102 lines
3.6 KiB
ReStructuredText
Vendored

Weblate
=======
.. image:: https://travis-ci.org/WeblateOrg/weblate.svg
:alt: Build status
:target: https://travis-ci.org/WeblateOrg/weblate
.. image:: https://ci.appveyor.com/api/projects/status/92elnra2etjgfpc8/branch/master?svg=true
:target: https://ci.appveyor.com/project/nijel/weblate/branch/master
:alt: Build status
.. 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://codecov.io/gh/WeblateOrg/weblate/branch/master/graph/badge.svg
:alt: Codecov Coverage Status
:target: https://codecov.io/gh/WeblateOrg/weblate
.. image:: https://landscape.io/github/WeblateOrg/weblate/master/landscape.png
:alt: Code Health
:target: https://landscape.io/github/WeblateOrg/weblate/master
.. image:: https://api.codacy.com/project/badge/Grade/394a22d396414d48abb6a85054f4415e
:alt: Codacy Badge
:target: https://www.codacy.com/app/Weblate/weblate
.. image:: https://api.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:: https://bestpractices.coreinfrastructure.org/projects/552/badge
:alt: CII Best Practices
:target: https://bestpractices.coreinfrastructure.org/projects/552
.. image:: https://img.shields.io/pypi/v/Weblate.svg
:target: https://pypi.python.org/pypi/Weblate
.. image:: https://www.codetriage.com/weblateorg/weblate/badges/users.svg
:target: https://www.codetriage.com/weblateorg/weblate
.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
:alt: Documentation
:target: https://docs.weblate.org/
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 its website at https://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
https://docs.weblate.org/.
Installation
------------
Installation and setup instructions are provided in our manual, check
quick setup guide:
https://docs.weblate.org/en/latest/admin/quick.html
Bugs
----
Please report bugs to https://github.com/WeblateOrg/weblate/issues.
License
-------
Copyright (C) 2012 - 2018 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 https://www.gnu.org/licenses/.