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 (Available Feeds)
 
(10 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
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.
 
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].
+
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 [https://github.com/EclipseFdn/planeteclipse.org GitHub].
  
 +
  git clone git@github.com:EclipseFdn/planeteclipse.org.git
 +
 +
=== HowTo: add a feed ===
 +
Edit the file:
 +
  {planeteclipse.org git repo}/planet/planet.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/theme/authors
 +
 +
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 27: Line 53:
 
* Is there more than just a welcome posting?
 
* Is there more than just a welcome posting?
 
* Does the feed contain advertisements?
 
* Does the feed contain advertisements?
 +
 +
[[Category:Planet Eclipse]]

Latest revision as of 13:34, 24 July 2019

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 GitHub.

 git clone git@github.com:EclipseFdn/planeteclipse.org.git

HowTo: add a feed

Edit the file:

  {planeteclipse.org git repo}/planet/planet.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/theme/authors

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?

Back to the top