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 Administration"

(Added CVS Access section and configuration hints)
m (typo)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page is for documenting changes to Planet Eclipse.
+
This page is for documenting changes to [[PlanetEclipse|Planet Eclipse]].  
  
 +
<br>
  
=== Administrators ===
+
== Administrators ==
* Gunnar Wagenknecht
+
* Chris Aniszczyk
+
* Eclipse WebMaster
+
  
 +
*Gunnar Wagenknecht
 +
*Chris Aniszczyk
 +
*Eclipse Webmaster
 +
*Ian Bull
  
=== Bugzilla Shortcuts ===
+
<br>
* [https://bugs.eclipse.org/bugs/buglist.cgi?&component=PlanetEclipse.org&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Open Issues]
+
  
 +
== Bugzilla  ==
  
=== Planet Bookmarks ===
+
We use Bugzilla to track any feed requests. We also use tags to indicate the category of a feed request.  
* [http://planetplanet.org/] - The home page
+
* [https://launchpad.net/products/planet] - The project management sites
+
  
 +
=== Tags  ===
  
=== CVS Access ===
+
*none - [http://planet.eclipse.org/planet/ Planet Eclipse]
 +
*[universe] - [http://planet.eclipse.org/planet/universe/ Eclipse Universe]
  
* Host: dev.eclipse.org
+
Note, tags need to be added as prefix to the bug summary.
* CVS Root: /cvsroot/org.eclipse
+
* Module: planet
+
  
=== Configuration Hints ===
+
=== Shortcuts  ===
  
* Use simple names for blog names, i.e. no suffixes or annotations in braces behind a name
+
*[https://bugs.eclipse.org/bugs/buglist.cgi?&component=PlanetEclipse.org&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED All Open Issues]
 +
 
 +
<br>
 +
 
 +
== Planet Bookmarks  ==
 +
 
 +
*[http://planetplanet.org/] - The home page
 +
 
 +
<br>
 +
 
 +
== SCM Access  ==
 +
  git clone https://git.eclipse.org/r/planeteclipse.org/planeteclipse.org
 +
 
 +
* https://git.eclipse.org/r/#/admin/projects/planeteclipse.org/planeteclipse.org
 +
* Upload your SSH public keys to Gerrit if you wish to use SSH: https://git.eclipse.org/r/#/settings/ssh-keys
 +
 
 +
 
 +
=== Feed Configuration Files  ===
 +
 
 +
*<code>planet/eclipse/feeds/community.ini</code> - [http://planet.eclipse.org/planet/ Planet Eclipse]
 +
*<code>planet/eclipse/feeds/ecosystem.ini</code> - [http://planet.eclipse.org/planet/universe/ Eclipse Universe]
 +
 
 +
=== Faces  ===
 +
 
 +
*<code>planet/output/images/faces/</code>
 +
 
 +
=== Templates/UI  ===
 +
 
 +
*<code>planet/eclipse/index.html.tmpl</code>
 +
*<code>planet/output/css/</code>
 +
 
 +
== Configuration Hints  ==
 +
 
 +
*Use simple names for blog names, i.e. no suffixes or annotations in braces behind a name.
 +
 
 +
<br>
 +
 
 +
[[Category:Planet_Eclipse]]

Latest revision as of 12:53, 26 October 2018

This page is for documenting changes to Planet Eclipse.


Administrators

  • Gunnar Wagenknecht
  • Chris Aniszczyk
  • Eclipse Webmaster
  • Ian Bull


Bugzilla

We use Bugzilla to track any feed requests. We also use tags to indicate the category of a feed request.

Tags

Note, tags need to be added as prefix to the bug summary.

Shortcuts


Planet Bookmarks

  • [1] - The home page


SCM Access

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


Feed Configuration Files

Faces

  • planet/output/images/faces/

Templates/UI

  • planet/eclipse/index.html.tmpl
  • planet/output/css/

Configuration Hints

  • Use simple names for blog names, i.e. no suffixes or annotations in braces behind a name.


Back to the top