Skip to content

Instantly share code, notes, and snippets.

@tiff
Created April 6, 2010 16:10
Show Gist options
  • Save tiff/357765 to your computer and use it in GitHub Desktop.
Save tiff/357765 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="os:Name Tag">
<Require feature="opensocial-data"/>
<Require feature="opensocial-templates"/>
</ModulePrefs>
<Content type="html"><![CDATA[
<script xmlns:os="http://ns.opensocial.org/2008/markup" type="text/os-data">
<os:PeopleRequest key="Owner" userId="@owner" groupId="@self"/>
</script>
<script type="text/os-template" xmlns:os="http://ns.opensocial.org/2008/markup" require="Owner">
Welcome <os:Name person="${Owner}"/><br />
or Welcome ${Owner}
</script>
]]></Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment