Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
a url in README.txt was missing a 'http' which broke reST rendering o…
Browse files Browse the repository at this point in the history
…n PyPI
  • Loading branch information
zupo committed Apr 13, 2012
1 parent 2309b5b commit ad14aca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.rst
Expand Up @@ -2,11 +2,11 @@
Python bindings for SpinRewriter API
====================================

`Spin Rewriter <www.spinrewriter.com/bigcontentsearch>`_ is an online service for
spinning text (synonym substitution) that creates unique version(s) of existing
text. This package provides a way to easily interact with `SpinRewriter API
<http://www.spinrewriter.com/api>`_. Usage requires an account, `get one here
<http://www.spinrewriter.com/registration>`_.
`Spin Rewriter <http://www.spinrewriter.com/bigcontentsearch>`_ is an online
service for spinning text (synonym substitution) that creates unique version(s)
of existing text. This package provides a way to easily interact with
`SpinRewriter API <http://www.spinrewriter.com/api>`_. Usage requires an
account, `get one here <http://www.spinrewriter.com/registration>`_.

* `Source code @ GitHub <https://github.com/niteoweb/spinrewriter>`_
* `Releases @ PyPI <http://pypi.python.org/pypi/spinrewriter#downloads>`_
Expand Down Expand Up @@ -41,3 +41,4 @@ After installing it, this is how you use it::
>>> rewriter.unique_variation(text)
u"This really is some text that we'd love to spin."


1 change: 0 additions & 1 deletion docs/HISTORY.rst
@@ -1,7 +1,6 @@
Changelog
=========


0.1 (2012-04-13)
----------------

Expand Down
2 changes: 2 additions & 0 deletions docs/LICENSE.rst
Expand Up @@ -28,3 +28,5 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


0 comments on commit ad14aca

Please sign in to comment.