Skip to content

Instantly share code, notes, and snippets.

@chrismessina
Created May 12, 2010 01:14
Show Gist options
  • Save chrismessina/398077 to your computer and use it in GitHub Desktop.
Save chrismessina/398077 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/">
<entry>
<title>...</title>
<link rel=”alternate”>...</link>
<id>...</id>
<updated>...</updated>
<author>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<name>...</name>
</author>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<activity:object>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<content type=”html”>
...
</content>
</activity:object>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment