mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Tweak about page to be less po-faced.
This commit is contained in:
parent
08b95f6aa1
commit
c21639deab
@ -2,22 +2,39 @@
|
|||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1><a href="http://github.com/cortesi/pathod/">the code</a></h1>
|
<h1>
|
||||||
|
where
|
||||||
|
<small>to get the code.</small>
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>git clone git://github.com/cortesi/pathod.git</h2>
|
<h3>git clone git://github.com/cortesi/pathod.git</h3>
|
||||||
|
|
||||||
<p>Please use the <a href="http://github.com/cortesi/pathod/issues">github
|
<p>Please use the <a href="http://github.com/cortesi/pathod/issues">github
|
||||||
issue tracker</a> to report bugs. </p>
|
issue tracker</a> to report bugs. </p>
|
||||||
|
|
||||||
|
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1><a href="http://corte.si">the author</a></h1>
|
<h1>
|
||||||
|
why
|
||||||
|
<small>this was written.</small>
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>pathod is developed by <a href="http://corte.si">Aldo Cortesi</a>. Email me
|
<p>I started pathod to improve testing for for the <a
|
||||||
at aldo@corte.si with feedback or suggestions. If you like pathod, you should
|
href="http://mitmproxy.org">mitmproxy</a> project. From there, it soon grew
|
||||||
follow me on <a href="http://twitter.com/cortesi">twitter</a> and <a
|
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>
|
href="http://corte.si">subscribe to my blog</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,10 +39,12 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<h1>public pathod server</h1>
|
<h1>pathod server</h1>
|
||||||
|
|
||||||
<p>http://p.pathod.org/<input
|
<p>A live, public instance of pathod</p>
|
||||||
style="width: 15em"
|
|
||||||
|
<p><b>http://p.pathod.org/</b><input
|
||||||
|
style="width: 14em"
|
||||||
id="publicspec"
|
id="publicspec"
|
||||||
name="spec"
|
name="spec"
|
||||||
class="input-medium search-query"
|
class="input-medium search-query"
|
||||||
|
Loading…
Reference in New Issue
Block a user