| Projects on Google Code | Results 1 - 10 of 575 |
This is a simple fast and powerful template engine for php5
----
= Quick Start/ Basic usage =
== Php quick start code ==
{{{
<?
//Include template
require_once "../Simplate.class.php";
//Create template from file 'sample.tpl'
$spl = new Simplate("sample.tpl");
//Create simplate data o...
The purpose of creating this templating system was to help me practice my programming skills by (in my opinion) improving an already existing design.
It is based on both this article:
http://ioreader.com/2007/05/08/using-a-stack-to-parse-html/
and alex[sancho]'s templating system (temper - http...
<p>This project consists of two separate packages:</p>
<ol>
<li>A "base" folder with the files and folders needed to begin developing a website - like a starting model for all your websites;</li>
<li>A "snippets" folder with snippets that you can use with the "base" code.</li>
</ol>
<p>Note: Yo...
|| *תאריך: 17.4.2007* ||
טוב עבר שבוע יש לנו 4 חברים חדשים:
* Nir - nir.joomla
* Nir - nir.melamud
* Roi - roivip
* Kfir - kfir2005
שהעלו 18 קבצים חדשים :)
תודה
אגב אם אתם רוצים להוסיף את עמוד הבית שלכם בצד ימין של האתר (מתחת לג'ומלה ישראל) צרו איתי קשר במייל או על גבי קבוצת הדיון....
= MIcro Seconds Templates for Java (MIST4J) =
== Benefits ==
A very fast Java template renderer. Web pages are really fast with it -- about microseconds (one thousandth of millisecond) per common template.
== Definition & Example ==
A template is a file with s simple mark-up:
{{{
Text here...
ProjectGenerator is a simple tool for template-based file and directory tree generation.
Other software of this category is a [http://www.ericjsmith.net/codesmith/ CodeSmith], but it is not an open project and is too complex for such simple thing.
ProjectGenerator uses wonderful TemplateMachin...
Most CMS engines ([http://blogger.com Blogger], [http://wordpress.org WordPress], [http://en.wikipedia.org/wiki/Blogging_software etc.]) extend the basic (X)HTML and CSS languages with specific tags to handle their content. I've taken some generic templates I liked and modified for the engines I us...
= H20 Template engine=
H2O is markup language for PHP that taken a lot of inspiration from django.
* Readable and human friendly syntax.
* Easy to use and maintain
* Encourage reuse in templates by template inclusion and inheritance.
* highly extensible through filters, tags and templa...
the Sanguine Easy Embed Template, is a system that will alow a person to have many php programs and only one mark up file to control them all.
Has uses in Zen Cart,
Drupal
Non CMS based php/html sites
FxMarker is a templating engine similar with the Freemarker java library. It generates text output based on templates and context objects provided as input.