diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-05-07 08:11:59 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-05-07 08:11:59 +0000 |
commit | 39307261816d35d338f393475097a0fba9a47047 (patch) | |
tree | 5ef99924adb4b1efef52c776afbbba1fa914a362 /archiva-docs | |
parent | 94799fd790e9225a43eff72424ed0621a3e68c45 (diff) | |
download | archiva-39307261816d35d338f393475097a0fba9a47047.tar.gz archiva-39307261816d35d338f393475097a0fba9a47047.zip |
[MRM-773]
document the rss feeds
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@654026 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/apt/userguide/rss.apt | 58 | ||||
-rw-r--r-- | archiva-docs/src/site/site.xml | 1 |
2 files changed, 59 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/userguide/rss.apt b/archiva-docs/src/site/apt/userguide/rss.apt new file mode 100644 index 000000000..e7f7e08d3 --- /dev/null +++ b/archiva-docs/src/site/apt/userguide/rss.apt @@ -0,0 +1,58 @@ + ------ + RSS Feeds + ------ + Maria Odea Ching + ------ + 7 May 2008 + ------ + +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + + +RSS Feeds + + There are two types of rss feeds in Archiva: new artifacts in repo feed and new versions of artifact feed. + +* New Artifacts In Repository + + The default url for this feed is: <<<http://[hostname]:[port]/archiva/rss/rss_feeds?repoId=[repositoryId]>>> + + There are two ways to subscribe to this feed: + + 1. By copying the default url specified above and adding this to your feed reader. Just make sure to replace the <<<hostname>>>, + <<<port>>> and <<<repositoryId>>>. The <<<repositoryId>>> is the id of the Archiva repo which you want to monitor. + + 2. Via the feed icon in the Repositories page. Right click on the feed icon in the upper right hand corner of the repository + configuration and copy the link. Then add this link to your feed reader. + +* New Versions of an Artifact + + The default url for this feed is: <<<http://[hostname]:[port]/archiva/rss/rss_feeds?groupId=[groupId]&artifactId=[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 + Browse section. The rss feed icon is located in the artifactId level. + +* Authentication + + The authentication method used for the rss feeds is Http Basic Authentication. If your reader supports this, you would be + prompted for a username and password when you subscribe to the feed. Supply you Archiva account credentials for this. Take + note that only users with an Observer role for the specific repository would be able to subscribe to this feed.
\ No newline at end of file diff --git a/archiva-docs/src/site/site.xml b/archiva-docs/src/site/site.xml index 3d985f971..3b78c62be 100644 --- a/archiva-docs/src/site/site.xml +++ b/archiva-docs/src/site/site.xml @@ -39,6 +39,7 @@ <item name="Identifying an Artifact" href="/userguide/find-artifact.html" /> <item name="Using as a repository" href="/userguide/using-repository.html" /> <item name="Deploying to repository" href="/userguide/deploy.html" /> + <item name="Rss Feeds in Archiva" href="/userguide/rss.html"/> </menu> <menu name="Administrators Guide"> |