Skip to content

Instantly share code, notes, and snippets.

@hamnis
Created February 10, 2011 08:25
Show Gist options
  • Save hamnis/820133 to your computer and use it in GitHub Desktop.
Save hamnis/820133 to your computer and use it in GitHub Desktop.
Atom service document
<?xml version="1.0"?>
<service xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom">
<workspace>
<atom:title type="text">spaces</atom:title>
<collection href="http://localhost:1990/confluence/rest/atompub/latest/spaces">
<atom:title type="text">spaces</atom:title>
<accept/>
<categories fixed="yes">
<category xmlns="http://www.w3.org/2005/Atom" scheme="urn:confluence:category" term="page"/>
<category xmlns="http://www.w3.org/2005/Atom" scheme="urn:confluence:category" term="space"/>
<category xmlns="http://www.w3.org/2005/Atom" scheme="urn:confluence:category" term="news"/>
<category xmlns="http://www.w3.org/2005/Atom" scheme="urn:confluence:category" term="comment"/>
</categories>
</collection>
</workspace>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment