From e039940f49aa057903c50aa9e0feb13da9990820 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 17 Sep 2012 11:04:57 +1200 Subject: Doc stubs. --- doc-src/index.html | 39 +++++++++++++++++++++++++-------------- doc-src/index.py | 3 +-- doc-src/mitmproxy.html | 1 + doc-src/scripting.html | 0 doc-src/transparent.html | 0 doc-src/transparent/index.py | 7 +++++++ doc-src/transparent/linux.html | 0 doc-src/transparent/openbsd.html | 0 doc-src/transparent/osx.html | 0 9 files changed, 34 insertions(+), 16 deletions(-) delete mode 100644 doc-src/scripting.html create mode 100644 doc-src/transparent.html create mode 100644 doc-src/transparent/index.py create mode 100644 doc-src/transparent/linux.html create mode 100644 doc-src/transparent/openbsd.html create mode 100644 doc-src/transparent/osx.html (limited to 'doc-src') diff --git a/doc-src/index.html b/doc-src/index.html index c0236f73..3b6d122d 100644 --- a/doc-src/index.html +++ b/doc-src/index.html @@ -4,23 +4,25 @@
  • Installation
  • mitmproxy
  • mitmdump
  • -
  • Features
  • - -
  • Scripting mitmproxy
  • +
  • Features + +
  • +
  • Scripting mitmproxy -
  • Setting up SSL interception
  • + +
  • Setting up SSL interception -
  • Tutorials
  • + +
  • Setting up Transparent Proxying + +
  • +
  • Tutorials +
  • FAQ
  • Administrivia
  • diff --git a/doc-src/index.py b/doc-src/index.py index 379d6372..27faf602 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -79,10 +79,9 @@ pages = [ Page("reverseproxy.html", "Reverse proxy mode"), Page("anticache.html", "Anticache"), Page("filters.html", "Filter expressions"), - Page("scripting.html", "Scripts"), - Directory("scripting"), Page("ssl.html", "Setting up SSL interception"), Directory("certinstall"), + Directory("scripting"), Directory("tutorials"), Page("faq.html", "FAQ"), Page("admin.html", "Administrivia") diff --git a/doc-src/mitmproxy.html b/doc-src/mitmproxy.html index 7908e259..f5bdbef8 100644 --- a/doc-src/mitmproxy.html +++ b/doc-src/mitmproxy.html @@ -45,6 +45,7 @@ which shows you exactly what's there without any changes. You can change modes using the _m_ key. + ## Grid Editor Much of the data that we'd like to interact with in mitmproxy is structured. diff --git a/doc-src/scripting.html b/doc-src/scripting.html deleted file mode 100644 index e69de29b..00000000 diff --git a/doc-src/transparent.html b/doc-src/transparent.html new file mode 100644 index 00000000..e69de29b diff --git a/doc-src/transparent/index.py b/doc-src/transparent/index.py new file mode 100644 index 00000000..fa2a67da --- /dev/null +++ b/doc-src/transparent/index.py @@ -0,0 +1,7 @@ +from countershape import Page + +pages = [ + Page("linux.html", "Linux"), + Page("osx.html", "OSX"), + Page("openbsd.html", "OpenBSD"), +] diff --git a/doc-src/transparent/linux.html b/doc-src/transparent/linux.html new file mode 100644 index 00000000..e69de29b diff --git a/doc-src/transparent/openbsd.html b/doc-src/transparent/openbsd.html new file mode 100644 index 00000000..e69de29b diff --git a/doc-src/transparent/osx.html b/doc-src/transparent/osx.html new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3