summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-09-16 06:55:17 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-09-16 06:55:17 +0000
commitca422b2be8351a79f96fa2c0f50d3ef62da601fa (patch)
treed48fa57dc1f718d5fe4994439bb7e19e38522508
parent81263cf1071e35836a82428bc2ef40ff4f53459e (diff)
downloadarchiva-ca422b2be8351a79f96fa2c0f50d3ef62da601fa.tar.gz
archiva-ca422b2be8351a79f96fa2c0f50d3ef62da601fa.zip
updated rss feeds docs to reflect changes in rss urls in 1.1.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.1.x@695746 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-docs/src/site/apt/userguide/rss.apt9
1 files changed, 6 insertions, 3 deletions
diff --git a/archiva-docs/src/site/apt/userguide/rss.apt b/archiva-docs/src/site/apt/userguide/rss.apt
index 7b7224717..04d1d8889 100644
--- a/archiva-docs/src/site/apt/userguide/rss.apt
+++ b/archiva-docs/src/site/apt/userguide/rss.apt
@@ -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.
+