PlanetUbuntu

Differences between revisions 3 and 18 (spanning 15 versions)
Revision 3 as of 2006-08-04 14:23:59
Size: 1583
Editor: AAnnecy-152-1-70-184
Comment:
Revision 18 as of 2006-12-02 09:37:18
Size: 2171
Editor: c-71-207-224-84
Comment: Made small change regarding hackergotchi
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 ought to 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, or otherwise interfering with the operation of the Planet.
Line 8: Line 8:
To add your feed, first check out the configuration files from the launchpad bzr tree: You first need to add an SSH public key to your launchpad account, if you haven't done so already. If your launchpad username is {{{jrhakr}}}, then you would go to:

{{{https://launchpad.net/people/jrhakr/+editsshkeys}}}

Then to add your feed, first install the "bzr" and "paramiko" packages if you haven't done so already:
{{{
$sudo apt-get install bzr python-paramiko
}}}

Next, check out the configuration files from the launchpad bzr tree.
Line 11: Line 20:
$ bzr checkout sftp://bazaar.launchpad.net/~planet-ubuntu/config/main $ bzr checkout sftp://jrhakr@bazaar.launchpad.net/~planet-ubuntu/config/main planet-ubuntu
$ cd planet-ubuntu/
Line 14: Line 24:
Next, place your hackergotchi into the {{{heads/}}} subdirectory: Next, place your hackergotchi[[FootNote(Your hackergotchi should be scaled to roughly 100x100 pixels, give or take.)]] into the {{{heads/}}} subdirectory:
Line 20: Line 30:
If you don't have a hackergotchi to add right away, comment out the line (using # at the beginning) or leave the entire line out.
Line 21: Line 32:
Once you've done that, add a stanza like the following to the end of the {{{members/config.ini}}} file: Once you've done that, add a stanza like the following to the end of the {{{config.ini}}} file:
Line 30: Line 41:
/!\ Please use your real name at least somewhere in the 'name' field.

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 ought to 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, or otherwise interfering with the operation of the Planet.

Adding Your Feed

You first need to add an SSH public key to your launchpad account, if you haven't done so already. If your launchpad username is jrhakr, then you would go to:

https://launchpad.net/people/jrhakr/+editsshkeys

Then to add your feed, first install the "bzr" and "paramiko" packages if you haven't done so already:

$sudo apt-get install bzr python-paramiko

Next, check out the configuration files from the launchpad bzr tree.

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

Next, place your hackergotchiFootNote(Your hackergotchi should be scaled to roughly 100x100 pixels, give or take.) into the heads/ subdirectory:

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

If you don't have a hackergotchi to add right away, comment out the line (using # at the beginning) or leave the entire line out.

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

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

Warning /!\ Please use your real name at least somewhere in the 'name' field.

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)