Commit f00b29e4 authored by Kristopher Ruzic's avatar Kristopher Ruzic

add appcache file, incude some basic files needed for emoji picker

this is by no means useable or ready. Also introduces issue with using appcache and self-signed cert. Chrome doesn't allow for it. Not sure of a work around (or if one even exists)
parent 0fb0c6ad
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
<!doctype html>\n <!doctype html>\n
<html>\n <html manifest="./gadget_jabberclient.appcache">\n
<head>\n <head>\n
<meta charset="utf-8">\n <meta charset="utf-8">\n
<meta name="viewport" content="width=device-width, initial-scale=1">\n <meta name="viewport" content="width=device-width, initial-scale=1">\n
...@@ -123,6 +123,11 @@ ...@@ -123,6 +123,11 @@
\n \n
<!-- stylesheets for jabberclient -->\n <!-- stylesheets for jabberclient -->\n
<link rel="stylesheet" type="text/css" href="gadget_jabberclient.css" />\n <link rel="stylesheet" type="text/css" href="gadget_jabberclient.css" />\n
\n
<!-- emoji -->\n
<link rel="stylesheet" type="text/css" href="gadget_jabberemoji.css">\n
<script type="text/javascript" src="gadget_jabberemoji.js"></script>\n
\n
\n \n
<script src="jquery.js"></script>\n <script src="jquery.js"></script>\n
<script src="jquerymobile.js"></script>\n <script src="jquerymobile.js"></script>\n
...@@ -409,7 +414,7 @@ ...@@ -409,7 +414,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>zope</string> </value> <value> <string>normie</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -423,7 +428,7 @@ ...@@ -423,7 +428,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>945.43725.16450.38024</string> </value> <value> <string>945.43993.56647.19438</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -441,7 +446,7 @@ ...@@ -441,7 +446,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1441961206.73</float> <float>1442218382.2</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment