Skip to content

Commit

Permalink
Docs: move features into their own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Jan 2, 2013
1 parent f578d68 commit 101f92b
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,6 +1,8 @@


x January 2013: mitmproxy 0.9: x January 2013: mitmproxy 0.9:


* Upstream certs mode is now the default.

* Add a WSGI container that lets you host in-proxy web applications. * Add a WSGI container that lets you host in-proxy web applications.


* Full transparent proxy support for Linux and OSX. * Full transparent proxy support for Linux and OSX.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions doc-src/features/index.py
@@ -0,0 +1,14 @@
from countershape import Page

pages = [
Page("anticache.html", "Anticache"),
Page("clientreplay.html", "Client-side replay"),
Page("filters.html", "Filter expressions"),
Page("setheaders.html", "Set Headers"),
Page("serverreplay.html", "Server-side replay"),
Page("sticky.html", "Sticky cookies and auth"),
Page("proxyauth.html", "Proxy Authentication"),
Page("replacements.html", "Replacements"),
Page("reverseproxy.html", "Reverse proxy mode"),
Page("upstreamcerts.html", "Upstream Certs"),
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions doc-src/index.py
Expand Up @@ -66,17 +66,6 @@ def nav(page, current, state):
Page("mitmproxy.html", "mitmproxy"), Page("mitmproxy.html", "mitmproxy"),
Page("mitmdump.html", "mitmdump"), Page("mitmdump.html", "mitmdump"),


Page("anticache.html", "Anticache"),
Page("clientreplay.html", "Client-side replay"),
Page("filters.html", "Filter expressions"),
Page("setheaders.html", "Set Headers"),
Page("serverreplay.html", "Server-side replay"),
Page("sticky.html", "Sticky cookies and auth"),
Page("proxyauth.html", "Proxy Authentication"),
Page("replacements.html", "Replacements"),
Page("reverseproxy.html", "Reverse proxy mode"),
Page("upstreamcerts.html", "Upstream Certs"),

Page("ssl.html", "Overview"), Page("ssl.html", "Overview"),
Page("transparent.html", "Overview"), Page("transparent.html", "Overview"),
Directory("certinstall"), Directory("certinstall"),
Expand Down

0 comments on commit 101f92b

Please sign in to comment.