Skip to content

Instantly share code, notes, and snippets.

@inadarei
Created December 23, 2014 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inadarei/1d24250f80e51533175d to your computer and use it in GitHub Desktop.
Save inadarei/1d24250f80e51533175d to your computer and use it in GitHub Desktop.
Extending UBER with profiles (XML)
<uber version="1.0">
<data rel="self" url="http://example.org/" />
<data rel="profile" url="http://microformats.org/profile/hcard">
<data name="fn">Jennifer Gallegos</data>.
</data>
<data name="todo" rel="item http://example.org/rels/todo" url="http://example.org/list/1">
<data name="title">Clean House</data>
<data name="dueDate">2014-05-01</data>
</data>
</uber>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment