aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/libpathod/templates/index.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-15 23:00:11 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-15 23:00:11 +0100
commit87d9afcf2e257eee7c5aa08c3f0dc64da79b0647 (patch)
tree71b10729d160f0269d02548d1ef9e183be1397d9 /pathod/libpathod/templates/index.html
parent36f34f701991b5d474c005ec45e3b66e20f326a8 (diff)
parent3d9a5157e77b5a3237dc62994f4e3d4c75c2066e (diff)
downloadmitmproxy-87d9afcf2e257eee7c5aa08c3f0dc64da79b0647.tar.gz
mitmproxy-87d9afcf2e257eee7c5aa08c3f0dc64da79b0647.tar.bz2
mitmproxy-87d9afcf2e257eee7c5aa08c3f0dc64da79b0647.zip
Merge pull request #937 from mhils/single-repo
Combine mitmproxy, pathod and netlib in a single repo.
Diffstat (limited to 'pathod/libpathod/templates/index.html')
-rw-r--r--pathod/libpathod/templates/index.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/pathod/libpathod/templates/index.html b/pathod/libpathod/templates/index.html
new file mode 100644
index 00000000..a85a4040
--- /dev/null
+++ b/pathod/libpathod/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 %}