public
Description: H2o template engine in php
Homepage: http://idealian.net/h2o
Clone URL: git://github.com/speedmax/h2o-php.git
Click here to lend your support to: h2o-php and make a donation at www.pledgie.com !
name age message
file README Tue Apr 22 08:41:51 -0700 2008 changes to README file [taylor luk]
directory adapters/ Tue Apr 22 08:32:36 -0700 2008 import existing h2o-php to git [taylor luk]
directory example/ Tue Apr 22 08:32:36 -0700 2008 import existing h2o-php to git [taylor luk]
file h2o.php Tue Apr 22 08:32:36 -0700 2008 import existing h2o-php to git [taylor luk]
file index.php Tue Apr 22 08:32:36 -0700 2008 import existing h2o-php to git [taylor luk]
directory lib/ Tue Apr 22 08:32:36 -0700 2008 import existing h2o-php to git [taylor luk]
directory plugins/ Tue Apr 22 08:32:36 -0700 2008 import existing h2o-php to git [taylor luk]
README
H2o template engine
========================

H2O is a template engine originally written in PHP, a django template port. 

 * text and html as a user interface for developers, beautiful and human friendly syntax, 
 * reusable templates with include sub template and inheritance
 * fast, current the php port compiles template down to native php. (looking at smarty)