Index: openacs-4/packages/acs-content-repository/www/doc/guide/publish.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/publish.adp,v diff -u -r1.4.2.5 -r1.4.2.6 --- openacs-4/packages/acs-content-repository/www/doc/guide/publish.adp 13 Jul 2023 12:47:28 -0000 1.4.2.5 +++ openacs-4/packages/acs-content-repository/www/doc/guide/publish.adp 1 Sep 2024 12:39:59 -0000 1.4.2.6 @@ -97,7 +97,7 @@ content::get_content in its Tcl file in order to automatically retrieve the current item's attributes. The attributes will be placed in a onerow datasource called -content . The template may then loop thorugh the content +content . The template may then loop through the content array in order to convert the onerow datasource to local variables.

In addition to the "x" view, the Content Repository Index: openacs-4/packages/acs-content-repository/www/doc/guide/publish.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/publish.html,v diff -u -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/acs-content-repository/www/doc/guide/publish.html 29 Aug 2022 11:00:26 -0000 1.5.2.2 +++ openacs-4/packages/acs-content-repository/www/doc/guide/publish.html 1 Sep 2024 12:39:59 -0000 1.5.2.3 @@ -113,7 +113,7 @@ As a shortcut, the item's template may call content::get_content in its Tcl file in order to automatically retrieve the current item's attributes. The attributes will be placed in a onerow datasource called -content . The template may then loop thorugh the content array in order to convert +content . The template may then loop through the content array in order to convert the onerow datasource to local variables.

Index: openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.adp,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.adp 7 Aug 2017 23:47:50 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.adp 1 Sep 2024 12:39:59 -0000 1.2.2.1 @@ -139,7 +139,7 @@

Note

If you get the error ERROR: could not access file "$libdir/tsearch": no such file or directory It is probably because PostgreSQL's libdir -configuration variable points to a diffent directory than where +configuration variable points to a different directory than where tsearch is. You can find out where PostgreSQL expects to find tsearch via

pg_config --pkglibdir
@@ -249,7 +249,7 @@

Restart the service.

 [$OPENACS_SERVICE_NAME postgresql]$ svc -t /service/$OPENACS_SERVICE_NAME
 
-                [$OPENACS_SERVICE_NAME postgresl]$
+                [$OPENACS_SERVICE_NAME postgresql]$
 

If you are lucky, Full Text Search is enabled now, if not Index: openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.html,v diff -u -r1.12 -r1.12.2.1 --- openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.html 7 Aug 2017 23:47:50 -0000 1.12 +++ openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.html 1 Sep 2024 12:39:59 -0000 1.12.2.1 @@ -98,7 +98,7 @@ /usr/local/pgsql/bin/psql $OPENACS_SERVICE_NAME -f /usr/local/src/postgresql-7.3.4/contrib/pgsql_contrib_openfts/openfts.sql

Note

If you get the error ERROR: could not access file "$libdir/tsearch": no such file or directory - It is probably because PostgreSQL's libdir configuration variable points to a diffent directory than where tsearch is. + It is probably because PostgreSQL's libdir configuration variable points to a different directory than where tsearch is. You can find out where PostgreSQL expects to find tsearch via

pg_config --pkglibdir

Enable OpenFTS in config.tcl

If you have installed OpenFTS, you can enable it for this service. Uncomment this line from config.tcl. (To uncomment a line in a Tcl file, remove the # at the beginning of the line.)

#ns_param   nsfts           ${bindir}/nsfts.so

Install Full Text Search Engine

  1. Click Admin on the top of the default home page. If prompted, log in with the account and password you entered during install.

  2. Click on the Install @@ -131,4 +131,4 @@ new application link.

  3. Click on the Install link next to Weblogger.

  4. Install all required packages as well (always say okay until you shall restart the server)

  • Load the service contracts datamodell and enable the service contract

    [$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ cd packages/lars-blogger/sql/postgresql
     [$OPENACS_SERVICE_NAME postgresql]$ psql $OPENACS_SERVICE_NAME -f lars-blogger-sc-create.sql

    Note: Usually this script is called package_name-sc-create.sql

  • Restart the service.

    [$OPENACS_SERVICE_NAME postgresql]$ svc -t /service/$OPENACS_SERVICE_NAME
    -                [$OPENACS_SERVICE_NAME postgresl]$
  • If you are lucky, Full Text Search is enabled now, if not consult http://openacs.org/forums/message-view?message_id=154759. This link also contains some hints on how to make sure it is enabled.

    + [$OPENACS_SERVICE_NAME postgresql]$

    If you are lucky, Full Text Search is enabled now, if not consult http://openacs.org/forums/message-view?message_id=154759. This link also contains some hints on how to make sure it is enabled.

    Index: openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.adp,v diff -u -r1.3.2.6 -r1.3.2.7 --- openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.adp 13 Jul 2023 12:43:24 -0000 1.3.2.6 +++ openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.adp 1 Sep 2024 12:39:59 -0000 1.3.2.7 @@ -73,7 +73,7 @@ The current convention is to put all .java files in a "/java/src/com/arsdigita/acs/module name/test" directory. The module name should be the ACS module name, -but with all dashes removed and with appropriate capitilization. +but with all dashes removed and with appropriate capitalization. All .java files that you create that contain test cases must have the word Test in the filename. All of the classes you create should be in the com.arsdigita.acs.module name.test package, and Index: openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.html,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.html 7 Aug 2017 23:47:54 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/unit-testing-guide/index.html 1 Sep 2024 12:39:59 -0000 1.2.2.1 @@ -82,7 +82,7 @@ a directory tree beneath the module directory. The current convention is to put all .java files in a "/java/src/com/arsdigita/acs/module name/test" directory. The module name should be the ACS module name, but with all -dashes removed and with appropriate capitilization. All .java files that you +dashes removed and with appropriate capitalization. All .java files that you create that contain test cases must have the word Test in the filename. All of the classes you create should be in the com.arsdigita.acs.module name.test package, and 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 -r1.60.2.12 -r1.60.2.13 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 5 Feb 2024 15:35:07 -0000 1.60.2.12 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 1 Sep 2024 12:39:59 -0000 1.60.2.13 @@ -699,7 +699,7 @@ Now you have to check whether categories are enabled or not. If this is the case and a category id is passed you need to extend your sql select query to support filtering. One way would be to extend the mfp::note::get proc to - support two more swiches -where_clause and + support two more switches -where_clause and -from_clause. set use_categories_p [parameter::get -parameter "EnableCategoriesP" -default 0] Index: openacs-4/packages/acs-templating/www/doc/demo/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/index.adp,v diff -u -r1.6.2.2 -r1.6.2.3 --- openacs-4/packages/acs-templating/www/doc/demo/index.adp 13 Jul 2023 12:48:33 -0000 1.6.2.2 +++ openacs-4/packages/acs-templating/www/doc/demo/index.adp 1 Sep 2024 12:39:59 -0000 1.6.2.3 @@ -254,7 +254,7 @@ Form
    Target
    Error Page -Form
    Target
    +Form
    Target
      Report an error related to a request.ViewViewPlainView Index: openacs-4/packages/acs-templating/www/doc/demo/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/index.html,v diff -u -r1.14 -r1.14.2.1 --- openacs-4/packages/acs-templating/www/doc/demo/index.html 7 Aug 2017 23:48:02 -0000 1.14 +++ openacs-4/packages/acs-templating/www/doc/demo/index.html 1 Sep 2024 12:39:59 -0000 1.14.2.1 @@ -489,7 +489,7 @@ Error Page Form
    - Target
    + Target
      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.5.2.2 -r1.5.2.3 --- openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html 6 Jun 2023 09:30:30 -0000 1.5.2.2 +++ openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.html 1 Sep 2024 12:39:59 -0000 1.5.2.3 @@ -302,7 +302,7 @@ Now that you've confidently added the conditional <if> and <else> tags to your ATS toolbelt, it's time to put those tools to good use in formatting multirow data. First, read the docs to learn about -the automatcally generated @your_multirow.rownum@ column, +the automatically generated @your_multirow.rownum@ column, the @your_multirow:rowcount@ onevalue which contains the total number of rows contained in your multirow, and the <multiple> startrow and maxrows attributes. Possible point of confusion: the variable @@ -331,9 +331,7 @@
    shuynh@arsdigita.com
    - -Last modified: Fri Nov 17 10:14:44 EST 2000 - +Last modified: Sun Sep 1 14:32:43 CEST 2024 Index: openacs-4/packages/acs-templating/www/doc/gadgets/modal.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/gadgets/modal.adp,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-templating/www/doc/gadgets/modal.adp 2 Aug 2023 14:56:40 -0000 1.1.2.1 +++ openacs-4/packages/acs-templating/www/doc/gadgets/modal.adp 1 Sep 2024 12:39:59 -0000 1.1.2.2 @@ -107,7 +107,7 @@
    -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Tristique senectus et netus et malesuada fames. Nisl nisi scelerisque eu ultrices vitae auctor eu augue ut. Nunc mi ipsum faucibus vitae. Dis parturient montes nascetur ridiculus mus mauris. Tellus orci ac auctor augue mauris augue neque gravida in. Purus semper eget duis at tellus at urna condimentum. Dolor purus non enim praesent elementum facilisis leo vel. Posuere urna nec tincidunt praesent semper feugiat nibh. Potenti nullam ac tortor vitae purus faucibus ornare. Pharetra massa massa ultricies mi. Ultrices gravida dictum fusce ut placerat. Ac tortor vitae purus faucibus ornare suspendisse sed nisi lacus. Nam aliquam sem et tortor consequat. Auctor eu augue ut lectus arcu bibendum. Blandit cursus risus at ultrices mi. Cursus eget nunc scelerisque viverra. Fermentum et sollicitudin ac orci phasellus egestas tellus rutrum.

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Tristique senectus et netus et malesuada fames. Nisl nisi scelerisque eu ultrices vitae auctor eu augue ut. Nunc mi ipsum faucibus vitae. Dis parturient montes nascetur ridiculous mus mauris. Tellus orci ac auctor augue mauris augue neque gravida in. Purus semper eget duis at tellus at urna condimentum. Dolor purus non enim praesent elementum facilisis leo vel. Posuere urna nec tincidunt praesent semper feugiat nibh. Potenti nullam ac tortor vitae purus faucibus ornare. Pharetra massa massa ultricies mi. Ultrices gravida dictum fusce ut placerat. Ac tortor vitae purus faucibus ornare suspendisse sed nisi lacus. Nam aliquam sem et tortor consequat. Auctor eu augue ut lectus arcu bibendum. Blandit cursus risus at ultrices mi. Cursus eget nunc scelerisque viverra. Fermentum et sollicitudin ac orci phasellus egestas tellus rutrum.

    Hac habitasse platea dictumst vestibulum rhoncus est. Vel eros donec ac odio. Orci eu lobortis elementum nibh tellus molestie nunc. Elit eget gravida cum sociis natoque. Pellentesque id nibh tortor id aliquet lectus proin. Dolor purus non enim praesent elementum facilisis leo vel fringilla. Sit amet aliquam id diam maecenas ultricies mi. Diam donec adipiscing tristique risus nec feugiat in. Non consectetur a erat nam at. Cursus in hac habitasse platea dictumst. Cras sed felis eget velit aliquet sagittis id. Pellentesque sit amet porttitor eget. Senectus et netus et malesuada fames.

    Index: openacs-4/packages/acs-templating/www/doc/guide/composite.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/composite.adp,v diff -u -r1.5.2.4 -r1.5.2.5 --- openacs-4/packages/acs-templating/www/doc/guide/composite.adp 6 Jun 2023 09:30:30 -0000 1.5.2.4 +++ openacs-4/packages/acs-templating/www/doc/guide/composite.adp 1 Sep 2024 12:39:59 -0000 1.5.2.5 @@ -119,7 +119,7 @@ the name is changed, the template of the original page is not used; instead the new page is processed, code first, then template. As that page's code can call set_file again, we get -the following picure.

    +the following picture.

    code A(template A Index: openacs-4/packages/acs-templating/www/doc/guide/composite.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/composite.html,v diff -u -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/acs-templating/www/doc/guide/composite.html 6 Jun 2023 09:30:30 -0000 1.5.2.2 +++ openacs-4/packages/acs-templating/www/doc/guide/composite.html 1 Sep 2024 12:39:59 -0000 1.5.2.3 @@ -236,7 +236,7 @@ at the end the name is changed, the template of the original page is not used; instead the new page is processed, code first, then template. As that page's code can call - set_file again, we get the following picure. + set_file again, we get the following picture.

    Index: openacs-4/packages/dotlrn/www/help/en/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/help/en/index.adp,v diff -u -r1.3 -r1.3.4.1 --- openacs-4/packages/dotlrn/www/help/en/index.adp 3 Jul 2015 10:43:59 -0000 1.3 +++ openacs-4/packages/dotlrn/www/help/en/index.adp 1 Sep 2024 12:39:59 -0000 1.3.4.1 @@ -44,11 +44,11 @@ -
  • Communities +
  • Communities
  • Index: openacs-4/packages/evaluation/www/admin/grades/grades.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/grades/grades.adp,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/evaluation/www/admin/grades/grades.adp 7 Aug 2017 23:48:10 -0000 1.7 +++ openacs-4/packages/evaluation/www/admin/grades/grades.adp 1 Sep 2024 12:39:59 -0000 1.7.2.1 @@ -9,7 +9,7 @@
    - +
    ALL ASIGNMENT TYPESALL ASSIGNMENT TYPES @actions;noquote@