Index: openacs-4/packages/acs-templating/www/doc/appendices/memory.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/appendices/memory.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/appendices/memory.html 7 Aug 2017 23:48:02 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/appendices/memory.html 3 Sep 2024 15:37:35 -0000 1.3 @@ -8,9 +8,9 @@

The templating system code is oriented towards parsing templates -stored in the file system, in conjunction with a Tcl script that is +stored in the filesystem, in conjunction with a Tcl script that is also stored as a file. However, when the template is not actually -stored in the file system, you will need to parse it as a string in +stored in the filesystem, you will need to parse it as a string in memory. Two common situations in which this occurs are: