Index: openacs-4/packages/acs-core-docs/www/eng-standards-filenaming.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/eng-standards-filenaming.html,v diff -u -r1.48 -r1.49 --- openacs-4/packages/acs-core-docs/www/eng-standards-filenaming.html 27 Oct 2014 16:39:18 -0000 1.48 +++ openacs-4/packages/acs-core-docs/www/eng-standards-filenaming.html 7 Aug 2017 23:47:49 -0000 1.49 @@ -1,5 +1,5 @@ -
File names also appear within pages, as linked URLs and
-form targets. When they do, always use abstract
+form targets. When they do, always use abstract
URLs (e.g., user-delete
instead of
user-delete.tcl
), because they enhance maintainability.
@@ -121,7 +121,7 @@
Salient features of ad_page_contract
:
A mandatory documentation string is the first argument. This has -the standard form with javadoc-style @author, @cvs-id, etc, and should contain a short description of the recieved variables and any necessary explanations.
The second argument specifies the page +the standard form with javadoc-style @author, @cvs-id, etc, and should contain a short description of the received variables and any necessary explanations.
The second argument specifies the page inputs. The syntax for switches/flags (e.g. multiple-list, array, etc.) uses a colon (:) followed by any number of flags separated by commas (,), @@ -219,4 +219,4 @@