projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
maybe postform and inline need separating?
[ikiwiki]
/
templates
/
rsspage.tmpl
1
<?xml version="1.0"?>
2
<rss version="2.0"
3
xmlns:dc="http://purl.org/dc/elements/1.1/"
4
xmlns:dcterms="http://purl.org/dc/terms/" >
5
<channel>
6
<title><TMPL_VAR TITLE></title>
7
<link><TMPL_VAR PAGEURL></link>
8
<description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
9
<TMPL_VAR CONTENT>
10
</channel>
11
</rss>