You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
465 B
17 lines
465 B
13 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<widget xmlns="http://www.w3.org/ns/widgets"
|
||
|
xmlns:ub="http://uniboard.mnemis.com/widgets"
|
||
|
id="http://www.example.net/widgets/helloworld"
|
||
|
version="1.0"
|
||
12 years ago
|
width="850"
|
||
12 years ago
|
height="350"
|
||
11 years ago
|
ub:resizable="false">
|
||
13 years ago
|
|
||
|
<name>Split a phrase</name>
|
||
|
<description>Split a phrase into words</description>
|
||
|
<preference name="skin"
|
||
|
value="uniboard"/>
|
||
|
<content src="index.html"/>
|
||
|
</widget>
|