From 5ceef16486f71e28440f80799183190543f162f0 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 10 Mar 2013 17:09:40 +1300 Subject: Expand "How mitmproxy works". Clean up some un-needed sections. --- doc-src/faq.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 doc-src/faq.html (limited to 'doc-src/faq.html') diff --git a/doc-src/faq.html b/doc-src/faq.html deleted file mode 100644 index 7b38b04a..00000000 --- a/doc-src/faq.html +++ /dev/null @@ -1,19 +0,0 @@ - -## 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: - -
-application/*; /usr/bin/open -Wn %s
-audio/*; /usr/bin/open -Wn %s
-image/*; /usr/bin/open -Wn %s
-video/*; /usr/bin/open -Wn %s
-
- - -## 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 -scratch one of those! -- cgit v1.2.3