Fyi. Cheers, -- Ihab ---------- Forwarded message ---------- From: Mic (BeeBole) <[email protected]> Date: Tue, Dec 1, 2009 at 9:31 AM Subject: [CommonJS] PURE, a JS templating engine To: CommonJS <[email protected]>
Hi All, I was wondering if HTML templating is of any interest here. I've seen some old posts about it. I'm the author of PURE, a fast and unobtrusive HTML/JSON rendering engine. The 2nd version was totally rewritten in functional JS and do not use eval anymore. Although it was primarily designed to run client side, Davey Waterson from Aptana made it work with Jaxer (out of the box). And Phil Harnish from Youtube made it to work on Rhino (not that out of the box). It is a very different approach from the <%...%> templating engines alike, and keep a strong separation between the HTML and the JS. The project page is here: http://wiki.github.com/pure/pure And a here's a demo page: http://beebole.com/pure/version2 Cheers, Mic -- You received this message because you are subscribed to the Google Groups "CommonJS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/commonjs?hl=en. -- Ihab A.B. Awad, Palo Alto, CA
