]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Documentation: Remove useless pages for sub categories 1401/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 20 Aug 2015 15:11:52 +0000 (10:11 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 20 Aug 2015 15:13:28 +0000 (10:13 -0500)
Nobody sees those pages anyway because the menu in documentation.html links
to the individual topics directly..

doc/developers/index.html [deleted file]
doc/developers/navbar.html [deleted file]
doc/developers/title.html [deleted file]
doc/developers/toc.html [deleted file]
doc/documentation.html
doc/navbar.html
doc/screen.css
doc/users/index.html [deleted file]
doc/users/navbar.html [deleted file]
doc/users/title.html [deleted file]
doc/users/toc.html [deleted file]

diff --git a/doc/developers/index.html b/doc/developers/index.html
deleted file mode 100644 (file)
index d89583a..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
-   "http://www.w3.org/TR/REC-html40/frameset.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-  <title>deal.II Development Information</title>
-  <link href="../screen.css" type="text/css" rel="StyleSheet">
-  <link rel="SHORTCUT ICON" href="../deal.ico">
-  <meta name="copyright" content="Copyright (C) 1998 - 2014 by the deal.II Authors">
-  <meta http-equiv="content-language" content="en">
-</head>
-
-<frameset rows="70,*">
-  <frame name="title" src="title.html" frameborder="1">
-  <frameset cols="150,*">
-    <frame name="navbar" src="navbar.html" frameborder="0">
-    <frame name="body" src="toc.html" frameborder="0">
-  </frameset>
-  <noframes>
-    <h1>deal.II Development Information</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>
-</frameset>
-</html>
-
-
-
-
-
diff --git a/doc/developers/navbar.html b/doc/developers/navbar.html
deleted file mode 100644 (file)
index 3703c9d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-                 "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-  <title>deal.II Development Navigation Bar</title>
-  <link href="../screen.css" rel="StyleSheet">
-  <meta name="copyright" content="Copyright (C) 1998 - 2014 by the deal.II Authors">
-  <meta http-equiv="content-language" content="en">
-  </head>
-<body class="navbar">
-
-  <p>
-    <a href="http://www.dealii.org"target="_top">http://www.dealii.org</a><br />
-  </p>
-
-  <hr>
-
-  <p>
-    <a href="../index.html" target="_top">Home</a><br />
-    <a href="../readme.html" target="body">README</a><br />
-    <a href="../users/index.html" target="_top">User info</a><br />
-    <a href="index.html" target="_top">Developer info</a><br />
-  </p>
-
-  <hr>
-
-  <b><small>Development</small></b>
-
-  <p>
-    <a href="cmake-internals.html" target="body">CMake internals</a><br />
-    <a href="writing-documentation.html" target="body">Writing documentation</a><br />
-    <a href="porting.html" target="body">Porting</a><br />
-    <a href="../doxygen/deal.II/CodingConventions.html" target="body">Coding conventions</a><br />
-    <a href="testsuite.html" target="body">Testsuite</a><br />
-  </p>
-
-  <hr>
-</body>
-</html>
diff --git a/doc/developers/title.html b/doc/developers/title.html
deleted file mode 100644 (file)
index d57bda2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-                 "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-  <title>deal.II information for developers</title>
-  <link href="../screen.css" rel="StyleSheet">
-  <meta name="copyright" content="Copyright (C) 1998 - 2014 by the deal.II Authors">
-  <meta name="keywords" content="deal dealii finite elements fem triangulation">
-  <meta http-equiv="content-language" content="en">
-</head>
-
-<body class="title">
-  <div class="fixedhead">
-    <h1 class="head">
-       Information for Developers
-    </h1>
-  </div>
-</body>
-</html>
-
-
-
-
-
-
-
-
diff --git a/doc/developers/toc.html b/doc/developers/toc.html
deleted file mode 100644 (file)
index e650184..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-                 "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-  <title>The deal.II Development Page</title>
-  <link href="../screen.css" rel="StyleSheet">
-  <meta name="copyright" content="Copyright (C) 1998 - 2015 by the deal.II Authors">
-  <meta name="keywords" content="deal dealii finite elements fem triangulation">
-  <meta http-equiv="content-language" content="en">
-</head>
-<body>
-
-<p>
-
-<h1>Information for Developers</h1>
-
-<br />
-This page provides documentation for deal.II developers. At present, we
-have the following resources available:
-</p>
-
-<h2>Documentation</h2>
-
-<ul>
-
-<li> <p>
-     <a href="cmake-internals.html">Build system internals</a>:
-     This page provides implementation and development details about
-     the CMake build system.
-
-<li> <p><a href="writing-documentation.html" target="body">Writing
-     documentation</a>: To document the library and our
-     application programs, we use
-     <a href="http://www.doxygen.org/" target="_top">doxygen</a>.
-     This page documents the basics of the format in
-     which the documentation needs to be written in order to
-     enable automatic documentation generation.
-     </p>
-
-<li> <p><a href="porting.html" target="body">Porting
-     <acronym>deal.II</acronym> to a new system</a>:
-
-     <acronym>deal.II</acronym> uses CMake as build system and is fairly
-     ISO (1998) C++ Standard compliant. So, porting to a reasonably <a
-     href="http://www.opengroup.org/austin/" target="_top">POSIX</a>
-     compliant system with a reasonably ISO C++ compliant compiler shouldn't
-     be much work. Other (mostly proprietary) systems might require more
-     work. See the <a href="../readme.html" target="body">ReadMe</a> file for
-     more information on already supported systems. This resource gives some
-     hints for porting to unknown platforms.
-     </p>
-
-<li> <p><a href="../doxygen/deal.II/CodingConventions.html"
-     target="body">Coding conventions</a>: We try to adhere to a
-     set of coding conventions to ensure that the use of different
-     parts of the library is as uniform as possible. Please read
-     through them if you think about contributing code.
-
-<li> <p><a href="testsuite.html" target="body">Running the testsuite</a>:
-     <acronym>deal.II</acronym> has a testsuite that we run to
-     make sure that our tests don't break any existing
-     functionality. This page explains its use.
-     </p>
-</ul>
-
-<hr />
-<div class="right">
-  <a href="http://validator.w3.org/check?uri=referer" target="_top">
-    <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-  <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
-    <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
-</div>
-
-</body>
-</html>
index 2e31f0cda73af7c2f07def3195003541962bc884..96274862d855b6bc9c126fa5417cff72184cb700 100644 (file)
 </p>
 
 <div style="text-align: center;">
-  <div style="clear: both; text-align: center; max-width: 580px; margin: auto;">
+  <div style="clear: both; text-align: center; max-width: 45em; margin: auto;">
     <div class="infobox">
-      <a href="users/index.html"target="_top">Information for users</a>
+      <p>
+        <b>Information for users</b>
+      </p>
       <div style="border:1px solid #aaa; background-color: #f9f9f9;
                   padding: 5px; font-size: 88%; text-align: left;">
         <ol>
@@ -38,7 +40,9 @@
     </div>
 
     <div class="infobox">
-      <a href="developers/index.html" target="_top">Information for developers</a>
+      <p>
+        <b>Information for developers</b>
+      </p>
       <div style="border:1px solid #aaa; background-color: #f9f9f9;
                   padding: 5px; font-size: 88%; text-align: left;">
         <ol>
index 526d5a46c34f4b105e1e853f2a19e3e0bd764c89..f0f156a322c361feff5491db29dc9f899713f99f 100644 (file)
@@ -18,8 +18,6 @@
     <p>
       <a href="index.html" target="_top">Home</a><br />
       <a href="readme.html" target="body">README</a><br />
-      <a href="users/index.html" target="_top">User info</a><br />
-      <a href="developers/index.html" target="_top">Developer info</a><br />
     </p>
 
     <hr>
index 0644b896be89c8f40a31031baf802753a264a3ba..5369e0335a83c2429b475373af1d3a6fbba01cbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Copyright (C) 1998 - 2013 by the deal.II authors
+ Copyright (C) 1998 - 2015 by the deal.II authors
 */
 
 body {
@@ -328,7 +328,7 @@ div.border {
 
 div.infobox {
     float: left;
-    width: 250px;
+    width: 20em;
     text-align: center;
     margin-top: 1em;
     margin-left: 20px;
diff --git a/doc/users/index.html b/doc/users/index.html
deleted file mode 100644 (file)
index 77c191c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
-   "http://www.w3.org/TR/REC-html40/frameset.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-  <title>deal.II Development Information</title>
-  <link href="../screen.css" type="text/css" rel="StyleSheet">
-  <link rel="SHORTCUT ICON" href="../deal.ico">
-  <meta name="author" content="the deal.II authors">
-  <meta name="copyright" content="Copyright (C) 1998 - 2014 by the deal.II authors">
-  <meta http-equiv="content-language" content="en">
-</head>
-
-<frameset rows="70,*">
-  <frame name="title" src="title.html" frameborder="1">
-  <frameset cols="150,*">
-    <frame name="navbar" src="navbar.html" frameborder="0">
-    <frame name="body" src="toc.html" frameborder="0">
-  </frameset>
-  <noframes>
-    <h1>deal.II Development Information</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>
-</frameset>
-</html>
-
-
-
-
-
diff --git a/doc/users/navbar.html b/doc/users/navbar.html
deleted file mode 100644 (file)
index 7ebb2ba..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-                 "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-  <title>deal.II Development Navigation Bar</title>
-  <link href="../screen.css" rel="StyleSheet">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998 - 2014 by the deal.II authors">
-  <meta http-equiv="content-language" content="en">
-  </head>
-<body class="navbar">
-
-  <p>
-    <a href="http://www.dealii.org"target="_top">http://www.dealii.org</a><br />
-  </p>
-
-  <hr>
-
-  <p>
-    <a href="../index.html" target="_top">Home</a><br />
-    <a href="../readme.html" target="body">README</a><br />
-    <a href="index.html" target="_top">User info</a><br />
-    <a href="../developers/index.html" target="_top">Developer info</a><br />
-  </p>
-
-  <hr>
-
-  <b><small>Documentation</small></b>
-
-  <p>
-    <a href="cmake.html" target="body">CMake documentation</a><br />
-    <a href="cmakelists.html" target="body">CMake in user projects</a><br />
-    <a href="doxygen.html" target="body">Linking manuals</a><br />
-  </p>
-
-  <hr>
-
-  <b><small>Doxygen</small></b>
-  <p>
-    <a href="../doxygen/deal.II/Tutorial.html" target="_top">Tutorial</a><br />
-    <a href="../doxygen/deal.II/index.html" target="_top">Manual</a><br />
-  </p>
-
-  <hr>
-
-</body>
-</html>
diff --git a/doc/users/title.html b/doc/users/title.html
deleted file mode 100644 (file)
index c889b29..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-                 "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-  <title>deal.II information for users</title>
-  <link href="../screen.css" rel="StyleSheet">
-  <meta name="author" content="the deal.II authors">
-  <meta name="copyright" content="Copyright (C) 1998 - 2014 by the deal.II authors">
-  <meta name="keywords" content="deal dealii finite elements fem triangulation">
-  <meta http-equiv="content-language" content="en">
-</head>
-
-<body class="title">
-  <div class="fixedhead">
-    <h1 class="head">
-      Information for Users
-    </h1>
-  </div>
-</body>
-</html>
-
-
-
-
-
-
-
-
diff --git a/doc/users/toc.html b/doc/users/toc.html
deleted file mode 100644 (file)
index 9bc63be..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-                 "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
-  <title>The deal.II Development Page</title>
-  <link href="../screen.css" rel="StyleSheet">
-  <meta name="author" content="the deal.II authors">
-  <meta name="copyright" content="Copyright (C) 1998 - 2015 by the deal.II authors">
-  <meta name="keywords" content="deal dealii finite elements fem triangulation">
-  <meta http-equiv="content-language" content="en">
-</head>
-<body>
-
-<h1>Information for Users</h1>
-
-<p>
-<br />
-This page gathers some information on developing programs based on
-<acronym>deal.II</acronym>, as well as on how to configure and use
-<acronym>deal.II</acronym>. At present, we have the following resources
-available:
-</p>
-
-
-<h2>Documentation</h2>
-
-<ul>
-
-<li> <p>
-     <a href="cmake.html">deal.II CMake documentation</a>:
-     This page provides extensive information about configuration and
-     installation with the CMake build system.
-
-<li> <p><a href="cmakelists.html" target="body">Using CMake and
-       <acronym>deal.II</acronym> in a user project</a>:
-     This page covers how to use CMake in your own project.
-     An overview of how to retrieve necessary information
-     from a <acronym>deal.II</acronym> installation as well as how to
-     write a <code>CMakeLists.txt</code> for a client project is given.
-     </p>
-
-<li> <p><a href="doxygen.html">Linking your online documentation
-      to the deal.II online manual</a>: After spending a lot of time
-    writing good documentation for your code and putting it online,
-    here we explain how to put links to the deal.II online manual into
-    your documentation, so that readers can click through.
-  </p>
-
-</ul>
-
-
-<h2>Tutorials</h2>
-
-<p>
-  The <a href="../doxygen/deal.II/Tutorial.html"
-   target="_top">tutorial</a> is for new users of the
-  library. It explains the basic elements of finite element
-  programs based on the library, and provides small example
-  programs.
-  There are also <a
-    href="http://www.math.tamu.edu/~bangerth/videos.html"
-    target="_top">Youtube-hosted video lectures</a> that provide, both, the
-  context of the mathematical and computational methods of deal.II, as well
-  as demonstrate parts of the tutorial.
-</p>
-
-<p>
-  As all other documentation, the HTML pages
-  of the tutorials can be generated locally on your computer and
-  can then be read offline. Please follow the
-  instructions in the
-  <a href="../readme.html" target="body">ReadMe</a> on how to
-  generate them locally.
-</p>
-
-
-<h2>Programming interface</h2>
-
-<p>
-The <a href="../doxygen/deal.II/index.html" target="_top">programming
-  interface/manual</a> pages are what you will need most often as a
-reference of all classes, functions and variables in the library. They
-are extensively documented (presently more than 5000 pages if
-printed), and generated by <a href="http://www.doxygen.org/"
-  target="_top">Doxygen</a>. There is also a quick link to these pages from
-the menu bar at the left.
-</p>
-
-<p>
-The documentation uses many of the features of Doxygen. In particular,
-the link takes you straight to a page that lists <i>modules</i>, a way
-to group classes with similar purposes. This may be what you are probably
-interested in when you are not yet familiar with the library. If you
-already know your way around and want to look up the signature of a
-particular member function, for example, you may go to the class view or
-choose any of the other ways in which Doxygen allows you to navigate
-through the documentation.
-</p>
-
-<p>
-Just as for the tutorials, the API docs need to be generated first,
-if you download <acronym>deal.II</acronym>. Please follow the
-instructions in the
-<a href="../readme.html" target="body">ReadMe</a> on how to do
-this.
-</p>
-
-<hr />
-<div class="right">
-  <a href="http://validator.w3.org/check?uri=referer" target="_top">
-    <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-  <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
-    <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
-</div>
-
-</body>
-</html>

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.