From 8b666819296e1109a3a9d92175ef507b46700e85 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 1 Jan 2013 14:09:43 +1300 Subject: Much-needed facelift for the docs. --- doc-src/_layout.html | 101 +++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 73 insertions(+), 28 deletions(-) (limited to 'doc-src/_layout.html') diff --git a/doc-src/_layout.html b/doc-src/_layout.html index d7637194..1ea11bf2 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -1,30 +1,75 @@ -
-
- - - - $!nav if this.title!="docs" else ""!$ -

mitmproxy 0.9 docs

-
-
-
-
- $!title if this.title!="docs" else ""!$ - $!body!$ -
-
-
-
-

@!copyright!@

+
+ +
+ + +
+ +
+

@!copyright!@

+
+ +
-- cgit v1.2.3 From 6f1fa30bc6bc0081917dbabe7da34c2a7ee9ea61 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 1 Jan 2013 15:30:02 +1300 Subject: Docs: make nav sidebar work --- doc-src/_layout.html | 56 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'doc-src/_layout.html') diff --git a/doc-src/_layout.html b/doc-src/_layout.html index 1ea11bf2..ecc10736 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -19,42 +19,42 @@ -- cgit v1.2.3 From 8b768983a7130c1c1b5fa4dc135592282c2baa48 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 1 Jan 2013 15:55:15 +1300 Subject: Preliminary changelog. --- doc-src/_layout.html | 78 +++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 40 deletions(-) (limited to 'doc-src/_layout.html') diff --git a/doc-src/_layout.html b/doc-src/_layout.html index ecc10736..d2d73249 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -16,54 +16,52 @@
+
-
-
+

@!pageTitle!@

$!body!$ -
+ +
-- cgit v1.2.3 From e93b343ac4917979f912afe5a2f0bbc8be0b28d7 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 1 Jan 2013 16:35:52 +1300 Subject: Docs and Readme - Don't keep a full duplicate readme just for pypi. Pypi really needs to learn to read markdown. - Style and content adjustments --- doc-src/_layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc-src/_layout.html') diff --git a/doc-src/_layout.html b/doc-src/_layout.html index d2d73249..826279ef 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -17,7 +17,7 @@
-

@!pageTitle!@

+

@!this.title!@

$!body!$
-- cgit v1.2.3 From 7b3d3dc85e9618f4b16f2c81a37429ebdaf5ebf2 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 2 Jan 2013 14:02:41 +1300 Subject: Documentation, setup.py updates, styling. --- doc-src/_layout.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc-src/_layout.html') diff --git a/doc-src/_layout.html b/doc-src/_layout.html index 826279ef..a4e84bcc 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -24,14 +24,16 @@ $!nav("faq.html", this, state)!$ + $!nav("anticache.html", this, state)!$ $!nav("clientreplay.html", this, state)!$ + $!nav("filters.html", this, state)!$ + $!nav("proxyauth.html", this, state)!$ + $!nav("replacements.html", this, state)!$ $!nav("serverreplay.html", this, state)!$ + $!nav("setheaders.html", this, state)!$ $!nav("sticky.html", this, state)!$ $!nav("reverseproxy.html", this, state)!$ $!nav("upstreamcerts.html", this, state)!$ - $!nav("replacements.html", this, state)!$ - $!nav("anticache.html", this, state)!$ - $!nav("filters.html", this, state)!$ $!nav("ssl.html", this, state)!$ @@ -58,7 +60,9 @@
+ $!body!$
-- cgit v1.2.3 From f5e49ef598f46257cc783e52ef4223a3461f1d84 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 3 Jan 2013 17:26:59 +1300 Subject: First draft of "How mitmproxy works", a complete guide to the mechanics of the proxy process --- doc-src/_layout.html | 53 +++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 25 deletions(-) (limited to 'doc-src/_layout.html') diff --git a/doc-src/_layout.html b/doc-src/_layout.html index a4e84bcc..d9ff6be1 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -19,42 +19,45 @@ -- cgit v1.2.3