aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/transparent
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-09-17 11:04:57 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-09-17 11:04:57 +1200
commite039940f49aa057903c50aa9e0feb13da9990820 (patch)
tree2ea2a01d671b38d465dc7a62a5a92190e408b11b /doc-src/transparent
parent3f9263a57a5d365fe5d058ed584f596944443eff (diff)
downloadmitmproxy-e039940f49aa057903c50aa9e0feb13da9990820.tar.gz
mitmproxy-e039940f49aa057903c50aa9e0feb13da9990820.tar.bz2
mitmproxy-e039940f49aa057903c50aa9e0feb13da9990820.zip
Doc stubs.
Diffstat (limited to 'doc-src/transparent')
-rw-r--r--doc-src/transparent/index.py7
-rw-r--r--doc-src/transparent/linux.html0
-rw-r--r--doc-src/transparent/openbsd.html0
-rw-r--r--doc-src/transparent/osx.html0
4 files changed, 7 insertions, 0 deletions
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
--- /dev/null
+++ b/doc-src/transparent/linux.html
diff --git a/doc-src/transparent/openbsd.html b/doc-src/transparent/openbsd.html
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/doc-src/transparent/openbsd.html
diff --git a/doc-src/transparent/osx.html b/doc-src/transparent/osx.html
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/doc-src/transparent/osx.html