Author: oching
Date: Mon Sep 15 23:55:17 2008
New Revision: 695746
URL: http://svn.apache.org/viewvc?rev=695746&view=rev
Log:
updated rss feeds docs to reflect changes in rss urls in 1.1.2
Modified:
archiva/branches/archiva-1.1.x/archiva-docs/src/site/apt/userguide/rss.apt
Modified:
archiva/branches/archiva-1.1.x/archiva-docs/src/site/apt/userguide/rss.apt
URL:
http://svn.apache.org/viewvc/archiva/branches/archiva-1.1.x/archiva-docs/src/site/apt/userguide/rss.apt?rev=695746&r1=695745&r2=695746&view=diff
==============================================================================
--- archiva/branches/archiva-1.1.x/archiva-docs/src/site/apt/userguide/rss.apt
(original)
+++ archiva/branches/archiva-1.1.x/archiva-docs/src/site/apt/userguide/rss.apt
Mon Sep 15 23:55:17 2008
@@ -33,7 +33,8 @@
* 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 @@
* 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 @@
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.
+