diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2012-06-24 10:18:20 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2012-06-24 10:18:20 +1200 |
| commit | 3bc7f4e1cd8f01413b4a697d9009a39c100c8bb0 (patch) | |
| tree | f120694789272758a6fb9c5e0a6d1bc72ba8d797 /doc-src/index.html | |
| parent | e236d7746a3780c4d14e57e1c1e6661bb7a3ef21 (diff) | |
| download | mitmproxy-3bc7f4e1cd8f01413b4a697d9009a39c100c8bb0.tar.gz mitmproxy-3bc7f4e1cd8f01413b4a697d9009a39c100c8bb0.tar.bz2 mitmproxy-3bc7f4e1cd8f01413b4a697d9009a39c100c8bb0.zip | |
Documentation skeleton.
Diffstat (limited to 'doc-src/index.html')
| -rw-r--r-- | doc-src/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc-src/index.html b/doc-src/index.html new file mode 100644 index 00000000..acd389f9 --- /dev/null +++ b/doc-src/index.html @@ -0,0 +1,31 @@ + +<div class="hero-unit"> +<h1>Tools for testing and torturing HTTP clients, servers and proxies.</h1> +</div> + +<div class="row"> + <div class="span4"> + <div class="well"> + <h1> pathod </h1> + + A pathological web daemon. + + </div> + </div> + <div class="span4"> + <div class="well"> + <h1> pathoc </h1> + + A perverse HTTP client. + + </div> + </div> + <div class="span4"> + <div class="well"> + <h1> libpathod.test </h1> + + Use pathod and pathoc in your unit tests. + + </div> + </div> +</div> |
