]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add global homepage to CVS.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Dec 1999 15:17:36 +0000 (15:17 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Dec 1999 15:17:36 +0000 (15:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@2083 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/index.html [new file with mode: 0644]
deal.II/doc/logo.html [new file with mode: 0644]
deal.II/doc/navbar.html [new file with mode: 0644]
deal.II/doc/readme.html
deal.II/doc/title.html [new file with mode: 0644]
deal.II/doc/toc.html [new file with mode: 0644]
deal.II/doc/tutorial/index.html
deal.II/doc/tutorial/toc.html

diff --git a/deal.II/doc/index.html b/deal.II/doc/index.html
new file mode 100644 (file)
index 0000000..8f180c3
--- /dev/null
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+<head>
+<title>deal.II tutorial: Elements of finite element programs</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+
+<frameset rows="60,*" border=0>
+    
+      <frameset cols="150,*" border=0>
+        <frame name="logo" src="logo.html">
+        <frame name="title" src="title.html">
+      </frameset>
+      <frameset cols="150,*" border=0>
+       <frame name="navbar" src="navbar.html" border=0 frameborder="no">
+       <frame name="body" src="toc.html" border=0 frameborder="no">
+      </frameset>
+
+</frameset>
+
+<noframes>
+<h1>The deal.II Tutorial</h1>
+Your browser does not seem to understand frames. A version of this
+page that does not use frames can be found at 
+<a href="toc.html">toc.html</a>.
+</noframes>
+
+</html>
+
+
+
+
+
diff --git a/deal.II/doc/logo.html b/deal.II/doc/logo.html
new file mode 100644 (file)
index 0000000..08f6861
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+<head>
+<!-- deal.II tutorial template
+     Jan Schrage and others <deal@iwr.uni-heidelberg.de> 1999 
+-->
+
+<title>deal.II tutorial: Logo</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <meta name="author" content="Jan Schrage and others <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+
+<!-- Page Body -->
+<body lang="en">
+
+<!-- Title Frame -->
+
+<img src="pictures/deal10.gif" alt="DEAL Logo" align="center" hspace=20 class="chapter_title">
+
+</body>
+</html>
+
+
+
+
+
+
+
+
diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html
new file mode 100644 (file)
index 0000000..f8777ab
--- /dev/null
@@ -0,0 +1,95 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+<head>
+<title>deal.II tutorial: Structure of a Finite Element Program</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <meta name="author" content="Jan Schrage and others <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+<body lang="en">
+
+<p>
+<strong>Table of contents</strong>
+</p>
+    <ol>
+      <li>
+       <p>
+         <a href="readme.html" target="body">
+           The README file for <acronym>deal.II</acronym>.
+         </a>
+       </p>
+      </li>
+
+      <li>
+       <p>
+         <a href="tutorial/index.html" target="_top">
+           The <acronym>deal.II</acronym> tutorial
+         </a>
+       </p>
+      </li>
+
+      <li>
+       <p>
+          <a href="auto/kdoc/base/index.html" target="_top">
+          <code>/base</code> library API</a>
+       </p>  
+      </li>
+
+      <li>
+       <p>
+          <a href="auto/kdoc/lac/index.html" target="_top">
+          <code>/lac</code> library API</a>
+       </p>  
+      </li>
+
+      <li>
+       <p>
+          <a href="auto/kdoc/grid/index.html" target="_top">
+          <code>/deal.II/grid</code> API</a>
+       </p>  
+      </li>
+
+      <li>
+       <p>
+          <a href="auto/kdoc/dof/index.html" target="_top">
+          <code>/deal.II/dofs</code> API</a>
+       </p>  
+      </li>
+
+      <li>
+       <p>
+          <a href="auto/kdoc/numerics/index.html" target="_top">
+          <code>/deal.II/numerics</code> API</a>
+       </p>  
+      </li>
+
+      <li>
+       <p>
+          <a href="auto/cvs-backlog/index.html" target="_top">
+         CVS backlog</a>
+       </p>  
+      </li>
+    </ol>
+
+    <p>
+      <a href="index.html" target="_top">
+        Back to the <acronym>deal.II</acronym> homepage
+      </a>
+    </p>
+    <hr>
+    <p>
+      <a href="mailto:deal@hermes.iwr.uni-heidelberg.de">Comments on the tutorial</a>
+    </p>
+
+<!-- Last modified: $Date$ -->
+
+</body>
+</html>
+
+
+
+
+
index 2bb885286354b169cd88672120ffc2a0ca56ab59..2b0d383a1048c7731f344b81a09b118e792e25e2 100644 (file)
     Some information beyond what is covered in the documentation of
     the library may be found on the
     <a href="http://gaia.iwr.uni-heidelberg.de/~deal">homepage of
-    <acronym>deal.II</acronym><a>. If you don't find something there,
+    <acronym>deal.II</acronym></a>. If you don't find something there,
     feel free to ask if you have any problems with deal.II. If a
     question is of general interest, you may want to use our mailing list,
     which can be reached at
     
     <address>
       <a href="mailto:deal@iwr.uni-heidelberg.de">The deal.II group</a></address>
-    <p>
-      Last modified: $Date$
-    </p>
   </body>
 </html>
 
diff --git a/deal.II/doc/title.html b/deal.II/doc/title.html
new file mode 100644 (file)
index 0000000..75a9c5a
--- /dev/null
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+<head>
+<!-- deal.II tutorial template
+     Jan Schrage and others <deal@iwr.uni-heidelberg.de> 1999 
+-->
+
+<title>deal.II tutorial: Chapter title</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <meta name="author" content="Jan Schrage and others <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+
+<!-- Page Body -->
+<body style="background-image:url(pictures/background-grid.jpg);" lang="en">
+
+<!-- Title Frame -->
+
+<h1 class="chapter_title">
+The deal.II homepage
+</h1>
+
+</body>
+</html>
+
+
+
+
+
+
+
+
diff --git a/deal.II/doc/toc.html b/deal.II/doc/toc.html
new file mode 100644 (file)
index 0000000..a5b9726
--- /dev/null
@@ -0,0 +1,91 @@
+<!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 Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <title>The deal.II Tutorial</title>
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
+    <meta name="keywords" content="deal.II,deal.II tutorial,deal II"></head>
+  <body>
+
+
+    <h2>Online documentation</h2>
+
+    <acronym>deal.II</acronym> has quite extensive online
+    documentation, which falls into several categories:
+    <ul>
+    <li> <p>The <a href="tutorial/readme.html" target="body">README</a>
+         file of the library: this file explains installation,
+         required programs and some other topics.</p>
+    <li> <p>The <a href="tutorial/index.html" target="_top">tutorial</a>:
+         we have a tutorial for new users of the library which
+         explains the basic elements of finite element programs based
+         on the library, and provides some small example programs.</p>
+    <li> Programming interface documentation: the classes and methods
+         in the library are extensively documented (approximately 1000
+         pages if printed). We write this documentation directly into
+         the source code, which makes it much easier to keep it up to
+         date, and use automatic tools to extract it into HTML or into
+         printable formats.
+
+        <p>
+
+        This API documentation is split into several parts, according
+        to the sublibraries and the different directories of the main
+        <acronym>deal.II</acronym> library:
+        <ul>
+          <li> <a href="auto/kdoc/base/index.html" target="_top">
+                 <code>/base</code> library</a>
+          <li> <a href="auto/kdoc/lac/index.html" target="_top">
+                 <code>/lac</code> library</a>
+          <li> <a href="auto/kdoc/grid/index.html" target="_top">
+               Grid handling</a> in the 
+                 <code>/deal.II</code> library
+          <li> <a href="auto/kdoc/dof/index.html" target="_top">
+               Degrees of freedom and finite elements</a> in the 
+                 <code>/deal.II</code> library
+          <li> <a href="auto/kdoc/numerics/index.html" target="_top">
+               Numerical tools</a> in the 
+                 <code>/deal.II</code> library
+        </ul>
+        </p>
+
+    <li> <p> For developers, we have a 
+         <a href="auto/cvs-backlog/index.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.)
+        </p>
+
+    <li> <p> We have a few reports written on <acronym>deal.II</acronym>,
+         the following of which are online:
+        <ul>
+        <li> A brief report about the class involved in the
+             <a href="reports/class-hierarchies/index.html">iterators</a>
+             used to access cells in the triangulations and the data
+             thereon, such as their geometry, the number of the
+             degrees of freedom, data values, etc.
+        </ul>
+        </p>
+    </ul>
+
+    <h3>Comments and Suggestions</h3>
+    <p>
+      Comments and suggestions on this tutorial are welcome and should be
+      addressed to the <acronym>deal.II</acronym> group: 
+    </p>
+      <address>
+      <a href="mailto:deal@hermes.iwr.uni-heidelberg.de">deal@hermes.iwr.uni-heidelberg.de</a>
+    </address>
+    <br>
+    <hr>
+    
+    <address>
+      <a href="mailto:deal@hermes.iwr.uni-heidelberg.de">The deal.II group</a></address>
+
+  </body>
+</html>
+
index 2dd8e59667178f92220d3c71b2b446be4a6b35d5..94e167bdc734bad615ad75295c9d68b047335d3e 100644 (file)
@@ -6,7 +6,7 @@
     <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
     <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
     <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
-    <meta name="author" content="Jan Schrage and others <deal@iwr.uni-heidelberg.de>">
+    <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
 
index a9f9b95875904a0fe436f0a50ce756ed4c4a7b8e..dbe5660c9543a7a2d8a3c46b2fd6db0eb30a9d20 100644 (file)
@@ -6,7 +6,8 @@
     <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
     <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <title>The deal.II Tutorial</title>
-    <meta name="author" content="Jan Schrage and others <deal@iwr.uni-heidelberg.de>">
+    <meta name="author" content="Wolfgang Bangerth, Jan Schrage and
+                                 others <deal@iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II"></head>
   <body>
 

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.