aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/faq.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-19 19:47:19 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-19 19:47:19 +1300
commit5015b1dfb2df3dee6444e0d5eea7525bdf0c735a (patch)
tree5439a2520c847aa2611822905cb2dcb9fc0d7f7a /doc-src/faq.html
parent93373efc8cbb95a40e6b4541a72be25e2bfbad4a (diff)
downloadmitmproxy-5015b1dfb2df3dee6444e0d5eea7525bdf0c735a.tar.gz
mitmproxy-5015b1dfb2df3dee6444e0d5eea7525bdf0c735a.tar.bz2
mitmproxy-5015b1dfb2df3dee6444e0d5eea7525bdf0c735a.zip
Docs - refinement and styling.
Diffstat (limited to 'doc-src/faq.html')
-rw-r--r--doc-src/faq.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc-src/faq.html b/doc-src/faq.html
index 16b75d12..a2e6810f 100644
--- a/doc-src/faq.html
+++ b/doc-src/faq.html
@@ -1,7 +1,5 @@
-<div class="faq">
-
-<p class="question">Any tips for running mitmproxy on OSX?</p>
+### Any tips for running mitmproxy on OSX?
You can use the OSX <b>open</b> program to create a simple and effective
<b>~/.mailcap</b> file to view HTTP bodies:
@@ -14,4 +12,8 @@ video/*; /usr/bin/open -Wn %s
</pre>
-</div>
+### 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!