| 1 |
********************************************************************
|
| 2 |
D R U P A L THEME ENGINE
|
| 3 |
********************************************************************
|
| 4 |
Name: phptal
|
| 5 |
Version: 3.0
|
| 6 |
Author: Olav Schettler
|
| 7 |
Email: olav-phptal at contaire dot net
|
| 8 |
Last update: 02 February 2007
|
| 9 |
Drupal: 5.x
|
| 10 |
|
| 11 |
********************************************************************
|
| 12 |
DESCRIPTION:
|
| 13 |
|
| 14 |
This is a theme engine for Drupal 5.x, which allows the use
|
| 15 |
of templates written in the PHPTAL language. This engine is a nearly
|
| 16 |
one-to-one copy of the phptemplate engine, just replacing the underlying
|
| 17 |
template engine with the one from <http://phptal.sourceforge.net/>.
|
| 18 |
|
| 19 |
To be used, the engine needs an installation of PHPTAL in this directory.
|
| 20 |
It was developed using PHPTAL 1.1.4 stable.
|
| 21 |
|
| 22 |
I believe that this engine provides the same advantage of a combined
|
| 23 |
push/pull approach for dynamic content as PHPtemplate but at the same
|
| 24 |
time the template files are clean and pure XHTML. PHPTAL templates can
|
| 25 |
thus be edited with most standard WYSIWYG HTML editors and are
|
| 26 |
guaranteed to output valid XHTML.
|
| 27 |
|
| 28 |
PHPTAL works - amonst others - with the proto-template box_gray by Adrian
|
| 29 |
Simmons for PHPTemplate, ported to PHPTAL and renamed to tal_gray.
|
| 30 |
|
| 31 |
A complete documentation on the PHPTAL template language can be found
|
| 32 |
at <http://phptal.sourceforge.net/>. There you also find links to the
|
| 33 |
many resources for the Python-based TAL implementation.
|
| 34 |
|
| 35 |
********************************************************************
|
| 36 |
SYSTEM REQUIREMENTS:
|
| 37 |
|
| 38 |
Drupal: Drupal 5.x
|
| 39 |
|
| 40 |
********************************************************************
|
| 41 |
INSTALLATION:
|
| 42 |
|
| 43 |
The recommended installation for PHPTAL is to use the Pear module.
|
| 44 |
This approach is explained on the PHPTAL page at
|
| 45 |
http://phptal.motion-twin.com/.
|
| 46 |
|
| 47 |
Download and install the tal_gray theme.
|
| 48 |
|
| 49 |
********************************************************************
|
| 50 |
SPECIAL THANKS :
|
| 51 |
|
| 52 |
Laurent Bedubourg for his implementation of PHPTAL.
|
| 53 |
|
| 54 |
********************************************************************
|
| 55 |
********************************************************************
|
| 56 |
|
| 57 |
This directory also contains a port of the andreas01 design
|
| 58 |
by Andreas Viklund. This was previously available as the 'olav' theme
|
| 59 |
but has been made the default theme for the phptal.engine now.
|