summaryrefslogtreecommitdiff
path: root/index.html.gen
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-14 18:18:31 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-17 13:49:41 -0400
commitb54a1c9686eec3c1114e9b58cb67679ba59c45bd (patch)
tree0bdb2f3ed51ff077a8c3e337e4bc556aacec108e /index.html.gen
parent54feeb027d6e5a760b49769dfe695ea2591dc6fe (diff)
directories
Diffstat (limited to 'index.html.gen')
-rwxr-xr-xindex.html.gen44
1 files changed, 0 insertions, 44 deletions
diff --git a/index.html.gen b/index.html.gen
deleted file mode 100755
index b0e681a..0000000
--- a/index.html.gen
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-col() {
- echo '<div>'
- eval "$*"
- echo '</div>'
-}
-
-echo '<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <title>Dashboard</title>
- <link rel=stylesheet href=style.css>
- <script src="sorttable.js"></script>
- <script src="colordate.js"></script>
-
- <link rel="stylesheet" type="text/css" href="jarmon-style/style.css" />
- <link rel="stylesheet" type="text/css" href="jarmon-style/jquerytools.tabs.tabs-no-images.css" />
- <link rel="stylesheet" type="text/css" href="jarmon-style/jquerytools.dateinput.skin1.css" />
-
- <!--<script src="jarmon-dependencies.js"></script>-->
- <script src="./jarmon-dependencies/jquery-1.6.3.js"></script>
- <script src="./jarmon-dependencies/flot-0.8.3/excanvas.js"></script>
- <script src="./jarmon-dependencies/flot-0.8.3/jquery.flot.js"></script>
- <script src="./jarmon-dependencies/flot-0.8.3/jquery.flot.time.js"></script>
- <script src="./jarmon-dependencies/flot-0.8.3/jquery.flot.stack.js"></script>
- <script src="./jarmon-dependencies/flot-0.8.3/jquery.flot.selection.js"></script>
- <script src="./jarmon-dependencies/rrdFile.js"></script>
- <script src="./jarmon-dependencies/binaryXHR.js"></script>
- <script src="./jarmon-dependencies/dateinput.js"></script>
- <script src="./jarmon-dependencies/tabs.js"></script>
- <script src="./jarmon-dependencies/toolbox.history.js"></script>
-
- <script src="jarmon.js"></script>
- <script src="config-jarmon-proton.js"></script>
- <script src="config-jarmon-winston.js"></script>
-</head>
-<body>'
-col sed 's/@name@/proton/' jarmon.html.in
-col sed 's/@name@/winston/' jarmon.html.in
-col cat tls.html.part crtsh.html.part diff.html.part
-echo '</body>
-</html>'