Index: openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 12 Dec 2001 02:58:23 -0000 1.8 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 12 Sep 2002 22:44:31 -0000 1.9 @@ -1,3 +1,13 @@ +ad_library { + RSS feed service procs + + @author jerry@theashergroup.com (jerry@theashergroup.com) + @author aegrumet@alum.mit.edu + + @creation-date Fri Oct 26 11:43:26 2001 + @cvs-id $Id$ +} + ad_proc -private rss_gen_service {} { ns_log Debug "rss_gen_service: starting" @@ -36,9 +46,7 @@ } ad_proc -private rss_gen_report subscr_id { -
- # Build a report, write it out, log it. -+ Build a report, write it out, log it. } { set start [clock seconds] @@ -88,12 +96,11 @@ } ad_proc -private rss_assert_dir path { -
- # Steps through path creating each new directory as needed. - # Accepts full path or relative path, but you probably want - # to specify the full path. - # Makes no attempt to catch errors. -+ Steps through path creating each new directory as needed. + Accepts full path or relative path, but you probably want + to specify the full path. +
+ Makes no attempt to catch errors. } { set running_path "" foreach dir [split $path /] { @@ -105,9 +112,7 @@ } ad_proc -private rss_gen_bind {} { -
- # Creates bindings for unbound implementations for RssGenerationSubscriber. -+ Creates bindings for unbound implementations for RssGenerationSubscriber. } { set contract_id [db_string get_contract_id { select acs_sc_contract__get_id('RssGenerationSubscriber') @@ -219,4 +224,4 @@ } else { return [ns_url2file $report_url] } -} \ No newline at end of file +}