Index: openacs-4/packages/faq/tcl/test/tclwebtest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/tcl/test/tclwebtest-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/faq/tcl/test/tclwebtest-procs.tcl 12 Jul 2018 12:39:45 -0000 1.6 +++ openacs-4/packages/faq/tcl/test/tclwebtest-procs.tcl 30 Sep 2018 15:45:39 -0000 1.7 @@ -24,7 +24,7 @@ tclwebtest::field find ~n "faq_name" tclwebtest::field fill "$faq_name" tclwebtest::form submit - aa_log "Faq form submited" + aa_log "Faq form submitted" set response_url [tclwebtest::response url] @@ -93,7 +93,7 @@ tclwebtest::field find ~n "faq_name" tclwebtest::field fill "$faq_new_name" tclwebtest::form submit - aa_log " Faq form submited" + aa_log " Faq form submitted" set response_url [tclwebtest::response url] @@ -127,13 +127,13 @@ # Clic Edit Button tclwebtest::form find ~n faq_add_edit tclwebtest::form submit - aa_log " Edit form submited" + aa_log " Edit form submitted" tclwebtest::form find ~n "faq_add_edit" tclwebtest::field find ~n "faq_name" tclwebtest::field fill "$faq_new_name" tclwebtest::form submit - aa_log " Faq form submited" + aa_log " Faq form submitted" set response_url [tclwebtest::response url] @@ -206,7 +206,7 @@ tclwebtest::field find ~n "answer" tclwebtest::field fill "$answer" tclwebtest::form submit - aa_log " Faq Question Form submited" + aa_log " Faq Question Form submitted" set response_url [tclwebtest::response url] @@ -246,7 +246,7 @@ tclwebtest::field find ~n "answer" tclwebtest::field fill "$new_answer" tclwebtest::form submit - aa_log " Faq Question Form submited" + aa_log " Faq Question Form submitted" set response_url [tclwebtest::response url] @@ -354,7 +354,7 @@ tclwebtest::field find ~n "answer" tclwebtest::field fill "$answer" tclwebtest::form submit - aa_log " Faq Question Form submited" + aa_log " Faq Question Form submitted" set response_url [tclwebtest::response url] Index: openacs-4/packages/dotlrn/tcl/club-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/club-procs.tcl,v diff -u -N -r1.31 -r1.32 --- openacs-4/packages/dotlrn/tcl/club-procs.tcl 7 Apr 2018 18:00:33 -0000 1.31 +++ openacs-4/packages/dotlrn/tcl/club-procs.tcl 30 Sep 2018 15:46:59 -0000 1.32 @@ -152,7 +152,7 @@ {-object_type:required} {-party_id ""} } { - If organisation, ask to create new club + If organization, ask to create new club } { if {$object_type ne "person" } { Index: openacs-4/packages/dotlrn/tcl/test/tclwebtest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/test/tclwebtest-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/tcl/test/tclwebtest-procs.tcl 10 Jul 2018 15:28:47 -0000 1.5 +++ openacs-4/packages/dotlrn/tcl/test/tclwebtest-procs.tcl 30 Sep 2018 15:46:59 -0000 1.6 @@ -27,7 +27,7 @@ tclwebtest::field fill $end_date tclwebtest::form submit - aa_log "Add Term form submited" + aa_log "Add Term form submitted" set response_url [tclwebtest::response url] @@ -67,7 +67,7 @@ tclwebtest::field find ~n "end_date" tclwebtest::field fill $end_date tclwebtest::form submit - aa_log "Edit Term form submited" + aa_log "Edit Term form submitted" set response_url [tclwebtest::response url] @@ -106,7 +106,7 @@ tclwebtest::field find ~n "department_key" tclwebtest::field fill $department_key tclwebtest::form submit - aa_log "Add Department form submited" + aa_log "Add Department form submitted" set response_url [tclwebtest::response url] @@ -138,7 +138,7 @@ tclwebtest::form find ~n "delete_department" tclwebtest::form submit ~n "yes_button" - aa_log "Delete Department form submited" + aa_log "Delete Department form submitted" set response_url [tclwebtest::response url] @@ -175,7 +175,7 @@ tclwebtest::field find ~n description tclwebtest::field fill $description tclwebtest::form submit - aa_log "Add Subject Form submited" + aa_log "Add Subject Form submitted" set response_url [tclwebtest::response url] @@ -207,7 +207,7 @@ tclwebtest::form find ~n "delete_class" tclwebtest::form submit ~n "formbutton:ok" - aa_log "Delete Subject Form submited" + aa_log "Delete Subject Form submitted" set response_url [tclwebtest::response url] @@ -244,7 +244,7 @@ tclwebtest::field find ~n description tclwebtest::field fill $new_description tclwebtest::form submit - aa_log "Edit Subject Form submited" + aa_log "Edit Subject Form submitted" set response_url [tclwebtest::response url] @@ -284,7 +284,7 @@ tclwebtest::field find ~n class_instance_key tclwebtest::field fill $class_key tclwebtest::form submit - aa_log "Add Class Form submited" + aa_log "Add Class Form submitted" set response_url [tclwebtest::response url] @@ -320,7 +320,7 @@ tclwebtest::field fill $description tclwebtest::form submit - aa_log "Add Community Form submited" + aa_log "Add Community Form submitted" set response_url [tclwebtest::response url] Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 24 Jul 2018 19:13:55 -0000 1.16 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 30 Sep 2018 15:53:28 -0000 1.17 @@ -169,7 +169,7 @@ What the DB API (in conjuntion with the database drivers - implemented for aolserver) do is send the SQL statement to the + implemented for AOLserver) do is send the SQL statement to the server for parsing, then bind values to the variables and sends those values along separately as a second step. This separate binding step is where the term Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/parties.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/parties.xml,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/parties.xml 25 Sep 2006 20:32:37 -0000 1.9 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/parties.xml 30 Sep 2018 15:53:28 -0000 1.10 @@ -212,7 +212,7 @@ For example, consider the membership relations of Greenpeace, and composite relations of a multinational corporation. Greenpeace, an -organization (ie. group), can have both individuals and organizations +organization (i.e. group), can have both individuals and organizations (other groups) as members. Hence the membership relation between groups and parties. However, someone is not a member of Greenpeace just because they are a member of a Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml 22 Dec 2017 13:23:35 -0000 1.9 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml 30 Sep 2018 15:53:28 -0000 1.10 @@ -47,7 +47,7 @@ interpreter) between HTTP requests. If it didn't, that would affect (and complicate) our use of script-global variables dramatically, which would then be better described as thread-global variables. Given -AOLserver's behaviour, however, "script-global" is a more +AOLserver's behavior, however, "script-global" is a more appropriate term. Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml 27 Mar 2018 11:18:00 -0000 1.8 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml 30 Sep 2018 15:53:28 -0000 1.9 @@ -691,7 +691,7 @@ Consider any upgradability ramifications of your change. - Avoid changing the contract and behaviour of Tcl procedures. If you + Avoid changing the contract and behavior of Tcl procedures. If you want to build a new and clean API consider deprecating the old proc and making it invoke the new one. Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml,v diff -u -N -r1.24 -r1.25 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 17 May 2018 14:42:03 -0000 1.24 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 30 Sep 2018 15:53:28 -0000 1.25 @@ -157,7 +157,7 @@ Install tDOM Download the tDOM tarball, unpack it, adjust the configuration file to match our patched - distribution of aolserver, and compile it. + distribution of AOLserver, and compile it. [root root]# cd /usr/local/src [root src]# wget --passive http://www.tdom.org/tDOM-0.7.8.tar.gz Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml,v diff -u -N -r1.33 -r1.34 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml 4 Jul 2018 10:20:42 -0000 1.33 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml 30 Sep 2018 15:53:28 -0000 1.34 @@ -641,7 +641,7 @@ cp -r /usr/share/analog-5.32/images www/log/ Edit /var/lib/aolserver/$OPENACS_SERVICE_NAME/etc/analog.cfg and change the variable in HOSTNAME "[my -organisation]" to reflect your website title. If you +organization]" to reflect your website title. If you don't want the traffic log to be publicly visible, change OUTFILE /var/lib/aolserver/$OPENACS_SERVICE_NAME/www/log/traffic.html to use a private directory. You'll also need to edit all instances of service0 to your $OPENACS_SERVICE_NAME. Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v diff -u -N -r1.32 -r1.33 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 7 Aug 2017 23:47:55 -0000 1.32 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 30 Sep 2018 15:53:28 -0000 1.33 @@ -608,7 +608,7 @@ You'll see the final Installer page, "OpenACS Installation: Complete." It will tell you that the server is being restarted; note that unless you already set up a way for - AOLserver to restart itself (ie. inittab or daemontools), + AOLserver to restart itself (i.e. inittab or daemontools), you'll need to manually restart your service. [$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ /usr/local/aolserver/bin/nsd-postgres -t /var/lib/aolserver/$OPENACS_SERVICE_NAME/config.tcl