Attempt move to Nova.
diff --git a/index.php b/index.php
index 6955f34..ac3c079 100644
--- a/index.php
+++ b/index.php
@@ -13,12 +13,13 @@
<td valign="top">
<img alt="Screenshot of Linux Tools projects" border="0" src="images/mainscreenshot.png">
</td>
- <td></td>
+ </tr>
+ <tr>
<td valign="top">
- The Linux Tools project is a two-faceted project. First, it provides a place for Linux
+ The Linux Tools project is a two-faceted project. <b>First</b>, it provides a place for Linux
distributions to collaboratively overcome issues surrounding distribution packaging of
Eclipse technology. The project produces both best practices and tools related to
- packaging. Second, the project develops and produces tools relevant to Linux developers.
+ packaging. <b>Second</b>, the project develops and produces tools relevant to Linux developers.
<table border="0" cellpadding="5">
<tr height=9>
@@ -74,15 +75,6 @@
<tr height=11></tr>
</table>
-
- <!-- Project News -->
- <div class="homeitem3col">
- <h3>Project News</h3>
- <ul>
- <li><em>2008-12-18</em>: Our website is being re-vamped!</li>
- </ul>
- </div>
-
</td>
</tr>
</table>
@@ -91,6 +83,14 @@
<div id="rightcolumn" class="sideitem" style="text-align: center">
<h6>Incubation</h6>
<a href="/projects/what-is-incubation.php"><img src="/images/egg-incubation.png" alt="Incubation"/></a>
+ <!-- Project News -->
+ <div class="homeitem3col">
+ <h3>Project News</h3>
+ <ul>
+ <li><em>2009-01-20</em>: We are preparing our 0.1 release. Once it passes review, it will be available.</li>
+ <li><em>2008-12-18</em>: Our website is being re-vamped!</li>
+ </ul>
+ </div>
</div>
EOHTML;
diff --git a/new/index.php b/new/index.php
index 47aec3e..0d62ce2 100755
--- a/new/index.php
+++ b/new/index.php
@@ -24,10 +24,9 @@
$html = <<<EOHTML
-<div id="midcolumn" style="width:92%">
+<div id="midcolumn">
$contents
</div>
-</div>
EOHTML;