[cig-commits] commit 2544 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Wed Apr 16 04:24:46 PDT 2014


Revision 2544

take over r2540 through r2543

_U  branches/releases/aspect-1.0/
U   branches/releases/aspect-1.0/doc/manual/manual.tex
U   branches/releases/aspect-1.0/doc/release-tasklist
U   branches/releases/aspect-1.0/readme.html


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2544&peg=2544

Diff:
Index: branches/releases/aspect-1.0
===================================================================
--- branches/releases/aspect-1.0	2014-04-16 11:21:52 UTC (rev 2543)
+++ branches/releases/aspect-1.0	2014-04-16 11:24:44 UTC (rev 2544)

Property changes on: branches/releases/aspect-1.0
___________________________________________________________________
Modified: svn:mergeinfo
## -2,4 +2,4 ##
 /branches/compositional:1141-1251
 /branches/fully-nonlinear:542-728
 /branches/j-dannberg:1679,1875-1882
-/trunk/aspect:2534,2537-2539
+/trunk/aspect:2534,2537-2543
\ No newline at end of property
Modified: branches/releases/aspect-1.0/doc/manual/manual.tex
===================================================================
--- branches/releases/aspect-1.0/doc/manual/manual.tex	2014-04-16 11:21:52 UTC (rev 2543)
+++ branches/releases/aspect-1.0/doc/manual/manual.tex	2014-04-16 11:24:44 UTC (rev 2544)
@@ -177,7 +177,7 @@
   feedback from the community on things that are missing or necessary for what
   you want to do. Let us know by personal email to the developers, or the
   mantle convection or 	exttt{aspect-devel} mailing lists hosted at
-  \url{http://geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel}!}
+  \url{http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel}!}
 
 \subsection{Referencing spect{}}
 
@@ -8053,13 +8053,11 @@
 \section{Finding answers to more questions}
 
 If you have questions that go beyond this manual, there are a number of
-resouces:
+resources:
 egin{itemize}
 \item For questions on the source code of spect{}, portability, installation,
   etc., use the spect{} development mailing list at
-  \url{aspect-devel at geodynamics.org}. Information about this mailing
-  list is provided at
-  \url{http://geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel}. This
+  \url{http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel}. This
   mailing list is where the spect{} developers all hang out.
 
 \item spect{} is primarily based on the deal.II library (the dependency
@@ -8070,9 +8068,8 @@
 
 \item In case of more general questions about mantle convection, you can
   contact the CIG mantle
-  convection mailing lists at \url{cig-mc at geodynamics.org}. Information
-  about this mailing list is
-  provided at \url{http://geodynamics.org/cgi-bin/mailman/listinfo/cig-MC}.
+  convection mailing lists at 
+  \url{http://lists.geodynamics.org/cgi-bin/mailman/listinfo/cig-MC}.
 
 \item If you have specific questions about spect{} that are not suitable
   for public and archived mailing lists, you can contact the
@@ -8081,7 +8078,7 @@
   \item Wolfgang
     Bangerth: \url{bangerth at math.tamu.edu}.
   \item Timo
-    Heister: \url{heister at math.tamu.edu}.
+    Heister: \url{heister at clemson.edu}.
   \end{itemize}
 \end{itemize}
 

Modified: branches/releases/aspect-1.0/doc/release-tasklist
===================================================================
--- branches/releases/aspect-1.0/doc/release-tasklist	2014-04-16 11:21:52 UTC (rev 2543)
+++ branches/releases/aspect-1.0/doc/release-tasklist	2014-04-16 11:24:44 UTC (rev 2544)
@@ -2,6 +2,7 @@
   . go through the list of TODOs in the source code and see what can be done
   . make sure the description of the interfaces that need to be updated
     are up to date in the manual
+  . check that readme.html is okay  and the links to the mailinglists are working (also in manual.pdf)
   . fix doxygen errors:
     find include -name "*h" -print | xargs -n 1 deal-trunk/tests/scripts/checkdoxygen.py
   . fix formatting:
@@ -36,8 +37,8 @@
   . create a tar file: 
     svn export https://svn.aspect.dealii.org/branches/releases/aspect-1.0 aspect-1.0
     tar -czf aspect-1.0.tar.gz aspect-1.0/
-  . upload tar file (deal homepage svn in aspect/download)
-  . link it on download.html (same location)
+  . upload tar file
+  . link it on download.html, update version info etc.
   . announce on
        cig-all at geodynamics.org
        aspect-devel at geodynamics.org

Modified: branches/releases/aspect-1.0/readme.html
===================================================================
--- branches/releases/aspect-1.0/readme.html	2014-04-16 11:21:52 UTC (rev 2543)
+++ branches/releases/aspect-1.0/readme.html	2014-04-16 11:24:44 UTC (rev 2544)
@@ -1,18 +1,27 @@
 <html>
+  <head>
+    <title>ASPECT README</title>
+    <link href="screen.css" type="text/css" rel="StyleSheet" />
+    <meta name="author" content="the deal.II authors" />
+    <meta name="copyright" content="Copyright (C) 2012 by the deal.II authors" />
+    <meta name="date" content="$Date: 2012-03-11 17:19:45 -0500 (Sun, 11 Mar 2012) $" />
+    <meta name="svn_id" content="$Id: navbar.html 4678 2012-03-11 22:19:45Z bangerth $" />
+  </head>
+
   <body>
     <h1 align="center">
-    Information on the ASPECT code
+    ReadMe instructions for the <acronym>ASPECT</acronym> code
     </h1>
-    <h2 align="center">(An Advanced Solver
-    for Problems in Earth's ConvecTion)
-    </h2>
 
+    <p> <acronym>ASPECT</acronym> is published under the <a href="doc/COPYING">GNU GPL v2 or newer license.</a>
+    </p>
+
     <h3>
       Installation instructions
     </h3>
 
     <p>
-      In order to install ASPECT, you will need to first install the following
+      In order to install <acronym>ASPECT</acronym>, you will need to first install the following
       dependencies:
       <ul>
 	<li><a href="http://trilinos.sandia.gov/">Trilinos</a>: A library for
@@ -24,65 +33,65 @@
       </ul>
       The individual steps needed to install each of these packages are
       discussed in the <a href="doc/manual.pdf">Installation instructions
-      section of the ASPECT manual</a>.
+      section of the <acronym>ASPECT</acronym> manual</a>.
       Detailed installation instructions are also provided by all of these
-      libraries on their webpages.
+      libraries on their webpages as well as <i>much</i> more information
+      about details of these libraries.
     </p>
 
     <p>
-      Once you have installed these three underlying libraries, compiling
-      ASPECT is relatively simple. More information can again be found in the
-      corresponding section of the <a href="doc/manual.pdf">ASPECT manual</a>.
+      One you have installed these three underlying libraries, compiling
+      <acronym>ASPECT</acronym> is relatively simple. More information can again be found in the
+      corresponding section of the <a href="doc/manual.pdf"><acronym>ASPECT</acronym> manual</a>.
     </p>
 
 
     <h3>
-      Running and extending ASPECT
+      Running and extending <acronym>ASPECT</acronym>
     </h3>
 
     <p>
       Instructions on how to run and extend, as well as on how to interpret
       the output of Apect can also be found in
-      the <a href="doc/manual.pdf">ASPECT manual</a>. This manual also
+      the <a href="doc/manual.pdf"><acronym>ASPECT</acronym> manual</a>. This manual also
       discusses the structure of the source code.
     </p>
 
 
+    <a name="mailinglists" />
     <h3>
       More information
     </h3>
 
     <p>
-      If you have questions on ASPECT, there are a number of mailing lists
+      If you have questions on <acronym>ASPECT</acronym>, there are a number of mailing lists
       that can help:
       <ul>
-	<li>For questions on the source code of ASPECT, portability,
+	<li>The ASPECT website is available at <a href="http://aspect.dealii.org">http://aspect.dealii.org</a>
+	<li>For questions on the source code of <acronym>ASPECT</acronym>, portability,
 	installation, etc., use
-	the <a href="mailto:aspect-devel at geodynamics.org">aspect-devel mailing
-	    list</a>. Information about this mailing list is provided
-	  <a href="http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel">here</a>. This mailing list is where the ASPECT
+	the <a href="http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel">aspect-devel mailing
+	    list</a>. This mailing list is where the <acronym>ASPECT</acronym>
 	  developers all hang out.
 
-	<li>ASPECT is primarily based on the deal.II library (the dependency
+	<li><acronym>ASPECT</acronym> is primarily based on the deal.II library (the dependency
 	on Trilinos and p4est is primarily through deal.II, and not directly
-	visible in the ASPECT source code). If you have particular questions
+	visible in the <acronym>ASPECT</acronym> source code). If you have particular questions
 	about deal.II, contact
-	the <a href="http://www.dealii.org/mail.html">deal.II mailing
-	lists</a>.
+	the <a href="http://www.dealii.org/mail.html">deal.II discussion groups</a>.
 
 	<li>In case of more general questions about mantle convection, you can
-	contact the <a href="mailto:cig-mc at geodynamics.org">CIG mantle
-	convection mailing lists</a>. Information about this mailing list is
-	provided <a href="http://geodynamics.org/cgi-bin/mailman/listinfo/cig-MC">here</a>.
+	contact the <a href="http://lists.geodynamics.org/cgi-bin/mailman/listinfo/cig-MC">CIG mantle
+	convection mailing lists</a>.
 
-	<li>If you have specific questions about ASPECT that are not suitable
+	<li>If you have specific questions about <acronym>ASPECT</acronym> that are not suitable
 	for public and archived mailing lists, you can contact the
 	primary developers:
 	  <ul>
 	    <li>Wolfgang
 	      Bangerth: <a href="mailto:bangerth at math.tamu.edu">bangerth at math.tamu.edu</a>
 	    <li>Timo
-	  Heister: <a href="mailto:heister at math.tamu.edu">heister at math.tamu.edu</a>
+	  Heister: <a href="mailto:heister at clemson.edu">heister at clemson.edu</a>
 	  </ul>
       </ul>
     </p>


More information about the CIG-COMMITS mailing list