| Projects on Google Code | Results 1 - 10 of 53 |
=What is Hapax?=
Hapax is a simple but powerful text templating library for Java.
Hapax is suitable for constructing text output from Java code. The syntax is similar to Google's [http://code.google.com/p/google-ctemplate/ ctemplate] library, and emphasizes the separation of logic from present...
=Briefly=
Flatiron is a templating framework. It provides some simple syntax to switch between "code" (currently Ruby is supported via Microsoft's DLR/IronRuby) and "literal", along with some include/parenting functionality that is accidentally similar to (and perhaps more flexible than) that of ...
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 application logic which makes working with your project easier.
Clearsilver is written in C with wrappers ...
If you are familiar with string template engines like [http://www.smarty.net/ Smarty] (PHP) or [http://www.djangoproject.com/ Django] (Python), then you know what template engines are about: to facilitate the separation of application code from presentation.
Template engines are much less common ...
Like [http://code.google.com/p/google-sitebricks/ Sitebricks], Wug does
* have statically structured Model tree
* use POJO objects as Model
* use [http://code.google.com/p/google-guice/ Google Guice] to create Model objects
But unlike [http://code.google.com/p/google-sitebricks/ Sitebricks]...
Ntropa is a JSP generating HTML templating daemon. Ntropa uses a daemon to monitor changes to one or more site directories. JSP files are generated from these input files. These JSPs do not depend on the daemon for deployment.
Development on Ntropa started in July 2001. Since then over 80 sites d...
This is my templating engine for .NET solutions. It was inspired by the syntax and techniques from the [http://docs.djangoproject.com/en/dev/topics/templates/ django templating language] but built from scratch in C# to create a simular templating solution.
The templating engine allows you to mana...
The class receives only array data and a path to the template file or a string to treat as a template. The template tags are *tumblr-like* and are very easy to understand too, like {replaceme}.
No dependencies. No error handles. No Hullabaloos. *All fun*.
[Demo See how it looks], or be boring ...
php,
templating,
templater,
templates,
engine,
class,
tumblr-like,
cms,
oop,
theming,
theme,
separation,
re-usable
Smorgasbord makes it possible to use multiple template languages in Django, even for 3rd party applications that don't use your choice of template language natively.
Currently supported languages are:
* [http://makotemplates.org/ mako]
* [http://jinja.pocoo.org/ jinja2]
* [http://cheetah...
Sitebricks is a simple development layer for web applications built on top of [http://code.google.com/p/google-guice Google Guice]. Sitebricks focuses on early error detection, low-footprint code, and fast development. Like Guice, it also balances idiomatic Java with an emphasis on concise code.
...