rss.tpl - cl-yag - Common Lisp Yet Another website Generator | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
rss.tpl (326B) | |
--- | |
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |
3 <channel> | |
4 <title>%%Title%%</title> | |
5 <description>%%Description%%</description> | |
6 <link>%%Url%%</link> | |
7 <atom:link href="%%Url%%rss.xml" rel="self" type="application/rss+xm… | |
8 %%Items%% | |
9 </channel> | |
10 </rss> |