PlanetUbuntu

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2006-08-03 13:14:04
Size: 1645
Editor: host-87-74-55-236
Comment: New regime for Planet Ubuntu changes
Revision 4 as of 2006-08-08 15:13:03
Size: 1492
Editor: host-87-74-18-227
Comment: Adoping planet.debian.org "don't be annoying" rule instead of filtering request
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Subscribed feeds must be at least ''occasionally'' relevant to Ubuntu, and we ask that you make use of your software's category or tag features to control which posts will appear on [http://planet.ubuntu.com Planet Ubuntu]. We reserve the right to remove any feed that is inaccessible, flooding the page with off-topic entries, or otherwise interfering with the operation of the Planet. Subscribed feeds must be at least ''occasionally'' relevant to Ubuntu, although the only hard and fast rule is "don't annoy people." We reserve the right to remove any feed that is inaccessible, flooding the page with off-topic entries, or otherwise interfering with the operation of the Planet.
Line 11: Line 11:
$ bzr get sftp://bazaar.launchpad.net/~planet-ubuntu/config/main $ bzr checkout sftp://bazaar.launchpad.net/~planet-ubuntu/config/main
Line 26: Line 26:
fake = jrhakr.png face = jrhakr.png
Line 34: Line 34:
$ bzr push sftp://bazaar.launchpad.net/~planet-ubuntu/config/main

To add your feed to [http://planet.ubuntu.com Planet Ubuntu], you must be an Ubuntu MemberFootNote(You must either be one of the UbuntuMembers on Launchpad, or be in one of its member teams.), and your ssh key must be included in your Launchpad account information.

Subscribed feeds must be at least occasionally relevant to Ubuntu, although the only hard and fast rule is "don't annoy people." We reserve the right to remove any feed that is inaccessible, flooding the page with off-topic entries, or otherwise interfering with the operation of the Planet.

Adding Your Feed

To add your feed, first check out the configuration files from the launchpad bzr tree:

$ bzr checkout sftp://bazaar.launchpad.net/~planet-ubuntu/config/main

Next, place your hackergotchi into the heads/ subdirectory:

$ cp ~/hackergotchi.png heads/jrhakr.png
$ bzr add heads/jrhakr.png

Once you've done that, add a stanza like the following to the end of the members/config.ini file:

[http://blog.example.com/~jrhakr/feed?category=ubuntu-only]
name = J. Random Hacker
face = jrhakr.png
nick = jrhakr

When you are satisfied that your entry is correct, it's time to check in your changes:

$ bzr commit -m "Added jrhakr to Planet Ubuntu"

Warning /!\ Please note that Planet runs from cron, and it relies on the work of some periodic events on the Launchpad server. Your changes could take up to two hours to take effect.

PlanetUbuntu (last edited 2024-02-20 14:35:36 by merlijn-sebrechts)