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 ChangeLog
include README.md
include README.rst
recursive-include weblate/accounts *.py
recursive-include weblate/lang *.py
recursive-include weblate/trans *.py
......
# Weblate
Weblate
=======
[![Build Status](https://travis-ci.org/nijel/weblate.svg)](https://travis-ci.org/nijel/weblate)
[![Coverage Status](https://img.shields.io/coveralls/nijel/weblate.svg)](https://coveralls.io/r/nijel/weblate?branch=master)
[![Translation status](http://l10n.cihar.com/widgets/weblate-shields-badge.svg)](https://l10n.cihar.com/engage/weblate/?utm_source=widget)
[![Code Health](https://landscape.io/github/nijel/weblate/master/landscape.png)](https://landscape.io/github/nijel/weblate/master)
.. image:: https://travis-ci.org/nijel/weblate.svg
:alt: Build status
:target: https://travis-ci.org/nijel/weblate
[![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)
[![tip for next commit](http://tip4commit.com/projects/497.svg)](http://tip4commit.com/projects/497)
.. image:: http://l10n.cihar.com/widgets/weblate-shields-badge.svg
: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
features simple and clean user interface, propagation of translations across
......@@ -14,7 +27,8 @@ subprojects, quality checks and automatic linking to source files.
Weblate has it's website at http://weblate.org/.
## Features
Features
--------
* Easy web based translation
* Propagation of translations across sub-projects (for different branches)
......@@ -26,25 +40,29 @@ Weblate has it's website at http://weblate.org/.
* Tunable access control
* 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.
The documentation can be also viewed online on
http://docs.weblate.org/.
## Installation
Installation
------------
Installation and setup instructions are provided in our manual, check
quick setup guide:
http://docs.weblate.org/en/latest/admin/quick.html
## Bugs
Bugs
----
Please report bugs to https://github.com/nijel/weblate/issues.
## License
License
-------
Copyright (C) 2012 - 2014 Michal Čihař michal@cihar.com
......
......@@ -22,7 +22,7 @@
import os
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()
# allow setup.py to be run from any path
......
......@@ -70,7 +70,7 @@ cp -a . %{buildroot}/%{WLDIR}
# We ship this separately
rm -rf %{buildroot}/%{WLDIR}/docs
rm -f %{buildroot}/%{WLDIR}/README.md \
rm -f %{buildroot}/%{WLDIR}/README.rst \
%{buildroot}/%{WLDIR}/ChangeLog \
%{buildroot}/%{WLDIR}/COPYING \
%{buildroot}/%{WLDIR}/INSTALL
......@@ -105,7 +105,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc docs/_build/html
%doc README.md
%doc README.rst
%config(noreplace) /%{_sysconfdir}/weblate
%config(noreplace) /%{_sysconfdir}/apache2
%{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