Index: openacs-4/packages/acs-content-repository/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/design.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/www/doc/design.adp 30 Apr 2018 08:15:07 -0000 1.4 +++ openacs-4/packages/acs-content-repository/www/doc/design.adp 3 Jul 2018 18:19:14 -0000 1.5 @@ -76,7 +76,7 @@ efficiently.

VI. Further Reading

The Object Model provides a -graphic overview of the the how the content repository is designed. +graphic overview of how the content repository is designed. The model links to pages of the API Guide that describe individual objects. The Developer Guide describes how to address common development tasks using the content repository.

Index: openacs-4/packages/acs-content-repository/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/design.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/www/doc/design.html 7 Aug 2017 23:47:47 -0000 1.2 +++ openacs-4/packages/acs-content-repository/www/doc/design.html 3 Jul 2018 18:19:14 -0000 1.3 @@ -102,7 +102,7 @@

VI. Further Reading

The Object Model provides a graphic -overview of the the how the content repository is designed. The model +overview of how the content repository is designed. The model links to pages of the API Guide that describe individual objects. The Developer Guide describes how to address common development tasks using the content repository.

Index: openacs-4/packages/acs-content-repository/www/doc/guide/search.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/search.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/www/doc/guide/search.adp 30 Apr 2018 08:15:07 -0000 1.4 +++ openacs-4/packages/acs-content-repository/www/doc/guide/search.adp 3 Jul 2018 18:19:14 -0000 1.5 @@ -15,7 +15,7 @@ contain data in any text or binary format. To accommodate searches across multiple file types, the content repository uses an Intermedia index with the INSO filtering option. The INSO filter -automatically detects the the file type of a binary object, and +automatically detects the file type of a binary object, and extracts text from it for indexing. Most common file types are supported, including PDF and Microsoft Word, and Excel and PowerPoint.

Index: openacs-4/packages/acs-content-repository/www/doc/guide/search.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/search.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/www/doc/guide/search.html 7 Aug 2017 23:47:47 -0000 1.2 +++ openacs-4/packages/acs-content-repository/www/doc/guide/search.html 3 Jul 2018 18:19:14 -0000 1.3 @@ -18,7 +18,7 @@ data in any text or binary format. To accommodate searches across multiple file types, the content repository uses an Intermedia index with the INSO filtering option. The INSO filter automatically detects -the the file type of a binary object, and extracts text from it for +the file type of a binary object, and extracts text from it for indexing. Most common file types are supported, including PDF and Microsoft Word, and Excel and PowerPoint.

Index: openacs-4/packages/acs-templating/www/doc/TclDocs/content.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/content.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/TclDocs/content.html 7 Aug 2017 23:48:02 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/content.html 3 Jul 2018 18:19:14 -0000 1.3 @@ -97,7 +97,7 @@ * - Optional nested list of parameter data for the the attribute (generated by get_attribute_params). + Optional nested list of parameter data for the attribute (generated by get_attribute_params). Index: openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html 27 Mar 2018 12:22:17 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html 3 Jul 2018 18:19:14 -0000 1.5 @@ -799,7 +799,7 @@
-Render an item either by looking it up in the the temporary cache, or by using the appropriate mime handler. Once the item is rendered, it is stored in the temporary cache under a key which combines the item_id, any extra HTML parameters, and a flag which specifies whether the item was merged with its template.
This proc takes the same arguments as the individual mime handlers. +Render an item either by looking it up in the temporary cache, or by using the appropriate mime handler. Once the item is rendered, it is stored in the temporary cache under a key which combines the item_id, any extra HTML parameters, and a flag which specifies whether the item was merged with its template.
This proc takes the same arguments as the individual mime handlers.
Index: openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp 25 Apr 2018 08:42:18 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp 3 Jul 2018 18:19:14 -0000 1.6 @@ -123,7 +123,7 @@ <else> tags allow you to alter the format of your page to accommodate data changes. The function of <if> is straightforward enough: given a condition -- such as \@x\@ equals 5 --- all the text/html/dynamic data between the the opening and +-- all the text/html/dynamic data between the opening and closing <if> tags will be displayed if and only if \@x\@ does in fact equal 5. A complete listing of currently supported conditions and some brief explanatory notes can be found here. Also, a few more things to keep in @@ -291,4 +291,4 @@
shuynh\@arsdigita.com
-Last modified: Fri Nov 17 10:14:44 EST 2000 \ No newline at end of file +Last modified: Fri Nov 17 10:14:44 EST 2000 Index: openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html 11 Apr 2018 21:35:07 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html 3 Jul 2018 18:19:14 -0000 1.4 @@ -139,7 +139,7 @@ you to alter the format of your page to accommodate data changes. The function of <if> is straightforward enough: given a condition -- such as @x@ equals 5 -- -all the text/html/dynamic data between the the opening +all the text/html/dynamic data between the opening and closing <if> tags will be displayed if and only if @x@ does in fact equal 5. A complete listing of currently supported conditions and some brief explanatory notes can be 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.7 -r1.8 --- openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp 25 Apr 2018 08:42:18 -0000 1.7 +++ openacs-4/packages/acs-templating/www/doc/gen/proc-doc.adp 3 Jul 2018 18:19:14 -0000 1.8 @@ -134,7 +134,7 @@ object_id would be marked as required, alert_admin_email would show no default-value description, and granter_id and -privilege_id would show the the default info from +privilege_id would show the default info from above.

On to \@see directive markers:

# \@see <type of reference><name of reference><url of @@ -155,4 +155,4 @@ completely qualified name of the namespace or procedure.

- \ No newline at end of file + 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.6 -r1.7 --- openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html 29 Mar 2018 20:23:43 -0000 1.6 +++ openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html 3 Jul 2018 18:19:14 -0000 1.7 @@ -156,7 +156,7 @@ In the above example user_id and object_id would be marked as required, alert_admin_email would show no default-value description, and granter_id -and privilege_id would show the the default info from above. +and privilege_id would show the default info from above.

On to @see directive markers:

Index: openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml,v diff -u -r1.93 -r1.94 --- openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 29 Mar 2018 17:28:50 -0000 1.93 +++ openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 3 Jul 2018 18:19:14 -0000 1.94 @@ -110,7 +110,7 @@ Enter a password for the assessment In order to take this assessment you need to enter the password. URL to go to after the assessment has been finished by a subject - If yes, the system will look for previous responses to the the questions and prefill the last answer the respondee has given in the assessment form of the respondee + If yes, the system will look for previous responses to the questions and prefill the last answer the respondee has given in the assessment form of the respondee Is https:// method required to access this assessment? If yes, the respondee will see the name of the question<br> in addition to the question itself when taking the survey. Index: openacs-4/packages/assessment/www/doc/grouping.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/doc/grouping.adp 1 May 2018 08:45:53 -0000 1.6 +++ openacs-4/packages/assessment/www/doc/grouping.adp 3 Jul 2018 18:19:14 -0000 1.7 @@ -41,7 +41,7 @@ survey though.
  • secure_access_p - The assessment can only be taken if a secure connection (https) is used.
  • reuse_responses_p - If -yes, the system will look for previous responses to the the +yes, the system will look for previous responses to the questions and prefill the last answer the respondee has given in the assessment form of the respondee
  • show_item_name_p - If yes, the respondee will see the name of the item in addition to the Index: openacs-4/packages/assessment/www/doc/grouping.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.html,v diff -u -r1.5 -r1.6 --- openacs-4/packages/assessment/www/doc/grouping.html 29 Mar 2018 17:28:50 -0000 1.5 +++ openacs-4/packages/assessment/www/doc/grouping.html 3 Jul 2018 18:19:14 -0000 1.6 @@ -121,7 +121,7 @@
    • custom_header - Custom header (and footer) that -will be displayed the the respondee when answering an assessment. +will be displayed to the respondee when answering an assessment. Possibility to include system variables (e.g. first name).
    • custom_footer
      Index: openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp 1 May 2018 08:45:53 -0000 1.8 +++ openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.adp 3 Jul 2018 18:19:14 -0000 1.9 @@ -29,7 +29,7 @@ question.
    • Sectioned
  • Reuse responses: boolean (yes/no). If -yes, the system will look for previous responses to the the +yes, the system will look for previous responses to the questions and prefill the last answer the respondee has given in the assessment form of the respondee. It is debatable whether this function should be per assessment and/or per @@ -51,7 +51,7 @@ taking the assessment.
  • Styles
    • Custom header / footer: richtext. Custom header and footer that -will be displayed the the respondee when answering an assessment. +will be displayed to the respondee when answering an assessment. Possibility to include system variables (e.g. first name).
    • Select presentation style. Style (form_template) that will be used for this assessment
    • Upload new: file. Possibility to upload a new style
    • Edit (brings up a page with the possibility to edit the selected style)
    • Customizable Entry page: richtext. The page that will be @@ -176,4 +176,4 @@ settings, notably medical and financial ones.
    - \ No newline at end of file + Index: openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html 29 Mar 2018 15:03:01 -0000 1.7 +++ openacs-4/packages/assessment/www/doc/user_interface/assessment_creation.html 3 Jul 2018 18:19:14 -0000 1.8 @@ -40,7 +40,7 @@
  • Reuse responses: boolean (yes/no). If yes, the system will look -for previous responses to the the questions and prefill the last answer +for previous responses to the questions and prefill the last answer the respondee has given in the assessment form of the respondee. It is debatable whether this function should be per assessment and/or per question @@ -67,7 +67,7 @@
  • Styles
    • Custom header / footer: richtext. Custom header and footer -that will be displayed the the respondee when answering an assessment. +that will be displayed to the respondee when answering an assessment. Possibility to include system variables (e.g. first name).
    • Select presentation style. Style (form_template) that will be Index: openacs-4/packages/assessment/www/doc/user_interface/tests.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/user_interface/tests.html,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/www/doc/user_interface/tests.html 29 Mar 2018 15:03:01 -0000 1.6 +++ openacs-4/packages/assessment/www/doc/user_interface/tests.html 3 Jul 2018 18:19:14 -0000 1.7 @@ -182,7 +182,7 @@
    • The response is matched with each of the possible answers
        -
      • Equals: Only award the percentage if the the strings +
      • Equals: Only award the percentage if the strings match exactly (case senstivity depends on the setting for the question).
      • Index: openacs-4/packages/boomerang/README =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/boomerang/README,v diff -u -r1.3 -r1.4 --- openacs-4/packages/boomerang/README 10 Jan 2018 11:22:38 -0000 1.3 +++ openacs-4/packages/boomerang/README 3 Jul 2018 18:19:14 -0000 1.4 @@ -113,7 +113,7 @@ files have the a build-time stamp in seconds included. You might which to rename these with a custom name. - 5) Copy the the *.min.js and *.min.js.gz files to + 5) Copy the *.min.js and *.min.js.gz files to the boomerang/www/resouces directory, which might be cp build/boomerang-1.0.*.min.js build/boomerang-1.0.*.min.js.gz .. Index: openacs-4/packages/bug-tracker/www/patch-submission-instructions.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch-submission-instructions.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/bug-tracker/www/patch-submission-instructions.html 16 Jan 2003 13:43:58 -0000 1.2 +++ openacs-4/packages/bug-tracker/www/patch-submission-instructions.html 3 Jul 2018 18:19:14 -0000 1.3 @@ -65,7 +65,7 @@

        Try to avoid reformatting large blocks of code unless absolutely necessary. It is quite important that the changes be as small as - possible so the the patch maintainer can inspect the patch quickly + possible so the patch maintainer can inspect the patch quickly and apply it if needed.

        Index: openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql 7 Aug 2017 23:48:09 -0000 1.8 +++ openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql 3 Jul 2018 18:19:14 -0000 1.9 @@ -60,7 +60,7 @@ ); -- AddApplet: Adds the applet to dotlrn(used for one-time initialization) - -- Call in the the dotlrn-init sequence + -- Call in the dotlrn-init sequence foo := acs_sc_msg_type.new( msg_type_name => 'dotlrn_applet.AddApplet.InputType', msg_type_spec => '' Index: openacs-4/packages/dotlrn/www/doc/architecture-overview.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/doc/architecture-overview.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/doc/architecture-overview.adp 7 Aug 2017 23:48:09 -0000 1.4 +++ openacs-4/packages/dotlrn/www/doc/architecture-overview.adp 3 Jul 2018 18:19:14 -0000 1.5 @@ -128,12 +128,12 @@
      • OpenACS portlet, using the New Portal Architecture (NPA), to provide the ability to display the raw functionality in a portal -interface. This obviously depends on the the NPA, but should otherwise +interface. This obviously depends on the NPA, but should otherwise be as independent as possible from dotLRN. (e.g. bboard-portlet)
      • dotLRN functionality hooks, to link the raw functionality into the appropriate dotLRN structure. This obviously depends on -dotLRN, but should be as thin a layer as possible on top of the the +dotLRN, but should be as thin a layer as possible on top of the previous two components. (e.g. dotlrn-bboard).
      Index: openacs-4/packages/dotlrn/www/doc/dotlrn-install.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/doc/dotlrn-install.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/doc/dotlrn-install.adp 7 Aug 2017 23:48:09 -0000 1.5 +++ openacs-4/packages/dotlrn/www/doc/dotlrn-install.adp 3 Jul 2018 18:19:14 -0000 1.6 @@ -115,7 +115,7 @@

      Install dotLRN on your system

      - Go the the "Site Wide Administration" on your system + Go to the "Site Wide Administration" on your system at /acs-admin/ and hit the "Install software" link, then the "Install from local" one and finally choose "Service" type. After the installer loads, you Index: openacs-4/packages/news/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/design.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/news/www/doc/design.adp 1 May 2018 08:49:04 -0000 1.4 +++ openacs-4/packages/news/www/doc/design.adp 3 Jul 2018 18:19:14 -0000 1.5 @@ -192,7 +192,7 @@ Create news item only appear for parties which possess the appropriate privileges. Viewers not authorized to view the index page (i.e. parties who were denied the -news_read permission) are shown the the site-wide +news_read permission) are shown the site-wide 'not-authorized' template.

      The news gateway defaults to serving the parameter DisplayMax, see sec. XI below, number of news items or Index: openacs-4/packages/news/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/design.html,v diff -u -r1.7 -r1.8 --- openacs-4/packages/news/www/doc/design.html 25 Mar 2018 22:13:40 -0000 1.7 +++ openacs-4/packages/news/www/doc/design.html 3 Jul 2018 18:19:14 -0000 1.8 @@ -234,7 +234,7 @@ item only appear for parties which possess the appropriate privileges. Viewers not authorized to view the index page (i.e. parties who were denied the news_read permission) -are shown the the site-wide 'not-authorized' template. +are shown the site-wide 'not-authorized' template.

      The news gateway defaults to serving the parameter DisplayMax, see sec. XI below, number of news items or archived items.