2021-02-10 01:01:50 +04:00
|
|
|
doctype xml
|
|
|
|
|
|
|
|
rss(version='2.0')
|
|
|
|
channel
|
|
|
|
title Arav's dwelling
|
|
|
|
description Updates on my websites and infrastructure.
|
|
|
|
language en-gb
|
2021-11-28 03:41:13 +04:00
|
|
|
link= schemahost
|
2021-02-10 01:01:50 +04:00
|
|
|
|
|
|
|
each item in items
|
|
|
|
item
|
|
|
|
title= item.title
|
|
|
|
category= item.category
|
|
|
|
guid!= rssLink(protocol, host, item.date, item.category.toLowerCase())
|
|
|
|
pubDate= item.date
|
|
|
|
link!= rssLink(protocol, host, item.date, item.category.toLowerCase())
|
|
|
|
author!= author
|
|
|
|
description
|
|
|
|
| <![CDATA[
|
|
|
|
each line in item.body.split("\n")
|
|
|
|
p!= line
|
|
|
|
| ]]>
|