-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.xml
More file actions
executable file
·28 lines (28 loc) · 1.04 KB
/
profile.xml
File metadata and controls
executable file
·28 lines (28 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<profile>
<widget_instances>
<widget_instance id="1">
<widget>
<name>Chumby Community Canvas</name>
<description>Collaborate on a community art work</description>
<version>1.0</version>
<mode time="30" mode="timeout"/>
<access sendable="false" deleteable="false" access="private" virtualable="false"/>
<user username="myusername"/>
<thumbnail href="file:////mnt/usb/ChumbyCommunityCanvas.jpg" contenttype="image/jpeg"/>
<movie href="file:////mnt/usb/ChumbyCommunityCanvas.swf" contenttype="application/x-shockwave-flash"/>
</widget>
<access access="private"/>
<mode time="30" mode="timeout"/>
<widget_parameters>
<widget_parameter>
<name>zipcode</name>
<value>90210</value>
</widget_parameter>
<widget_parameter>
<name>phonenumber</name>
<value>867-5309</value>
</widget_parameter>
</widget_parameters>
</widget_instance>
</widget_instances>
</profile>