• Publicity: Public Only All

rss-generation-service-procs.tcl

RSS feed service procs

Location:
packages/rss-support/tcl/rss-generation-service-procs.tcl
Created:
Fri Oct 26 11:43:26 2001
Authors:
jerry@theashergroup.com <jerry@theashergroup.com>
aegrumet@alum.mit.edu
CVS Identification:
$Id: rss-generation-service-procs.tcl,v 1.22.2.9 2022/08/22 14:44:18 gustafn Exp $

Procedures in this file

Detailed information

rss_assert_dir (public, deprecated)

 rss_assert_dir path
Deprecated. Invoking this procedure generates a warning.

Steps through path creating each new directory as needed. Accepts full path or relative path, but you probably want to specify the full path. DEPRECATED: the tcl file mkdir subcommand will create the whole missing folder structure without complaining

Parameters:
path (required)
See Also:
  • file

Testcases:
No testcase defined.

rss_gen_report (public)

 rss_gen_report subscr_id

Build a report, write it out, log it.

Parameters:
subscr_id (required)

Testcases:
No testcase defined.

rss_gen_report_file (public)

 rss_gen_report_file [ -summary_context_id summary_context_id ] \
    [ -impl_name impl_name ] [ -subscr_id subscr_id ] [ -assert ]

Return a file path for the rss subscription with subscr_id or impl_name + summary_context_id provided. If the -assert flag is set, the parent directory is created if it doesn't exist

Switches:
-summary_context_id (optional)
-impl_name (optional)
-subscr_id (optional)
-assert (optional, boolean)
Returns:
a Unix file path.

Testcases:
No testcase defined.
[ show source ]