Index: openacs-4/packages/rss-support/www/doc/bboard.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/www/doc/bboard.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/rss-support/www/doc/bboard.html 13 Nov 2001 03:18:20 -0000 1.2 +++ openacs-4/packages/rss-support/www/doc/bboard.html 12 Dec 2001 02:58:23 -0000 1.3 @@ -25,23 +25,19 @@
  • Define the implementation procs. This example implements the contracted procs. -
  • Create a subscription for each context to be summarized. -Until admin pages are available, do this by hand as follows: +
  • Create a subscription for each forum to be summarized. +This can be accomplished by querying for the implentation's +impl_id as follows +
    -select rss_gen_subscr__new (
    -       null,				-- subscr_id
    -       2752,				-- impl_id
    -       2746,				-- summary_context_id (forum_id)
    -       0,				-- timeout
    -       null,				-- lastbuild
    -       'rss_gen_subscr',		-- object_type
    -       now(),				-- creation_date
    -       null,				-- creation_user
    -       null,				-- creation_ip
    -       null				-- context_id
    -);
    +select acs_sc_impl__get_id('RssGenerationSubscriber','bboard_forum');
     
    +and navigating to +/rss/subscr-ae?impl_id=$impl_id&summary_context_id=$forum_id (note +that subscr-ae doesn't accept impl_name as a URL parameter +for security reasons). +
  • The scheduled proc rss_gen_service will create a binding for the implementation and generate summaries for each subscription if the conditions for summary generation are met (i.e. if