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.51.2.3 -r1.51.2.4 --- openacs-4/packages/acs-core-docs/www/eng-standards-filenaming.html 27 Jun 2019 18:22:21 -0000 1.51.2.3 +++ openacs-4/packages/acs-core-docs/www/eng-standards-filenaming.html 3 Sep 2021 09:14:56 -0000 1.51.2.4 @@ -6,7 +6,7 @@ To ensure consistency (and its collateral benefit, maintainability), we define and adhere to standards in the following areas:
-Usually we organize our files so that they mainly serve one of the following three purposes: +Usually, we organize our files so that they mainly serve one of the following three purposes:
displaying objects and their properties
manipulating or acting on objects in some way (by creating, editing, linking, etc)
housing procedures, packages, data models and other prerequisite code Essentially, we want our files named in a fashion that reflects their purpose.
@@ -200,7 +200,7 @@ doc_return 200 text/html $page_content
-The old convention was to call ReturnHeaders
and
+The old convention was to call util_return_headers
and
then ns_write
for each distinct chunk of the page. This
approach has the disadvantage of tying up a scarce and valuable
resource (namely, a database handle) for an unpredictable amount of