item.xml - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
item.xml (339B) | |
--- | |
1 <entry> | |
2 <title>${title}</title> | |
3 <link rel="alternate" type="text/html" href="${siteurl}/${filena… | |
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> |