Skip to content

Commit

Permalink
minor: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitris Glezos committed May 18, 2011
1 parent 5ac7f9e commit 6bd08b4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
21 changes: 21 additions & 0 deletions DEVELOPMENT.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Releasing
=========

To create a new release:

1. Update local rep and update the version in ``setup.py``::

$ hg pull -u
$ vim setup.py

2. Test::

$ python setup.py clean sdist
$ cd dist
$ tar zxf ...
$ cd transifex-client
...test

3. Package and upload on PyPI::

$ python setup.py clean sdist bdist_egg upload
28 changes: 5 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
Transifex Command-Line Tool
=============================

Check the full documentation at http://help.transifex.net/user-guide/client/client-0.4.html
The Transifex Command-line Client is a command line tool that enables you to easily manage your translations within a project without the need of an elaborate UI system.

You can use the command line client to easily create new resources, map locale files to translations and synchronize your Transifex project with your local repository and vice verca. Translators and localization managers can also use it to handle large volumes of translation files easily and without much hassle.

Check the full documentation at http://help.transifex.net/user-guide/client/


Installing
Expand All @@ -16,25 +20,3 @@ You can also install the `in-development version`_ of transifex-client with

.. _in-development version: http://code.indifex.com/transifex-client/get/tip.gz#egg=transifex-client-dev


Releasing
=========

To create a new release:

1. Update local rep and update the version in ``setup.py``::

$ hg pull -u
$ vim setup.py

2. Test::

$ python setup.py clean sdist
$ cd dist
$ tar zxf ...
$ cd transifex-client
...test

3. Package and upload on PyPI::

$ python setup.py clean sdist bdist_egg upload

0 comments on commit 6bd08b4

Please sign in to comment.