| OLD | NEW |
| 1 Name: google-jstemplate | 1 Name: google-jstemplate |
| 2 URL: http://code.google.com/p/google-jstemplate/ | 2 URL: http://code.google.com/p/google-jstemplate/ |
| 3 License: Apache 2.0 |
| 3 | 4 |
| 4 "Template processing that is more suitable for the specific development-time | 5 "Template processing that is more suitable for the specific development-time |
| 5 and runtime requirements of AJAX based web applications. | 6 and runtime requirements of AJAX based web applications. |
| 6 | 7 |
| 7 Specifically, support the case to update a previous template processing | 8 Specifically, support the case to update a previous template processing |
| 8 output with an incremental change to the original input data." | 9 output with an incremental change to the original input data." |
| 9 | 10 |
| 10 Uncalled functions have been removed from util.js to make the resulting | 11 Uncalled functions have been removed from util.js to make the resulting |
| 11 javascript smaller. | 12 javascript smaller. |
| 12 | 13 |
| 13 compile.py is a simple program used to generate the single compiled | 14 compile.py is a simple program used to generate the single compiled |
| 14 jsfile. | 15 jsfile. |
| 15 | 16 |
| 16 jstemplate_compiled.js is the output after passing the code through | 17 jstemplate_compiled.js is the output after passing the code through |
| 17 compile.sh. | 18 compile.sh. |
| OLD | NEW |