]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add developers page.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 11 Jan 2000 16:58:30 +0000 (16:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 11 Jan 2000 16:58:30 +0000 (16:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@2202 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/developers-page.html [new file with mode: 0644]
deal.II/doc/toc.html

diff --git a/deal.II/doc/developers-page.html b/deal.II/doc/developers-page.html
new file mode 100644 (file)
index 0000000..9864f9c
--- /dev/null
@@ -0,0 +1,147 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+  <head>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Homepage" media="aural">
+    <title>The deal.II Homepage</title>
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="deal.II"></head>
+  <body>
+
+  
+  <h2>Information for developers</h2>
+
+  <p>
+  In case you want to stay informed about what has happened recently
+  to the library, we have some information for you. Note, however,
+  that this information is not available with the local version of
+  your library, but rather at the home server of the deal.II
+  repository.
+  </p>
+
+  <p>
+  At present, the following information is available:
+  <p>
+
+  <ul>
+    <li>
+      <p>
+      If you want to stay informed what file have been changed lately,
+      we keep lists which are updated each time a file is
+      commited. Each commit it categorized into the different parts of
+      the library. The files storing these files are (for the
+      different years):
+      </p>
+
+      <p>
+      <dl>
+        <dt><em> Changes to the /base library: </em></dt>
+       <dd> 
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/base-2000.html" target="_top">
+          2000
+          </a>
+         |
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/base-1999.html" target="_top">
+          1999
+          </a>   
+       </dd>
+
+        <dt><em> Changes to the /lac library: </em></dt>
+       <dd> 
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/lac-2000.html" target="_top">
+          2000
+          </a>
+         |
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/lac-1999.html" target="_top">
+          1999
+          </a>   
+       </dd>
+
+        <dt><em> Changes to the main /deal.II library: </em></dt>
+       <dd> 
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/deal-2000.html" target="_top">
+          2000
+          </a>
+         |
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/deal-1999.html" target="_top">
+          1999
+          </a>   
+         |
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/deal-1998.html" target="_top">
+          1998
+          </a>   
+       </dd>
+
+        <dt><em> Changes to the documentation: </em></dt>
+       <dd> 
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/doc-2000.html" target="_top">
+          2000
+          </a>
+         |
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/doc-1999.html" target="_top">
+          1999
+          </a>   
+       </dd>
+
+        <dt><em> Changes to the regression tests: </em></dt>
+       <dd> 
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/tests-2000.html" target="_top">
+          2000
+          </a>
+         |
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/tests-1999.html" target="_top">
+          1999
+          </a>   
+       </dd>
+
+        <dt><em> Changes to the reports directory: </em></dt>
+       <dd> 
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/reports-2000.html" target="_top">
+          2000
+          </a>
+         |
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/reports-1999.html" target="_top">
+          1999
+          </a>   
+       </dd>
+
+        <dt><em> All other changes: </em></dt>
+       <dd> 
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/default-2000.html" target="_top">
+          2000
+          </a>
+         |
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/default-1999.html" target="_top">
+          1999
+          </a>   
+         |
+          <a href="http://gaia.iwr.uni-heidelberg.de/~cvs/deal/LOG/default-1998.html" target="_top">
+          1998
+          </a>   
+       </dd>
+
+      </dl>
+      </p>
+
+    <li> 
+      <p>
+      A <a href="auto/cvs-backlog/newdeal.html" target="_top"> backlog
+      of changes</a> made to the CVS archive in the last 100 days.
+      </p>
+
+      <p>
+      This information is generated directly from the global CVS
+      archive and can be used to track what changes have been made to
+      individual files, since it shows the diffs between the different
+      versions. We generate this information using the
+      <a href="http://www.sslug.dk/cvs2html/" target="_top">cvs2html</a>
+      script.
+      </p>
+  </ul>
+
+
+  </body>
+</html>
+
index 4d5a94c8857322d829bd7c0f59901c009a890165..1f2b5e578c58ef14b425f399fdbf4f8d293eb4a7 100644 (file)
         </p>
 
     <li> <p> For developers, we have a 
-         <a href="auto/cvs-backlog/newdeal.html" target="_top">
-        backlog of changes</a> made to the CVS archive in the last
-        100 days. (These backlogs are not available on local copies
-        of the library, since their creation requires access to the
-        CVS archive.)
+         <a href="developers-page.html" target="body">little page with
+        up-to-date information</a> about the development process.
         </p>
 
     </ul>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.