Index: openacs-4/packages/acs-templating/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/design.html,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-templating/www/doc/design.html 4 Jul 2018 10:16:05 -0000 1.10 +++ openacs-4/packages/acs-templating/www/doc/design.html 3 Sep 2024 15:37:35 -0000 1.11 @@ -398,7 +398,7 @@ the trouble of reading and parsing the file the next time. The template system remembers the modification times of the adp and Tcl sources, and re-processes any requested file if the cached - version is no longer current. Consequently, this cacheing is + version is no longer current. Consequently, this caching is transparent in normal use.

@@ -416,7 +416,7 @@ template to never or always. The former suppresses checking mtime and may improve performance on a production server, where the - content pages don't change. The latter is only inteded for testing. + content pages don't change. The latter is only intended for testing.

VII. Data Model Discussion