Index: openacs-4/packages/acs-templating/www/doc/TclDocs/util.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/util.adp,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-templating/www/doc/TclDocs/util.adp 27 Oct 2014 16:40:18 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/util.adp 25 Aug 2015 18:02:13 -0000 1.2.2.1 @@ -2,23 +2,30 @@ {/doc/acs-templating {Templating}} {} +

Namespace util

+

Method Summary

- -

Namespace util

Method Summary

-Listing of public methods:
The namespace util currently contains no public -methods.

Method Detail

-* indicates required

+Listing of public methods:
+

The namespace util currently contains no public +methods.
+

Method Detail

+

+* indicates required

+

Private Methods:
-

+

+
-
a proc used for debugging, just prints out a value to the error log
+
+ -
capitalizes the first letter of a string
Returns:
returns formatted string
+
+ -
escapes quotes and removes comment tags from a body of commented text
@@ -31,7 +38,8 @@
Returns:
text
+
+ -
just takes a body of text and puts a space behind every double {quote;} this is done so that the text body can be treated @@ -47,7 +55,8 @@ that are already trailed by a space are unaffected
+
+
takes a .adp template name and the name of the file to be written and creates the {file;} also puts out a notice @@ -66,7 +75,8 @@
- +
+ -
takes an alphabetized list and an entry
@@ -86,15 +96,18 @@ -1 if the entry is already in the list
+
+ -
used to compare two different elements in a list of parsed data for public or private procs
+
+ -
uses ns_library to find the server root, may not always be accurate because it essentially asks for the tcl library path and strips off the last /tcl directory
+
+ -

+ +

* indicates required

-