root/oss/headstock/headstock/example/microblog/entry.atom

Revision 682, 305 bytes (checked in by sylvain, 6 months ago)

Ensured profiles were mounted on startup

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
3   <atom:id></atom:id>
4   <atom:title type="text"/>
5   <atom:published></atom:published>
6   <atom:updated></atom:updated>
7   <atom:content type="text"/>
8   <atom:author>
9     <atom:name/>
10   </atom:author>
11 </atom:entry>
Note: See TracBrowser for help on using the browser.