Template-TT2Site

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

Template::TT2Site is a framework to create web sites using the
Template Toolkit.

The technical structure of the site is patterned after the method
described in chapter 11 of I<The Badger Book>. The structure has been
slightly simplified for ease of use, and a couple of neat features are
added:

* The resultant site is position independent, i.e., it only uses
  relative URLs to the extent possible. This makes it easy to build
  partial sites, and to relocate the contents.

* The necessary means are provided to create multi-language sites, where
  each page gets a link to its translations.

* The 'site.map' hash, required for site navigation, is created
  automatically using minimal, position independent, directions.

All functions are executed using a driver program, making the package
easy to use and platform independent. Installation takes place using
the platform independent Module::Build tool.

examples/sample0/src/index.html  view on Meta::CPAN

the Template Toolkit.

<p>The technical structure of the site is patterned after the method
described in chapter 11 of <I>The Badger Book</i>. The structure has
been slightly simplified for ease of use, and a couple of neat
features are added:

<ul>
  <li>The resultant site is position independent, i.e., it only uses
      relative URLs to the extent possible. This makes it easy to build
      partial sites, and to relocate the contents.
  <li>The necessary means are provided to create multi-lingual sites, where
      each page gets a link to its translations.
  <li>Site navigation is automatically provided using minimal,
      position independent, directions. 
</ul>

examples/sample1/src/en/index.html  view on Meta::CPAN

the Template Toolkit.

<p>The technical structure of the site is patterned after the method
described in chapter 11 of <I>The Badger Book</i>. The structure has
been slightly simplified for ease of use, and a couple of neat
features are added:

<ul>
  <li>The resultant site is position independent, i.e., it only uses
      relative URLs to the extent possible. This makes it easy to build
      partial sites, and to relocate the contents.
  <li>The necessary means are provided to create multi-lingual sites, where
      each page gets a link to its translations.
  <li>Site navigation is automatically provided using minimal,
      position independent, directions. 
</ul>

lib/Template/TT2Site.pm  view on Meta::CPAN

described in chapter 11 of I<The Badger Book>. The structure has been
slightly simplified for ease of use, and a couple of neat features are
added:

=over 4

=item *

The resultant site is position independent, i.e., it only uses
relative URLs to the extent possible. This makes it easy to build
partial sites, and to relocate the contents.

=item *

The necessary means are provided to create multi-language sites, where
each page gets a link to its translations.

=item *

The 'site.map' hash, required for site navigation, is created
automatically using minimal, position independent, directions.



( run in 2.291 seconds using v1.01-cache-2.11-cpan-5511b514fd6 )