diff options
author | skygo <skygo@unknown> | 2014-03-06 00:58:01 +0000 |
---|---|---|
committer | skygo <skygo@unknown> | 2014-03-06 00:58:01 +0000 |
commit | e35c74ee570e40b2ef4ce6245c73b90d9bbfef8d (patch) | |
tree | 30e28a46fc0f4e43201705fdf0f069b46bb62678 /archiva-docs/src/site/apt/userguide/rss.apt | |
parent | 4ff6689cab37e586aa0a0b048c0d7ec292110a1b (diff) | |
download | archiva-e35c74ee570e40b2ef4ce6245c73b90d9bbfef8d.tar.gz archiva-e35c74ee570e40b2ef4ce6245c73b90d9bbfef8d.zip |
remove /archiva/ in repository url for all docs
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1574734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt/userguide/rss.apt')
-rw-r--r-- | archiva-docs/src/site/apt/userguide/rss.apt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archiva-docs/src/site/apt/userguide/rss.apt b/archiva-docs/src/site/apt/userguide/rss.apt index 1439b9efe..cb6d8c69a 100644 --- a/archiva-docs/src/site/apt/userguide/rss.apt +++ b/archiva-docs/src/site/apt/userguide/rss.apt @@ -34,7 +34,8 @@ RSS Feeds * New Artifacts In Repository 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]>>> + But since version 1.1.2, this has been changed to <<<http://[hostname]:[port]/archiva/feeds/[repositoryId]>>>. + Since version 2.0.0 feed changed changed to <<<http://[hostname]:[port]/feeds/[repositoryId]>>>. There are two ways to subscribe to this feed: @@ -49,7 +50,8 @@ RSS Feeds * New Versions of an Artifact 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. + but was changed to <<<http://[hostname]:[port]/archiva/feeds/[groupId]/[artifactId]>>> since version 1.1.2 for consistency purposes. + Since version 2.0.0 feed changed changed to <<<http://[hostname]:[port]/feeds/[groupId]/[artifactId]>>> 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 |