Layout and docs.

This commit is contained in:
Aldo Cortesi 2013-05-15 08:47:19 +12:00
parent 5eeb52183a
commit c65ab6961d
9 changed files with 89 additions and 82 deletions

File diff suppressed because one or more lines are too long

View File

@ -38,3 +38,13 @@ section {
border-bottom:1px dotted; border-bottom:1px dotted;
margin-bottom: 15px; margin-bottom: 15px;
} }
.masthead {
padding: 50px 0 60px;
text-align: center;
}
.header {
font-size: 1.5em;
}

View File

@ -1,32 +1,30 @@
{% extends "frame.html" %} {% extends "frame.html" %}
{% block body %} {% block body %}
<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 a versatile HTTP Swiss army knife in its own right.</p>
</section>
<section> <section>
<div class="page-header"> <div class="page-header">
<h1> <h1>
who About
<small>is to blame.</small> </h1>
</h1> </div>
</div> <div class="row">
<div class="span6">
<div>
<p>pathod is developed by <a href="http://corte.si">Aldo
Cortesi</a>.</p>
</div>
<p>pathod is developed by me, <a href="http://corte.si">Aldo Cortesi</a>. <div>
Email me at aldo@corte.si with feedback or suggestions. If you like pathod, you <ul>
should follow me on <a href="http://twitter.com/cortesi">twitter</a> and <a <li>email: <a href="mailto:aldo@corte.si">aldo@corte.si</a></li>
href="http://corte.si">subscribe to my blog</a>.</p> <li>twitter: <a href="http://twitter.com/cortesi">@cortesi</a></li>
<li>app.net: <a href="https://alpha.app.net/cortesi">@cortesi</a></li>
<li>github: <a href="https://github.com/cortesi">github.com/cortesi</a></li>
</ul>
</div>
</div>
</div>
</section> </section>

View File

@ -1,21 +1,22 @@
{% extends "frame.html" %} {% extends "frame.html" %}
{% block body %} {% block body %}
<div class="row">
<div class="span6 bigtitle"> <div class="masthead">
<div> <div class="container">
<img src="/static/torture.png"> <h1>pathod: pathological HTTP</h1>
</div>
</div> <p>Crafted malice for tormenting HTTP clients and servers</p>
<div class="span6 bigtitle">
<div>Tormenting HTTP clients and servers</div> <img src="/static/torture.png">
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="span6"> <div class="span6">
<div> <div>
<h1> <a href="/docs/pathod">pathod</a> </h1> <h2> <a href="/docs/pathod">pathod</a> </h2>
<p>A pathological web daemon.</p> <p>A pathological web daemon.</p>
@ -23,47 +24,46 @@
<br> <br>
<p>There is also a live, public instance of pathod here:</p>
<p><b>http://public.pathod.net/</b><input
style="width: 14em"
id="publicspec"
name="spec"
class="input-medium search-query"
value="{{spec}}"
placeholder="code:[features]"
>
<a id="gopublic" class="btn">go</a>
</p>
<p>Please use responsibly. There are some restrictions on the
public server.</p>
<script>
$(function(){
$("#gopublic").click(function(){
document.location = "http://public.pathod.net/" + $("#publicspec").val()
});
});
</script>
</div> </div>
</div> </div>
<div class="span6"> <div class="span6">
<div> <div>
<h1> <a href="/docs/pathoc">pathoc</a> </h1> <h2> <a href="/docs/pathoc">pathoc</a> </h2>
<p>A perverse HTTP client.</p> <p>A perverse HTTP client.</p>
{% include "request_previewform.html" %} {% include "request_previewform.html" %}
<pre class="terminal">&gt; pathoc -n 3 google.com "get:/:ir,@1"
&lt;&lt; 200 OK: 44177 bytes
&lt;&lt; 405 Method Not Allowed: 959 bytes
&lt;&lt; 200 OK: 44107 bytes</pre>
</div> </div>
</div> </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="">pathod 0.9</a></li>
<li>GitHub: <a href="http://github.com/cortesi/pathod">github.com/cortesi/pathod</a></li>
</li>
</div>
</div>
</div>
</section>
{% endblock %} {% endblock %}

View File

@ -39,7 +39,6 @@
<div class="nav-collapse"> <div class="nav-collapse">
<ul class="nav"> <ul class="nav">
<li {% if section== "main" %} class="active" {% endif %}><a href="/">home</a></li> <li {% if section== "main" %} class="active" {% endif %}><a href="/">home</a></li>
<li {% if section== "download" %} class="active" {% endif %}><a href="/download">download</a></li>
{% if not noapi %} {% if not noapi %}
<li {% if section== "log" %} class="active" {% endif %}><a href="/log">log</a></li> <li {% if section== "log" %} class="active" {% endif %}><a href="/log">log</a></li>
{% endif %} {% endif %}

View File

@ -6,8 +6,8 @@
</div> </div>
<div style="margin-bottom: 20px" class="row"> <div style="margin-bottom: 20px" class="row">
<div class="span2"> <div class="span2 header">
<h3>Specification:</h3> Specification:
</div> </div>
<div class="span10"> <div class="span10">
{% include "request_previewform.html" %} {% include "request_previewform.html" %}
@ -16,8 +16,8 @@
{% if syntaxerror %} {% if syntaxerror %}
<div class="row"> <div class="row">
<div class="span2"> <div class="span2 header">
<h3>Error:</h3> Error:
</div> </div>
<div class="span10"> <div class="span10">
<p style="color: #ff0000">{{ syntaxerror }}</p> <p style="color: #ff0000">{{ syntaxerror }}</p>
@ -26,8 +26,8 @@
</div> </div>
{% elif error %} {% elif error %}
<div class="row"> <div class="row">
<div class="span2"> <div class="span2 header">
<h3>Error:</h3> Error:
</div> </div>
<div class="span10"> <div class="span10">
<p style="color: #ff0000">{{ error }}</p> <p style="color: #ff0000">{{ error }}</p>
@ -35,8 +35,8 @@
</div> </div>
{% else %} {% else %}
<div class="row"> <div class="row">
<div class="span2"> <div class="span2 header">
<h3>Request:</h3> Request:
</div> </div>
<div class="span10"> <div class="span10">
<pre>{{ output }}</pre> <pre>{{ output }}</pre>

View File

@ -3,7 +3,7 @@
style="width: 18em" style="width: 18em"
id="spec" id="spec"
name="spec" name="spec"
class="input-medium search-query" class="input-medium"
value="{{spec}}" value="{{spec}}"
placeholder="method:path:[features]" placeholder="method:path:[features]"
> >

View File

@ -6,8 +6,8 @@
</div> </div>
<div style="margin-bottom: 20px" class="row"> <div style="margin-bottom: 20px" class="row">
<div class="span2"> <div class="span2 header">
<h3>Specification:</h3> Specification:
</div> </div>
<div class="span10"> <div class="span10">
{% include "response_previewform.html" %} {% include "response_previewform.html" %}
@ -16,8 +16,8 @@
{% if syntaxerror %} {% if syntaxerror %}
<div class="row"> <div class="row">
<div class="span2"> <div class="span2 header">
<h3>Error:</h3> Error:
</div> </div>
<div class="span10"> <div class="span10">
<p style="color: #ff0000">{{ syntaxerror }}</p> <p style="color: #ff0000">{{ syntaxerror }}</p>
@ -26,8 +26,8 @@
</div> </div>
{% elif error %} {% elif error %}
<div class="row"> <div class="row">
<div class="span2"> <div class="span2 header">
<h3>Error:</h3> Error:
</div> </div>
<div class="span10"> <div class="span10">
<p style="color: #ff0000">{{ error }}</p> <p style="color: #ff0000">{{ error }}</p>
@ -35,8 +35,8 @@
</div> </div>
{% else %} {% else %}
<div class="row"> <div class="row">
<div class="span2"> <div class="span2 header">
<h3>Response:</h3> Response:
</div> </div>
<div class="span10"> <div class="span10">
<pre>{{ output }}</pre> <pre>{{ output }}</pre>

View File

@ -3,7 +3,7 @@
style="width: 18em" style="width: 18em"
id="spec" id="spec"
name="spec" name="spec"
class="input-medium search-query" class="input-medium"
value="{{spec}}" value="{{spec}}"
placeholder="code:[features]" placeholder="code:[features]"
> >