Projects tagged ‘template’ and ‘templating’


[34 total ]

260 Users
   

Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation.
Created over 3 years ago.

74 Users
   

Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature ... [More] is a template language, which is heavily inspired by Kid [Less]
Created over 3 years ago.

45 Users
   

Mason is a powerful Perl-based web site development and delivery engine. With Mason you can embed Perl code in your HTML and construct pages from shared, reusable components. Mason solves the ... [More] common problems of site development: caching, debugging, templating, maintaining development and production sites, and more. Mason is 100% free and open source. Although it can be used from CGI or even stand-alone, it is optimally designed for use with two other open source technologies: mod_perl and Apache. [Less]
Created over 3 years ago.

28 Users
   

Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. It provides a Django-like non-XML syntax and compiles templates into executable python code. It's ... [More] basically a combination of Django templates and python code. [Less]
Created over 3 years ago.

13 Users
   

PHPTAL is a PHP implementation of ZPT work. To be short, PHPTAL is a XML/XHTML template library for PHP. While most web developpers continue to use ASP/JSP/PHP tags as the core language of their ... [More] templates, the Zope community came with a refreshing idea named TAL. The idea was to move presentation actions inside XHTML attributes instead of using plain tags or elements. [Less]
Created over 2 years ago.

13 Users
   

Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Web developers are its principle user group, but it has ... [More] many potential uses and is also being used to generate C++ game code, Java, SQL, form emails, and even Python code. [Less]
Created over 3 years ago.

13 Users
   

This module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - , , , , and . The file written with HTML and these new tags is called a ... [More] template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl program. [Less]
Created about 1 year ago.

9 Users
   

Perlish declarative templates. Using tag names to label blocks, you can easily render HTML or XML with Perl code intermixed. All of it is in pure Perl without source filtering.
Created over 2 years ago.

9 Users
 

OPTv2 is a template engine for PHP5 based on XML language. It focuses on portability and declarative programming, where you specify what you want to achieve, not - how it is supposed to work. Together ... [More] with powerful syntax, it provides a modern, objective API designed especially for use with popular frameworks. [Less]
Created 9 months ago.

8 Users
 

JSFTemplating makes JSF development easier. It provides an alternative to JSP. It includes features such as: the Facelets templating format, events / handlers, page session, and many other ... [More] features for page authors. It also allows JSF components to be written using templating. [Less]
Created over 3 years ago.