Author: muffin
Date: 2005-11-18 23:57:35 -0500 (Fri, 18 Nov 2005)
New Revision: 930
Added:
trunk/web/images/haverdev.png
Modified:
trunk/web/index.ttml
Log:
Tweak front page of website a bit; add the haverdev button (which I forgot to
add previously).
Added: trunk/web/images/haverdev.png
===================================================================
(Binary files differ)
Property changes on: trunk/web/images/haverdev.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/web/index.ttml
===================================================================
--- trunk/web/index.ttml 2005-11-19 01:28:45 UTC (rev 929)
+++ trunk/web/index.ttml 2005-11-19 04:57:35 UTC (rev 930)
@@ -1,16 +1,16 @@
[% WRAPPER "page.tt"
title = "Home"
author = "Dylan Hardison"
- date = 'Mon, 20 Jun 2005'
+ date = 'Mon, 18 Nov 2005'
%]
<h2>Welcome</h2>
<p>Welcome to the strange and irrational world of Haver, the
-completely uninteresting chat system that sucks less than other ones.
+aggressively uninteresting chat system that sucks less than other ones.
</p>
<h2>What?</h2>
-<p>What is haver? It is three things:</p>
+<p>Haver is comprised of the following:</p>
<ol>
<li>It is a protocol that is:
@@ -21,8 +21,9 @@
</ol>
</li>
<li>It is a server written in perl using <a
href="http://poe.perl.org/">POE</a></li>
- <li>More than one client written in perl (most of which also use POE)
and several
- in other languages.</li>
+ <li>A client library, also written using POE, as well as several
clients in various
+ languages.</li>
+ <li>Various other perl modules that make using Haver easier.</li>
</ol>
<h2>Why?</h2>
@@ -32,17 +33,17 @@
and inventing new wheels is fun.</p>
<p>Haver tries really hard to be simple <strong>and</strong>
-elegant. Most things which are special cases in IRC
+elegant. Most things that are special cases in IRC
are generalized in haver. For example,
both normal chat messages and actions are the same type
of message in Haver, whereas in IRC they are two utterly
-separate things.</p>
+seperate things.</p>
-<h2>So...?</h2>
+<h2>So?</h2>
<p>If you would like to try out Haver online (and why not?),
-click <a href="/applet.html">here.</a> Or
-you can sample one of the other <a href="/clients.html">
+click <a href="/applet.html">here.</a> (<i>Note: currently broken.</i>)
+Or, you can try one of the other <a href="/clients.html">
clients</a> available.</p>
[% END %]