Text::MagicTemplate README File
===============================


Description
-----------

MagicTemplate is a "magic" interface between programming and design. It makes
"magically" available all the runtime values - stored in your variables or
returned by your subroutines - inside a static template file. Usually no need to
assign values to the object.


Structure
---------

This is the general three of the Text::MagicTemplate system (just in case you get lost :-) )

    Text
        MagicTemplate   the main module (start from here)
            Tutorial    the tutorial (very useful)
            Utilities   used internally (don't worry about it)
        MagicTemplateX  extensions namespace (documentation for power users)
            Core        core extensions collection
            HTML        HTML extensions collection
    HTML
        MagicTemplate   wrapper for Text::MagicTemplate in HTML environment


Installation
------------

0.  Prerequisites:
- Perl version 5.005 or more recent.


1. Standard installation
- from the directory where this file is located, type:

	perl Makefile.PL
	make
	make test
	make install


2. Manual installation
- if your OS does not have any 'make' support, just copy the
content of the /lib dir into perl installation site dir, maintaining the same hierarchy

--
Domizio Demichelis <dd@4pro.net>
2002-11-10