Giter VIP home page Giter VIP logo

html-application's Introduction

                        HTML APPLICATION
----------------------------------------------------------------------

by Darren Duncan <[email protected]>

CONTENTS

* Preface
* Keeping Up To Date
* Requirements
* Installation
* Support
* To Do
* Author

PREFACE

This distribution features the Perl 5 module named "HTML::Application".

All of my modules have complete POD inside of them, so please refer to that for a
description of the module itself.

This Read Me document concerns itself mainly with installation and support
issues, and also includes any "To Do" lists.

Please see my "duncand-prerelease" distribution for 10 other modules that are 
designed to work with this one.  Eight of them are demo "application components", 
one performs user input and output, and one encapsulates a file format for 
counting events.  By looking at those you should have a better idea what 
HTML::Application can do for you.

KEEPING UP TO DATE

My module set is constantly under development.  You should be able to find the
newest versions at my website, "http://www.DarrenDuncan.net", on the page called
"Perl Libraries I Made" (name subject to change).  They can also be found on CPAN
under the author name of "DUNCAND".  

I am inclined to update the copies on my web site more often, but those
intermediate versions are more likely to have been tested less, and the modules
may be updated day by day without increasing the version numbers.  However, the
copies on CPAN are guaranteed to have unique version numbers when the module has
changed.

REQUIREMENTS

All of my modules require Perl 5.004 or newer, even though only some of them need
it, in the interest of consistency.  That said, Perl 5.004 is already 3 years 
old, is available as a binary on practically every OS that supports Perl at all, 
and is a very solid release, so I see no reason to support anything older.

Modules in this distribution require modules in these following distributions:

File-VirtualPath-1.0.tar.gz
	- by Darren Duncan (DUNCAND)
	- File::VirtualPath 1.0 is required by:
		- HTML::Application (stores file-system and url related paths)

HTML-EasyTags-1.04.tar.gz
	- by Darren Duncan (DUNCAND)
	- HTML::EasyTags 1.04 is required by:
		- HTML::Application (assembles the pieces of a new HTML page)

MultiValuedHash-1.07.tar.gz
	- by Darren Duncan (DUNCAND)
	- Data::MultiValuedHash 1.07 is required by:
		- HTML::Application (stores new cookies prior to output)
	- CGI::MultiValuedHash 1.07 is required by:
		- HTML::Application (stores and url-decodes user queries, posts, cookies)

INSTALLATION

To install this module, cd to the directory that contains all of the extracted 
distribution files, including this ReadMe file, and type the following:

	perl Makefile.PL
	make
	make test
	make install

The last step probably won't work if you are not the administrator of your 
machine; in that case you either need to get your administrator to install this 
for you, or put it in a your own local directory instead.

If you are on a Mac system and/or you are otherwise having problems with the 
Makefile, you can still install this module the old fashioned way, by copying.

The file "FormTemplate.pm" goes inside the "HTML" folder which is in the "lib" 
folder that came with your Perl 5 distribution.  

Or alternately, put it anywhere you want, but you will need to have that 
location added to your include path by your main program using something like 
this:

	use lib '/users/me/www_files/lib';

Then you would want to run the included test program to make sure the module is 
installed correctly.  Call it with:

	perl test.pl

Any existing POD is embedded in the module itself.  The Makefile probably 
extracted it for you in the usual manner, or you can run a POD extractor on it 
yourself to the same effect.  You can also find an HTMLized copy of the POD on 
CPAN and other public source archives; I link to one copy of it on my web site.

SUPPORT

Currently I don't have any support arranged with other people, lists, newsgroups,
or otherwise.  Feel free to ask me if you can't figure things out on your own, or
another person whom you know has used this.  I may start a mailing list for 
support issues later, so that users of my modules can help each other with them.

TO DO

	* Add a battery of tests.
	* Add demo applications that use this module.
	* Other stuff...
	* I have few more ideas in this regard, but am open to suggestions.
	* Get my other modules done.

AUTHOR

Copyright (c) 1999-2001, Darren R. Duncan. All rights reserved. These modules are
free software; you can redistribute them and/or modify them under the same terms
as Perl itself.  However, I do request that their copyright information remains
attached to the files.  If you modify this module and redistribute a changed
version then please attach a note listing the modifications.

I am always interested in knowing how my work helps others, so if you put this
module to use in any of your own code then please send me the URL.  Also, if you
make modifications to the module because it doesn't work the way you need, please
send me a copy so that I can roll desirable changes into the main release.

Address comments, suggestions, and bug reports to [email protected].

Share and Enjoy!

html-application's People

Contributors

duncand avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.