From a1091ae044896989ecfbc409e2f2e8ecb7abb956 Mon Sep 17 00:00:00 2001 From: schrage Date: Thu, 1 Jul 1999 11:15:31 +0000 Subject: [PATCH] Cleaned up dir structure. Added templates, scripts, tex. New templates. Various corrections and additions due to the changes. git-svn-id: https://svn.dealii.org/trunk@1518 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/dealtut.css | 3 +- deal.II/doc/tutorial/glossary.html | 0 deal.II/doc/tutorial/glossary/index.html | 40 +++++++++++++ deal.II/doc/tutorial/glossary/logo.html | 31 ++++++++++ deal.II/doc/tutorial/glossary/navbar.html | 37 ++++++++++++ deal.II/doc/tutorial/glossary/title.html | 32 ++++++++++ deal.II/doc/tutorial/glossary/toc.html | 55 +++++++++++++++++ deal.II/doc/tutorial/index.html | 2 +- deal.II/doc/tutorial/scripts/validate | 17 ++++++ .../{template.html => templates/body.html} | 6 +- .../example.html} | 0 deal.II/doc/tutorial/templates/index.html | 40 +++++++++++++ deal.II/doc/tutorial/templates/logo.html | 31 ++++++++++ deal.II/doc/tutorial/templates/navbar.html | 42 +++++++++++++ deal.II/doc/tutorial/templates/title.html | 32 ++++++++++ deal.II/doc/tutorial/templates/toc.html | 60 +++++++++++++++++++ deal.II/doc/tutorial/validate | 3 - 17 files changed, 423 insertions(+), 8 deletions(-) delete mode 100644 deal.II/doc/tutorial/glossary.html create mode 100644 deal.II/doc/tutorial/glossary/index.html create mode 100644 deal.II/doc/tutorial/glossary/logo.html create mode 100644 deal.II/doc/tutorial/glossary/navbar.html create mode 100644 deal.II/doc/tutorial/glossary/title.html create mode 100644 deal.II/doc/tutorial/glossary/toc.html create mode 100755 deal.II/doc/tutorial/scripts/validate rename deal.II/doc/tutorial/{template.html => templates/body.html} (90%) rename deal.II/doc/tutorial/{example-template.html => templates/example.html} (100%) create mode 100644 deal.II/doc/tutorial/templates/index.html create mode 100644 deal.II/doc/tutorial/templates/logo.html create mode 100644 deal.II/doc/tutorial/templates/navbar.html create mode 100644 deal.II/doc/tutorial/templates/title.html create mode 100644 deal.II/doc/tutorial/templates/toc.html delete mode 100755 deal.II/doc/tutorial/validate diff --git a/deal.II/doc/tutorial/dealtut.css b/deal.II/doc/tutorial/dealtut.css index d71f191c31..16bc45721e 100644 --- a/deal.II/doc/tutorial/dealtut.css +++ b/deal.II/doc/tutorial/dealtut.css @@ -26,5 +26,6 @@ pre.example { padding-left: 2 em; table.navbar { } - td { vertical-align: top; } + +dt { font-weight: bold; } diff --git a/deal.II/doc/tutorial/glossary.html b/deal.II/doc/tutorial/glossary.html deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/deal.II/doc/tutorial/glossary/index.html b/deal.II/doc/tutorial/glossary/index.html new file mode 100644 index 0000000000..f31a127a0b --- /dev/null +++ b/deal.II/doc/tutorial/glossary/index.html @@ -0,0 +1,40 @@ + + + + + +Glossary + + + + + + + + + + + + + + + + + + + +<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>. + + + + + + + + diff --git a/deal.II/doc/tutorial/glossary/logo.html b/deal.II/doc/tutorial/glossary/logo.html new file mode 100644 index 0000000000..b75d06030b --- /dev/null +++ b/deal.II/doc/tutorial/glossary/logo.html @@ -0,0 +1,31 @@ + + + + + +Glossary + + + + + + + + + + +DEAL Logo + + + + + + + + + + + diff --git a/deal.II/doc/tutorial/glossary/navbar.html b/deal.II/doc/tutorial/glossary/navbar.html new file mode 100644 index 0000000000..2d3186063b --- /dev/null +++ b/deal.II/doc/tutorial/glossary/navbar.html @@ -0,0 +1,37 @@ + + + + + +Glossary + + + + + + +

+Table of contents +

+
    +
  1. +

    + Glossary +

    +
  2. +
+

+ Back to the tutorial index +

+ + + + + + + + + diff --git a/deal.II/doc/tutorial/glossary/title.html b/deal.II/doc/tutorial/glossary/title.html new file mode 100644 index 0000000000..6379d4ec69 --- /dev/null +++ b/deal.II/doc/tutorial/glossary/title.html @@ -0,0 +1,32 @@ + + + + + +Glossary + + + + + + + + + + +

The deal.II tutorial - Glossary

+ + + + + + + + + + + + diff --git a/deal.II/doc/tutorial/glossary/toc.html b/deal.II/doc/tutorial/glossary/toc.html new file mode 100644 index 0000000000..9e5f90b73f --- /dev/null +++ b/deal.II/doc/tutorial/glossary/toc.html @@ -0,0 +1,55 @@ + + + + + +Glossary + + + + + + + + +

Glossary

+ +

+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 +write a mail to the deal.II group. +

+ +
+
active cell
+
a triangulation cell that is not refined further +
+ +
locally finest level
+
all active cells, i.e. the finest cell at each + point of the domain +
+
+ + +
+ + + + + +
+
+Jan Schrage
+

+Last modified: $Date$ +

+ + diff --git a/deal.II/doc/tutorial/index.html b/deal.II/doc/tutorial/index.html index d4e6a31eda..760c444d37 100644 --- a/deal.II/doc/tutorial/index.html +++ b/deal.II/doc/tutorial/index.html @@ -70,7 +70,7 @@

Technical terms

- There is a glossary available to explain technical terms. + There is a glossary available to explain technical terms.


diff --git a/deal.II/doc/tutorial/scripts/validate b/deal.II/doc/tutorial/scripts/validate new file mode 100755 index 0000000000..1f1e7b2a9b --- /dev/null +++ b/deal.II/doc/tutorial/scripts/validate @@ -0,0 +1,17 @@ +#!/bin/sh + +# For HTML validation. Use as validate . +# 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 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 diff --git a/deal.II/doc/tutorial/template.html b/deal.II/doc/tutorial/templates/body.html similarity index 90% rename from deal.II/doc/tutorial/template.html rename to deal.II/doc/tutorial/templates/body.html index f54ff94aa4..2a1c60b0c7 100644 --- a/deal.II/doc/tutorial/template.html +++ b/deal.II/doc/tutorial/templates/body.html @@ -6,7 +6,7 @@ Jan Schrage 1999 --> - +INSERT_title @@ -15,14 +15,14 @@ -

+

INSERT_title