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.2 -r1.2.2.1 --- openacs-4/packages/rss-support/www/doc/bboard.adp 7 Aug 2017 23:48:29 -0000 1.2 +++ openacs-4/packages/rss-support/www/doc/bboard.adp 11 Mar 2019 08:43:28 -0000 1.2.2.1 @@ -11,11 +11,11 @@
  1. Install the rss-support package, and mount a single instance at a convenient location (e.g. /rss). Note that -rss-support is a service package and a singleton.
  2. Create one or more implentations Of the RssGenerationSubscriber +rss-support is a service package and a singleton.
  3. Create one or more implementations Of the RssGenerationSubscriber interface. This example registers an implementation for bboard forums.
  4. Define the implementation procs. This example implements the contracted procs.
  5. 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 implementation's impl_id as follows
     select acs_sc_impl__get_id('RssGenerationSubscriber','bboard_forum');