This commit is contained in:
Marc Wäckerlin
2015-11-14 11:43:22 +00:00
commit e7c6c6c664
29 changed files with 5087 additions and 0 deletions

39
html/index.html.in Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<link href="safechat.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="openpgp.js"></script>
<script type="text/javascript" src="safechat.js"></script>
<link href="jquery.cssemoticons.css" media="screen" rel="stylesheet" type="text/css" />
<script src="jquery.cssemoticons.js" type="text/javascript"></script>
<title>ServiceDock: Docker as a Service</title>
</head>
<body>
<div id="header" class="header">
<h1>ServiceDock @PACKAGE_VERSION@ - Docker as a Service</h1>
<div id="togglemenu">
<span id="username">[unknown]</span>
<img id="menuicon" onclick="togglemenu()" src="menu.svg" />
</div>
</div>
<div id="main">
<p>start up engine, please wait ...</p>
</div>
<div id="status">
<noscript>This is a secure and encryptet chat application, that runs
in your browser and does not send any credentials to the
server. Your password and your secret key is fully under your
control. That's why you must enable javascript and local storage for
this application.</noscript>
</div>

17
html/makefile.am Normal file
View File

@@ -0,0 +1,17 @@
## @id $Id$
##
## This file has been added:
## - by bootstrap.sh
## - on Sat, 14 November 2015 12:15:40 +0100
## Feel free to change it or even remove and rebuild it, up to your needs
##
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
EXTRA_DIST = index.html.in
wwwdir = ${pkgdatadir}/html
www_DATA = index.html
dist_www_DATA =
MAINTAINERCLEANFILES = makefile.in