[Git][NTPsec/ntpsec][master] ntpviz: add sample files in www/

Gary E. Miller gitlab at mg.gitlab.com
Fri Dec 16 03:59:16 UTC 2016


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
b071889f by Gary E. Miller at 2016-12-15T19:58:34-08:00
ntpviz: add sample files in www/

- - - - -


10 changed files:

- README
- + www/day/footer
- + www/day/header
- + www/day/optionfile
- + www/favicon.ico
- + www/index.html
- + www/ntpsec-logo.png
- + www/week/footer
- + www/week/header
- + www/week/optionfile


Changes:

=====================================
README
=====================================
--- a/README
+++ b/README
@@ -80,4 +80,6 @@ wafhelpers/::	A library of Python procedures used by the waf build system.
 
 wscript::	NTP-specific waf rules.
 
+www/::		Sample ntpviz files
+
 // end


=====================================
www/day/footer
=====================================
--- /dev/null
+++ b/www/day/footer
@@ -0,0 +1 @@
+<br>


=====================================
www/day/header
=====================================
--- /dev/null
+++ b/www/day/header
@@ -0,0 +1,3 @@
+<a href="../day/">Daily stats</a>  
+<a href="..//week/">Weekly stats</a>  
+<br><br>


=====================================
www/day/optionfile
=====================================
--- /dev/null
+++ b/www/day/optionfile
@@ -0,0 +1,6 @@
+# this is a comment
+--name=ntpvis-day # another comment
+--outdir day --period=1
+# uncomment next line to clip the data
+#--clip
+


=====================================
www/favicon.ico
=====================================
Binary files /dev/null and b/www/favicon.ico differ


=====================================
www/index.html
=====================================
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>ntpviz</title>
+<link rel="icon" type="image/ico" href="favicon.ico">
+<meta http-equiv="refresh" content="1800">
+<meta charset="utf-8">
+</head>
+<body>
+<img src="ntpsec-logo.png"
+  style="float:left;margin:5px 50px 10px 50px;">
+<div>
+<h1>ntpviz</h1>
+<br>
+<br>
+<a href="day/">Daily Stats</a>  
+<a href="week/">Weekly Stats</a>  
+</div>
+<div style="clear:both;" />
+
+</body></html>


=====================================
www/ntpsec-logo.png
=====================================
Binary files /dev/null and b/www/ntpsec-logo.png differ


=====================================
www/week/footer
=====================================
--- /dev/null
+++ b/www/week/footer
@@ -0,0 +1 @@
+<br>


=====================================
www/week/header
=====================================
--- /dev/null
+++ b/www/week/header
@@ -0,0 +1,3 @@
+<a href="../day/">Daily stats</a>  
+<a href="../week/">Weekly stats</a>  
+<br><br>


=====================================
www/week/optionfile
=====================================
--- /dev/null
+++ b/www/week/optionfile
@@ -0,0 +1,6 @@
+# this is a comment
+--name=ntpvis-week # another comment
+--outdir=week
+--period=7
+# uncomment next line to clip the data
+#--clip



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/b071889fc458eb7988507d62dc7aa52ece88e004
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20161216/923d83f3/attachment.html>


More information about the vc mailing list