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 "")
+++ /dev/null
-<!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>
</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>
+++ /dev/null
-<!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>
+++ /dev/null
-<!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>
-
-