public
Description: PURE Unobtrusive Rendering Engine for HTML
Homepage: http://beebole.com/pure
Clone URL: git://github.com/pure/pure.git
Click here to lend your support to: pure and make a donation at www.pledgie.com !
pure / README.html
100644 37 lines (30 sloc) 1.36 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>PURE Unobtrusive Rendering Engine for HTML - README.html</title>
</head>
<body><pre>
<h1>PURE</h1>
 
<h2>PURE Unobtrusive Rendering Engine for HTML</h2>
 
PURE Website: <a href="http://beebole.com/pure/" target="_blank">http://beebole.com/pure/</a><br />
 
<h3>What is PURE about?</h3>
<ul><li>Build and render your templates with HTML, CSS and JavaScript, nothing else.</li>
<li>Unobtrusive, the HTML remains absolutely untouched.</li>
<li>As a result, any part of your HTML document can become a template.</li>
<li>Fast, templates are compiled from HTML to Javascript for blazing rendering speed.</li>
<li>Runs on the browser side.</li>
<li>JSON data support.</li>
<li>Can be used as a jQuery plugin.</li>
<li>Open Source, and released under the MIT License. It means you can use it and modify it as much as you want and where you want.</li>
</ul>
<h3>PROJECT TEAM</h3>
Mic Cvilic<br />
Hughes Waroquier<br />
Yves Hiernaux<br />
guest: Seb Cvilic<br />
 
<h3>COPYRIGHT</h3>
Copyright (C) 2008 Michael Cvilic - BeeBole. All Rights Reserved
 
PURE is an Open Source Software. You can redistribute and/or modify it under the terms of the MIT Licence.
 
</body>
</html>