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 -N -r1.6 -r1.7 --- openacs-4/packages/acs-templating/www/doc/design.adp 4 Apr 2018 21:53:43 -0000 1.6 +++ openacs-4/packages/acs-templating/www/doc/design.adp 11 Apr 2018 20:52:01 -0000 1.7 @@ -267,15 +267,15 @@ a production server, where the content pages don't change. The latter is only inteded for testing.

VII. Data Model Discussion

-

This packages doesn't need a data model.

+

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 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.

VIII. User Interface

-

This packages doesn't have a user interface. It is the +

This package doesn't have a user interface. It is the substrate of all user interfaces, be it user or admin pages.

IX. Configuration/Parameters

@@ -287,7 +287,7 @@ DefaultMaster=/www/default-master ; anything other than "never" or "always" means normal operation RefreshCache=as necessary - +

X. Future Improvements/Areas of Likely Change

Passing datasources by reference is new. The acs-templating