Index: openacs-4/packages/acs-templating/www/doc/developer-guide.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/developer-guide.adp,v diff -u -r1.2.2.5 -r1.2.2.6 --- openacs-4/packages/acs-templating/www/doc/developer-guide.adp 7 Nov 2016 19:23:16 -0000 1.2.2.5 +++ openacs-4/packages/acs-templating/www/doc/developer-guide.adp 22 Apr 2017 18:33:51 -0000 1.2.2.6 @@ -11,14 +11,14 @@ . Be sure to pass a -properties block; this signals the use -of templating. The tcl page should fill the data sources you +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 +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), process +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. +datasources defined in the Tcl page.

Guide

  1. User Guide