diff options
author | Jason A. Novak <janovak@uchicago.edu> | 2013-04-21 14:30:30 -0500 |
---|---|---|
committer | Jason A. Novak <janovak@uchicago.edu> | 2013-04-21 14:30:30 -0500 |
commit | bfb3828f37842c8b99c539910f18fa87fb29a637 (patch) | |
tree | a238b00e759daa40a1075a85f19a29a72a4ad8b4 /doc-src | |
parent | 208204d33a3d279267b5460c5cde8667a2e7a7df (diff) | |
download | mitmproxy-bfb3828f37842c8b99c539910f18fa87fb29a637.tar.gz mitmproxy-bfb3828f37842c8b99c539910f18fa87fb29a637.tar.bz2 mitmproxy-bfb3828f37842c8b99c539910f18fa87fb29a637.zip |
Finalizing documentation
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/index.py | 3 | ||||
-rw-r--r-- | doc-src/mitmproxy.html | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/doc-src/index.py b/doc-src/index.py index 6b541731..7b65adb9 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -5,8 +5,7 @@ import countershape.template sys.path.insert(0, "..") from libmproxy import filt -#MITMPROXY_SRC = "~/git/public/mitmproxy" -MITMPROXY_SRC = "/Users/jason/Development/virtualenvs/mitmproxy-github/mitmproxy" +MITMPROXY_SRC = "~/git/public/mitmproxy" if ns.options.website: this.layout = countershape.Layout("_websitelayout.html") diff --git a/doc-src/mitmproxy.html b/doc-src/mitmproxy.html index e83c0f55..678d41b5 100644 --- a/doc-src/mitmproxy.html +++ b/doc-src/mitmproxy.html @@ -25,7 +25,7 @@ flow pane. - __8__: Various information on mitmproxy's state. In this case, we have an interception pattern set to ".*". - __9__: Bind address indicator - mitmproxy is listening on port 8080 of all -interfaces.<a name="flowview"></a> +interfaces. ## Flow view |