Author: muffin
Date: 2005-01-08 21:26:17 -0500 (Sat, 08 Jan 2005)
New Revision: 559

Modified:
   trunk/web/clients/index.thtml
   trunk/web/index.thtml
   trunk/web/templates/bottom
   trunk/web/templates/sidebar
Log:
Added applet to sidebar, added another section to the front page to point out 
clients more obviously, and added 'last update'to bottom.  Try to remember to 
keep the 'date' meta variable up to date. :)


Modified: trunk/web/clients/index.thtml
===================================================================
--- trunk/web/clients/index.thtml       2005-01-09 02:23:31 UTC (rev 558)
+++ trunk/web/clients/index.thtml       2005-01-09 02:26:17 UTC (rev 559)
@@ -1,7 +1,7 @@
 [% META
        title   = 'Haver Clients'
        author  = 'Dylan Hardison'
-    date    = '2004-12-28'
+    date    = '2005-01-07'
 %]
 [% WRAPPER "page" %]
 

Modified: trunk/web/index.thtml
===================================================================
--- trunk/web/index.thtml       2005-01-09 02:23:31 UTC (rev 558)
+++ trunk/web/index.thtml       2005-01-09 02:26:17 UTC (rev 559)
@@ -1,7 +1,7 @@
 [% META
        title   = "Home"
        author  = "Dylan Hardison"
-    date    = '2004-04-25'
+    date    = '2005-01-08'
 %]
 [% WRAPPER "page" %]
 
@@ -36,7 +36,13 @@
 elegant. Most things which are special cases in IRC
 are generalized in haver. For example,
 both an away message and nickname are the same
-type of thing in Haver. </p>
+type of thing in Haver.</p>
 
+<h2>Interested?</h2>
 
+<p>If you would like to try out Haver online,
+click <a href="/applet.html">here.</a>  Or
+you can sample one of the other <a href="/clients.html">
+clients</a> available.</p>
+
 [% END %]

Modified: trunk/web/templates/bottom
===================================================================
--- trunk/web/templates/bottom  2005-01-09 02:23:31 UTC (rev 558)
+++ trunk/web/templates/bottom  2005-01-09 02:26:17 UTC (rev 559)
@@ -2,9 +2,12 @@
        USE date;
        year  =  date.format(date.now, "%Y")
 %]
+
+Last update: [% page.date %]<br/>
+
 [% SWITCH page.copyright; %] 
 [% CASE 'FREE' %]
-       <a href="copyright">Copyright</a> &copy; 2001-$year [% page.author 
%].<br/>
+       Copyright &copy; 2001-$year [% page.author %].<br/>
        Verbatim copying and redistribution of this entire page is permitted
        in any medium provided this notice is preserved.
 [% CASE 'LICENSE' %]

Modified: trunk/web/templates/sidebar
===================================================================
--- trunk/web/templates/sidebar 2005-01-09 02:23:31 UTC (rev 558)
+++ trunk/web/templates/sidebar 2005-01-09 02:26:17 UTC (rev 559)
@@ -6,3 +6,5 @@
 <br />
 <a href="/download.html">Download</a>
 <br />
+<a href="/applet.html">Applet</a>
+<br />


Reply via email to