root/oss/headstock/headstock/example/microblog/service.xml

Revision 709, 1.6 kB (checked in by sylvain, 5 months ago)

First jlib import

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <app:service xmlns:app="http://www.w3.org/2007/app" xml:lang="en" xml:base="http://localhost:8080/">
3   <app:workspace xml:id="workspace-profile">
4     <atom:title xmlns:atom="http://www.w3.org/2005/Atom" type="text">Profile management</atom:title>
5     <app:collection xml:id="collection-profile-new" href="profile/new">
6       <atom:title xmlns:atom="http://www.w3.org/2005/Atom" type="text">Newly created profiles</atom:title>
7       <atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="profile/new" type="application/atom+xml;type=feed" rel="alternate"/>
8       <app:accept>application/xml</app:accept>
9     </app:collection>
10     <app:collection xml:id="collection-profile" href="profile/">
11       <atom:title xmlns:atom="http://www.w3.org/2005/Atom" type="text">Available profiles</atom:title>
12       <atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="profile/" type="application/atom+xml;type=feed" rel="alternate"/>
13       <app:accept>application/atom+xml;type=entry</app:accept>
14       <app:accept>application/xml</app:accept>
15     </app:collection>
16   </app:workspace>
17   <app:workspace xml:id="workspace-Lawouach">
18     <atom:title xmlns:atom="http://www.w3.org/2005/Atom" type="text">Lawouach</atom:title>
19     <app:collection xml:id="collection-Lawouach" href="Lawouach">
20       <atom:title xmlns:atom="http://www.w3.org/2005/Atom" type="text">Lawouach</atom:title>
21       <atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="Lawouach" type="application/atom+xml;type=feed" rel="alternate"/>
22       <app:accept>application/atom+xml;type=entry</app:accept>
23     </app:collection>
24   </app:workspace>
25 </app:service>
Note: See TracBrowser for help on using the browser.