aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/templates/index.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-18 13:03:40 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-18 13:03:40 +0100
commitd33d3663ecb166461d9cb5a78a29b44ee7a8fbb7 (patch)
treefe8856f65d1dafa946150c5acbaf6e942ba3c026 /pathod/templates/index.html
parent294774d6f0dee95b02a93307ec493b111b7f171e (diff)
downloadmitmproxy-d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7.tar.gz
mitmproxy-d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7.tar.bz2
mitmproxy-d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7.zip
combine projects
Diffstat (limited to 'pathod/templates/index.html')
-rw-r--r--pathod/templates/index.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/pathod/templates/index.html b/pathod/templates/index.html
new file mode 100644
index 00000000..a85a4040
--- /dev/null
+++ b/pathod/templates/index.html
@@ -0,0 +1,60 @@
+{% extends "frame.html" %} {% block body %}
+<div class="masthead">
+ <div class="container">
+ <h1>pathod: pathological HTTP</h1>
+
+ <p>Crafted malice for tormenting HTTP clients and servers</p>
+
+ <img src="/static/torture.png">
+ </div>
+</div>
+
+<div class="row">
+ <div class="span6">
+ <div>
+ <h2><a href="/docs/pathod">pathod</a></h2>
+
+ <p>A pathological web daemon.</p>
+
+ {% include "response_previewform.html" %}
+ <br>
+ </div>
+ </div>
+
+ <div class="span6">
+ <div>
+ <h2><a href="/docs/pathoc">pathoc</a></h2>
+
+ <p>A perverse HTTP client.</p>
+
+ {% include "request_previewform.html" %}
+ </div>
+ </div>
+</div>
+
+<section>
+ <div class="page-header">
+ <h1>Install</h1>
+ </div>
+ <div class="row">
+ <div class="span6">
+ <div>
+ <h2>pip</h2>
+
+ <pre>pip install pathod</pre>
+ </div>
+ </div>
+
+ <div class="span6">
+ <div>
+ <h2>source</h2>
+
+ <ul>
+ <li>Current release: <a href="http://mitmproxy.org/download/pathod-{{version}}.tar.gz">pathod {{version}}</a></li>
+ <li>GitHub: <a href="https://github.com/mitmproxy/pathod">github.com/mitmproxy/pathod</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+</section>
+{% endblock %}