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 -N -r1.59 -r1.60 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 24 Jul 2018 19:13:55 -0000 1.59 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 5 Aug 2018 21:26:03 -0000 1.60 @@ -1207,8 +1207,8 @@ - Using .vuh files for pretty urls - .Vuh files are special cases of .tcl files, used for rewriting incoming urls. We can use a vuh file to prettify the uri for our notes. Instead of note-edit?item_id=495, we can use note/495. To do this, we will need a new .vuh file for redirection and we will need to change the referring links in note-list. First, add the vuh: + Using .vuh files for pretty URLs + .Vuh files are special cases of .tcl files, used for rewriting incoming URLs. We can use a vuh file to prettify the uri for our notes. Instead of note-edit?item_id=495, we can use note/495. To do this, we will need a new .vuh file for redirection and we will need to change the referring links in note-list. First, add the vuh: [$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ cd /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/www [$OPENACS_SERVICE_NAME www]$ emacs note.vuh @@ -1574,7 +1574,7 @@ Next, check what version your package is currently at. For example, it may be at version 1.0b1. Create a file in - sql/postgres/upgrade called packagename-1.0b1-1.0b2.sql and put + yourpackage/sql/postgres/upgrade called packagename-1.0b1-1.0b2.sql and put the SQL code that will update the data model. For example, if you add in a column, you would have an alter table add column statement in this file. Test this out very well, because data Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml 17 May 2018 14:42:03 -0000 1.17 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml 5 Aug 2018 21:26:03 -0000 1.18 @@ -210,7 +210,7 @@ expertise, complexity or specificity. - Consistency in link descriptions -When link urls refer to + Consistency in link descriptions -When link URLs refer to whole documents, make the link (anchor wrapped title) that points to a document with the same title and/or heading of the document. Index: openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml,v diff -u -N -r1.38 -r1.39 --- openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 4 Jul 2018 10:20:41 -0000 1.38 +++ openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 5 Aug 2018 21:26:03 -0000 1.39 @@ -344,7 +344,7 @@ (CSP; see https://www.w3.org/TR/CSP/) - Removed "javascript:*" links (all such urls are removed + Removed "javascript:*" links (all such URLs are removed from the 90 packages in oacs-5-9, excluding js libraries (ajaxhelper) and richtext code) @@ -1022,7 +1022,7 @@ Added support for optional user tracking in database - Added support for monitoring response-time for certain urls via + Added support for monitoring response-time for certain URLs via munin @@ -1583,7 +1583,7 @@ using URLs which include the embedded package's package key. An example embeddable package might be a rewritten "attachments" package. The current implementation requires a global instance be mounted, and client packages - generate urls to that global instance. Among other things, this leads to + generate URLs to that global instance. Among other things, this leads to the user navigating to the top-level subsite, losing any subsite theming that might be associated with a community. Using "embeds", a rewritten package would run in the client package's context, maintaining theming and Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml,v diff -u -N -r1.36 -r1.37 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 24 Jul 2018 19:13:55 -0000 1.36 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 5 Aug 2018 21:26:03 -0000 1.37 @@ -668,7 +668,7 @@ Download and install ns_ldap [root aolserver]# cd /usr/local/src/aolserver/ - [root aolserver]# wget http://www.sussdorff.de/ressources/nsldap.tgz + [root aolserver]# wget http://www.sussdorff.de/resources/nsldap.tgz [root aolserver]# tar xfz nsldap.tgz [root aolserver]# cd nsldap [root ns_pam-0.1]# make install LDAP=/usr/local/openldap INST=/usr/local/aolserver Index: openacs-4/packages/acs-core-docs/www/xml/kernel/rp-requirements.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/rp-requirements.xml,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/xml/kernel/rp-requirements.xml 17 Jul 2006 05:38:38 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/rp-requirements.xml 5 Aug 2018 21:26:03 -0000 1.7 @@ -20,7 +20,7 @@ The following is a requirements document for the OpenACS 4.0 request processor. The major enhancements in the 4.0 version include a more sophisticated directory mapping system that allows package pageroots to be -mounted at arbitrary urls, and tighter integration with the database to allow +mounted at arbitrary URLs, and tighter integration with the database to allow for flexible user controlled url structures, and subsites. Index: openacs-4/packages/acs-core-docs/www/xml/kernel/subsites-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/subsites-design.xml,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-core-docs/www/xml/kernel/subsites-design.xml 4 Jul 2018 10:20:42 -0000 1.8 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/subsites-design.xml 5 Aug 2018 21:26:03 -0000 1.9 @@ -217,7 +217,7 @@ directory_p char(1) not null constraint site_nodes_directory_p_ck check (directory_p in ('t', 'f')), - -- Should urls that are logical children of this node be + -- Should URLs that are logical children of this node be -- mapped to this node? pattern_p char(1) default 'f' not null constraint site_nodes_pattern_p_ck