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

ian.hinder at aei.mpg.de ian.hinder at aei.mpg.de
Tue Oct 25 09:45:03 CDT 2011


User: hinder
Date: 2011/10/25 09:45 AM

Added:
 /download/
  index.php

Modified:
 /
  index.php
 /global/
  navigation.php, style.css

Log:
 Add download page with link in navigation bar and on main page

File Changes:

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

File [modified]: index.php
Delta lines: +4 -0
===================================================================
--- index.php	2011-10-25 13:52:44 UTC (rev 731)
+++ index.php	2011-10-25 14:45:03 UTC (rev 732)
@@ -8,6 +8,10 @@
 <p>The Einstein Toolkit Consortium is developing and supporting open software for relativistic astrophysics. Our aim is to provide the core computational tools that can enable new science, broaden our community, facilitate 
 interdisciplinary research and take advantage of emerging petascale computers and advanced cyberinfrastructure.</p>
 <p>Please read our pages <a href="about">about</a> the Einstein Toolkit, its <a href="about/governance">governance</a>, and how to <a href="https://docs.einsteintoolkit.org/et-docs/Tutorial_for_New_Users">get started</a> with the toolkit for more information.</p>
+
+<!-- <p class="downloadnotice"><a href = "download/">Download</a> the toolkit.</p> -->
+<p class="downloadnotice"><a class = "downloadbutton" href = "download/">Download</a></p>
+
 <p>
 <b>April 2011</b>: We are pleased to
 <a href="about/releases/ET_2011_05_announcement.php">announce the

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

File [added]: index.php
Delta lines: +49 -0
===================================================================
--- download/index.php	                        (rev 0)
+++ download/index.php	2011-10-25 14:45:03 UTC (rev 732)
@@ -0,0 +1,49 @@
+<?php $title='Download';
+include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
+
+<p>The Einstein Toolkit is hosted on many different machines around
+the world.  We provide a script called <a href =
+"http://eseidel.org/projects/getcomponents/">GetComponents</a> to
+simplify downloading the toolkit.  This page just describes how to
+download the toolkit - you may also be interested in the <a href =
+"https://docs.einsteintoolkit.org/et-docs/Tutorial_for_New_Users">Tutorial
+for New Users</a> which leads you through these steps and more on the
+Queen Bee supercomputer.</p>
+
+<p> Enter the directory on your machine in which you would like to
+download the ET (for example, your home directory), and type the
+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>
+
+This is the recommended version of the toolkit for most users.  See
+the <a href = "../about/releases/ET_2011_05_announcement.php">release
+notes</a> for more information.
+
+<pre>
+curl -O https://raw.github.com/gridaphobe/CRL/master/GetComponents 
+
+chmod a+x GetComponents
+
+./GetComponents -a https://svn.einsteintoolkit.org/manifest/branches/ET_2011_10/einsteintoolkit.th
+</pre>
+
+<h4>Current development version</h4>
+
+This version is under constant development and, while we try to make
+sure it remains bug-free, it has not been tested to the same standard
+as the released version.
+
+<pre>
+curl -O https://raw.github.com/gridaphobe/CRL/master/GetComponents 
+
+chmod a+x GetComponents
+
+./GetComponents https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th
+</pre>
+
+
+
+
+<?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>

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

File [modified]: navigation.php
Delta lines: +2 -0
===================================================================
--- global/navigation.php	2011-10-25 13:52:44 UTC (rev 731)
+++ global/navigation.php	2011-10-25 14:45:03 UTC (rev 732)
@@ -13,7 +13,9 @@
 	<li><a href="/about/tools/">Tools</a></li>
 </ul></li>
 
+<li><a href="/download/">Download</a></li>
 
+
 <li><a href="/community/">Community Services</a> <ul class="subnav">
         <li><a href="https://docs.einsteintoolkit.org/et-docs/Main_Page">Wiki</a></li>
         <li><a href="http://blog.einsteintoolkit.org/">Blog</a></li>

File [modified]: style.css
Delta lines: +4 -0
===================================================================
--- global/style.css	2011-10-25 13:52:44 UTC (rev 731)
+++ global/style.css	2011-10-25 14:45:03 UTC (rev 732)
@@ -133,3 +133,7 @@
 -webkit-column-count: 3;
 -webkit-column-gap: 2em;
 }
+
+pre {padding: 6pt; padding-left:12pt; font-size: 1.1em}
+a.downloadbutton {font-size: 2em; font-weight: bold}
+p.downloadnotice {text-align: center}



More information about the Commits mailing list