mitmproxy/libpathod/templates/about.html

34 lines
867 B
HTML
Raw Normal View History

2012-07-24 23:55:44 +00:00
{% extends "frame.html" %}
{% block body %}
2012-07-30 09:12:42 +00:00
<section>
<div class="page-header">
<h1>
why
2012-11-02 01:24:39 +00:00
<small>this was written.</small>
2012-07-30 09:12:42 +00:00
</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
2012-11-02 01:24:39 +00:00
into a versatile HTTP Swiss army knife in its own right.</p>
2012-07-30 09:12:42 +00:00
</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>
2012-07-24 23:55:44 +00:00
{% endblock %}