You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2010/06/14 13:08:38 UTC

svn commit: r954410 - /incubator/wookie/trunk/widgets/weather/config.xml

Author: scottbw
Date: Mon Jun 14 11:08:38 2010
New Revision: 954410

URL: http://svn.apache.org/viewvc?rev=954410&view=rev
Log:
Reduced the access request origin to just the origin and removed path info (which is ignored)

Modified:
    incubator/wookie/trunk/widgets/weather/config.xml

Modified: incubator/wookie/trunk/widgets/weather/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/weather/config.xml?rev=954410&r1=954409&r2=954410&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/weather/config.xml (original)
+++ incubator/wookie/trunk/widgets/weather/config.xml Mon Jun 14 11:08:38 2010
@@ -1 +1,11 @@
-<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" 
        id="http://www.getwookie.org/widgets/weather" 
        version="1.0" 
        height="125" 
        width="125">
	<name>Weather</name>
	<description>A silly Weather widget</description>
	<icon src="icon.png"/>
	<content src="index.htm"/>
	<access origin="http://feeds.bbc.co.uk/weather/feeds/rss"/>
	<author>Scott Wilson</author>
	<licence>Example license (based on MIT License)
Copyright (c) 2008 The Foo Bar Corp.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    </licence>
</wi
 dget>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<widget xmlns="http://www.w3.org/ns/widgets" id="http://www.getwookie.org/widgets/weather" version="1.0" height="125" width="125">  
+  <name>Weather</name>  
+  <description>A silly Weather widget</description>  
+  <icon src="icon.png"/>  
+  <content src="index.htm"/>  
+  <access origin="http://feeds.bbc.co.uk"/>  
+  <author>Scott Wilson</author>  
+  <licence>Example license (based on MIT License) Copyright (c) 2008 The Foo Bar Corp. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</licence> 
+</widget>