[Commits] [svn:einsteintoolkit] www/ (Rev. 865)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon May 28 21:43:54 CDT 2012


User: knarf
Date: 2012/05/28 09:43 PM

Modified:
 /
  index.php
 /about/releases/
  index.php
 /download/
  index.php

Log:
 link new release info -> essentially publishing the new release on the web pages

File Changes:

Directory: /
============

File [modified]: index.php
Delta lines: +4 -4
===================================================================
--- index.php	2012-05-29 02:43:17 UTC (rev 864)
+++ index.php	2012-05-29 02:43:54 UTC (rev 865)
@@ -13,10 +13,10 @@
 <p class="downloadnotice"><a class = "downloadbutton" href = "download/">Download</a></p>
 
 <p>
-<b>October 2011</b>: We are pleased to
-<a href="about/releases/ET_2011_10_announcement.php">announce the
-fourth release</a> (code name
-"<a href="http://en.wikipedia.org/wiki/James_Clerk_Maxwell">Maxwell</a>")
+<b>May 2012</b>: We are pleased to
+<a href="about/releases/ET_2012_05_announcement.php">announce the
+fifth release</a> (code name
+"<a href="http://en.wikipedia.org/wiki/Ada_Lovelace">Lovelace</a>")
 of the Einstein Toolkit, an open, community developed software
 infrastructure for relativistic astrophysics.
 </p>

Directory: /download/
=====================

File [modified]: index.php
Delta lines: +3 -6
===================================================================
--- download/index.php	2012-05-29 02:43:17 UTC (rev 864)
+++ download/index.php	2012-05-29 02:43:54 UTC (rev 865)
@@ -15,10 +15,10 @@
 commands listed below. This will create a directory called Cactus in
 which the components of the Einstein Toolkit are downloaded.  </p>
 
-<h4>Current release: Maxwell (released on 25th October 2011)</h4>
+<h4>Current release: Lovelace (released on 28th May 2012)</h4>
 
 This is the recommended version of the toolkit for most users.  See
-the <a href = "../about/releases/ET_2011_10_announcement.php">release
+the <a href = "../about/releases/ET_2012_05_announcement.php">release
 notes</a> for more information.
 
 <pre>
@@ -26,7 +26,7 @@
 
 chmod a+x GetComponents
 
-./GetComponents -a https://svn.einsteintoolkit.org/manifest/branches/ET_2011_10/einsteintoolkit.th
+./GetComponents -a https://svn.einsteintoolkit.org/manifest/branches/ET_2012_05/einsteintoolkit.th
 </pre>
 
 <h4>Current development version</h4>
@@ -43,7 +43,4 @@
 ./GetComponents -a https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th
 </pre>
 
-
-
-
 <?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>

Directory: /about/releases/
===========================

File [modified]: index.php
Delta lines: +5 -3
===================================================================
--- about/releases/index.php	2012-05-29 02:43:17 UTC (rev 864)
+++ about/releases/index.php	2012-05-29 02:43:54 UTC (rev 865)
@@ -2,15 +2,15 @@
 include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
 
 <p>The most recent release of the Einstein Toolkit
-  is <tt>ET_2011_10</tt>, code named
-  "<a href="http://en.wikipedia.org/wiki/James_Clerk_Maxwell">Maxwell</a>".
+  is <tt>ET_2012_05</tt>, code named
+  "<a href="http://en.wikipedia.org/wiki/Ada_Lovelace">Lovelace</a>".
   We expect this version to remain unchanged, save for correcting
   serious problems that may be detected.  This version should be your
   first choice if you are new to the Einstein Toolkit, or if you want
   to perform production simulations.</p>
 
 <p>In addition to the releases, we also have a development version
-  where (unsurprisingly) most of the development occurs.  Our
+  where (unsurprisingly) most of the development occurs. Our
   gentlemen's agreement is that the development version should build
   and run correctly on most of the important platforms at all times,
   but this may not be the case on a bad day.</p>
@@ -18,6 +18,8 @@
 <hrule />
 <p>List of Einstein Toolkit releases:</p>
 <ul>
+  <li><tt>ET_2012_05</tt> "Lovelace",
+    <a href="ET_2012_05_announcement.php">released 2012-05-28</a></li>
   <li><tt>ET_2011_10</tt> "Maxwell",
     <a href="ET_2011_10_announcement.php">released 2011-10-25</a></li>
   <li><tt>ET_2011_05</tt> "Curie",



More information about the Commits mailing list