Projects tagged ‘templating’ and ‘web’


[20 total ]
57

Pylons

   
Primary Language: Python Licensed as: BSD-ish License

Pylons combines the very best ideas from the worlds of Ruby, Python and Perl, providing a structured but extremely flexible Python web framework. It's also one of the first projects to leverage the emerging WSGI standard, which allows extensive ... [More] re-use and flexibility but only if you need it. Out of the box, Pylons aims to make web development fast, flexible and easy. [Less]

Metrics updated 13 Jan 08

56

Genshi

   
Primary Language: Python Licensed as: BSD-ish License

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 is a template language, which is heavily inspired by Kid

Metrics updated about 19 hours ago

36

Mason

   
Primary Language: Perl Licensed as: Artistic License,GNU General Public License 2.0

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 common problems of site development: caching ... [More] , 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]

Metrics updated about 15 hours ago

14

Haml

   
Primary Language: Ruby Licensed as: MIT License

Haml is a markup language that’s used to cleanly and simply describe the XHTML of any web document without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ASP, and ERB, the templating language ... [More] used in most Ruby on Rails applications. However, Haml avoids the need for explicitly coding XHTML into the template, because it itself is a description of the XHTML, with some code to generate dynamic content. [Less]

Metrics updated 24 May 08

14

Jinja

   
Primary Language: Python Licensed as: BSD-ish License

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 basically a combination of Django templates and python code.

Metrics updated 23 Oct 07

12

Werkzeug

   
Primary Language: Python Licensed as: BSD-ish License

Werkzeug is a collection of various utilities for WSGI applications. It features request and response objects as well as a powerful url dispatcher and a debugging system. Not released!

Metrics updated 02 Nov 07

10

HTML::Template

   
Primary Language: Perl Licensed as: Artistic License,GNU General Public License 2.0 or later

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 template. It is usually saved separate from your ... [More] 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]

Metrics updated about 3 hours ago

7

JSFTemplating

 
Primary Language: Java Licensed as: Common Development and Distribution License,GNU General Public License 2.0

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 features for page authors. It also allows JSF components to be written using templating.

Metrics updated about 2 hours ago

6

PHPTAL

   
Primary Language: PHP Licensed as: GNU Lesser General Public License 2.1

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 templates, the Zope community came with a ... [More] refreshing idea named TAL. The idea was to move presentation actions inside XHTML attributes instead of using plain tags or elements. [Less]

Metrics updated 06 Oct 08

6

Cheetah: Python-Powered Template Engine

   
Primary Language: Python Licensed as: MIT License

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 many potential uses and is also being used to generate C++ game code, Java, SQL, form emails, and even Python code.

Metrics updated 07 Oct 08