diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f50721776..5c644fe05 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,14 +1,17 @@ - 395 Aldo Cortesi + 485 Aldo Cortesi 18 Henrik Nordstrom 13 Thomas Roth 11 Stephen Altamirano - 5 András Veres-Szentkirályi + 6 András Veres-Szentkirályi + 4 Valtteri Virtanen 2 alts + 2 Michael Frister 2 Mark E. Haase 2 Heikki Hannikainen 1 meeee 1 capt8bit 1 Yuangxuan Wang + 1 Ulrich Petri 1 Rune Halvorsen 1 Rory McCann 1 Henrik Nordström diff --git a/README.mkd b/README.mkd index f64273a0b..dcdb1ce2b 100644 --- a/README.mkd +++ b/README.mkd @@ -53,11 +53,17 @@ Requirements * [pyasn1](http://pypi.python.org/pypi/pyasn1) 0.1.2 or newer. * [urwid](http://excess.org/urwid/) version 0.9.8 or newer. * [PIL](http://www.pythonware.com/products/pil/) version 1.1 or newer. +* [lxml](http://lxml.de/) version 2.3 or newer. + +The following auxiliary components may be needed if you plan to hack on +mitmproxy: + * The test suite uses the [pry](http://github.com/cortesi/pry) unit testing library. * Rendering the documentation requires [countershape](http://github.com/cortesi/countershape). -__mitmproxy__ is tested and developed on OSX, Linux and OpenBSD. +__mitmproxy__ is tested and developed on OSX, Linux and OpenBSD. Windows is not +supported at the moment. You should also make sure that your console environment is set up with the following: diff --git a/README.txt b/README.txt index e9e0ddb15..477f701eb 100644 --- a/README.txt +++ b/README.txt @@ -52,11 +52,17 @@ Requirements * pyasn1_ 0.1.2 or newer. * urwid_ version 0.9.8 or newer. * PIL_ version 1.1 or newer. +* lxml_ version 2.3 or newer. + +The following auxiliary components may be needed if you plan to hack on +mitmproxy: + * The test suite uses the pry_ unit testing library. * Rendering the documentation requires countershape_. -**mitmproxy** is tested and developed on OSX, Linux and OpenBSD. +**mitmproxy** is tested and developed on OSX, Linux and OpenBSD. Windows is not +supported at the moment. You should also make sure that your console environment is set up with the following: @@ -72,6 +78,7 @@ following: .. _PyOpenSSL: http://pypi.python.org/pypi/pyOpenSSL .. _pyasn1: http://pypi.python.org/pypi/pyasn1 .. _PIL: http://www.pythonware.com/products/pil/ +.. _lxml: http://lxml.de/ .. _urwid: http://excess.org/urwid/ .. _pry: http://github.com/cortesi/pry .. _countershape: http://github.com/cortesi/countershape diff --git a/doc-src/certinstall/android.html b/doc-src/certinstall/android.html index 1c2503395..3f57c39e3 100644 --- a/doc-src/certinstall/android.html +++ b/doc-src/certinstall/android.html @@ -97,5 +97,7 @@ When you start mitmproxy, make sure that the upstream certificate option is set (use the _--upstream-cert_ command-line option, or enable it interactively using the _o_ shortcut): - mitmproxy --upstream-cert +
+mitmproxy --upstream-cert
+
diff --git a/doc-src/index.html b/doc-src/index.html index 3caf41eb2..d3ff6f175 100644 --- a/doc-src/index.html +++ b/doc-src/index.html @@ -1,6 +1,7 @@