Index: openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html 3 Jul 2018 18:19:14 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html 3 Sep 2024 15:37:35 -0000 1.6 @@ -242,7 +242,7 @@ * - The name of the variable in the calling frame that will receive the relative URL of the file in the file system which contains the content blob + The name of the variable in the calling frame that will receive the relative URL of the file in the filesystem which contains the content blob error_ref @@ -607,7 +607,7 @@
-Write the content (blob) of a revision into a binary file in the filesystem. The file will be published at the relative URL under each publish root listed under the PublishRoots parameter in the server's INI file (the value returnded by publish::get_page_root is used as the default). The file extension will be based on the revision's mime-type.
For example, an revision whose mime-type is { image/jpeg} for an item at { Sitemap/foo/bar} may be written as /web/your_server_name/www/foo/bar.jpg +Write the content (blob) of a revision into a binary file in the filesystem. The file will be published at the relative URL under each publish root listed under the PublishRoots parameter in the server's INI file (the value returnded by publish::get_page_root is used as the default). The file extension will be based on the revision's mime-type.
For example, a revision whose mime-type is { image/jpeg} for an item at { Sitemap/foo/bar} may be written as /web/your_server_name/www/foo/bar.jpg
@@ -874,7 +874,7 @@
-Concatenate a list of name-value pairs as returned by set_to_pairs into a list of { name=value} pairs +Concatenate a list of name-value pairs as a list of { name=value} pairs
@@ -893,10 +893,6 @@
Returns:
An HTML string in format " name=value name=value ..." - -
See Also: - -
proc - publish::set_to_pairs
@@ -1144,46 +1140,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