Author: muffin
Date: 2005-11-14 23:20:54 -0500 (Mon, 14 Nov 2005)
New Revision: 923

Modified:
   trunk/web/Makefile
   trunk/web/clients/havernet/index.ttml
   trunk/web/clients/index.ttml
   trunk/web/clients/javer/index.ttml
   trunk/web/contact.ttml
   trunk/web/download.ttml
   trunk/web/templates/logos.tt
   trunk/web/templates/menu.tt
Log:
Various website updates: remove chani3 wiki, update contact page, client page 
updates, modify logo page.


Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile  2005-11-15 00:37:48 UTC (rev 922)
+++ trunk/web/Makefile  2005-11-15 04:20:54 UTC (rev 923)
@@ -74,7 +74,7 @@
        ssh $(SFUSER)@shell.sourceforge.net
 
 clean:
-       rm -vf $(targets)
+       rm -vrf $(targets)
 
 validate: test
        @echo "use make test from now on"

Modified: trunk/web/clients/havernet/index.ttml
===================================================================
--- trunk/web/clients/havernet/index.ttml       2005-11-15 00:37:48 UTC (rev 
922)
+++ trunk/web/clients/havernet/index.ttml       2005-11-15 04:20:54 UTC (rev 
923)
@@ -1,7 +1,7 @@
 [% WRAPPER "page.tt"
        title   = 'HaverNet'
        author  = 'ElasticMuffin'
-       date    = 'Mon, 20 Jun 2005'
+       date    = 'Thu, 14 Nov 2005'
 %]
 
 <h2>About</h2>
@@ -9,27 +9,32 @@
 <p>
        HaverNet is a Windows Haver client in Visual Basic.NET written by 
ElasticMuffin.
        It currently supports one channel with a variety of features.  
Multi-channel and
-       seperate-window query support is planned but not yet added (VB has no 
simple
-       support for this sort of thing, unlike some other languages).
+       seperate-window query support is planned for the 0.4x series of the 
client.
 </p>
 
 <h2>Download</h2>
 
 <p>
-       The current 'stable' version, 0.2.5, is extremely out of date with the 
latest
+       The current 'stable' version, 0.2.5, is completely unusable with the 
latest
        protocol changes.  Prereleases of the next series (0.3x) may be found 
at the
-        official website.  The current version is 0.3.0-pre6.
+        official website.  These will work for the 0.8x version of the 
official server.
+        The latest version is <b>0.3.0-pre8</b>, released on August 2, 2005.
        Bug reports and feature requests for these prereleases are appreciated 
(read the
-       included readme for more info).
+       included readme for more info).  The final release of the 0.3.0 series 
will be
+        shoved out the door; the client will then be upgraded to version 2.0 
of the .NET
+        Framework.
 </p>
 
 <h2>Screenshots</h2>
 
 <p>
-       <a href="havernet-1.jpg">HaverNet 0.3.0-pre6</a>
+       <a href="http://havernet.diagonalfish.net/images/sshot1.jpg";>Connection 
dialog</a><br/>
+        <a href="http://havernet.diagonalfish.net/images/sshot2.jpg";>Nick 
registration/Chatting in a channel</a><br/>
+        <a href="http://havernet.diagonalfish.net/images/sshot3.jpg";>Options 
dialog</a><br/>
+        <a href="http://havernet.diagonalfish.net/images/sshot4.jpg";>New 
nickname dialog</a><br/>
 </p>
 
-<h2>Official website</h2>
+<h2>Official website and download</h2>
 
 <p>
        <a 
href="http://havernet.diagonalfish.net/";>http://havernet.diagonalfish.net</a>

Modified: trunk/web/clients/index.ttml
===================================================================
--- trunk/web/clients/index.ttml        2005-11-15 00:37:48 UTC (rev 922)
+++ trunk/web/clients/index.ttml        2005-11-15 04:20:54 UTC (rev 923)
@@ -1,7 +1,7 @@
 [% WRAPPER "page.tt"
        title   = 'Haver Clients'
        author  = 'Dylan Hardison'
-       date    = 'Mon, 20 Jun 2005'
+       date    = 'Mon, 14 Nov 2005'
 %]
 
 <p>
@@ -9,16 +9,16 @@
 </p>
 <ol>
     <li>
-    <a href="javer">Javer</a>, developed by
+    <a href="javer">Javer</a>, a Java client developed by
     <a href="https://gna.org/users/bdonlan/";>Bryan Donlan</a>.
     </li>
 
     <li>
-    <a href="havernet/">HaverNet</a>, developed by 
+    <a href="havernet/">HaverNet</a>, a VB.NET client developed by 
     <a href="https://gna.org/users/elasticmuffin/";>Muffin</a>.
     </li>
 
-    <li>Ravish, a ruby client also developed by
+    <li>Ravish, a ruby client developed by
     <a href="https://gna.org/users/nornagon";>Nornagon</a>.
     </li>
 </ol>

Modified: trunk/web/clients/javer/index.ttml
===================================================================
--- trunk/web/clients/javer/index.ttml  2005-11-15 00:37:48 UTC (rev 922)
+++ trunk/web/clients/javer/index.ttml  2005-11-15 04:20:54 UTC (rev 923)
@@ -1,20 +1,21 @@
 [% WRAPPER "page.tt"
        title   = 'Javer'
        author  = 'Bryan Donlan'
-       date    = 'Mon, 14 Mar 2005'
+       date    = 'Mon, 14 Nov 2005'
 %]
 
 <h2>About</h2>
 <p>
        Javer is a Java haver client which can run either as an applet or a
        standalone Java application. Features a library for building Haver
-    clients in Java, and tab support. Javer can be accessed
-    <a href="http://odin.haverdev.org/~bdonlan/javer.html";>on the web as an 
applet</a>.
+    clients in Java, and tab support.  The current version of Javer is 
obsolete,
+    but version 3 is currently under development, for servers with version 0.08
+    and later.
 </p>
 
 [% here = '/clients/javer' %]
 
-<h2>Screenshots</h2>
+<h2>Screenshots of Javer version 1</h2>
 <ul>
     <li><a href="$here/javer-1.png">Logging in</a></li> 
     <li><a href="$here/javer-2.png">Talking in the lobby</a></li>

Modified: trunk/web/contact.ttml
===================================================================
--- trunk/web/contact.ttml      2005-11-15 00:37:48 UTC (rev 922)
+++ trunk/web/contact.ttml      2005-11-15 04:20:54 UTC (rev 923)
@@ -1,7 +1,7 @@
 [% WRAPPER "page.tt"
     title   = "Contact Information"
        author  = 'Dylan Hardison'
-       date    = 'Sun, 27 Mar 2005'
+       date    = 'Thu, 6 Aug 2005'
 %]
 
 <ul>
@@ -11,8 +11,9 @@
        <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
-               <a href="https://gna.org/users/bdonlan/";>bdonlan</a>.
+               <a href="https://gna.org/users/dylanwh/";>Dylan</a>,
+               <a href="https://gna.org/users/bdonlan/";>bdonlan</a>,
+                or <a 
href="https://gna.org/users/elasticmuffin";>ElasticMuffin</a>.
        </li>
 </ul>
 

Modified: trunk/web/download.ttml
===================================================================
--- trunk/web/download.ttml     2005-11-15 00:37:48 UTC (rev 922)
+++ trunk/web/download.ttml     2005-11-15 04:20:54 UTC (rev 923)
@@ -1,16 +1,18 @@
 [% WRAPPER "page.tt"
     title   = 'Download'
        author  = 'Dylan Hardison'
-       date    = 'Sat, 6 Aug 2005'
+       date    = 'Thu, 6 Aug 2005'
 %]
 
 <h2>Stable releases </h2>
 
-<p>The haver server and  associated support perl modules
+<p>The haver server and associated support perl modules
 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>
 
+<p>The current release is <b>0.08</b>, released on August 6, 2005.</p>
+
 <p>
 At the present time, while there is a backend library for haver clients in 
perl,
 there is no user interface for it. A Curses interface similar to irssi is 
being planned.

Modified: trunk/web/templates/logos.tt
===================================================================
--- trunk/web/templates/logos.tt        2005-11-15 00:37:48 UTC (rev 922)
+++ trunk/web/templates/logos.tt        2005-11-15 04:20:54 UTC (rev 923)
@@ -33,3 +33,10 @@
 <a href="http://www.vim.org/";>
 <img class='logo' src='/images/vim-created.png' alt="Created in Vim!" /></a>
 </p>
+
+<p>
+[%# Link to Us %]
+Link to us!  <a href="http://haverdev.org/";>
+<img class='logo' src='/images/haverdev.png' alt="Haverdev.org - The Chat 
Protocol That Doesn't Suck." />
+</a>
+</p>

Modified: trunk/web/templates/menu.tt
===================================================================
--- trunk/web/templates/menu.tt 2005-11-15 00:37:48 UTC (rev 922)
+++ trunk/web/templates/menu.tt 2005-11-15 04:20:54 UTC (rev 923)
@@ -1,9 +1,7 @@
 <a href="/index.html">Home</a>
  - 
 <a href="https://gna.org/news/index.php?group=haver";>News</a>
- - 
-<a href="http://wiki.chani3.com/wiki/ProjectHaver";>Wiki</a>
- - 
+ -  
 <a href="/docs">Docs</a>
  - 
 <a href="/download.html">Download</a>


Reply via email to