From fdf795635aecd039139bb9d7d219cafe1c73b532 Mon Sep 17 00:00:00 2001 From: wolf Date: Sun, 19 Dec 1999 15:17:36 +0000 Subject: [PATCH] Add global homepage to CVS. git-svn-id: https://svn.dealii.org/trunk@2083 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/index.html | 38 +++++++++++++ deal.II/doc/logo.html | 33 ++++++++++++ deal.II/doc/navbar.html | 95 +++++++++++++++++++++++++++++++++ deal.II/doc/readme.html | 5 +- deal.II/doc/title.html | 35 ++++++++++++ deal.II/doc/toc.html | 91 +++++++++++++++++++++++++++++++ deal.II/doc/tutorial/index.html | 2 +- deal.II/doc/tutorial/toc.html | 3 +- 8 files changed, 296 insertions(+), 6 deletions(-) create mode 100644 deal.II/doc/index.html create mode 100644 deal.II/doc/logo.html create mode 100644 deal.II/doc/navbar.html create mode 100644 deal.II/doc/title.html create mode 100644 deal.II/doc/toc.html diff --git a/deal.II/doc/index.html b/deal.II/doc/index.html new file mode 100644 index 0000000000..8f180c3f3b --- /dev/null +++ b/deal.II/doc/index.html @@ -0,0 +1,38 @@ + + + +deal.II tutorial: Elements of finite element programs + + + + + + + + + + + + + + + + + + + + + +<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>. + + + + + + + + diff --git a/deal.II/doc/logo.html b/deal.II/doc/logo.html new file mode 100644 index 0000000000..08f68613ad --- /dev/null +++ b/deal.II/doc/logo.html @@ -0,0 +1,33 @@ + + + + + +deal.II tutorial: Logo + + + + + + + + + + + + +DEAL Logo + + + + + + + + + + + diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html new file mode 100644 index 0000000000..f8777abebb --- /dev/null +++ b/deal.II/doc/navbar.html @@ -0,0 +1,95 @@ + + + +deal.II tutorial: Structure of a Finite Element Program + + + + + + + + +

+Table of contents +

+
    +
  1. +

    + + The README file for deal.II. + +

    +
  2. + +
  3. +

    + + The deal.II tutorial + +

    +
  4. + +
  5. +

    + + /base library API +

    +
  6. + +
  7. +

    + + /lac library API +

    +
  8. + +
  9. +

    + + /deal.II/grid API +

    +
  10. + +
  11. +

    + + /deal.II/dofs API +

    +
  12. + +
  13. +

    + + /deal.II/numerics API +

    +
  14. + +
  15. +

    + + CVS backlog +

    +
  16. +
+ +

+ + Back to the deal.II homepage + +

+
+

+ Comments on the tutorial +

+ + + + + + + + + + diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 2bb8852863..2b0d383a10 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -282,7 +282,7 @@ Some information beyond what is covered in the documentation of the library may be found on the homepage of - deal.II. If you don't find something there, + deal.II. 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 @@ -346,9 +346,6 @@
The deal.II group
-

- Last modified: $Date$ -

diff --git a/deal.II/doc/title.html b/deal.II/doc/title.html new file mode 100644 index 0000000000..75a9c5a1bf --- /dev/null +++ b/deal.II/doc/title.html @@ -0,0 +1,35 @@ + + + + + +deal.II tutorial: Chapter title + + + + + + + + + + + + +

+The deal.II homepage +

+ + + + + + + + + + + diff --git a/deal.II/doc/toc.html b/deal.II/doc/toc.html new file mode 100644 index 0000000000..a5b9726958 --- /dev/null +++ b/deal.II/doc/toc.html @@ -0,0 +1,91 @@ + + + + + + + The deal.II Tutorial + + + + + +

Online documentation

+ + deal.II has quite extensive online + documentation, which falls into several categories: + + +

Comments and Suggestions

+

+ Comments and suggestions on this tutorial are welcome and should be + addressed to the deal.II group: +

+
+ deal@hermes.iwr.uni-heidelberg.de +
+
+
+ +
+ The deal.II group
+ + + + diff --git a/deal.II/doc/tutorial/index.html b/deal.II/doc/tutorial/index.html index 2dd8e59667..94e167bdc7 100644 --- a/deal.II/doc/tutorial/index.html +++ b/deal.II/doc/tutorial/index.html @@ -6,7 +6,7 @@ - + diff --git a/deal.II/doc/tutorial/toc.html b/deal.II/doc/tutorial/toc.html index a9f9b95875..dbe5660c95 100644 --- a/deal.II/doc/tutorial/toc.html +++ b/deal.II/doc/tutorial/toc.html @@ -6,7 +6,8 @@ The deal.II Tutorial - + -- 2.39.5