|
From: <ma...@us...> - 2013-02-16 13:55:36
|
Revision: 1477
http://openautomation.svn.sourceforge.net/openautomation/?rev=1477&view=rev
Author: mayerch
Date: 2013-02-16 13:55:26 +0000 (Sat, 16 Feb 2013)
Log Message:
-----------
Initial inclusion of appcache for offline use (or to be more precise: faster loading on a mobile devices as only the bus status has to be transmitted).
The content of the cache description is far from final and must be adjusted in the future.
Modified Paths:
--------------
CometVisu/trunk/visu/index.html
Added Paths:
-----------
CometVisu/trunk/visu/cometvisu.appcache
Added: CometVisu/trunk/visu/cometvisu.appcache
===================================================================
--- CometVisu/trunk/visu/cometvisu.appcache (rev 0)
+++ CometVisu/trunk/visu/cometvisu.appcache 2013-02-16 13:55:26 UTC (rev 1477)
@@ -0,0 +1,9 @@
+CACHE MANIFEST
+# Version SVN:20130216-1420
+
+CACHE:
+index.html
+
+NETWORK:
+editor/*
+*
\ No newline at end of file
Modified: CometVisu/trunk/visu/index.html
===================================================================
--- CometVisu/trunk/visu/index.html 2013-02-15 14:42:35 UTC (rev 1476)
+++ CometVisu/trunk/visu/index.html 2013-02-16 13:55:26 UTC (rev 1477)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" manifest="cometvisu.appcache">
<head>
<title>CometVisu-Client</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|