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.
    -
  1. The request processor gets a url and maps it to a +
  2. The request processor gets a URL and maps it to a .adp or .tcl file. As both invoke the same handler, it doesn't matter that adp take precedence.
  3. If a .tcl file is present, its ad_page_contract in the -properties block indicates a set of data @@ -269,7 +269,7 @@

    VII. Data Model Discussion

    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