From: yomguy Date: Fri, 23 Mar 2012 16:13:57 +0000 (+0100) Subject: fix rest doc for pypi X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=859e5b944227c229cc150d1b4b357d12f05cdc59;p=deefuzzer.git fix rest doc for pypi --- diff --git a/README.rst b/README.rst index 04e1e4a..606dad5 100644 --- a/README.rst +++ b/README.rst @@ -64,13 +64,13 @@ Please first install libshout3 and liblo from source OR libshout3-dev and liblo- Now, the easiest way to install the DeeFuzzer from a shell:: - sudo pip install deefuzzer + sudo pip install deefuzzer or:: - sudo easy_install deefuzzer + sudo easy_install deefuzzer -To install the DeeFuzzer from sources, download the last archive `here `_ or `here `_. +To install the DeeFuzzer from sources, download the last archive `there `_ Uncompress, go to the deefuzzer app directory and run install as root. For example:: @@ -84,7 +84,7 @@ Follow the related package list to install optional or recommended applications: * **optional**: python-twitter, python-liblo | pyliblo (>= 0.26) * **recommends**: icecast2, python-setuptools, stream-m -For more informations, please see https://github.com/yomguy/DeeFuzzer or twitt a message to @parisson_studio +For more informations, please see on `GitHub `_ or twitt a message to @parisson_studio Usage ===== @@ -116,9 +116,11 @@ or, more specificially:: XML Configuration ================= -As an example of a configuration file, see `this one `_ or `this one `_ for more infos on the markup parameters. +Some examples of markup configuration files: -OGG Vorbis and MP3 together, see `this one `_. + * `Generic `_ + * `Generic Documented `_ + * `OGG Vorbis and MP3 together `_ OSC Control =========== @@ -212,15 +214,8 @@ Some parts of this work are also taken from another Parisson's project : Telemet Contact / Infos =============== -Twitter: +Twitter: @yomguy @parisson_studio - @yomguy @parisson_studio - -GitHub: - - https://github.com/yomguy/DeeFuzzer - -Expertise, Business, Sponsoring: - - http://parisson.com +GitHub : https://github.com/yomguy/DeeFuzzer +Expertise, Business, Sponsoring: http://parisson.com diff --git a/scripts/dev/pypi.sh b/scripts/dev/pypi.sh new file mode 100755 index 0000000..12be642 --- /dev/null +++ b/scripts/dev/pypi.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +python setup.py register +python setup.py sdist upload +