Files
i2p.www/www.i2p2/pages/howto.html

7 lines
373 B
HTML
Raw Normal View History

2008-01-31 20:38:37 +00:00
{% extends "_layout.html" %}
{% block title %}Howto{% endblock %}
{% block content %}<ul>
2008-03-16 22:49:54 +00:00
<li><a href="http://forum.i2p2.de/viewtopic.php?t=54">Installing Java for I2P on FreeBSD</a></li>
2004-10-03 13:56:16 +00:00
<li><a href="howto_blojsom">Installing blojsom for an eepsite</a></li>
2008-03-16 22:49:54 +00:00
<li><a href="http://forum.i2p2.de/viewtopic.php?t=194#578">Run eepsite(s) with Apache</a></li>
2008-01-31 20:38:37 +00:00
</ul>{% endblock %}