Index: openacs-4/packages/acs-core-docs/www/subsites.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/subsites.html,v
diff -u -r1.51.2.2 -r1.51.2.3
--- openacs-4/packages/acs-core-docs/www/subsites.html 10 Mar 2019 21:47:15 -0000 1.51.2.2
+++ openacs-4/packages/acs-core-docs/www/subsites.html 27 Jun 2019 18:22:22 -0000 1.51.2.3
@@ -22,7 +22,8 @@
particular URL. The tutorial also showed how a given URL is
translated into a physical file to serve using the site map. We'll
repeat this description here, assuming that you have mounted an
-instance of Notes at the URL /notes
as we did in the packages-example:
+instance of Notes at the URL /notes
+as we did in the packages-example:
AOLserver receives your request for the URL /notes/somepage
.
@@ -89,7 +90,7 @@ set context_bar [ad_context_bar "Edit Note"] } else { - permission::require_permission -object_id $note_id -privilege create + permission::require_permission -object_id $package_id -privilege create set context_bar [ad_context_bar "New Note"] }