Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml,v diff -u -N -r1.52.2.5 -r1.52.2.6 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 21 Apr 2017 15:07:52 -0000 1.52.2.5 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 22 Apr 2017 17:18:48 -0000 1.52.2.6 @@ -181,7 +181,7 @@ In this problem set you will familiarise yourself with the templating system in openacs. This will be achieved through customising an existing edit-this-page application template. - Before proceeding, it is strongly advised to read the templating documentation on your openacs installation (http://localhost:8000/doc/acs-templating). The documentation lists the special tags available for ADP files. + Before proceeding, it is strongly advised to read the templating documentation on your OpenACS installation (http://localhost:8000/doc/acs-templating). The documentation lists the special tags available for ADP files. @@ -349,7 +349,7 @@ { return_url "[ad_conn url]?[ad_conn query]"} }] - This calls a global, public tcl function that the + This calls a global, public Tcl function that the general_comments package registered, to get its url. You then embed in that url the id of the note and its title, and set the return_url to the current url so that the user can return after @@ -1054,7 +1054,7 @@ -notif_text $new_content - This code is placed in the tcl procedure that creates blog + This code is placed in the Tcl procedure that creates blog entries, right after the entry gets created in the code. The $blog(package_id) is the OpenACS object_id of the Weblogger instance to which the entry has been @@ -1659,7 +1659,7 @@ db_ API calls. For example, suppose there is a table called "foo" in the legacy system, with a field "bar". List "bar" for all records with - this tcl file: + this Tcl file: db_foreach -dbn legacy get_bar_query { select bar from foo limit 10 @@ -1683,7 +1683,7 @@ Builder HTML forms. How to make your package searchable with OpenFTS/Oracle How to prepare pagelets for inclusion in other pages - How and when to put procedures in a tcl procedure library + How and when to put procedures in a Tcl procedure library More on ad_form - data validation, other stuff. (plan to draw from Jon Griffin's doc) partialquery in xql