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
|
2022-01-21 20:59:18 +04:00
|
|
|
guid!= `${item.category.toLowerCase()}-${date_id(item.date, "UTC")}`
|
2022-01-22 23:20:26 +04:00
|
|
|
pubDate= date_rss(item.date)
|
2021-12-13 23:29:08 +04:00
|
|
|
link!= rssLink(schemahost, item.date, item.category.toLowerCase())
|
2021-02-10 01:01:50 +04:00
|
|
|
author!= author
|
|
|
|
description
|
|
|
|
| <![CDATA[
|
|
|
|
each line in item.body.split("\n")
|
|
|
|
p!= line
|
|
|
|
| ]]>
|