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"

(ChangeLog)
(Feed Configuration Files)
(16 intermediate revisions by 4 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 indicated the category of a feed request.  
* [http://planetplanet.org/] - The home page
+
* [https://launchpad.net/products/planet] - The project management sites
+
  
 +
=== Tags  ===
  
=== ChangeLog ===
+
*none - [http://planet.eclipse.org/planet/ Planet Eclipse]
 +
*[universe] - [http://planet.eclipse.org/planet/universe/ Eclipse Universe]
  
''2006-03-12'', Gunnar Wagenknecht
+
Note, tags need to be added as prefix to the bug summary.
:eclipse/config.ini: Added several new blogs (bugs [https://bugs.eclipse.org/bugs/show_bug.cgi?id=129182 129182], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=129480 129480], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=130626 130626] and [https://bugs.eclipse.org/bugs/show_bug.cgi?id=129499 129499])
+
:eclipse/config.ini: Disabled Andre Oosthuizen's blog([https://bugs.eclipse.org/bugs/show_bug.cgi?id=131458 bug 13145])
+
  
''2006-02-23'', Gunnar Wagenknecht
+
=== Shortcuts  ===
:eclipse/config.ini: Added several new blogs (bugs [https://bugs.eclipse.org/bugs/show_bug.cgi?id=128280 128280], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=127118 127118], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=128366 128366] and [https://bugs.eclipse.org/bugs/show_bug.cgi?id=128645 128645])
+
  
''2006-02-04'', Gunnar Wagenknecht
+
*[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]
:eclipse/config.ini: Disabled EZ Front Page Feed ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=126370 bug 126370])
+
  
''2006-01-31'', Chris Aniszczyk
+
<br>
:eclipse/config.ini: Re-enabled Ed Burnette
+
  
''2006-01-24'', Denis Roy
+
== Planet Bookmarks  ==
:eclipse/config.ini: Re-enabled Patrick Paulin
+
  
''2006-01-20'', Denis Roy
+
*[http://planetplanet.org/] - The home page
:eclipse/index.html.tmpl: Updated the link to bugzilla to auto-select the PlanetEclipse.org component
+
  
''2006-01-13'', Denis Roy
+
<br>
:Removed Serge Baccou, 404's on feed
+
  
''2006-01-13'', Denis Roy
+
== SCM Access ==
:Moved planet to planet.old, Moved planet-new to planet, copied planet to planet-new
+
  git clone https://git.eclipse.org/r/planeteclipse.org/planeteclipse.org
:Ran chmod to make the webserver owner of all files (webserver user runs the update)
+
:Changed eclipse/config.ini
+
::log_level = ERROR in planet
+
::name = Planet Eclipse (was: Planet Eclipse (Beta))
+
::link = http://planeteclipse.org/planet/ (was: /planet-new/
+
:planet and planet-new are now identical, except for above config changes
+
  
''2005-12-14'', Gunnar Wagenknecht
+
* https://git.eclipse.org/r/#/admin/projects/planeteclipse.org/planeteclipse.org
:Added blog from Doug Gaff (resolves [https://bugs.eclipse.org/bugs/show_bug.cgi?id=120670 bug 120670])
+
* Upload your SSH public keys to Gerrit if you wish to use SSH: https://git.eclipse.org/r/#/settings/ssh-keys
http://wiki.eclipse.org/index.php/PlanetEclipseAdmins
+
 
 +
 
 +
=== 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]]

Revision as of 11:36, 18 May 2015

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 indicated 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