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 -r1.4 -r1.5
--- 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 7 Aug 2017 23:48:02 -0000 1.5
@@ -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.
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