aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-09-16 07:03:44 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-09-16 07:03:44 +0000
commitdbc8a0f7d93a236636112bc167a24c50684c3a77 (patch)
treee8376862d3484eef13d2059845566edff96dbbdd /archiva-docs
parent442f4a8749f679fe9ec664bbfdb94fde12f0db41 (diff)
downloadarchiva-dbc8a0f7d93a236636112bc167a24c50684c3a77.tar.gz
archiva-dbc8a0f7d93a236636112bc167a24c50684c3a77.zip
merged from -r695746 (updated rss feeds docs to reflect changes in rss urls in 1.1.2) 1.1.x branch
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@695750 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-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.
+