Created
April 7, 2012 19:11
-
-
Save mikekelly/2331449 to your computer and use it in GitHub Desktop.
events
This file contains hidden or 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
<resource href="/"> | |
<link rel="events" href="..."> | |
</resource> |
This file contains hidden or 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
<resource href="/events"> | |
<resource rel="event app-save" href="..."> | |
<link rel="application" href="http://myorg.com/apps/photoshop" /> | |
<link rel="file" href="..." /> | |
</resource> | |
<resource rel="event add-image" href="..."> | |
<link rel="application" href="http://myorg.com/apps/word" /> | |
<link rel="file" href="..." /> | |
<some-event-info>blabla</some-event-info> | |
</resource> | |
</resource> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment