From c6075e1d93c61eab35bb3e0ae56337e579fea403 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 31 Mar 2011 11:28:58 +1300 Subject: 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. --- doc-src/02-docstyle.css | 7 +++++ doc-src/index.html | 2 +- doc-src/index.py | 3 +- doc-src/tutorials/30second.html | 61 +++++++++++++++++++++++++++++++++++++++++ doc-src/tutorials/index.py | 5 ++++ doc-src/tutorials/mitmdump.html | 0 6 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 doc-src/tutorials/30second.html create mode 100644 doc-src/tutorials/index.py delete mode 100644 doc-src/tutorials/mitmdump.html diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css index df6338b2..2d83a649 100644 --- a/doc-src/02-docstyle.css +++ b/doc-src/02-docstyle.css @@ -67,6 +67,13 @@ pre { background-color: #dddddd; } +.terminal { + color: #ffffff; + background: #000000; + + +} + .docindex, .docindex ul { margin-top: 0.1em; margin-bottom: 0; diff --git a/doc-src/index.html b/doc-src/index.html index 904c1550..628a4a7b 100644 --- a/doc-src/index.html +++ b/doc-src/index.html @@ -18,7 +18,7 @@
  • libmproxy
  • Tutorials