Index: openacs-4/packages/acs-admin/www/apm/version-tag.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/Attic/version-tag.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-admin/www/apm/version-tag.tcl 1 Oct 2017 12:16:05 -0000 1.8 +++ openacs-4/packages/acs-admin/www/apm/version-tag.tcl 11 Apr 2018 20:52:01 -0000 1.9 @@ -1,4 +1,4 @@ -ad_page_contract { +ad_page_contract { Tag each file in a package as part of a particular package version. @param version_id The package to be processed. @@ -19,7 +19,7 @@ set files [db_list apm_all_paths {}] if { [llength $files] == 0 } { - ad_return_complaint 1 "<li>No files in this packages" + ad_return_complaint 1 "<li>No files in this package" return } Index: openacs-4/packages/acs-datetime/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/www/doc/index.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-datetime/www/doc/index.adp 7 Aug 2017 23:47:55 -0000 1.3 +++ openacs-4/packages/acs-datetime/www/doc/index.adp 11 Apr 2018 20:52:01 -0000 1.4 @@ -4,7 +4,7 @@ <master> <h1>ACS DateTime Documentation</h1> <a href="mailto:ron\@arsdigita.com">ron\@arsdigita.com</a> -<p>This packages provides a set of utilities for dealing with dates +<p>This package provides a set of utilities for dealing with dates and times, including:</p> <ul> <li>widgets for date and time entry</li><li>widgets for calendar display</li><li>utilities for date and time formatting</li><li>utilities for date and time conversions</li> Index: openacs-4/packages/acs-datetime/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/www/doc/index.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-datetime/www/doc/index.html 7 Aug 2017 23:47:55 -0000 1.2 +++ openacs-4/packages/acs-datetime/www/doc/index.html 11 Apr 2018 20:52:01 -0000 1.3 @@ -13,7 +13,7 @@ <p> <hr> -<p>This packages provides a set of utilities for dealing with dates and +<p>This package provides a set of utilities for dealing with dates and times, including: <ul> Index: openacs-4/packages/acs-subsite/tcl/subsite-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/subsite-callback-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-subsite/tcl/subsite-callback-procs.tcl 7 Aug 2017 23:47:58 -0000 1.8 +++ openacs-4/packages/acs-subsite/tcl/subsite-callback-procs.tcl 11 Apr 2018 20:52:01 -0000 1.9 @@ -102,7 +102,7 @@ Callback for creating a URL for an object_id. THis is usually called in /o.vuh, but you could think of scenarios where using this hook makes sense as well. - The type let's you define what kind of URL you are looking for (e.g. admin/edit/display) + The type lets you define what kind of URL you are looking for (e.g. admin/edit/display) } - # Local variables: 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.6 -r1.7 --- openacs-4/packages/acs-templating/www/doc/design.adp 4 Apr 2018 21:53:43 -0000 1.6 +++ openacs-4/packages/acs-templating/www/doc/design.adp 11 Apr 2018 20:52:01 -0000 1.7 @@ -267,15 +267,15 @@ a production server, where the content pages don't change. The latter is only inteded for testing.</p> <h3>VII. Data Model Discussion</h3> -<p>This packages doesn't need a data model.</p> +<p>This package doesn't need a data model.</p> <p>It comes with its own database interfaces, one for using ns_ora, the Oracle driver from ArsDigita, and one for ns_db, the builtin database interface of the AOL server. If you are programming under the ACS, you should use neither of these, but rather the <code>db_*</code> interface, in particular <code>db_multirow</code>.</p> <h3>VIII. User Interface</h3> -<p>This packages doesn't have a user interface. It is the +<p>This package doesn't have a user interface. It is the <em>substrate</em> of all user interfaces, be it user or admin pages.</p> <h3>IX. Configuration/Parameters</h3> @@ -287,7 +287,7 @@ DefaultMaster=/www/default-master ; anything other than "never" or "always" means normal operation RefreshCache=as necessary - + </pre> <h3>X. Future Improvements/Areas of Likely Change</h3> <p>Passing datasources by reference is new. The acs-templating 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.8 -r1.9 --- openacs-4/packages/acs-templating/www/doc/design.html 4 Apr 2018 21:53:43 -0000 1.8 +++ openacs-4/packages/acs-templating/www/doc/design.html 11 Apr 2018 20:52:01 -0000 1.9 @@ -421,7 +421,7 @@ <h3>VII. Data Model Discussion</h3> <p> - This packages doesn't need a data model. + This package doesn't need a data model. </p> <p> It comes with its own database interfaces, one for using ns_ora, @@ -433,12 +433,12 @@ <h3>VIII. User Interface</h3> <p> - This packages doesn't have a user interface. It is the + This package doesn't have a user interface. It is the <em>substrate</em> of all user interfaces, be it user or admin pages. </p> <h3>IX. Configuration/Parameters</h3> - + There are two parameters. <pre> [ns/server/yourservername/acs/template] Index: openacs-4/packages/contacts/tcl/contacts-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-install-procs.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/contacts/tcl/contacts-install-procs.tcl 28 Mar 2018 17:00:40 -0000 1.27 +++ openacs-4/packages/contacts/tcl/contacts-install-procs.tcl 11 Apr 2018 20:52:01 -0000 1.28 @@ -569,7 +569,7 @@ # If contacts was not mounted on the root subsite then your # site will likely need to run a custom contact::default_group_not_cached - # proc that returns this packages default group. + # proc that returns this package's default group. set contacts_node_id [site_node::get_node_id_from_object_id -object_id ${package_id}] set subsite_package_id [site_node::closest_ancestor_package -node_id $contacts_node_id -package_key "acs-subsite"] Index: openacs-4/packages/datamanager/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/datamanager/www/doc/index.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/datamanager/www/doc/index.html 28 Mar 2018 17:00:40 -0000 1.3 +++ openacs-4/packages/datamanager/www/doc/index.html 11 Apr 2018 20:52:01 -0000 1.4 @@ -18,10 +18,10 @@ Jose Agustin Lopez Bueno (Agustin.Lopez@uv.es) Paco Soler (paco.soler@uv.es) --This packages has been developed and fully tested in OACS 5.1. Works too in 5.2. +-This package has been developed and fully tested in OACS 5.1. Works too in 5.2. -You must modify callbacks procs for every package to support Datamanager. datamanager::copy_faq - datamanager::export_faq + datamanager::export_faq <hr> Index: openacs-4/packages/glossary/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/www/doc/requirements.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/glossary/www/doc/requirements.html 13 Sep 2002 16:46:36 -0000 1.2 +++ openacs-4/packages/glossary/www/doc/requirements.html 11 Apr 2018 20:52:01 -0000 1.3 @@ -183,7 +183,7 @@ <p>It should be noted that designating who can do what action is accomplished via setting permissions and assigning tasks to users in the workflow mechanism. <p><strong>90.0 Glossary Associations</strong> - <p>Glossaries can be "attached" to an other object in ACS (i.e. an object in the ACS data model stored in the database). This is particularly useful with content items like articles, white papers, bboards, etc. + <p>Glossaries can be "attached" to another object in ACS (i.e. an object in the ACS data model stored in the database). This is particularly useful with content items like articles, white papers, bboards, etc. <!-- Index: openacs-4/packages/pages/pages.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/pages/pages.info,v diff -u -r1.1 -r1.2 --- openacs-4/packages/pages/pages.info 10 Jul 2009 16:54:32 -0000 1.1 +++ openacs-4/packages/pages/pages.info 11 Apr 2018 20:52:01 -0000 1.2 @@ -6,10 +6,10 @@ <pretty-plural>pages</pretty-plural> <initial-install-p>f</initial-install-p> <singleton-p>f</singleton-p> - + <version name="1.0b" url="http://openacs.org/repository/download/apm/pages-1.0b.apm"> <owner url="mailto:alvaro@viaro.net">Alvaro Rodriguez</owner> - <description>Extends xowiki to be able to create HTML and Plain text pages as resources, it is intended to work together with the planner package for dotlrn, this packages has restricted permissions on objects and the index redirects to the planner, it is completely managed from the planner view</description> + <description>Extends xowiki to be able to create HTML and Plain text pages as resources, it is intended to work together with the planner package for dotlrn, this package has restricted permissions on objects and the index redirects to the planner, it is completely managed from the planner view</description> <maturity>0</maturity> <provides url="pages" version="1.0b"/> @@ -22,7 +22,7 @@ <parameter datatype="number" min_n_values="1" max_n_values="1" name="autoname" default="0" description="Automatically name items of this instance" section_name="Form"/> <parameter datatype="number" min_n_values="1" max_n_values="1" name="display_page_order" default="1" description="Display page_order attribute (Section) in edit forms if possible. This attribute can only be shown, when ltree is available." section_name="Form"/> <parameter datatype="string" min_n_values="1" max_n_values="1" name="extra_css" description="One or more additional css file for this Instance "/> - <parameter datatype="string" min_n_values="1" max_n_values="1" name="index_page" description="name of the page to be shown when the package instance is browsed (e.g. en:index)" section_name="Pages"/> + <parameter datatype="string" min_n_values="1" max_n_values="1" name="index_page" description="Name of the page to be shown when the package instance is browsed (e.g. en:index)" section_name="Pages"/> <parameter datatype="string" min_n_values="1" max_n_values="1" name="security_policy" default="::blocks::policy1" description="Define the valid operations for different kind of users. "/> <parameter datatype="string" min_n_values="1" max_n_values="1" name="template_file" default="/packages/pages/www/blocks-view" description="Name of the ADP file to be used for viewing pages. The default value is 'blocks-view'. /> <parameter datatype="/> Index: openacs-4/packages/theme-ges/README.bin =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-ges/README.bin,v diff -u -r1.1 -r1.2 --- openacs-4/packages/theme-ges/README.bin 1 Nov 2016 09:08:33 -0000 1.1 +++ openacs-4/packages/theme-ges/README.bin 11 Apr 2018 20:52:01 -0000 1.2 @@ -1,6 +1,6 @@ -This packages is based on selva package, the following instructions will help you to set up this new design on your installation of oacs 5-3, +This package is based on selva package, the following instructions will help you to set up this new design on your installation of oacs 5-3, this package is a contribution therefore everybody can do any improvement on it, in the near future i will do some improvements. After installing the theme-ges package, please follow these instructions: