template: Add template for atom feed
This commit is contained in:
parent
9ac0ad0ccd
commit
761471f243
7
template/quitesimple/feeds/atomentry
Normal file
7
template/quitesimple/feeds/atomentry
Normal file
@ -0,0 +1,7 @@
|
||||
<entry>
|
||||
<title>{qswiki:var:entrytitle}</title>
|
||||
<link href="{qswiki:var:entryurl}"/>
|
||||
<id>{qswiki:var:entryid}</id>
|
||||
<published>{qswiki:var:entrypublished}</published>
|
||||
<content type="html">{qswiki:var:entrycontent}</content>
|
||||
</entry>
|
1
template/quitesimple/feeds/atomfooter
Normal file
1
template/quitesimple/feeds/atomfooter
Normal file
@ -0,0 +1 @@
|
||||
</feed>
|
8
template/quitesimple/feeds/atomheader
Normal file
8
template/quitesimple/feeds/atomheader
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<author>
|
||||
<name>{qswiki:config:wikiownername}</name>
|
||||
</author>
|
||||
<title>{qswiki:config:wikiname} - {qswiki:var:subtitle}</title>
|
||||
<id>{qswiki:var:atomfeeduniqueid}</id>
|
||||
<updated>{qswiki:var:atomfeedupdate}</updated>
|
Loading…
Reference in New Issue
Block a user