blob: cb45b89a280fcf11435b747f96ffe6a23b740d11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>Carbs Linux</title>
<description>a simple linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/{{ SRC }}" rel="self" type="application/rss+xml" />
<lastBuildDate>{{ DATE }}</lastBuildDate>
{{ CONTENT }}
</channel>
</rss>
|