From 2135bcec61cf346555f8fd1e24bbb9267d002502 Mon Sep 17 00:00:00 2001
From: Aldo Cortesi
Date: Sun, 24 May 2015 14:09:51 +1200
Subject: docs: styles now live in www.mitproxy.org repo, make images
responsive
---
doc-src/dev/architecture.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc-src/dev')
diff --git a/doc-src/dev/architecture.html b/doc-src/dev/architecture.html
index 8ab8821f..a184fe4f 100644
--- a/doc-src/dev/architecture.html
+++ b/doc-src/dev/architecture.html
@@ -1,8 +1,8 @@
To give you a better understanding of how mitmproxy works, mitmproxy's high-level architecture is detailed
in the following graphic:
-
+
(architecture.pdf)
Please don't refrain from asking any further
-questions on the mailing list, the IRC channel or the GitHub issue tracker.
\ No newline at end of file
+questions on the mailing list, the IRC channel or the GitHub issue tracker.
--
cgit v1.2.3
From 7fe9f04cced6baeab215acda6fb0bb4a1d50f833 Mon Sep 17 00:00:00 2001
From: Aldo Cortesi
Date: Sun, 24 May 2015 14:29:53 +1200
Subject: docs: don't show un-necessary collapse target on mobile
---
doc-src/dev/architecture.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc-src/dev')
diff --git a/doc-src/dev/architecture.html b/doc-src/dev/architecture.html
index a184fe4f..ae81b6c6 100644
--- a/doc-src/dev/architecture.html
+++ b/doc-src/dev/architecture.html
@@ -1,5 +1,5 @@
-To give you a better understanding of how mitmproxy works, mitmproxy's high-level architecture is detailed
-in the following graphic:
+To give you a better understanding of how mitmproxy works, mitmproxy's
+high-level architecture is detailed in the following graphic:
--
cgit v1.2.3
From a05a70d8168a07c92b2a3ecbbb1958d85532efe3 Mon Sep 17 00:00:00 2001
From: Aldo Cortesi
Date: Sat, 30 May 2015 12:03:28 +1200
Subject: Add coding style check, reformat.
---
doc-src/dev/index.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'doc-src/dev')
diff --git a/doc-src/dev/index.py b/doc-src/dev/index.py
index 0f2a6494..ddf100d0 100644
--- a/doc-src/dev/index.py
+++ b/doc-src/dev/index.py
@@ -1,8 +1,8 @@
from countershape import Page
pages = [
- Page("testing.html", "Testing"),
- Page("architecture.html", "Architecture"),
- Page("sslkeylogfile.html", "TLS Master Secrets"),
-# Page("addingviews.html", "Writing Content Views"),
+ Page("testing.html", "Testing"),
+ Page("architecture.html", "Architecture"),
+ Page("sslkeylogfile.html", "TLS Master Secrets"),
+ # Page("addingviews.html", "Writing Content Views"),
]
--
cgit v1.2.3