This commit is contained in:
Never Gude 2026-02-12 04:10:35 +01:00
parent dddf6082c7
commit 3ca1685ec6
22 changed files with 108 additions and 77 deletions

View file

@ -27,13 +27,14 @@ $endif$
$if(webmaster)$
<webMaster>$webmaster$</webMaster>
$endif$
<atom:link href="https://www.rssboard.org/files/sample-rss-2.xml" rel="self" type="application/rss+xml"/>
$for(articles)$
<item>
$if(articles.title)$
<title>$articles.title$</title>
$endif$
<author>$if(articles.email)$$articles.email$$endif$$if(articles.author)$ ($articles.author$)$endif$</author>
$if(articles.email)$
<author>$articles.email$$if(articles.author)$ ($articles.author$)$endif$</author>
$endif$
$if(articles.filename)$
<link>$link$/$articles.filename$.html</link>
$endif$