Diff for "Feeds"

Not logged in - Log In / Register

Differences between revisions 7 and 17 (spanning 10 versions)
Revision 7 as of 2008-01-17 15:52:53
Size: 2099
Editor: 77-100-239-119
Comment: fix
Revision 17 as of 2009-08-28 15:29:12
Size: 58
Editor: 92-237-59-186
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]||

You can now view Atom feeds for some of the information available in Launchpad. This allows you to subscribe using a feed reader such as Google Reader, Bloglines or Liferea. You can also view and subscribe to feeds directly in Firefox.

Over the coming months, we plan to make more of the data in Launchpad available as feeds.

[[Anchor(project-announcements)]]
= Project announcements =

Project and distribution owners can now publish announcements on their project or distribution overview page. These are also available as an Atom feed.

To subscribe to a project or distribution's announcements feed, enter the following URL into your feed reader:

```http://feeds.launchpad.net/<project-name>/announcements.atom```

Replace <project-name> with the project or distribution name. For example:

http://feeds.launchpad.net/ubuntu/announcements.atom

Find out more in our ProjectAnnouncements article.

[[Anchor(bugs)]]
= Bugs =

You can subscribe to a feed of the bugs that affect a person, team, project or distribution. You can also subscribe to individual bugs.

Most feed readers will automatically discover the bug feed if you give them the URL of the bug report or the person, team, project or distribution overview page. The bug feeds takes the format:

'''Individual bugs:''' ```http://feeds.launchpad.net/bugs/<number>/bug.atom```

Replace <number> with the bug number.

For example: http://feeds.launchpad.net/bugs/1/bug.atom

'''Projects and distributions:''' ```http://feeds.launchpad.net/<project or distro name>/latest-bugs.atom```

Replace <project or distro name> accordingly.

For example: http://feeds.launchpad.net/ubuntu/latest-bugs.atom

'''People and teams:''' ```http://feeds.launchpad.net/~<person or team name>/latest-bugs.atom```

Replace <person or team name> accordingly.

http://feeds.launchpad.net/~bzr/latest-bugs.atom
#redirect FrontPage

Feeds (last edited 2009-08-28 15:29:12 by 92-237-59-186)