Author: muffin
Date: 2005-03-27 16:52:46 -0500 (Sun, 27 Mar 2005)
New Revision: 665

Modified:
   trunk/web/.htaccess
   trunk/web/contact.ttml
   trunk/web/download.ttml
   trunk/web/index.ttml
   trunk/web/templates/page.tt
   trunk/web/why-not-xml.ttml
Log:
Updating various bits of the website.  404 page works now, too.


Modified: trunk/web/.htaccess
===================================================================
--- trunk/web/.htaccess 2005-03-27 08:30:56 UTC (rev 664)
+++ trunk/web/.htaccess 2005-03-27 21:52:46 UTC (rev 665)
@@ -1,2 +1,3 @@
 Options +MultiViews
 AddType "text/html; charset=ISO-8859-1" html
+ErrorDocument 404 /not-found

Modified: trunk/web/contact.ttml
===================================================================
--- trunk/web/contact.ttml      2005-03-27 08:30:56 UTC (rev 664)
+++ trunk/web/contact.ttml      2005-03-27 21:52:46 UTC (rev 665)
@@ -5,12 +5,10 @@
 %]
 
 <ul>
-       <li>There are several <a 
href="https://gna.org/mail/?group=haver";>mailing kists</a></li>
-       <li>One may file a
-       <a href="https://gna.org/support/?func=additem&amp;group=haver";>support 
request</a>
-       </li>
-       <li>Or <a href="https://gna.org/bugs/?group=haver";>report a bug</a></li>
-       <li>Are you a coder? Maybe <a 
href="https://gna.org/patch/?group=haver";>Submit a patch?</a></li>
+       <li>There are several <a 
href="https://gna.org/mail/?group=haver";>mailing lists.</a></li>
+       <li>File a <a 
href="https://gna.org/support/?func=additem&amp;group=haver";>support 
request.</a></li>
+       <li><a href="https://gna.org/bugs/?group=haver";>Report a bug.</a></li>
+       <li>Are you a coder? Consider <a 
href="https://gna.org/patch/?group=haver";>submitting a patch.</a></li>
        <li>Really want to talk to the devs?
                Then you should talk to 
                <a href="https://gna.org/users/dylanwh/";>Dylan</a> or

Modified: trunk/web/download.ttml
===================================================================
--- trunk/web/download.ttml     2005-03-27 08:30:56 UTC (rev 664)
+++ trunk/web/download.ttml     2005-03-27 21:52:46 UTC (rev 665)
@@ -4,10 +4,10 @@
        date    = '$Date$'
 %]
 
-<h2>Stable</h2>
+<h2>Stable releases </h2>
 
-<p>the haver server, associated support perl modules, and the haver-tk
-client can all be downloaded from the <a 
href="http://search.cpan.org/";>CPAN</a>
+<p>The haver server, associated support perl modules, and the haver-tk client
+can all be downloaded from the <a href="http://search.cpan.org/";>CPAN</a>
 or from our <a href="http://download.gna.org/haver/releases/";>download 
area</a>.
 </p>
 
@@ -20,34 +20,23 @@
 or apt-get install libhaver-server-perl.
 </p>
 
-<h2>Snapshots</h2>
-<p>
-You can get development snapshots <a 
href="http://download.gna.org/haver/snapshots/";>from here</a>.
-</p>
+<h2>Subversion repository</h2>
 
-<h2>Public mirror of subversion repository</h2>
-
 <p>
-A live mirror of the subversion repository is available at
-<a 
href="https://uvmonkey.no-ip.org/svn/haver";>https://uvmonkey.no-ip.org/svn/haver</a>.
+The subversion repository contains the latest software and many of
+the clients under development.  This software may or may not work.
+Public access is available at
+<a href="http://svn.haverdev.org/repo/";> http://svn.haverdev.org/repo/</a>.
 You can get a copy with:
 </p>
 
-
 <blockquote class="code">
 <div>
-       \$svn co https://uvmonkey.no-ip.org/svn/haver/trunk
+       \$svn co http://svn.haverdev.org/repo
 </div>
 </blockquote>
 
 <p>
 The subversion client is available <a 
href="http://subversion.tigris.org/";>here</a>.
 </p>
-
-<h2>ViewSVN</h2>
-<p>
-A CGI interface to the subversion repository is available
-<a 
href="https://uvmonkey.no-ip.org/viewsvn/viewsvn.php?project=haver&amp;path=/";>here</a>.
-</p>
-
 [% END %]

Modified: trunk/web/index.ttml
===================================================================
--- trunk/web/index.ttml        2005-03-27 08:30:56 UTC (rev 664)
+++ trunk/web/index.ttml        2005-03-27 21:52:46 UTC (rev 665)
@@ -5,9 +5,9 @@
 %]
 <h2>Welcome</h2>
 
-<p>Welcome to the strange and irrational world of Haver,
-the completely uninteresting chat client that sucks less than other chat
-systems.</p>
+<p>Welcome to the strange and irrational world of Haver, the 
+completely uninteresting chat system that sucks less than other ones.
+</p>
 
 <h2>What?</h2>
 <p>What is haver? It is three things:</p>
@@ -36,7 +36,7 @@
 both an away message and nickname are the same
 type of thing in Haver.</p>
 
-<h2>Interested?</h2>
+<h2>So...?</h2>
 
 <p>If you would like to try out Haver online,
 click <a href="/applet.html">here.</a>  Or

Modified: trunk/web/templates/page.tt
===================================================================
--- trunk/web/templates/page.tt 2005-03-27 08:30:56 UTC (rev 664)
+++ trunk/web/templates/page.tt 2005-03-27 21:52:46 UTC (rev 665)
@@ -41,7 +41,7 @@
                        </table>
                        <!-- The bottom bar -->
                        <div id="bottom">
-                               Copyright &copy; 2003, 2004, 2005 [% author 
%]<br/>
+                               Copyright &copy; 2003 - 2005 [% author %]<br/>
                                Verbatim copying and redistribution of this 
entire page is permitted
                                in any medium provided this notice is preserved.
                        </div>

Modified: trunk/web/why-not-xml.ttml
===================================================================
--- trunk/web/why-not-xml.ttml  2005-03-27 08:30:56 UTC (rev 664)
+++ trunk/web/why-not-xml.ttml  2005-03-27 21:52:46 UTC (rev 665)
@@ -6,13 +6,13 @@
 
 <p>I am sure <strong>everyone</strong>
 is going to ask why haver doesn't use XML.
-XML is quite good as a Markup Language,
-heck this very page is marked up in a dialect
-of XML. However, I have not been convinced
+XML is quite good as a Markup Language
+(heck, this very page is marked up in a dialect
+of XML). However, I have not been convinced
 that it makes a good network protocol.
 </p>
 <p>
-Further more, the haver protocol is much, much easier
+Furthermore, the haver protocol is much, much easier
 to parse.
 </p>
 


Reply via email to