diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-01-25 10:59:50 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-01-25 10:59:50 +1300 |
commit | b8d8030abd3c5e8111d85cf7e7700a3985f8eb09 (patch) | |
tree | 4624c8a710b7a02f068540e4aa8ffc74d2386b71 | |
parent | 2f5de240988db1e5d4f799bd7f66225ad2063841 (diff) | |
download | mitmproxy-b8d8030abd3c5e8111d85cf7e7700a3985f8eb09.tar.gz mitmproxy-b8d8030abd3c5e8111d85cf7e7700a3985f8eb09.tar.bz2 mitmproxy-b8d8030abd3c5e8111d85cf7e7700a3985f8eb09.zip |
Documentation updates.
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | doc-src/faq.html | 2 | ||||
-rw-r--r-- | libmproxy/controller.py | 1 |
3 files changed, 9 insertions, 4 deletions
@@ -23,10 +23,18 @@ connecting server. We then open an SSL request to the destination server, and replay the request. +Documentation +------------- + +A rendered version of the docs for the latest release can be found here: + +http://corte.si/projects + + Download -------- -Releases can be found here: http://corte.si/software +Releases can be found here: http://corte.si/projects Source is hosted here: http://github.com/cortesi/mitmproxy diff --git a/doc-src/faq.html b/doc-src/faq.html index 253d32a3..56397147 100644 --- a/doc-src/faq.html +++ b/doc-src/faq.html @@ -66,6 +66,4 @@ cp mycert ~/.mitmproxy/cert.pem</pre> </ul> - - </div> diff --git a/libmproxy/controller.py b/libmproxy/controller.py index cd86151a..98d02c51 100644 --- a/libmproxy/controller.py +++ b/libmproxy/controller.py @@ -1,4 +1,3 @@ - # Copyright (C) 2010 Aldo Cortesi # # This program is free software: you can redistribute it and/or modify |