aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/about.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-07-30 21:12:42 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-07-30 21:12:42 +1200
commit158106d346252a7bbc9e27cfcb90e92743d0ef58 (patch)
treee957bed5f41a4505c2178ea66152160051901030 /libpathod/templates/about.html
parentfde65270afb3855057a86b40c5996c86f58fe97b (diff)
downloadmitmproxy-158106d346252a7bbc9e27cfcb90e92743d0ef58.tar.gz
mitmproxy-158106d346252a7bbc9e27cfcb90e92743d0ef58.tar.bz2
mitmproxy-158106d346252a7bbc9e27cfcb90e92743d0ef58.zip
Doc tweaks.
Diffstat (limited to 'libpathod/templates/about.html')
-rw-r--r--libpathod/templates/about.html76
1 files changed, 41 insertions, 35 deletions
diff --git a/libpathod/templates/about.html b/libpathod/templates/about.html
index 8945228a..4d74c126 100644
--- a/libpathod/templates/about.html
+++ b/libpathod/templates/about.html
@@ -1,41 +1,47 @@
{% extends "frame.html" %}
{% block body %}
-<div class="page-header">
- <h1>
- where
- <small>to get the code.</small>
- </h1>
-</div>
-
-<h3>git clone git://github.com/cortesi/pathod.git</h3>
-
-<p>Please use the <a href="http://github.com/cortesi/pathod/issues">github
-issue tracker</a> to report bugs. </p>
-
-<div class="page-header">
- <h1>
- why
- <small>this was written.</small>
- </h1>
-</div>
-
-<p>I started pathod to improve testing for for the <a
-href="http://mitmproxy.org">mitmproxy</a> project. From there, it soon grew
-into quite a versatile HTTP Swiss army knife.</p>
-
-
-<div class="page-header">
- <h1>
- who
- <small>is to blame.</small>
- </h1>
-</div>
-
-<p>pathod is developed by me, <a href="http://corte.si">Aldo Cortesi</a>.
-Email me at aldo@corte.si with feedback or suggestions. If you like pathod, you
-should follow me on <a href="http://twitter.com/cortesi">twitter</a> and <a
-href="http://corte.si">subscribe to my blog</a>.</p>
+<section>
+ <div class="page-header">
+ <h1>
+ where
+ <small>to get the code.</small>
+ </h1>
+ </div>
+
+ <h3>git clone git://github.com/cortesi/pathod.git</h3>
+
+ <p>Please use the <a href="http://github.com/cortesi/pathod/issues">github
+ issue tracker</a> to report bugs. </p>
+</section>
+
+<section>
+ <div class="page-header">
+ <h1>
+ why
+ <small>this was written.</small>
+ </h1>
+ </div>
+
+ <p>I started pathod to improve testing for for the <a
+ href="http://mitmproxy.org">mitmproxy</a> project. From there, it soon grew
+ into quite a versatile HTTP Swiss army knife.</p>
+</section>
+
+
+<section>
+ <div class="page-header">
+ <h1>
+ who
+ <small>is to blame.</small>
+ </h1>
+ </div>
+
+ <p>pathod is developed by me, <a href="http://corte.si">Aldo Cortesi</a>.
+ Email me at aldo@corte.si with feedback or suggestions. If you like pathod, you
+ should follow me on <a href="http://twitter.com/cortesi">twitter</a> and <a
+ href="http://corte.si">subscribe to my blog</a>.</p>
+</section>
{% endblock %}