~ubuntu-branches/ubuntu/oneiric/libhtml-widgets-selectlayers-perl/oneiric

« back to all changes in this revision

Viewing changes to homepage.pl

  • Committer: Bazaar Package Importer
  • Author(s): Ivan Kohler
  • Date: 2005-08-24 06:59:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050824065907-nsvm419ov6mb2p22
Tags: 0.05-1
* new upstream version
* add watch file for uscan

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
my %html = (
16
16
 
17
 
  'download' => '<A HREF="HTML-Widgets-SelectLayers-0.04.tar.gz">Download HTML-Widgets-SelectLayers-0.04.tar.gz</a>',
 
17
  'download' => '<A HREF="HTML-Widgets-SelectLayers-0.05.tar.gz">Download HTML-Widgets-SelectLayers-0.05.tar.gz</a>',
18
18
 
19
19
  'installation' => '<PRE>
20
20
  perl Makefile.PL
37
37
 
38
38
'compatibility' => '<PRE>
39
39
This HTML generated by this module uses JavaScript, but nevertheless attempts
40
 
to be as cross-browser as possible, testing for features via DOM support rather
41
 
than specific browsers or versions.  It has been tested under Mozilla
42
 
0.9.8->1.4, Netscape 4.77, IE 5.5, Konqueror 2.2.2->3.1.5, and Opera 5.0.
 
40
to be as cross-browser as possible.  The 0.05 release drops Navigator 4
 
41
compatibility and has been tested under Mozilla Firefox 1.0.6, MSIE 6.0, 
 
42
Konqueror 3.3.2, and Opera 8.0.2.
43
43
</PRE>',
44
44
 
45
45
);
66
66
<PRE>
67
67
HTML::Widgets::SelectLayers
68
68
 
69
 
Copyright (c) 2002 Ivan Kohler
 
69
Copyright (c) 2002-2005 Ivan Kohler
70
70
All rights reserved.
71
71
This program is free software; you can redistribute it and/or modify it under
72
72
the same terms as Perl itself.
122
122
is visible at any given time, controlled by a &lt;SELECT&gt; box.  For an
123
123
example see <A HREF="http://www.420.am/selectlayers/">http://www.420.am/selectlayers/</A></P>
124
124
<P>This HTML generated by this module uses JavaScript, but nevertheless attempts
125
 
to be as cross-browser as possible, testing for features via DOM support rather
126
 
than specific browsers or versions.  It has been tested under Mozilla 0.9.8,
127
 
Netscape 4.77, IE 5.5, Konqueror 2.2.2, and Opera 5.0.</P>
 
125
to be as cross-browser as possible.  The 0.05 release drops Navigator 4
 
126
compatibility and has been tested under Mozilla Firefox 1.0.6, MSIE 6.0, 
 
127
Konqueror 3.3.2, and Opera 8.0.2.</P>
128
128
<P>
129
129
<HR>
130
130
<H1><A NAME="forms">FORMS</A></H1>