Bug 438205 - Convert Orbit web pages to solstice theme
diff --git a/resources/index.php b/resources/index.php
index 540dcdc..77ffcb9 100644
--- a/resources/index.php
+++ b/resources/index.php
@@ -33,90 +33,54 @@
<div id="midcolumn">
<h1><?= $pageTitle ?></h1>
<div class="homeitem3col">
- <h3>Resources</h3>
- <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%">
- <tr>
- <td align=RIGHT valign=TOP><img
- src="http://eclipse.org/images/Adarrow.gif" width="16"
- height="16" border="0"></td>
- <td><a href="http://wiki.eclipse.org/index.php/Orbit"
- target="_top"><b>Wiki</b></a><br> The Orbit project Wiki.</td>
- </tr>
- <tr>
- <td align=RIGHT valign=TOP><img
- src="http://eclipse.org/images/Adarrow.gif" width="16"
- height="16" border="0"></td>
- <td><a href="news://news.eclipse.org/eclipse.tools.orbit"
- target="_top"><b>Newsgroup</b></a><br> Talk to the people
- using libraries in Orbit</td>
- </tr>
- <tr>
- <td width="2%" align=RIGHT valign=TOP><img
- src="http://eclipse.org/images/Adarrow.gif" width="16"
- height="16" border="0"></td>
- <td width="98%"><a
- href="http://dev.eclipse.org/mailman/listinfo/orbit-dev"
- target="_top"><b>Mailing list </b></a><br> Talk to the people
- working on Orbit</td>
- </tr>
- <tr>
- <td align=RIGHT valign=TOP><img
- src="http://eclipse.org/images/Adarrow.gif" width="16"
- height="16" border="0"></td>
- <td><a
- href=https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%0F%22uct=Orbit&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit(%22der=Reuse%2Bsame%2Bsort%2Bas%2Blast%2Btime&field0-0-0=noop&type0-0-0=noop&value0-0-0=
- target="_top"><b>Bugs/Issues</b></a><br> Discover the current
- bugs and issues in Orbit. Note that a large amount of the
- activity goes on in Bugzilla. Configure your Bugzilla account
- email preferences to watch the one of the Orbit inbox users
- (e.g., orbit.bundles-inbox@eclipse.org) to monitor bug
- activity.</td>
- </tr>
- <tr>
- <td align=RIGHT valign=TOP><img
- src="http://eclipse.org/images/Adarrow.gif" width="16"
- height="16" border="0"></td>
- <td><a
- href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.orbit/?cvsroot=Tools_Project"
- target="_top"><b>CVS</b></a><br> The Orbit code is hosted in
- the normal Tools project repository and is available via <a
- href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.orbit/?cvsroot=Tools_Project">web
- access</a> or direct CVS access. For direct access, use
- anonymous login to the CVS repo
- </p>
- <blockquote>
- <p>:pserver:anonymous@dev.eclipse.org/cvsroot/tools</p>
- </blockquote>
- <p>
- The Orbit work goes on in the org.eclipse.orbit in folders
- appropriate for the work being done. Please not that in
- general the code for a particular version of a library is
- held in a <b>branch</b> of the related project. This is done
- to accommodate multiple versions of the code library. You
- should ensure that you check out the correct branch for your
- needs.
- </p></td>
- </tr>
- <tr>
- <td align=RIGHT valign=TOP><img
- src="http://eclipse.org/images/Adarrow.gif" width="16"
- height="16" border="0"></td>
- <td><a href="https://www.eclipse.org/orbit/"><b>Website</b></a><br>
- The Orbit website itself is hosted in a Git repository and
- mirrored on a conventional HTTP server every minute or so.
- This allows use of PHP, Flash, ... and enables versioning and
- diffing using Eclipse. The site is open for editing by all
- Orbit committers using:
- </p>
- <blockquote>
- <p>ssh://<committer_id>@git.eclipse.org/gitroot/www.eclipse.org/orbit.git</p>
- </blockquote>
- </p>
- <p>You can use Eclipse to check out the whole site and then
- edit and commit. Remember your changes will take a minute or
- so to be reflected in the real site.</p></td>
- </tr>
- </table>
+
+<h3>Resources</h3>
+<ul>
+ <li><a href="https://wiki.eclipse.org/index.php/Orbit">The Orbit
+ project Wiki</a>
+ <p>Wide collection of technical and policy information entered by
+ committers and the community.</p></li>
+ <li><a href="news://news.eclipse.org/eclipse.tools.orbit">Newsgroup</a>
+ <p>Talk to the people using libraries in Orbit.</p></li>
+ <li><a href="https://dev.eclipse.org/mailman/listinfo/orbit-dev">Mailing
+ list</a>
+ <p>Talk to the people working on Orbit.</p></li>
+ <li><a
+ href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%0F%22uct=Orbit&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit(%22der=Reuse%2Bsame%2Bsort%2Bas%2Blast%2Btime&field0-0-0=noop&type0-0-0=noop&value0-0-0">Bugs/Issues</a>
+ <p>Discover the current bugs and issues in Orbit. Note that a large
+ amount of the activity goes on in Bugzilla. Configure your Bugzilla
+ account email preferences to watch the one of the Orbit inbox users (e.g.,
+ orbit.bundles-inbox@eclipse.org) to monitor bug activity.</p></li>
+ <li>The Orbit code in CVS
+ <p>The Orbit packages (class files, and MANIFEST.MF files we create) are
+ hosted in the Tools project CVS repository and is available via direct CVS
+ access.</p>
+ <p>For direct read access, use anonymous login to the CVS repo:</p>
+ <blockquote>
+ <p>:pserver:anonymous@dev.eclipse.org/cvsroot/tools</p>
+ </blockquote>
+ <p>
+ The Orbit work goes on in the org.eclipse.orbit in folders appropriate for
+ the work being done. Please note that in general the code for a particular
+ version of a library is held in a <b>branch</b> of the related project.
+ This is done to accommodate multiple versions of the code library. You
+ should ensure that you check out the correct branch for your needs.
+ </p>
+ </li>
+ <li><a href="https://www.eclipse.org/orbit/">Website</a>
+ <p>The Orbit website itself is hosted in a Git repository and mirrored
+ on a conventional HTTP server every minute or so. This allows use of PHP,
+ HTML, CSS, JavaScript, etc. The site is open for editing by all Orbit
+ committers using:</p>
+ <blockquote>
+ <p>ssh://<committer_id>@git.eclipse.org/gitroot/www.eclipse.org/orbit.git</p>
+ </blockquote>
+ </p>
+ <p>You can use Eclipse to check out the whole site and then edit and
+ commit. Remember your changes will take a minute or so to be reflected in
+ the real site.</p></li>
+</ul>
+
</div>
</div>