summaryrefslogtreecommitdiffstats
path: root/third_party/jstemplate/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jstemplate/README.chromium')
-rw-r--r--third_party/jstemplate/README.chromium17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/jstemplate/README.chromium b/third_party/jstemplate/README.chromium
new file mode 100644
index 0000000..153d6a6
--- /dev/null
+++ b/third_party/jstemplate/README.chromium
@@ -0,0 +1,17 @@
+Name: google-jstemplate
+URL: http://code.google.com/p/google-jstemplate/
+
+"Template processing that is more suitable for the specific development-time
+and runtime requirements of AJAX based web applications.
+
+Specifically, support the case to update a previous template processing
+output with an incremental change to the original input data."
+
+Uncalled functions have been removed from util.js to make the resulting
+javascript smaller.
+
+compile.py is a simple program used to generate the single compiled
+jsfile.
+
+jstemplate_compiled.js is the output after passing the code through
+compile.sh.