Index: openacs-4/packages/acs-templating/www/doc/design.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/design.adp,v
diff -u -r1.9 -r1.10
--- openacs-4/packages/acs-templating/www/doc/design.adp 4 Jul 2018 10:16:05 -0000 1.9
+++ openacs-4/packages/acs-templating/www/doc/design.adp 3 Sep 2024 15:37:35 -0000 1.10
@@ -1,7 +1,11 @@
-The Template System -- Design Document
by Christian Brechbühler Templating System
@@ -251,7 +255,7 @@
proc; this saves 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
+cached version is no longer current. Consequently, this caching is
transparent in normal use.
To emphasize that "normal" use essentially always
applies, here's a scenario for abnormal use: Save version
@@ -265,7 +269,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.
This package doesn't need a data model.
It comes with its own database interfaces, one for using ns_ora, @@ -325,5 +329,5 @@
Christian Brechbuehler -Last modified: $Id: design.html,v 1.9 2018/04/11 20:52:01 hectorr -Exp $ +Last modified: $Id: design.html,v 1.10.2.2 2019/08/15 10:18:49 +gustafn Exp $