Index: openacs-4/packages/acs-templating/www/doc/install.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/install.adp,v diff -u -r1.2.2.3 -r1.2.2.4 --- openacs-4/packages/acs-templating/www/doc/install.adp 22 Jun 2016 07:48:43 -0000 1.2.2.3 +++ openacs-4/packages/acs-templating/www/doc/install.adp 5 Jul 2016 12:14:22 -0000 1.2.2.4 @@ -3,6 +3,7 @@ Templating System: Installation

Installation

+Templating System

The templating system may be used alone or in conjunction with version 4.0 or greater of the ArsDigita Community System (ACS). The following instructions apply to a standalone installation only.

@@ -26,12 +27,13 @@

The distribution consists of four subdirectories:

  1. -demo: A set of sample templates and supporting -files.
  2. -doc: Documentation and tutorials.
  3. +demo: A set of sample templates and +supporting files.
  4. +doc: Documentation and +tutorials.
  5. tcl: The Tcl module.
  6. -resources: Sitewide style templates for forms -and error messages and associated assets.
  7. +resources: Sitewide style templates +for forms and error messages and associated assets.

You can also untar (or check out) the distribution somewhere else and symlink it under your page root. (If you do not wish to @@ -42,8 +44,8 @@ For AOLserver to load the module source code, you must move, copy or symlink the tcl directory in the templating system distribution to the private Tcl library of your AOLserver -installation (as indicated by the Library parameter in the -ns/server/myserver/tcl section of the AOLserver +installation (as indicated by the Library parameter in +the ns/server/myserver/tcl section of the AOLserver configuration file):

 $ cd /web/myserver/tcl
@@ -69,8 +71,8 @@
 

Note that you should replace ats with whatever you named the directory or symlink for the templating code within your private Tcl library.

-

You will also need to ensure that the "fancy" ADP parser is the -default:

+

You will also need to ensure that the "fancy" ADP +parser is the default:

 [ns/server/yourserver/adp]
 Map=/*.adp
@@ -87,10 +89,11 @@
 
 DatabaseInterfaceSpecifies the set of procedures to use for accessing a
 relational database from the templating system. Two interfaces are
-supplied with the system: oracle (uses the ns_ora
-API in conjunction with the AOLserver Oracle driver) and
-generic (uses the ns_db API in conjunction with
-any AOLserver RDBMS driver). The default is Oracle.
+supplied with the system: oracle (uses the
+ns_ora API in conjunction with the AOLserver Oracle
+driver) and generic (uses the ns_db API in
+conjunction with any AOLserver RDBMS driver). The default is
+Oracle.
 
 ShowCompiledTemplatesPEnables a filter on the cmp extension so that the
 compiled Tcl code for any template may be viewed in a browser for