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.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 @@
- 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. - Create one or more implementations Of the RssGenerationSubscriber
-interface. This example
-registers an implementation for bboard forums.
- Define the implementation procs. This example implements the contracted
+rss-support is a service package and a singleton.
- Create one or more implementations of the
+RssGenerationSubscriber 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 implementation's
impl_id
as follows