item.xml - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
item.xml (226B) | |
--- | |
1 <item> | |
2 <title>${title}</title> | |
3 <link>${siteurl}/${filename}</link> | |
4 <guid>${siteurl}/${filename}</guid> | |
5 <dc:date>${created}T00:00:00Z</dc:date> | |
6 <author>${author}</author> | |
7 <description>${description}</description> | |
8 </item> |