first tests with firefox and chrome seem to indicate that it is working.

i will have to deploy it onto my test server and perform some more
tests.
This commit is contained in:
Manuel Friedli 2015-01-18 18:31:23 +01:00
parent 5e85458936
commit a8f8aa0947
3 changed files with 9 additions and 6 deletions

View File

@ -13,7 +13,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html lang="de">
<html lang="de" manifest="manifest.appcache">
<head>
<title>Bärneruhr - Die Zeit im Wort</title>
<meta charset="utf-8"/>
@ -43,7 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<body style="padding:0;margin:0;">
<div id="uhr"></div>
<p id="disclaimer">Created by <a href="http://www.fritteli.ch/">fritteli</a>, inspired by <a href="http://www.qlocktwo.com/">QLOCKTWO</a>. <a
onclick="go('info/')" href="#">Read more!</a></p>
onclick="go('info/index.html')" href="#">Read more!</a></p>
<script type="text/javascript">
(function($) {
var width = $(window).width();

View File

@ -13,7 +13,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html lang="de">
<html lang="de" manifest="../manifest.appcache">
<head>
<title>Die Zeit im Wort - Informationen</title>
<meta charset="utf-8"/>
@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<link rel="stylesheet" type="text/css" href="../css/uhr-red.css" data-class="red"/>
<link rel="stylesheet" type="text/css" href="info.css"/>
<link rel="shortcut icon" type="image/png" href="../resources/favicon.png"/>
<script type="text/javascript" src="../dist/libs.js"></script>
<script type="text/javascript" src="../dist/libs.min.js"></script>
<script type="text/javascript" src="../dist/jquery.uhr.base.min.js"></script>
<script type="text/javascript">
function go(url) {
@ -68,7 +68,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<p><a onclick="go('../')" href="#">Das interessiert mich nicht, ich will zurück zur grossen Uhr!</a></p>
<h2 id="the-clock">Die Uhr<a href="#toc" class="toclink">Zum Inhalt</a></h2>
<a onclick="go('../')" href="#">
<a onclick="go('../index.html')" href="#">
<div id="uhr1" style="display:inline-block"></div>
<div id="uhr2" style="display:inline-block"></div>
</a>

View File

@ -1,6 +1,7 @@
CACHE MANIFEST
# Version <%=VERSION_PLACEHOLDER=%>
/
css/uhr.css
css/uhr-black.css
css/uhr-blue.css
@ -9,11 +10,13 @@ css/uhr-pink.css
css/uhr-red.css
css/uhr-white.css
css/uhr-yellow.css
dist/jquery.uhr.base.min.js
dist/jquery.uhr.complete.min.js
dist/libs.min.js
info/
info/index.html
info/info.css
resources/apple-touch-icon-precomposes.png
resources/apple-touch-icon-precomposed.png
resources/close.png
resources/favicon.png
resources/settings.png