]> source.dussan.org Git - archiva.git/commitdiff
updated rss feeds docs to reflect changes in rss urls in 1.1.2
authorMaria Odea B. Ching <oching@apache.org>
Tue, 16 Sep 2008 06:55:17 +0000 (06:55 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Tue, 16 Sep 2008 06:55:17 +0000 (06:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.1.x@695746 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/userguide/rss.apt

index 7b7224717a93b3a3a6e5a8d9f76d229bce899277..04d1d88896cc6463bd208d39b640d3f8f5f7d637 100644 (file)
@@ -33,7 +33,8 @@ RSS Feeds
 
 * New Artifacts In Repository
 
-  The default url for this feed is: <<<http://[hostname]:[port]/archiva/rss/rss_feeds?repoId=[repositoryId]>>>
+  For  versions 1.1 and 1.1.1, the default url for this feed is <<<http://[hostname]:[port]/archiva/rss/rss_feeds?repoId=[repositoryId]>>>.
+  But since version 1.1.2, this has been changed to <<<http://[hostname]:[port]/archiva/feeds/[repositoryId]>>>
 
   There are two ways to subscribe to this feed:
 
@@ -45,7 +46,8 @@ RSS Feeds
 
 * New Versions of an Artifact
 
-  The default url for this feed is: <<<http://[hostname]:[port]/archiva/rss/rss_feeds?groupId=[groupId]&artifactId=[artifactId]>>>
+  The default url for this feed for versions 1.1 and 1.1.1 is <<<http://[hostname]:[port]/archiva/rss/rss_feeds?groupId=[groupId]&artifactId=[artifactId]>>>
+  but was changed to <<<http://[hostname]:[port]/archiva/feeds/[groupId]/[artifactId]>>> since version 1.1.2 for consistency purposes.
 
   You could subscribe to the feed the same way as specified in the New Artifacts In Repository section except that in #1, you
   need to specify the <<<groupId>>> and <<<artifactId>>> instead of the <<<repositoryId>>>. And in #2, you need to go to the
@@ -58,4 +60,5 @@ RSS Feeds
   note that only users with an Observer role for the specific repository would be able to subscribe to this feed.
 
   If the 'guest' account is enabled for the repository, you would no longer be asked for the username and password when you
-  subscribe to the feed.
\ No newline at end of file
+  subscribe to the feed.
+