| 1 |
********************************************************************
|
| 2 |
D R U P A L THEME ENGINE
|
| 3 |
********************************************************************
|
| 4 |
Name: phptemplate
|
| 5 |
Author: Adrian Rossouw
|
| 6 |
Email: phptemplate at daemon dot co dot za
|
| 7 |
|
| 8 |
********************************************************************
|
| 9 |
DESCRIPTION:
|
| 10 |
|
| 11 |
This is a theme engine for Drupal 4.5.0, which allows the use
|
| 12 |
of templates written in pure PHP. This engine is a complete
|
| 13 |
rewrite, and refactoring of the popular PHPTemplate theme
|
| 14 |
for Drupal 4.4.0.
|
| 15 |
|
| 16 |
This theme uses no external templating engine, to allow for
|
| 17 |
remarkably robust templates without needing to modify the
|
| 18 |
engine.
|
| 19 |
|
| 20 |
PHPTemplate is being used as the basis for many of the largest
|
| 21 |
Drupal sites, such as Spreadfirefox.com and Drupal.org itself.
|
| 22 |
It is also the standard theme engine for Civicspace, although
|
| 23 |
that might change with the 1.x releases.
|
| 24 |
|
| 25 |
The proto-template for PHPTemplate is box_grey, by Adrian Simmons
|
| 26 |
and it can be found on Drupal.org. Additionally, the default
|
| 27 |
template from the PHPTemplate theme in Drupal 4.4.0 is now called
|
| 28 |
cleanslate, and is available in the same place..
|
| 29 |
|
| 30 |
For more information on the reasons for not using a template engine
|
| 31 |
please see the following article:
|
| 32 |
http://www.phppatterns.com/index.php/article/articleview/4/1/1/
|
| 33 |
|
| 34 |
More complete documentation can be found on the Bryght public Wiki
|
| 35 |
at http://dev.bryght.com , and a subset of that documentation is
|
| 36 |
also available in the Drupal handbook (http://drupal.org/node/11810).
|
| 37 |
|
| 38 |
********************************************************************
|
| 39 |
SYSTEM REQUIREMENTS:
|
| 40 |
|
| 41 |
Drupal: Drupal 4.5.0 , or Latest CVS.
|
| 42 |
|
| 43 |
********************************************************************
|
| 44 |
INSTALLATION:
|
| 45 |
|
| 46 |
Extract the phptemplate.tar.bz2 file into your themes/engines directory.
|
| 47 |
|
| 48 |
********************************************************************
|
| 49 |
SPECIAL THANKS :
|
| 50 |
|
| 51 |
Adrinux, Berkes, Boris Mann and Walkah for all the support during the
|
| 52 |
development process.
|