FAQ

Page Discussion Edit History

Planet

Revision as of 23:15, 14 April 2011 by MichaelLustfield (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Planet Nginx is a collection of Nginx related blogs aggregated into one source. If you're interested in having your feed aggregated to Planet Nginx then you can do one of the following.

  1. Join the ~nginx-planet-users team on Launchpad to gain access to add and edit feeds aggregated yoruself.
  2. Add your request to the Talk page of Planet.

Requirements:

  1. Must be related to Nginx most of the time.
  2. Blogs are expected to be in line with a positive community.
  3. Blogs are expected to be family friendly.
  4. Must not distribute bad advice (such as Pitfalls).

Information:

  1. Feed URL
  2. Real Name
  3. Nick Name
  4. Picture of Self (64x64 pixels)

Too add the feed yourself:

  1. Create a Launchpad account
  2. Upload your SSH key
  3. Join the ~nginx-planet-users team on Launchpad
  4. Install bazaar (bzr)
  5. bzr launchpad-login <your_id>
  6. bzr branch lp:nginx/planet
  7. cd planet
  8. vim config.ini
    1. Add your feed to the end and don't omit any values
    2. If you don't have an image for yourself use 'null.png'
    3. If you added an image, run 'bzr add heads/yourimage'
  9. bzr commit -m "Adding feed for <your_nick>."
  10. bzr push lp:nginx/planet