From 5e85458936ad1d04c1961b8a300347e6a2e52da9 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 18 Jan 2015 17:31:01 +0100 Subject: [PATCH 1/2] added a manifest.appcache file; first draft. --- manifest.appcache | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 manifest.appcache diff --git a/manifest.appcache b/manifest.appcache new file mode 100644 index 0000000..52be307 --- /dev/null +++ b/manifest.appcache @@ -0,0 +1,22 @@ +CACHE MANIFEST +# Version <%=VERSION_PLACEHOLDER=%> + +css/uhr.css +css/uhr-black.css +css/uhr-blue.css +css/uhr-green.css +css/uhr-pink.css +css/uhr-red.css +css/uhr-white.css +css/uhr-yellow.css +dist/jquery.uhr.complete.min.js +dist/libs.min.js +info/index.html +info/info.css +resources/apple-touch-icon-precomposes.png +resources/close.png +resources/favicon.png +resources/settings.png +resources/uhr.woff +index.html +README.md From a8f8aa094735fadac508fcc14761ec28bf715aaf Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 18 Jan 2015 18:31:23 +0100 Subject: [PATCH 2/2] 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. --- index.html | 4 ++-- info/index.html | 6 +++--- manifest.appcache | 5 ++++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 2dab02b..9062ac7 100644 --- a/index.html +++ b/index.html @@ -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 . --> - + Bärneruhr - Die Zeit im Wort @@ -43,7 +43,7 @@ along with this program. If not, see .

Created by fritteli, inspired by QLOCKTWO. Read more!

+ onclick="go('info/index.html')" href="#">Read more!

+