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

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Ivan Kohler
  • Date: 2002-03-12 07:14:45 UTC
  • Revision ID: james.westby@ubuntu.com-20020312071445-4fupe5hqp2hlnion
Tags: upstream-0.01
ImportĀ upstreamĀ versionĀ 0.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
HTML::Widgets::SelectLayers version 0.01
 
2
========================================
 
3
 
 
4
This module implements an HTML widget with multiple layers.  Only one layer
 
5
is visible at any given time, controlled by a <SELECT> box.  For an example
 
6
see http://www.420.am/selectlayers/
 
7
 
 
8
This HTML generated by this module uses JavaScript, but nevertheless attempts
 
9
to be as cross-browser as possible, testing for features via DOM support rather
 
10
than specific browsers or versions.  It has been tested under Mozilla 0.9.8,
 
11
Netscape 4.77, IE 5.5, Konqueror 2.2.2, and Opera 5.0.
 
12
 
 
13
INSTALLATION
 
14
 
 
15
To install this module type the following:
 
16
 
 
17
   perl Makefile.PL
 
18
   make
 
19
   make test
 
20
   make install
 
21
 
 
22
COPYRIGHT AND LICENCE
 
23
 
 
24
Copyright (c) 2002 Ivan Kohler
 
25
All rights reserved.
 
26
This program is free software; you can redistribute it and/or modify it under
 
27
the same terms as Perl itself.
 
28