summaryrefslogtreecommitdiffstats
path: root/common/html-coverpage/index.html
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-01-11 17:04:02 +1100
committerChris Johns <chrisj@rtems.org>2017-01-11 17:04:02 +1100
commit2591ca639056db4f6abe294cc7a81bb831c8f7f9 (patch)
tree30ba1d0a11d4e097fe5750e2024630bdfbea8036 /common/html-coverpage/index.html
parenthtml: Add support for an HTML cover page for releases. (diff)
downloadrtems-docs-2591ca639056db4f6abe294cc7a81bb831c8f7f9.tar.bz2
html: Embed the catalogue XML in JS.
The is to work around a security issue with Chrome on Windows. This patches let the cover page load on Chrome and Edge on Windows 10.
Diffstat (limited to 'common/html-coverpage/index.html')
-rw-r--r--common/html-coverpage/index.html72
1 files changed, 0 insertions, 72 deletions
diff --git a/common/html-coverpage/index.html b/common/html-coverpage/index.html
deleted file mode 100644
index 301196d..0000000
--- a/common/html-coverpage/index.html
+++ /dev/null
@@ -1,72 +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> loadCatalogue('catalogue.xml'); </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>