]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Revamp the layout of the main 'index.html' file. 7850/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 21 Mar 2019 15:59:22 +0000 (09:59 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 21 Mar 2019 15:59:22 +0000 (09:59 -0600)
doc/CMakeLists.txt
doc/documentation.html [deleted file]
doc/index.html
doc/navbar.html [deleted file]
doc/title.html.in [deleted file]

index ddfdd2977e3418f644b1c3ad1c5bd4bebfcd96bf..97edbbb32c8d3d10a50287e2720eb4d728651514 100644 (file)
@@ -32,20 +32,9 @@ IF(DEAL_II_COMPONENT_DOCUMENTATION)
     COMPONENT documentation
     PATTERN "CMakeLists.txt" EXCLUDE
     PATTERN "doxygen" EXCLUDE
-    PATTERN "*.in" EXCLUDE
     PATTERN "news" EXCLUDE
     )
 
-  CONFIGURE_FILE(
-    ${CMAKE_CURRENT_SOURCE_DIR}/title.html.in
-    ${CMAKE_CURRENT_BINARY_DIR}/title.html
-    )
-  INSTALL(FILES
-    ${CMAKE_CURRENT_BINARY_DIR}/title.html
-    DESTINATION ${DEAL_II_DOCHTML_RELDIR}
-    COMPONENT documentation
-    )
-
   MESSAGE(STATUS "Setting up documentation - Done")
   MESSAGE(STATUS "")
 
diff --git a/doc/documentation.html b/doc/documentation.html
deleted file mode 100644 (file)
index 9977691..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-          "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-  <head>
-    <title>The deal.II Online Documentation</title>
-    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
-    <link href="screen.css" rel="StyleSheet" type="text/css">
-    <meta name="copyright" content="Copyright (C) 2000 - 2017 by the deal.II Authors">
-    <meta name="date" content="2006/02/07 22:49:01">
-    <meta name="keywords" content="deal.II">
-  </head>
-<body>
-
-<p>
-  <br />
-  <acronym>deal.II</acronym> comes with extensive online
-  documentation that can be grouped into the following categories:
-</p>
-
-<div style="text-align: center;">
-  <div style="clear: both; text-align: center; max-width: 45em; margin: auto;">
-    <div class="infobox">
-      <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>
-          <li><a href="readme.html" target="body">README and
-          installation instructions</a></li>
-          <li><a href="users/cmake.html" target="body">CMake documentation</a></li>
-          <li><a href="users/cmakelists.html" target="body">CMake in user projects</a></li>
-          <li><a href="users/testsuite.html" target="body">Setting up testsuite in user projects</a></li>
-          <li><a href="users/gdb.html" target="body">Configuration for debugging via GDB</a></li>
-          <li><a href="doxygen/deal.II/Tutorial.html" target="_top">Tutorial</a></li>
-          <li><a href="http://www.dealii.org/code-gallery.html" target="_top">Code gallery</a></li>
-          <li><a href="doxygen/deal.II/index.html" target="_top">Manual</a></li>
-          <li><a href="http://www.math.colostate.edu/~bangerth/videos.html" target="_top">Wolfgang's lectures</a></li>
-          <li><a href="http://www.dealii.org/reports.html" target="_top">Technical reports</a></li>
-          <li><a href="http://www.dealii.org/publications.html" target="_top">Publications</a></li>
-        </ol>
-      </div>
-    </div>
-
-    <div class="infobox">
-      <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>
-          <li><a href="developers/cmake-internals.html" target="body">CMake internals</a></li>
-          <li><a href="developers/writing-documentation.html" target="body">Writing documentation</a></li>
-          <li><a href="developers/porting.html" target="body">Porting</a></li>
-          <li><a href="doxygen/deal.II/CodingConventions.html" target="_top">Coding conventions</a></li>
-          <li><a href="developers/testsuite.html" target="body">Testsuite</a></li>
-        </ol>
-      </div>
-    </div>
-  </div>
-</div>
-
-<div style="clear: both;">
-  <br>
-  <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>
-</div>
-
-</body>
-</html>
index 98b5473529793b318ca9424d3d7aea6dd1b87c1c..b720f2cbd5323c0b85cd0e071cc3db5732e744e1 100644 (file)
     </script>
   </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="documentation.html" frameborder="0">
-    </frameset>
-    <noframes>
-      <h1>The deal.II Documentation Page</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="documentation.html">documentation.html</a>.
-    </noframes>
-  </frameset>
+  <body>
+    <div style="text-align: center;">
+      <div style="clear: both; text-align: center; max-width: 45em; margin: auto;">
+        <div class="infobox">
+          <p>
+            <b>Information for starters</b>
+          </p>
+          <div style="border:1px solid #aaa; background-color: #f9f9f9;
+                      padding: 5px; font-size: 88%; text-align: left;">
+            <ul>
+              <li><a href="readme.html">README and
+                  installation instructions</a></li>
+              <li> <a href="https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions">Frequently asked questions</a></li>
+              <li><a href="doxygen/deal.II/Tutorial.html">Tutorial</a></li>
+              <li><a href="http://www.dealii.org/code-gallery.html">Code gallery</a></li>
+              <li><a href="doxygen/deal.II/index.html">Manual</a></li>
+              <li><a href="http://www.math.colostate.edu/~bangerth/videos.html">Video lectures</a></li>
+              <li><a href="users/gdb.html">Configuration for debugging via GDB</a></li>
+              <li><a href="http://www.dealii.org/publications.html">Publications on and using deal.II</a></li>
+            </ul>
+          </div>
+        </div>
+
+        <div class="infobox">
+          <p>
+            <b>Information for advanced users</b>
+          </p>
+          <div style="border:1px solid #aaa; background-color: #f9f9f9;
+                      padding: 5px; font-size: 88%; text-align: left;">
+            <ul>
+              <li><a href="users/cmake.html">CMake documentation</a></li>
+              <li><a href="users/cmakelists.html">CMake in user projects</a></li>
+              <li><a href="users/testsuite.html">Setting up a testsuite in user projects</a></li>
+              <li><a href="http://www.dealii.org/reports.html">Technical reports</a></li>
+            </ul>
+          </div>
+        </div>
+
+      </div>
+      <div style="clear: both; text-align: center; max-width: 45em; margin: auto;">
+
+        <div class="infobox">
+          <p>
+            <b>Information for developers</b>
+          </p>
+          <div style="border:1px solid #aaa; background-color: #f9f9f9;
+                      padding: 5px; font-size: 88%; text-align: left;">
+            <ul>
+              <li><a href="developers/cmake-internals.html">CMake internals</a></li>
+              <li><a href="developers/writing-documentation.html">Writing documentation</a></li>
+              <li><a href="developers/porting.html">Porting</a></li>
+              <li><a href="doxygen/deal.II/CodingConventions.html">Coding conventions</a></li>
+              <li><a href="developers/testsuite.html">Testsuite</a></li>
+            </ul>
+          </div>
+        </div>
+
+        <div class="infobox">
+          <p>
+            <b>Further resources</b>
+          </p>
+          <div style="border:1px solid #aaa; background-color: #f9f9f9;
+                      padding: 5px; font-size: 88%; text-align: left;">
+            <ul>
+              <li> <a href="http://www.dealii.org/news.html">News</a></li>
+              <li> <a href="http://www.dealii.org/download.html">Download</a></li>
+              <li> <a href="http://www.dealii.org/mail.html">Mailing list</a></li>
+              <li> <a href="https://github.com/dealii/dealii/wiki">Wiki</a></li>
+              <li> <a href="https://github.com/dealii/dealii/issues">Bug tracker</a></li>
+              <li> <a href="http://www.dealii.org/authors.html">Authors</a> </li>
+              <li> <a href="http://www.dealii.org/license.html">License</a> </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+  </body>
 </html>
 
 
diff --git a/doc/navbar.html b/doc/navbar.html
deleted file mode 100644 (file)
index 53fc21a..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-         "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-  <head>
-    <title>deal.II navigation bar</title>
-    <link href="screen.css" rel="StyleSheet">
-    <meta name="copyright" content="Copyright (C) 1999 - 2016 by the deal.II Authors">
-    <meta name="date" content="2006/02/07 22:49:06">
-  </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 />
-    </p>
-
-    <hr>
-
-    <b><small>Doxygen and Lectures</small></b>
-    <p>
-      <a href="doxygen/deal.II/Tutorial.html" target="_top">Tutorial Programs</a><br />
-      <a href="doxygen/deal.II/index.html" target="_top">Manual</a><br />
-      <a href="http://www.math.colostate.edu/~bangerth/videos.html"
-      target="_top">Wolfgang's lectures</a><br />
-    </p>
-
-    <hr>
-
-    <b><small>Online Resources</small></b>
-    <p>
-      <a href="https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions" target="_top">FAQ</a><br />
-      <a href="http://www.dealii.org/news.html" target="_top">News</a><br />
-      <a href="http://www.dealii.org/download.html" target="_top">Download</a><br />
-      <a href="http://www.dealii.org/mail.html" target="_top">Mailing list</a><br />
-      <a href="https://github.com/dealii/dealii/wiki" target="_top">Wiki</a><br />
-      <a href="https://github.com/dealii/dealii/issues" target="_top">Bug tracker</a><br />
-      <a href="http://www.dealii.org/reports.html" target="_top">Reports</a><br />
-      <a href="http://www.dealii.org/publications.html" target="_top">Publications</a><br />
-      <a href="http://www.dealii.org/authors.html" target="_top">Authors</a> <br />
-      <a href="http://www.dealii.org/license.html" target="_top">License</a> <br />
-      <a href="http://www.dealii.org/mail.html" target="_top">Mailing lists</a>
-    </p>
-
-  </body>
-</html>
diff --git a/doc/title.html.in b/doc/title.html.in
deleted file mode 100644 (file)
index 7321cae..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
-   "http://www.w3.org/TR/REC-html40/frameset.dtd">
-<html>
-<head>
-  <title>deal.II Title Bar</title>
-  <link href="screen.css" rel="StyleSheet">
-  <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2010, 2015 by the deal.II Authors">
-</head>
-
-<body class="title">
-  <div class="fixedhead">
-    <h1 class="head">deal.II @DEAL_II_PACKAGE_VERSION@ Documentation</h1>
-  </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.