diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-03-16 11:09:10 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-03-16 11:09:10 +1300 |
commit | e6ef0c3faf21971c144aaf93e6c05d98f1fe74be (patch) | |
tree | e961c7cc57a2028ec6f30620cdcb7f612ab3d208 /doc-src/certinstall/index.py | |
parent | 394bd1d6b00719a12e36b3a6c8dac4b2b20e5ecf (diff) | |
download | mitmproxy-e6ef0c3faf21971c144aaf93e6c05d98f1fe74be.tar.gz mitmproxy-e6ef0c3faf21971c144aaf93e6c05d98f1fe74be.tar.bz2 mitmproxy-e6ef0c3faf21971c144aaf93e6c05d98f1fe74be.zip |
Begin to flesh out and refactor docs.
Diffstat (limited to 'doc-src/certinstall/index.py')
-rw-r--r-- | doc-src/certinstall/index.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc-src/certinstall/index.py b/doc-src/certinstall/index.py new file mode 100644 index 00000000..3dee24ec --- /dev/null +++ b/doc-src/certinstall/index.py @@ -0,0 +1,10 @@ +from countershape import Page + +pages = [ + Page("firefox.html", "Firefox"), + Page("chrome.html", "Chrome"), + Page("safari.html", "Safari"), + Page("ie.html", "Internet Explorer"), + Page("windows7.html", "Windows 7"), + Page("ios.html", "IOS"), +] |