Index: openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl 13 Aug 2002 04:21:33 -0000 1.3 +++ openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl 16 Sep 2002 10:56:15 -0000 1.4 @@ -26,9 +26,9 @@ The id of the revision to use. If missing, live revision will most likely be used - @see proc publish::pop_id - @see proc publish::get_main_item_id - @see proc publish::get_main_revision_id + @see publish::pop_id + @see publish::get_main_item_id + @see publish::get_main_revision_id } { variable item_id_stack @@ -82,9 +82,9 @@ @return The popped item id, or the empty string if the string is already empty - @see proc publish::push_id - @see proc publish::get_main_item_id - @see proc publish::get_main_revision_id + @see publish::push_id + @see publish::get_main_item_id + @see publish::get_main_revision_id } { variable item_id_stack @@ -182,7 +182,7 @@ template, or "" if no template exists or the -no_merge flag was specified - @see proc publish::handle::image + @see publish::handle::image } { @@ -240,7 +240,7 @@ @return An HTML string in format "name=value name=value ..." - @see proc publish::set_to_pairs + @see publish::set_to_pairs } { set extra_html "" @@ -272,8 +272,8 @@ @return The HTML for the include tag - @see proc item::item_url - @see proc publish::html_args + @see item::get_url + @see publish::html_args } { @@ -362,7 +362,7 @@ @return The rendered HTML, or the empty string on failure - @see proc publish::handle_item + @see publish::handle_item } { #set ::content::item_id $item_id @@ -487,7 +487,7 @@ @return The name of the proc which should be used to handle the mime-type, or an empty string on failure. - @see proc publish::handle_item + @see publish::handle_item } { set mime_pair [split $mime_type "/"] @@ -517,9 +517,9 @@ @return the main item id - @see proc publish::pop_id - @see proc publish::push_id - @see proc publish::get_main_revision_id + @see publish::pop_id + @see publish::push_id + @see publish::get_main_revision_id } { @@ -541,9 +541,9 @@ @return the main item id - @see proc publish::pop_id - @see proc publish::push_id - @see proc publish::get_main_item_id + @see publish::pop_id + @see publish::push_id + @see publish::get_main_item_id } { @@ -594,9 +594,9 @@ @return The rendered HTML for the item, or an empty string on failure - @see proc publish::handle_binary_file - @see proc publish::handle::text - @see proc publish::handle::image + @see publish::handle_binary_file + @see publish::handle::text + @see publish::handle::image } { @@ -729,8 +729,8 @@ @return The rendered HTML for the child item - @see proc publish::merge_with_template - @see proc publish::handle_item + @see publish::merge_with_template + @see publish::handle_item } { @@ -803,7 +803,7 @@ @param relation_type Either child or relation @param params The ns_set id for extra HTML parameters - @see proc publish::render_subitem + @see publish::render_subitem } { @@ -843,7 +843,7 @@ Use this root path instead of the paths specified in the INI file - @see proc publish::get_publish_roots + @see publish::get_publish_roots } { if { ![template::util::is_nil root_path] } { @@ -876,8 +876,8 @@ @param url Relative URL of the file to write @param revision_id Write the blob for this revision - @see proc publish::get_publish_roots - @see proc publish::write_multiple_files + @see publish::get_publish_roots + @see publish::write_multiple_files } { foreach_publish_path $url { @@ -909,9 +909,9 @@ @param url Relative URL of the file to write @param text A string of text to be written to the URL - @see proc template::util::write_file - @see proc publish::get_publish_roots - @see proc publish::write_multiple_blobs + @see template::util::write_file + @see publish::get_publish_roots + @see publish::write_multiple_blobs } { ns_log Notice "WRITE_MULTIPLE_FILES: root_path = $root_path" @@ -955,8 +955,8 @@ @return The relative URL of the file that was written, or an empty string on failure - @see proc content::get_content_value - @see proc publish::get_publish_roots + @see content::get_content_value + @see publish::get_publish_roots } {