Commit 7c6922c6 authored by Michal Čihař's avatar Michal Čihař

Convert README to rst (for pypi compatibility)

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent bf4eeabd
include COPYING include COPYING
include ChangeLog include ChangeLog
include README.md include README.rst
recursive-include weblate/accounts *.py recursive-include weblate/accounts *.py
recursive-include weblate/lang *.py recursive-include weblate/lang *.py
recursive-include weblate/trans *.py recursive-include weblate/trans *.py
......
# Weblate Weblate
=======
[![Build Status](https://travis-ci.org/nijel/weblate.svg)](https://travis-ci.org/nijel/weblate) .. image:: https://travis-ci.org/nijel/weblate.svg
[![Coverage Status](https://img.shields.io/coveralls/nijel/weblate.svg)](https://coveralls.io/r/nijel/weblate?branch=master) :alt: Build status
[![Translation status](http://l10n.cihar.com/widgets/weblate-shields-badge.svg)](https://l10n.cihar.com/engage/weblate/?utm_source=widget) :target: https://travis-ci.org/nijel/weblate
[![Code Health](https://landscape.io/github/nijel/weblate/master/landscape.png)](https://landscape.io/github/nijel/weblate/master)
[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=253393)](https://www.bountysource.com/trackers/253393-weblate?utm_source=253393&utm_medium=shield&utm_campaign=TRACKER_BADGE) .. image:: http://l10n.cihar.com/widgets/weblate-shields-badge.svg
[![tip for next commit](http://tip4commit.com/projects/497.svg)](http://tip4commit.com/projects/497) :alt: Translation status
:target: https://l10n.cihar.com/engage/weblate/?utm_source=widget
.. image:: https://img.shields.io/coveralls/nijel/weblate.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.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
Weblate is a free web-based translation tool with tight Git integration. It Weblate is a free web-based translation tool with tight Git integration. It
features simple and clean user interface, propagation of translations across features simple and clean user interface, propagation of translations across
...@@ -14,7 +27,8 @@ subprojects, quality checks and automatic linking to source files. ...@@ -14,7 +27,8 @@ subprojects, quality checks and automatic linking to source files.
Weblate has it's website at http://weblate.org/. Weblate has it's website at http://weblate.org/.
## Features Features
--------
* Easy web based translation * Easy web based translation
* Propagation of translations across sub-projects (for different branches) * Propagation of translations across sub-projects (for different branches)
...@@ -26,25 +40,29 @@ Weblate has it's website at http://weblate.org/. ...@@ -26,25 +40,29 @@ Weblate has it's website at http://weblate.org/.
* Tunable access control * Tunable access control
* Wide range of supported translation formats (Gettext, Qt, Java, Windows, Symbian and more) * Wide range of supported translation formats (Gettext, Qt, Java, Windows, Symbian and more)
## Documentation Documentation
-------------
Detailed documentation is available in **docs** directory in the sources. Detailed documentation is available in **docs** directory in the sources.
The documentation can be also viewed online on The documentation can be also viewed online on
http://docs.weblate.org/. http://docs.weblate.org/.
## Installation Installation
------------
Installation and setup instructions are provided in our manual, check Installation and setup instructions are provided in our manual, check
quick setup guide: quick setup guide:
http://docs.weblate.org/en/latest/admin/quick.html http://docs.weblate.org/en/latest/admin/quick.html
## Bugs Bugs
----
Please report bugs to https://github.com/nijel/weblate/issues. Please report bugs to https://github.com/nijel/weblate/issues.
## License License
-------
Copyright (C) 2012 - 2014 Michal Čihař michal@cihar.com Copyright (C) 2012 - 2014 Michal Čihař michal@cihar.com
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
import os import os
from setuptools import setup from setuptools import setup
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme: with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read() README = readme.read()
# allow setup.py to be run from any path # allow setup.py to be run from any path
......
...@@ -70,7 +70,7 @@ cp -a . %{buildroot}/%{WLDIR} ...@@ -70,7 +70,7 @@ cp -a . %{buildroot}/%{WLDIR}
# We ship this separately # We ship this separately
rm -rf %{buildroot}/%{WLDIR}/docs rm -rf %{buildroot}/%{WLDIR}/docs
rm -f %{buildroot}/%{WLDIR}/README.md \ rm -f %{buildroot}/%{WLDIR}/README.rst \
%{buildroot}/%{WLDIR}/ChangeLog \ %{buildroot}/%{WLDIR}/ChangeLog \
%{buildroot}/%{WLDIR}/COPYING \ %{buildroot}/%{WLDIR}/COPYING \
%{buildroot}/%{WLDIR}/INSTALL %{buildroot}/%{WLDIR}/INSTALL
...@@ -105,7 +105,7 @@ rm -rf %{buildroot} ...@@ -105,7 +105,7 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc docs/_build/html %doc docs/_build/html
%doc README.md %doc README.rst
%config(noreplace) /%{_sysconfdir}/weblate %config(noreplace) /%{_sysconfdir}/weblate
%config(noreplace) /%{_sysconfdir}/apache2 %config(noreplace) /%{_sysconfdir}/apache2
%{WLDIR} %{WLDIR}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment