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 -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/rss-support/www/doc/bboard.adp 11 Mar 2019 08:43:28 -0000 1.2.2.1 +++ openacs-4/packages/rss-support/www/doc/bboard.adp 3 Sep 2021 09:16:45 -0000 1.2.2.2 @@ -1,5 +1,5 @@ -{/doc/rss-support {RSS Support}} {RSS Support: Bboard Sample Implementation} +{/doc/rss-support/ {RSS Support}} {RSS Support: Bboard Sample Implementation} RSS Support: Bboard Sample Implementation

Bboard Sample Implementation

@@ -11,9 +11,9 @@
  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 implementations Of the RssGenerationSubscriber -interface. This example -registers an implementation for bboard forums.
  3. Define the implementation procs. This example implements the contracted +rss-support is a service package and a singleton.
  4. Create one or more implementations of the +RssGenerationSubscriber interface. This example registers an +implementation for bboard forums.
  5. Define the implementation procs. This example implements the contracted procs.
  6. Create a subscription for each forum to be summarized. This can be accomplished by querying for the implementation's impl_id as follows