Index: openacs-4/packages/acs-templating/www/doc/TclDocs/publish.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/publish.adp,v diff -u -r1.5.2.3 -r1.5.2.4 --- openacs-4/packages/acs-templating/www/doc/TclDocs/publish.adp 3 Sep 2021 09:16:11 -0000 1.5.2.3 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/publish.adp 28 Dec 2021 14:36:13 -0000 1.5.2.4 @@ -475,8 +475,7 @@
publish::html_args
-
Concatenate a list of name-value pairs as returned by -set_to_pairs into a list of { name=value} +
Concatenate a list of name-value pairs as a list of { name=value} pairs
Parameters: @@ -485,8 +484,7 @@
The list of name-value pairs
Returns:
An HTML string in format " name=value name=value -..."
See Also:
proc - publish::set_to_pairs
-
+..."
@@ -628,27 +626,6 @@ - -
publish::set_to_pairs
-
Convert an ns_set into a list of name-value pairs, in -form {name value name value ...}
-
-Parameters: - - - - - -
-params* -The ns_set id
-exclusion_list* -{} A list of keys to be ignored
-
Returns:
A list of name-value pairs representing the data in the -ns_set
-
-
-
publish::track_publish_status
Scheduled proc which keeps the publish status updated