From 0c3035a2b5cbf0bba3185b1ffab3444cd8c20490 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 19 Feb 2012 22:43:05 +1300 Subject: Start preparing for 0.7 Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version. --- doc-src/_layout.html | 2 +- doc-src/faq.html | 4 ++-- doc-src/index.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc-src') diff --git a/doc-src/_layout.html b/doc-src/_layout.html index c711e6dd..f48f1e58 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -14,7 +14,7 @@ $!nav if this.title!="docs" else ""!$ -

mitmproxy 0.6 docs

+

mitmproxy 0.7 docs

diff --git a/doc-src/faq.html b/doc-src/faq.html index a2e6810f..7b38b04a 100644 --- a/doc-src/faq.html +++ b/doc-src/faq.html @@ -1,5 +1,5 @@ -### Any tips for running mitmproxy on OSX? +## Any tips for running mitmproxy on OSX? You can use the OSX open program to create a simple and effective ~/.mailcap file to view HTTP bodies: @@ -12,7 +12,7 @@ video/*; /usr/bin/open -Wn %s -### I'd like to hack on mitmproxy. What should I work on? +## I'd like to hack on mitmproxy. What should I work on? There's a __todo__ file at the top of the source tree that outlines a variety of tasks, from simple to complex. If you don't have your own itch, feel free to diff --git a/doc-src/index.py b/doc-src/index.py index 451cf8d6..bf21f5f1 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -17,7 +17,7 @@ else: this.markup = markup.Markdown() ns.docMaintainer = "Aldo Cortesi" ns.docMaintainerEmail = "aldo@corte.si" -ns.copyright = u"\u00a9 mitmproxy project, 2011" +ns.copyright = u"\u00a9 mitmproxy project, 2012" ns.index = countershape.widgets.SiblingPageIndex('/index.html', divclass="pageindex") @@ -62,7 +62,7 @@ filt_help.extend( ] ) ns.filt_help = filt_help - + pages = [ -- cgit v1.2.3