Index: openacs-4/packages/rss-support/www/doc/bboard.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/www/doc/bboard.adp,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/rss-support/www/doc/bboard.adp 25 Aug 2015 18:02:22 -0000 1.1.2.2 +++ openacs-4/packages/rss-support/www/doc/bboard.adp 5 Jul 2016 16:52:02 -0000 1.1.2.3 @@ -15,15 +15,15 @@ interface. This example registers an implementation for bboard forums.
  • Define the implementation procs. This example implements the contracted procs.
  • Create a subscription for each forum to be summarized. This can -be accomplished by querying for the implentation's +be accomplished by querying for the implentation's impl_id as follows
     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 +(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 the subscription timeout interval has elapsed since the last