|
Project Information
Featured
Downloads
Links
|
peml (PHP extensible markup language)At its core, peml is stylistically the same as haml, and borrows much of the syntactical framework from hamls ideas. peml however isn't designed to be a haml clone, it is an adaptable language, and adjusted for the task at hand, able to be easily used standalone from any framework, and integrated quickly too. The core syntax of tags is based on haml for rules of indentation and the logical outline of the page in the form of indented css selectors. This is then added to via command definitions and shortcuts, to add flow control and special blocks to your page. For more information, see http://erudit.es/peml, or a version integrated with the Yii framework and extended command library at http://erudit.es/YiiML |