summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-08 10:07:44 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-08 10:07:44 +0200
commit1c091157ba02f3ea18f93bbfe962746ba788ba11 (patch)
tree504b1e3460e9c9de9dbaebb1a019762119bfd950 /README.rst
parentb50b4590246cebf021d14cad945018ddb7505691 (diff)
downloadbabel-1c091157ba02f3ea18f93bbfe962746ba788ba11.tar.gz
README: Rename to rst
Converted with pandoc. This way it should be shown on PyPI correctly too. Fixes https://github.com/python-babel/babel/issues/376
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..c708f9d
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,24 @@
+About Babel
+===========
+
+Babel is a Python library that provides an integrated collection of
+utilities that assist with internationalizing and localizing Python
+applications (in particular web-based applications.)
+
+Details can be found in the HTML files in the ``docs`` folder.
+
+For more information please visit the Babel web site:
+
+http://babel.pocoo.org/
+
+Join the chat at https://gitter.im/python-babel/babel
+
+Contributing to Babel
+=====================
+
+If you want to contribute code to Babel, please take a look at our
+`CONTRIBUTING.md <https://github.com/python-babel/babel/blob/master/CONTRIBUTING.md>`__.
+
+If you know your way around Babels codebase a bit and like to help
+further, we would appreciate any help in reviewing pull requests. Please
+contact us at https://gitter.im/python-babel/babel if you're interested!