0.3.1 • Published 11 years ago

egs v0.3.1

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

egs is a library used to produce and render text templates that have embedded GorillaScript code in them.

A template may look like something like this:

Dear <%= name %>,

<%-- This is a comment, not rendered --%> We regret to inform you that your son or daughter, <%= child-name %> did not attend school today.

<% if suspended: %> We have no choice but to suspend your child until further notice. <% end %>

    Sincerely,
    <%= administrator-name %>

Arbitrary code can be placed inside <% %> and text that is to be written inside <%= %>. These tokens can be customized.

For documentation, see http://ckknight.github.com/egs/

To suggest a feature or report a bug: http://github.com/ckknight/egs/issues/

If you have questions or would like to chat about GorillaScript, join us at #gorillascript on Freenode IRC or on webchat.freenode.net.

Source repository: git://github.com/ckknight/egs.git

0.3.1

11 years ago

0.3.0

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.0.3

11 years ago

0.0.1

11 years ago