Projects tagged ‘html’ and ‘template’


[72 total ]

73 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.

44 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
 

RSF is a web programming framework. It has roughly the same scope as Sun's JSF, taking responsibility for the entire request processing cycle through HTTP request decoding, maintaining a bean model ... [More] , invoking actions, directing errors, intepreting results and rendering views. Features: Pure-HTML templating Uses Spring for IoC throughout Ultra-lightweight component tree Minimal and fast [Less]
Created over 3 years ago.

6 Users

StringTemplate implementation in Haskell
Created about 1 year 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.

4 Users
 

*lite CSS is an easy to understand, simple & lightweight XHTML+CSS based layout on which anyone can start to build their own W3C standards compliant and accessible tableless web design without ... [More] reinventing the wheel and trouble to make it working anywhere [Less]
Created over 2 years ago.

4 Users
   

Templo is the advanced template system for haXe. It consists of one small haXe loader, and one commandline tool temploc which is capable of compiling a .mtt template file either to Neko or PHP. ... [More] temploc is written in NekoML because of its parser facilities. [Less]
Created about 1 year ago.