Add the public pathod server.

This commit is contained in:
Aldo Cortesi 2012-07-25 13:07:27 +12:00
parent eb43291b3c
commit b879890412
2 changed files with 26 additions and 0 deletions

View File

@ -70,6 +70,7 @@
<hr>
<footer>
<p>&copy; Aldo Cortesi 2012</p>
<p class="pull-right">[served by pathod]</p>
</footer>
</div>
</body>

View File

@ -13,6 +13,30 @@
A pathological web daemon.
{% include "response_previewform.html" %}
<h1>public pathod server</h1>
<p>http://p.pathod.org/<input
style="width: 15em"
id="publicspec"
name="spec"
class="input-medium search-query"
value="{{spec}}"
placeholder="code[msg]:[features]"
>
<a href="#" id="submitspec" class="btn">go</a>
</p>
<p>Please use responsibly. There are some restrictions on the
public server.</p>
<script>
$(function(){
$("#submitspec").click(function(){
document.location = "http://p.pathod.org/" + $("#publicspec").val()
});
});
</script>
</div>
</div>
<div class="span6">
@ -22,6 +46,7 @@
A perverse HTTP client.
{% include "request_previewform.html" %}
</div>
</div>
</div>