mitmproxy/libpathod/templates/about.html

58 lines
1.4 KiB
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>
2012-08-23 00:37:02 +00:00
how
<small>to get it.</small>
2012-07-30 09:12:42 +00:00
</h1>
</div>
2012-08-23 00:37:02 +00:00
<p>The easiest way to install pathod is to use pip:</p>
<pre>pip install pathod</pre>
<p> You can find the project source on GitHub: </p>
<div style="margin-top: 20px; margin-bottom: 20px">
<a class="btn btn-primary btn-large" href="https://github.com/cortesi/pathod">github.com/cortesi/pathod</a>
</div>
<p>Please also use the <a
href="https://github.com/cortesi/pathod/issues">github issue tracker</a> to
report bugs. </p>
2012-07-30 09:12:42 +00:00
</section>
<section>
<div class="page-header">
<h1>
why
2012-08-23 00:37:02 +00:00
<small>this it 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
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>
2012-07-24 23:55:44 +00:00
{% endblock %}