Author: dylan
Date: 2004-12-28 19:24:53 -0500 (Tue, 28 Dec 2004)
New Revision: 442
Modified:
trunk/web/bin/fixhtml
trunk/web/index.thtml
Log:
testing build-on-commit.
Modified: trunk/web/bin/fixhtml
===================================================================
--- trunk/web/bin/fixhtml 2004-12-29 00:19:37 UTC (rev 441)
+++ trunk/web/bin/fixhtml 2004-12-29 00:24:53 UTC (rev 442)
@@ -138,6 +138,7 @@
} else {
# ignore
return $url unless $url =~ m!^/!;
+ return $url if $url =~ /\?/;
my $dirs;
(undef, $dirs, undef) = File::Spec::Unix->splitpath($file);
my $ret;
Modified: trunk/web/index.thtml
===================================================================
--- trunk/web/index.thtml 2004-12-29 00:19:37 UTC (rev 441)
+++ trunk/web/index.thtml 2004-12-29 00:24:53 UTC (rev 442)
@@ -6,6 +6,8 @@
<h2>Welcome</h2>
+<p>Foobar!</p>
+
<p>Welcome to the strange and irrational world of Haver,
the completely uninteresting chat client that sucks less than other chat
systems.</p>
@@ -22,7 +24,6 @@
<li>More than one client written in perl, most of which also use
POE.</li>
</ol>
-
<h2>Why?</h2>
<p>Why are we re-inventing the wheel?