X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=homepage.pl;h=19c04dee2564641185fca160b00b72bef4b92249;hb=refs%2Fheads%2Fmaster;hp=7e112d28db9189d9bcfa17aa5bba6c85635aa3e9;hpb=25743a94d01bed5db01be7eebfdbd543a63e6a3e;p=HTML-Widgets-SelectLayers.git diff --git a/homepage.pl b/homepage.pl index 7e112d2..19c04de 100755 --- a/homepage.pl +++ b/homepage.pl @@ -14,7 +14,7 @@ tie my %o, 'Tie::IxHash', my %html = ( - 'download' => 'Download HTML-Widgets-SelectLayers-0.01.tar.gz', + 'download' => 'Download HTML-Widgets-SelectLayers-0.05.tar.gz', 'installation' => '
   perl Makefile.PL
@@ -25,9 +25,9 @@ my %html = (
 
 'cvs' => '
 Anonymous CVS access is available:
-  $ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot"
+  $ export CVSROOT=":pserver:anonymous@pouncequick.420.am:/home/cvs/cvsroot"
   $ cvs login
-  (Logging in to anonymous@cleanwhisker.420.am
+  (Logging in to anonymous@pouncequick.420.am
   CVS password: anonymous
   $ cvs checkout DBIx-DBSchema
 as well as browsable via cvsweb.
@@ -37,9 +37,9 @@ as well as 
 
 'compatibility' => '
 This HTML generated by this module uses JavaScript, but nevertheless attempts
-to be as cross-browser as possible, testing for features via DOM support rather
-than specific browsers or versions.  It has been tested under Mozilla 0.9.8,
-Netscape 4.77, IE 5.5, Konqueror 2.2.2, and Opera 5.0.
+to be as cross-browser as possible.  The 0.05 release drops Navigator 4
+compatibility and has been tested under Mozilla Firefox 1.0.6, MSIE 6.0, 
+Konqueror 3.3.2, and Opera 8.0.2.
 
', ); @@ -66,7 +66,7 @@ print <html, "\n";
 HTML::Widgets::SelectLayers
 
-Copyright (c) 2002 Ivan Kohler
+Copyright (c) 2002-2005 Ivan Kohler
 All rights reserved.
 This program is free software; you can redistribute it and/or modify it under
 the same terms as Perl itself.
@@ -122,9 +122,9 @@ __DATA__
 is visible at any given time, controlled by a <SELECT> box.  For an
 example see http://www.420.am/selectlayers/

This HTML generated by this module uses JavaScript, but nevertheless attempts -to be as cross-browser as possible, testing for features via DOM support rather -than specific browsers or versions. It has been tested under Mozilla 0.9.8, -Netscape 4.77, IE 5.5, Konqueror 2.2.2, and Opera 5.0.

+to be as cross-browser as possible. The 0.05 release drops Navigator 4 +compatibility and has been tested under Mozilla Firefox 1.0.6, MSIE 6.0, +Konqueror 3.3.2, and Opera 8.0.2.


FORMS