Projects tagged ‘html’ and ‘template_engine’


[12 total ]

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.

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.

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.

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.

6 Users
 

Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and ... [More] application logic which makes working with your project easier. [Less]
Created over 2 years ago.

5 Users

Vaadin is a web application framework for Rich Internet Applications (RIA). In contrast to Javascript libraries and browser-plugin based solutions it features a server-side architecture, which means ... [More] that the majority of the logic runs on the servers. Ajax technology is used at the browser-side to ensure a rich and interactive user experience. Vaadin is a big collection of UI components. There are server-side components like Button, Table, Tree that you use to compose the application user interface. The components use events, listeners and data binding to communicate with each other and the business logic. The component based architecture together with the data binding features help you to build applications that are easily modularized and refactored as needed. [Less]
Created 7 months ago.

2 Users
 

The goal of PyPa is to allow for the creation of dynamic web sites by completely separating content from logic. Template syntax is very simple and all logic is handled by Python code. It can be ... [More] used stand-alone for your cgi-scripts (be it through cgi, fastcgi, scgi, pcgi, etc) or as your templating system within web frameworks like Pylons, Turbogears or Django. Some sites using PyPa: http://convergenciafreudlacan.org http://www.company.com.ar [Less]
Created over 2 years ago.

2 Users
 

Chameleon is an open-source template engine written in Python. It's not a template language in itself, but it's used by several language implementations. Templates are compiled to Python byte-code ... [More] which is the technique used by template libraries such as Mako and Cheetah. This approach is widely considered to provide optimal performance. [Less]
Created about 1 year ago.

1 Users

Brevé is a Python template engine that is designed to be clean and elegant with minimal syntax. Brevé was heavily inspired by Nevow Stan.
Created about 1 year ago.

1 Users
   

Genshi2Js compiles a subset of a genshi templates to javascript functions. It compiles control flow structures to the javascript equivalent and inserts invokations to a "writer" function into the ... [More] javascript code to render the template into a javascript string, intended to be inserted into innerHTML of dom elements. [Less]
Created over 3 years ago.