Index: openacs-4/packages/acs-templating/www/doc/guide/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/index.html,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/guide/index.html 16 Jun 2015 08:53:39 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/guide/index.html 7 Aug 2017 23:48:03 -0000 1.5 @@ -121,8 +121,8 @@ href="data.html">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 + 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).

@@ -155,9 +155,9 @@

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 the template +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. +/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