Skip to content

Instantly share code, notes, and snippets.

@Huluvu424242
Created January 11, 2013 17:02
Show Gist options
  • Save Huluvu424242/4512322 to your computer and use it in GitHub Desktop.
Save Huluvu424242/4512322 to your computer and use it in GitHub Desktop.
Beschreibung eines Wetter Gadgets welches das OpenSocial API nutzt.
<Module>
<ModulePrefs title="My Weather">
<Locale lang="en" country="us" />
<Require feature="opensocial-0.8" />
<Icon>http://remote/favicon.ico</Icon>
</ModulePrefs>
<Userprefs name="forecast_period"
display_name="Forecast period"
datatype="enum"
default_value="3">
<EnumValue value="3" displayValue="3 day outlook" />
<EnumValue value="5" displayValue="5 day outlook" />
<EnumValue value="7" displayValue="7 day outlook" />
</UserPrefs>
<Content type="html" view="home">
<![CDATA[
<script type="text/javascript">
/*...*/
</script>
<div id="main">
My Weather gaadget
</div>
]]>
</Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment