Skip to content

Commit a1caee1

Browse files
committed
Release
1 parent 45e3739 commit a1caee1

17 files changed

+4
-197
lines changed

build.sh~

-90
This file was deleted.
7.62 KB
Binary file not shown.
7.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

usr/libexec/pi-web-agent/etc/config/pi_web_agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
CONFIG_FILE=os.environ['MY_HOME']+"/etc/config/config.cfg"
66
CONFIG_PATH=os.environ['MY_HOME']+"/etc/config"
7-
VERSION="0.4"
7+
VERSION="0.4-rc-1"
88
class Configuration(object):
99

1010
def __init__(self):

usr/libexec/pi-web-agent/templates/_main_part1.htm

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<html><head>
22
<html><head><script src='/css/12e70d61630a2a15a962928bb2063492.js'></script>
33
<link rel='stylesheet' href=/css/1fb0804802c7640e41c50409a4e3789d.css type='text/css'>
4-
5-
6-
<script src="/css/jquery-1.10.2.min.js"></script>
4+
<script src="//code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script>
5+
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.min.css">
76
<!--[if lt IE 8]>
87
<link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection">
98
<![endif]-->

usr/libexec/pi-web-agent/templates/_main_part1.htm~

-102
This file was deleted.

usr/libexec/pi-web-agent/templates/_main_part2.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010
<footer>
1111
<div align="center" id="footer">
12-
<p>Version: 0.4, Copyright © pi-web-agent community 2014</p>
12+
<p>Version: 0.4.1, Copyright © pi-web-agent community 2014</p>
1313
<img src="/icons/cy.png" width="40" height="30"><font size="1"> 100% Cyprus Product</font>
1414
<p></p>
1515
<p><time pubdate="" datetime="26/10/2013"></time></p>

0 commit comments

Comments
 (0)