Diff for "Feeds"

Not logged in - Log In / Register

Differences between revisions 15 and 17 (spanning 2 versions)
Revision 15 as of 2008-05-20 15:38:35
Size: 3747
Editor: 77-100-239-119
Comment:
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;">[[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 =

||<tablestyle="float:right; font-size: 0.8em; width:30%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">attachment:proj-announce.png||
||<style="text-align: center;">'''Project announcements in Liferea'''||

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 =

||<tablestyle="float:right; font-size: 0.8em; width:30%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">attachment:google-reader-bugs-feed3.png||
||<style="text-align: center;">'''A bugs feed in Google Reader'''||

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 =
||<tablestyle="float:right; font-size: 0.8em; width:30%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">attachment:my-branches-2.png||
||<style="text-align: center;">'''A branch feed in use on a website'''||
You can also get Atom feeds of each branch associated with a particular person, team or project, as well as a feed of the commits to an individual branch.

The entries in a person, team and project branch feed show the most recent commits. Each entry in the feed for an individual branch is equivalent to a commit.

'''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)