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.
  1. - The request processor gets a url and maps it to a + 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.
  2. @@ -425,7 +425,7 @@

    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.