Index: openacs-4/packages/acs-templating/www/doc/guide/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/index.adp,v diff -u -r1.2.2.2 -r1.2.2.3 --- openacs-4/packages/acs-templating/www/doc/guide/index.adp 1 Dec 2015 11:18:01 -0000 1.2.2.2 +++ openacs-4/packages/acs-templating/www/doc/guide/index.adp 22 Jun 2016 07:48:44 -0000 1.2.2.3 @@ -90,8 +90,8 @@ page, the developer writes a Tcl script to implement the data sources. The Tcl script should be located under the page root at the URL of the finished page. For example, a dynamic page that will be located at -http://yoursite.com/cars.acs requires a Tcl script located -on the server at /web/yoursite/www/cars.tcl (or wherever +http://yoursite.com/cars.acs requires a Tcl script located +on the server at /web/yoursite/www/cars.tcl (or wherever your pages happen to be located).

In addition to setting data sources, the Tcl script may perform any other required tasks, such as checking permissions, performing @@ -115,9 +115,9 @@

Write the Template

The final step is to write a template specifying the layout of the page. Template files must -have the adp extension. By default the system looks for +have the adp extension. By default the system looks for the template at the same location as the associated Tcl script, -such as /web/yoursite/www/cars.adp.

+such as /web/yoursite/www/cars.adp.

The layout is mostly HTML, with a small number of additional custom tags to control the presentation of dynamic data on the page. In most cases, the initial draft of the template will be