Created
March 9, 2009 01:33
-
-
Save ishikawa/76042 to your computer and use it in GitHub Desktop.
The simplest gadget: This gadget displays the message "Hello, World!"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Module> | |
<ModulePrefs title="test appli"> | |
<Require feature="opensocial-0.8" /> | |
<Require feature="dynamic-height" /> | |
<Require feature="settitle" /> | |
<Require feature="views" /> | |
</ModulePrefs> | |
<Content type="html" view="canvas"><![CDATA[ | |
Hello, World! | |
]]></Content> | |
<Content type="html" view="profile"><![CDATA[ | |
Hello, World! | |
]]></Content> | |
<Content type="html" view="home"><![CDATA[ | |
Hello, World! | |
]]></Content> | |
</Module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment