diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-03-31 11:28:58 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-03-31 11:28:58 +1300 |
commit | c6075e1d93c61eab35bb3e0ae56337e579fea403 (patch) | |
tree | 3be78775f1de13dbdd3be7ed47814d1d3e290ce6 /doc-src/tutorials/index.py | |
parent | 3906f0661701cb8d92f2daa5b3198b0ab45a526f (diff) | |
download | mitmproxy-c6075e1d93c61eab35bb3e0ae56337e579fea403.tar.gz mitmproxy-c6075e1d93c61eab35bb3e0ae56337e579fea403.tar.bz2 mitmproxy-c6075e1d93c61eab35bb3e0ae56337e579fea403.zip |
Add the 30-second client replay tutorial to the docs.
It's verbatim from the blog post at the moment - I might edit it a bit before
pushing it to mitmproxy.org.
Diffstat (limited to 'doc-src/tutorials/index.py')
-rw-r--r-- | doc-src/tutorials/index.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc-src/tutorials/index.py b/doc-src/tutorials/index.py new file mode 100644 index 00000000..00da64cb --- /dev/null +++ b/doc-src/tutorials/index.py @@ -0,0 +1,5 @@ +from countershape import Page + +pages = [ + Page("30second.html", "Client playback: a 30 second example"), +] |