diff --git a/README.mkd b/README.mkd index 972c7fe..538731a 100644 --- a/README.mkd +++ b/README.mkd @@ -4,15 +4,15 @@ __pathod__ is a collection of pathological tools for testing and torturing HTTP clients and servers. The project has three components: - __pathod__, an pathological HTTP daemon. -- __pathoc__, a perverse HTTP client. +- __pathoc__, a perverse HTTP client. - __libpathod.test__, an API for easily using __pathod__ and __pathoc__ in unit tests. # Documentation The pathod documentation is self-hosted. Just fire up pathod, like so: - - ./pathod + + ./pathod And then browse to: @@ -20,20 +20,20 @@ And then browse to: You can aways view the documentation for the latest release at the pathod website: - + http://pathod.net # Installing If you already have __pip__ on your system, installing __pathod__ and its dependencies is dead simple: - + pip install pathod The project has the following dependencies: -* [netlib](http://github.com/cortesi/netlib) -* [requests](http://docs.python-requests.org/en/latest/index.html) +* [netlib](https://github.com/mitmproxy/netlib) +* [requests](http://docs.python-requests.org/en/latest/index.html) The project's test suite uses the [nose](http://nose.readthedocs.org/en/latest/) unit testing framework. diff --git a/README.txt b/README.txt index c531b93..9f13f06 100644 --- a/README.txt +++ b/README.txt @@ -38,6 +38,6 @@ The project has the following dependencies: The project's test suite uses the nose_ unit testing framework. -.. _netlib: http://github.com/cortesi/netlib +.. _netlib: https://github.com/mitmproxy/netlib .. _requests: http://docs.python-requests.org/en/latest/index.html .. _nose: http://nose.readthedocs.org/en/latest/ diff --git a/libpathod/templates/docs_pathod.html b/libpathod/templates/docs_pathod.html index d0e6ec8..3ad4dac 100644 --- a/libpathod/templates/docs_pathod.html +++ b/libpathod/templates/docs_pathod.html @@ -1,5 +1,5 @@ {% extends "docframe.html" %} -{% block body %} +{% block body %}
- pathod-{{version}}.tar.gz + pathod-{{version}}.tar.gz
-{% endblock %} +{% endblock %} diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html index 337f361..06a42de 100644 --- a/libpathod/templates/index.html +++ b/libpathod/templates/index.html @@ -1,5 +1,5 @@ {% extends "frame.html" %} -{% block body %} +{% block body %}
@@ -58,7 +58,7 @@

source

@@ -66,4 +66,4 @@

source

-{% endblock %} +{% endblock %}