summaryrefslogtreecommitdiffstats
path: root/common/html-coverpage/coverpage.html
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-01-12 12:55:15 +1100
committerChris Johns <chrisj@rtems.org>2017-01-12 12:56:13 +1100
commit049097fc804b7f0b2fdf54b9ba6a0c2aeae17725 (patch)
treecc525b8b55cbb6fd4dd37ae03573e957429f2555 /common/html-coverpage/coverpage.html
parentconf.py: Fix build_date() to append correct suffix on all days. (diff)
downloadrtems-docs-049097fc804b7f0b2fdf54b9ba6a0c2aeae17725.tar.bz2
coverpage: Update the coverpage to have the table collapse.
Add each doc's conf.py as a dependence to catalogue.xml.
Diffstat (limited to 'common/html-coverpage/coverpage.html')
-rw-r--r--common/html-coverpage/coverpage.html73
1 files changed, 0 insertions, 73 deletions
diff --git a/common/html-coverpage/coverpage.html b/common/html-coverpage/coverpage.html
deleted file mode 100644
index dc13f88..0000000
--- a/common/html-coverpage/coverpage.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title>RTEMS - Documentation</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <meta name="created" content="11th Jan 2017 15:32" />
- <meta name="description" content="" />
- <meta name="keywords" content="" />
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="static/css/bootstrap.min.css" />
- <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
- <script type="text/javascript" src="static/js/jquery.min.js"></script>
- <script type="text/javascript" src="static/js/bootstrap.min.js"></script>
- <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
- <!--[if lt IE 9]>
- <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <link rel="stylesheet" href="static/rtems/css/rtems.css" />
- <link rel="shortcut icon" href="/static/rtems/favicon.ico" />
- </head>
- <body>
- <!-- page-top -->
- <!-- header-top -->
- <header class="header">
- <div class="container">
- <div class="row">
- <div class="col-md-3">
- <img class="img-responsive" alt="Header logo" src="static/rtems/image/rtemslogo.png"/>
- </div>
- <div class="col-md-9">
- <h1>RTEMS - Real Time Operating System</h1>
- </div>
- </div>
- </div>
- </header>
- <!-- header-bottom -->
- <!-- layout-top -->
- <div id="layout">
- <!-- current-top -->
- <div class="container">
- <div id="messages">
- </div>
- <div class="content">
- <div id="content_inner">
- </div>
- </div>
- <div id="rtems-catalogue-title"></div>
- <div class="table-responsive">
- <div id="rtems-catalogue">
- <h3> No catalogue found. </h3>
- </div>
- </div>
- </div>
- <!-- Load the catalogues and generate the content -->
- <script type="text/javascript" src="static/rtems/js/catalogue.js"></script>
- <script type="text/javascript" src="coverpage.js"></script>
- <script> coverPageCatalogue(); </script>
- <!-- current-bottom -->
- </div>
- <!-- layout-bottom -->
- <!-- footer-top -->
- <hr>
- <footer class="footer text-center">
- <div class="container">
- Copyright 2017 RTEMS Project
- </div>
- </footer>
- <!-- footer-bottom -->
- <!-- page-bottom -->
- </body>
-</html>