adamsgaard.dk

my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk # fast
git clone https://src.adamsgaard.dk/adamsgaard.dk.git # slow
Log | Files | Refs | README | LICENSE Back to index

item.xml (363B)


      1 <entry>
      2 	<title type="text">${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 type="text">${description}</summary>
     12 </entry>