Index: openacs-4/packages/acs-templating/www/doc/developer-guide.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/developer-guide.html,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-templating/www/doc/developer-guide.html 16 Jun 2015 08:53:38 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/developer-guide.html 22 Apr 2017 18:30:26 -0000 1.4.2.1 @@ -15,13 +15,13 @@ Start a Tcl page as usual with ad_page_contract. Be sure to pass a -properties block; this signals the - use of templating. The tcl page should fill the data sources you + use of templating. The Tcl page should fill the data sources you promised in the contract, and not write to the connection. At the - end of your tcl page, call ad_return_template. The + end of your Tcl page, call ad_return_template. The template system will look for an adp page with the file name stub - you indicate (defaulting to the same stub as the tcl page), + you indicate (defaulting to the same stub as the Tcl page), process that, and deliver it to the client. The adp page can use - the datasources defined in the tcl page. + the datasources defined in the Tcl page.

Guide

    @@ -110,7 +110,7 @@ template::set_file, to change the name of the page being served currently. If it starts with a "/", it is taken to be a path relative to the server root; otherwise it is - a filename relative to the directory of the tcl script. + a filename relative to the directory of the Tcl script.

    ad_page_contract