Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Planet Eclipse"

m
(Add Instances)
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Planet Eclipse is a window into the world, work and lives of Eclipse hackers and contributors.
+
''Planet Eclipse is a window into the world, work and lives of Eclipse hackers and contributors.''
  
 
http://planeteclipse.org/planet/
 
http://planeteclipse.org/planet/
  
 +
 +
== Available Feeds ==
 +
 +
Planet Eclipse provides one aggregated feed in different formats (RSS, Atom). Have a look at [http://planeteclipse.org/ planeteclipse.org] for a list of available feeds.
 +
 +
You can subscribe to the feeds with your favorite feed reader or read them '''online''' at [http://planeteclipse.org/ planeteclipse.org] using the Planet Eclipse Feed Viewer. Please sent us your comments about the [[PlanetEclipseFeedViewer]].
  
 
== Administration ==
 
== Administration ==
  
Generally, administration is done on a volunteer basis by the [[PlanetEclipseAdmins|| Planet Eclipse Admins]]. All requests, such as adding a feed, updating a feed, adding an image or removing a feed should be handled through Bugzilla.
+
Generally, administration is done on a volunteer basis by the [[PlanetEclipseAdmins| Planet Eclipse Admins]]. All requests, such as adding a feed, updating a feed, adding an image or removing a feed should be handled through Bugzilla or Gerrit.
  
 +
  git clone https://git.eclipse.org/r/planeteclipse.org/planeteclipse.org
 +
 +
=== HowTo: add a feed ===
 +
Edit the file:
 +
  {planeteclipse.org git repo}/planet/eclipse/feeds/community.ini
 +
 +
Add a new entry using the format:
 +
    [<URL of the feed>]
 +
    name = <Name>
 +
 +
=== HowTo: add a face image ===
 +
 +
Put the image file in the folder:
 +
      {planeteclipse.org git repo}/planet/output/images/faces
 +
 +
Specification:
 +
* format: png, jpg, gif...
 +
* width: ~100px
 +
* height: ~100px
 +
 +
Edit the configuration file <tt>community.ini</tt> and add the properties:
 +
    face = <img name>
 +
    facewidth = <img height in pixel>
 +
    faceheight = <img height in pixel>
 +
 +
See also: [http://industrial-tsi-wim.blogspot.ch/2014/02/how-to-add-your-hackergotchi-to-planet.html How to add your Hackergotchi to Planet Eclipse ]
  
 
== Guidelines ==
 
== Guidelines ==
Line 16: Line 48:
 
* Is the person an Eclipse committer, hacker or contributor?
 
* Is the person an Eclipse committer, hacker or contributor?
 
* Is the ratio of off-topic postings not too high?
 
* Is the ratio of off-topic postings not too high?
 +
* Are the off-topic postings covered by the Planet Eclipse tag line?
 
* Does the feed promote a company or a commercial product?
 
* Does the feed promote a company or a commercial product?
 
* Does the feed add more value to Planet Eclipse and the Eclipse community than it does for the feed owner?
 
* Does the feed add more value to Planet Eclipse and the Eclipse community than it does for the feed owner?
 +
* Is there more than just a welcome posting?
 +
* Does the feed contain advertisements?
 +
 +
== Instances ==
 +
 +
=== Community ===
 +
 +
This is the default instance.
 +
Only blogs about open-source projects and/or from committers/contributors related to eclipse are accepted.
 +
 +
* Available at: http://planet.eclipse.org/planet/
 +
* Configuration file: [http://git.eclipse.org/c/planeteclipse.org/planeteclipse.org.git/plain/planet/eclipse/feeds/community.ini community.ini]
 +
 +
=== Universe ===
 +
 +
This instance aggregates more blogs than the community planet.
 +
It contains promotion for a commercial product based on Eclipse.
 +
 +
* Available at: http://planet.eclipse.org/planet/universe/
 +
* Configuration file: [http://git.eclipse.org/c/planeteclipse.org/planeteclipse.org.git/plain/planet/eclipse/feeds/ecosystem.ini ecosystem.ini]
 +
 +
 +
[[Category:Planet Eclipse]]

Revision as of 15:35, 18 May 2015

Planet Eclipse is a window into the world, work and lives of Eclipse hackers and contributors.

http://planeteclipse.org/planet/


Available Feeds

Planet Eclipse provides one aggregated feed in different formats (RSS, Atom). Have a look at planeteclipse.org for a list of available feeds.

You can subscribe to the feeds with your favorite feed reader or read them online at planeteclipse.org using the Planet Eclipse Feed Viewer. Please sent us your comments about the PlanetEclipseFeedViewer.

Administration

Generally, administration is done on a volunteer basis by the Planet Eclipse Admins. All requests, such as adding a feed, updating a feed, adding an image or removing a feed should be handled through Bugzilla or Gerrit.

 git clone https://git.eclipse.org/r/planeteclipse.org/planeteclipse.org

HowTo: add a feed

Edit the file:

  {planeteclipse.org git repo}/planet/eclipse/feeds/community.ini

Add a new entry using the format:

   [<URL of the feed>]
   name = <Name>

HowTo: add a face image

Put the image file in the folder:

     {planeteclipse.org git repo}/planet/output/images/faces

Specification:

  • format: png, jpg, gif...
  • width: ~100px
  • height: ~100px

Edit the configuration file community.ini and add the properties:

   face = <img name>
   facewidth = <img height in pixel>
   faceheight = <img height in pixel>

See also: How to add your Hackergotchi to Planet Eclipse

Guidelines

There is no official policy, however, we (the admins) generally ask ourselves the following questions before adding a feed to Planet Eclipse.

  • Is the feed written by a real person?
  • Is the person an Eclipse committer, hacker or contributor?
  • Is the ratio of off-topic postings not too high?
  • Are the off-topic postings covered by the Planet Eclipse tag line?
  • Does the feed promote a company or a commercial product?
  • Does the feed add more value to Planet Eclipse and the Eclipse community than it does for the feed owner?
  • Is there more than just a welcome posting?
  • Does the feed contain advertisements?

Instances

Community

This is the default instance. Only blogs about open-source projects and/or from committers/contributors related to eclipse are accepted.

Universe

This instance aggregates more blogs than the community planet. It contains promotion for a commercial product based on Eclipse.

Back to the top