table.navbar { }
-
td { vertical-align: top; }
+
+dt { font-weight: bold; }
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>Glossary</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.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
+tutorial that does not use frames can be found at
+<a href="toc.html">http://gaia.iwr.uni-heidelberg.de/~deal/doc/tutorial/glossary/toc.html</a>.
+</noframes>
+
+</html>
+
+
+
+
+
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>Glossary</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.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>
+
+
+
+
+
+
+
+
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>Glossary</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.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="toc.html" target="body">Glossary</a>
+ </p>
+ </li>
+ </ol>
+ <p>
+ <a href="../index.html" target="_top">Back to the tutorial index</a>
+ </p>
+<!-- Last modified: $Date$ -->
+
+</body>
+</html>
+
+
+
+
+
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>Glossary</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
+ <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+
+<!-- Page Body -->
+<body lang="en">
+
+<!-- Title Frame -->
+
+<h1 class="chapter_title">The deal.II tutorial - Glossary</h1>
+
+<!-- Last modified: $Date$ -->
+</body>
+</html>
+
+
+
+
+
+
+
+
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>Glossary</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
+ <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+
+<!-- Page Body -->
+<body lang="en">
+
+<h1>Glossary</h1>
+
+<p>
+This glossary is a more or less loose collections of terms that
+somebody thought should be explained.
+If you want us to add entries
+please <a href="mailto:deal@gaia.iwr.uni-heidelberg.de">
+write a mail to the <acronym>deal.II</acronym> group</a>.
+</p>
+
+<dl>
+ <dt>active cell</dt>
+ <dd>a triangulation cell that is not refined further
+ </dd>
+
+ <dt>locally finest level</dt>
+ <dd>all active cells, i.e. the finest cell at each
+ point of the domain
+ </dd>
+</dl>
+
+<!-- Page Foot -->
+<hr>
+<table class="navbar">
+<tr>
+ <td>
+ <a href="../index.html" target="_top">Back to the tutorial index</a>
+ </td>
+</tr>
+</table>
+<hr>
+<address>
+<a href="mailto:schrage@gaia.iwr.uni-heidelberg.de">Jan Schrage</a></address>
+<p>
+Last modified: $Date$
+</p>
+</body>
+</html>
<h3>Technical terms</h3>
<p>
- There is a <a href="glossary.html">glossary</a> available to explain technical terms.
+ There is a <a href="glossary/index.html">glossary</a> available to explain technical terms.
</p>
<hr>
--- /dev/null
+#!/bin/sh
+
+# For HTML validation. Use as validate <filename>.
+# nsgmls can at the time of this writing not handle URLS. Therefore we have
+# to filter out the references to the DTDs. Unfortunately this means not
+# all valid entities will be recognized. Errors regarding undefined
+# entities can therefore most likely be ignored.
+#
+# Oh...and you might have to set the path to the DTD. This is just a
+# quick hack anyway.
+#
+# Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999
+# $Id$
+
+
+echo Validating $1
+cat $1 | sed -e 's/http:\/\/www.w3.org\/TR\/REC-html40\/strict.dtd//' -e 's/\"\"//' | nsgmls -s -m /home/people/schrage/lib/sgml/pubtext/HTML4.soc
Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999
-->
-<title></title>
+<title>INSERT_title</title>
<link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
<meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
<meta name="keywords" content="deal.II,deal.II tutorial,deal II">
<!-- Page Body -->
<body lang="en">
-<h1></h1>
+<h1>INSERT_title</h1>
<!-- Page Foot -->
<hr>
<table class="navbar">
<tr>
<td>
- <a href="URLS_NEEDS_TO_BE_SET">Next Chapter: </a>
+ <a href="INSERT_url">Next Chapter: </a>
</td>
<td>
<a href="toc.html">Back to this chapter's index</a>
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>INSERT_title</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.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
+tutorial that does not use frames can be found at
+<a href="toc.html">http://gaia.iwr.uni-heidelberg.de/~deal/doc/tutorial/INSERT_rest_of_the_url</a>.
+</noframes>
+
+</html>
+
+
+
+
+
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>INSERT_title</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.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>
+
+
+
+
+
+
+
+
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>INSERT_title</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.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="toc.html" target="body">Long table of contents</a>
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="INSERT_url" target="body">INSERT_whatever_you_wish</a>
+ </p>
+ </li>
+ </ol>
+ <p>
+ <a href="../index.html" target="_top">Back to the tutorial index</a>
+ </p>
+<!-- Last modified: $Date$ -->
+
+</body>
+</html>
+
+
+
+
+
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>INSERT_title</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
+ <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+
+<!-- Page Body -->
+<body lang="en">
+
+<!-- Title Frame -->
+
+<h1 class="chapter_title">The deal.II tutorial - Chapter INSERT_number - INSERT_chapter_title</h1>
+
+<!-- Last modified: $Date$ -->
+</body>
+</html>
+
+
+
+
+
+
+
+
--- /dev/null
+<!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 <schrage@gaia.iwr.uni-heidelberg.de> 1999
+-->
+
+<title>INSERT_title</title>
+ <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+ <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
+ <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
+</head>
+<body lang="en">
+
+<h1>INSERT_title</h1>
+
+<h2>About this tutorial</h2>
+<p>
+INSERT_some_introductory_text
+</p>
+
+<h2><a name="toc">Table of contents</a></h2>
+
+ <ol>
+ <li>
+ <p>
+ <b><a href="INSERT_url">INSERT_topic</a></b>
+ </p>
+ <p>dealing with INSERT_description_of_aforementioned_topic
+ </p>
+ </li>
+
+ </ol>
+
+<hr>
+
+<table class="navbar">
+<tr>
+ <td>
+ <a href="toc.html">Back to this chapter's index</a>
+ </td>
+ <td>
+ <a href="../index.html" target="_top">Back to the tutorial index</a>
+ </td>
+</tr>
+</table>
+<hr>
+<address>
+<a href="mailto:schrage@gaia.iwr.uni-heidelberg.de">Jan Schrage</a></address>
+<p>
+Last modified: $Date$
+</p>
+</body>
+</html>
+
+
+
+
+
+++ /dev/null
-#!/bin/sh
-echo Validating $1
-cat $1 | sed -e 's/http:\/\/www.w3.org\/TR\/REC-html40\/strict.dtd//' -e 's/\"\"//' | nsgmls -s -m /home/people/schrage/lib/sgml/pubtext/HTML4.soc