Skip to content

Instantly share code, notes, and snippets.

@remeniuk
Created December 26, 2011 16:18
Show Gist options
  • Save remeniuk/1521517 to your computer and use it in GitHub Desktop.
Save remeniuk/1521517 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding='utf-8'?>
<service xmlns="http://www.w3.org/2007/app"
xmlns:atom="http://www.w3.org/2005/Atom">
<workspace>
<atom:title>My Pictures</atom:title>
<collection
href="http://example.org/pic" >
<atom:title>Pictures</atom:title>
<accept>image/png</accept>
<accept>image/jpeg</accept>
<accept>image/gif</accept>
</collection>
</workspace>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment