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 @@ *
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
-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
- publish::set_to_pairs - - | -||||
--Convert an ns_set into a list of name-value pairs, in form {name value name value ...} --
|
-
-
publish::track_publish_status |