Diff for "Feeds"

Not logged in - Log In / Register

Differences between revisions 9 and 17 (spanning 8 versions)
Revision 9 as of 2008-01-24 13:14:17
Size: 2938
Editor: 77-100-239-119
Comment: removed 1.2.1 disclaimer from branches section
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

[[Anchor(branches)]]
= Branches =

You can also get Atom feeds of the latest commits to branches that are associated with a particular person, team or project, as well as a feed of the commits to an individual branch.

'''Individual branches:''' ```http://feeds.launchpad.net/~<person or team name>/<project name>/<branch name>/branch.atom```

Example: http://feeds.launchpad.net/~bzr/bzr/trunk/branch.atom

'''People:''' ```http://feeds.launchpad.net/~<person name>/branches.atom```

Example: http://feeds.launchpad.net/~mbp/branches.atom

'''Teams:''' ```http://feeds.launchpad.net/~<team name>/branches.atom```

Example: http://feeds.launchpad.net/~ubuntu-core-doc/branches.atom

'''Projects:'''' ```http://feeds.launchpad.net/<project name>/branches.atom```

Example: http://feeds.launchpad.net/bzr/branches.atom
#redirect FrontPage

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