Index: openacs-4/packages/acs-templating/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/design.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/design.adp 29 Oct 2017 11:33:10 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/design.adp 29 Dec 2017 09:59:11 -0000 1.5 @@ -32,7 +32,7 @@ substrate for all the functionally specific modules used on a site. The system should not make any assumptions about how pages should look or function. Designers should be able to change the default -presentation of any module using a single metholodogy with minimal +presentation of any module using a single methodology with minimal exposure to code.

  • Separation of code (Tcl, Java and SQL) and layout (HTML). Programmers should be able to specify the data @@ -189,7 +189,7 @@

    1. The request processor gets a url and maps it to a .adp or .tcl file. As both invoke the -same handler, it doesn't matter that adp take precendence.
    2. If a .tcl file is present, its ad_page_contract +same handler, it doesn't matter that adp take precedence.
    3. If a .tcl file is present, its ad_page_contract in the -properties block indicates a set of data sources that will be made available to the template.
    4. The rest of the Tcl script executes, defining these data sources. It may change the name of the page being served by calling Index: openacs-4/packages/acs-templating/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/design.html,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-templating/www/doc/design.html 29 Oct 2017 11:33:10 -0000 1.6 +++ openacs-4/packages/acs-templating/www/doc/design.html 29 Dec 2017 09:59:11 -0000 1.7 @@ -60,7 +60,7 @@ used on a site. The system should not make any assumptions about how pages should look or function. Designers should be able to change the default - presentation of any module using a single metholodogy + presentation of any module using a single methodology with minimal exposure to code.

      @@ -316,7 +316,7 @@
    5. The request processor gets a url and maps it to a .adp or .tcl file. As both invoke - the same handler, it doesn't matter that adp take precendence. + the same handler, it doesn't matter that adp take precedence.
    6. If a .tcl file is present, its
    7. Separation of code (Tcl, Java and SQL) and layout (HTML). Programmers should be able to specify the data Index: openacs-4/packages/acs-templating/www/doc/introduction.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/introduction.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/introduction.html 7 Aug 2017 23:48:02 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/introduction.html 29 Dec 2017 09:59:11 -0000 1.3 @@ -18,7 +18,7 @@ the functionally specific modules used on a site. The system should not make any assumptions about how pages should look or function. Designers should be able to change the default presentation of any -module using a single metholodogy with minimal exposure to code.

      +module using a single methodology with minimal exposure to code.

    8. Separation of code (Tcl, Java and SQL) and layout (HTML). Programmers should be able to specify the data sources and Index: openacs-4/packages/acs-templating/www/doc/TclDocs/form.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/form.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/TclDocs/form.html 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/form.html 29 Dec 2017 09:59:11 -0000 1.4 @@ -385,7 +385,7 @@ * - A list of element identifiers. If the list is empty, retreive all form elements + A list of element identifiers. If the list is empty, retrieve all form elements Index: openacs-4/packages/acs-templating/www/doc/TclDocs/widget.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/widget.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/TclDocs/widget.adp 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/widget.adp 29 Dec 2017 09:59:11 -0000 1.4 @@ -195,7 +195,7 @@ param_source* -The deafult param source for the form widget param +The default param source for the form widget param value (literal, query, eval) Index: openacs-4/packages/acs-templating/www/doc/TclDocs/widget.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/widget.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/TclDocs/widget.html 7 Aug 2017 23:48:02 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/widget.html 29 Dec 2017 09:59:11 -0000 1.3 @@ -325,7 +325,7 @@ * - The deafult param source for the form widget param value (literal, query, eval) + The default param source for the form widget param value (literal, query, eval) Index: openacs-4/packages/acs-templating/www/doc/demo/contract-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/contract-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/demo/contract-2.tcl 7 Aug 2017 23:48:02 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/demo/contract-2.tcl 29 Dec 2017 09:59:11 -0000 1.5 @@ -5,14 +5,14 @@ noun:notnull,nohtml { plural:nohtml "" } } -validate { - supersticion -requires {count} { + superstition -requires {count} { if {$count == 13} { ad_complain } } csrf { csrf::validate } } -errors { - supersticion {This number brings you no luck.} + superstition {This number brings you no luck.} } -properties { phrase:onevalue } -return_errors error_list Index: openacs-4/packages/acs-templating/www/doc/demo/select.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/select.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/demo/select.tcl 7 Aug 2017 23:48:02 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/demo/select.tcl 29 Dec 2017 09:59:11 -0000 1.3 @@ -6,7 +6,7 @@ {{Power Windows} windows} {{Anti-Lock Brakes} brakes} {{AI Alarm System} alarm} - {{Rocket Laucnher} rocket} + {{Rocket Launcher} rocket} } element create car_opts payment \ Index: openacs-4/packages/acs-templating/www/doc/demo/string.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/string.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/demo/string.tcl 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/demo/string.tcl 29 Dec 2017 09:59:11 -0000 1.4 @@ -7,7 +7,7 @@ set name John set food [list "potato salad" "penne all' arrabiata" "steak" "baked alaska"] -adp_eval code; # running code sets __adp_ouput +adp_eval code; # running code sets __adp_output lappend body $__adp_output set name Jill Index: openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp 29 Dec 2017 09:59:11 -0000 1.4 @@ -31,7 +31,7 @@ # \@param<name><default value><description> # <continued description> - # \@param ... <info for other paramaters> + # \@param ... <info for other parameters> # \@option<name><default value><description> # <continued description> Index: openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html 29 Dec 2017 09:59:11 -0000 1.4 @@ -42,7 +42,7 @@ # @param <name> <default value> <description> # <continued description> - # @param ... <info for other paramaters> + # @param ... <info for other parameters> # @option <name> <default value> <description> # <continued description> Index: openacs-4/packages/acs-templating/resources/lists/select-menu.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/lists/select-menu.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-templating/resources/lists/select-menu.adp 7 Aug 2017 23:48:01 -0000 1.6 +++ openacs-4/packages/acs-templating/resources/lists/select-menu.adp 29 Dec 2017 10:04:13 -0000 1.7 @@ -78,7 +78,7 @@ // Split all variables by "&" var_array = variables.split("&"); - // We store only the varaibles that are not equal to + // We store only the variables that are not equal to // the filter name for ( var i = 0; i < var_array.length; i++) if ( var_array[i].search(filter_name) == -1) Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -r1.32 -r1.33 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 22 Dec 2017 13:17:47 -0000 1.32 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 29 Dec 2017 10:04:13 -0000 1.33 @@ -352,7 +352,7 @@ {-level 1} name } { - generate a list structure representitive of a multirow data source + generate a list structure representative of a multirow data source NB: if the multirow is generated by db_multirow, db_multirow must be called with the -local option Index: openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl 7 Aug 2017 23:48:02 -0000 1.7 +++ openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl 29 Dec 2017 10:04:13 -0000 1.8 @@ -62,7 +62,7 @@ } aa_register_case -cats {api smoke} expand_percentage_signs { - Test expand percentage signs to make sure it substitures correctly + Test expand percentage signs to make sure it substitutes correctly @author Dave Bauer @creation-date 2005-11-20 @@ -99,7 +99,7 @@ } aa_register_case -cats {api smoke} expand_percentage_signs { - Test expand percentage signs to make sure it substitures correctly + Test expand percentage signs to make sure it substitutes correctly @author Dave Bauer @creation-date 2005-11-20 Index: openacs-4/packages/acs-templating/www/resources/htmlarea/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/htmlarea/index.html,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/resources/htmlarea/index.html 7 Aug 2017 23:48:03 -0000 1.4 +++ openacs-4/packages/acs-templating/www/resources/htmlarea/index.html 29 Dec 2017 10:04:13 -0000 1.5 @@ -82,7 +82,7 @@ in a directory accessible through your webserver. Supposing you unpack in your DocumentRoot and your DocumentRoot is /var/www/html as in a standard RedHat installation, you need - to acomplish the following steps: (the example is for a Unix-like + to accomplish the following steps: (the example is for a Unix-like operating system)