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.8 -r1.9 --- openacs-4/packages/acs-templating/www/doc/design.adp 25 Apr 2018 08:42:17 -0000 1.8 +++ openacs-4/packages/acs-templating/www/doc/design.adp 4 Jul 2018 10:16:05 -0000 1.9 @@ -187,7 +187,7 @@ In a simple case, the following is the sequence of steps that serving a templated page involves.
.adp
or .tcl
file. As both invoke the
same handler, it doesn't matter that adp take precedence..tcl
file is present, its ad_page_contract
in the -properties
block indicates a set of data
@@ -269,7 +269,7 @@
This package doesn't need a data model.
It comes with its own database interfaces, one for using ns_ora,
-the Oracle driver from ArsDigita, and one for ns_db, the builtin
+the Oracle driver from ArsDigita, and one for ns_db, the built-in
database interface of the AOL server. If you are programming under
the ACS, you should use neither of these, but rather the
db_*
interface, in particular
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.9 -r1.10
--- openacs-4/packages/acs-templating/www/doc/design.html 11 Apr 2018 20:52:01 -0000 1.9
+++ openacs-4/packages/acs-templating/www/doc/design.html 4 Jul 2018 10:16:05 -0000 1.10
@@ -314,7 +314,7 @@
serving a templated page involves.
.adp
or .tcl
file. As both invoke
the same handler, it doesn't matter that adp take precedence.
It comes with its own database interfaces, one for using ns_ora,
- the Oracle driver from ArsDigita, and one for ns_db, the builtin
+ the Oracle driver from ArsDigita, and one for ns_db, the built-in
database interface of the AOL server. If you are programming
under the ACS, you should use neither of these, but rather the
db_*
interface, in particular db_multirow
.
Index: openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp 25 Apr 2018 08:42:17 -0000 1.4
+++ openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp 4 Jul 2018 10:16:05 -0000 1.5
@@ -40,7 +40,7 @@
attribute_data
*
-publish::handle_item |
-Render an item either by looking it up in the the +Render an item either by looking it up in the temporary cache, or by using the appropriate mime handler. Once the item is rendered, it is stored in the temporary cache under a key which combines the item_id, any extra HTML parameters, and a flag Index: openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp 3 Jul 2018 18:19:14 -0000 1.6 +++ openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp 4 Jul 2018 10:16:05 -0000 1.7 @@ -198,8 +198,7 @@ |