URI:
       item.xml - saait - the most boring static page generator
  HTML git clone git://git.codemadness.org/saait
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       item.xml (339B)
       ---
            1 <entry>
            2         <title>${title}</title>
            3         <link rel="alternate" type="text/html" href="${siteurl}/${filename}" />
            4         <id>${siteurl}/${filename}</id>
            5         <updated>${updated}T00:00:00Z</updated>
            6         <published>${created}T00:00:00Z</published>
            7         <author>
            8                 <name>${author}</name>
            9                 <uri>${siteurl}</uri>
           10         </author>
           11         <summary>${description}</summary>
           12 </entry>