item.xml - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
item.xml (342B) | |
--- | |
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><![CDATA[<h1>${title}</h1> | |
8 <p><strong>Last modification on </strong> <time>${updated}</time… | |
9 %{contentfile}]]></description> | |
10 </item> |