-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.tpl
31 lines (31 loc) · 2.05 KB
/
feed.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:anchor="https://anchor.fm/xmlns">
<channel>
<title><![CDATA[Data Coffee]]></title>
<description><![CDATA[Подкаст о данных в современном мире. Мнения экспертов и опыт в получении, хранении, обработке, визуализации и принятии решений на основе данных. License: CC BY-NC-ND 3.0 (https://creativecommons.org/licenses/by-nc-nd/3.0/)]]></description>
<link>https://t.me/datacoffee</link>
<image>
<url>https://datacoffee.link/datacoffee-logo.jpg</url>
<title>Data Coffee</title>
<link>https://t.me/datacoffee</link>
</image>
<generator>Data Coffee</generator>
<lastBuildDate>$build_date</lastBuildDate>
<atom:link href="http://rss.datacoffee.link/" rel="self" type="application/rss+xml"/>
<author><![CDATA[Data Coffee]]></author>
<copyright><![CDATA[Data Coffee]]></copyright>
<language><![CDATA[ru]]></language>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
<itunes:author>Data Coffee</itunes:author>
<itunes:summary>Подкаст о данных в современном мире. Мнения экспертов и опыт в получении, хранении, обработке, визуализации и принятии решений на основе данных. License: CC BY-NC-ND 3.0 (https://creativecommons.org/licenses/by-nc-nd/3.0/)</itunes:summary>
<itunes:type>episodic</itunes:type>
<itunes:owner>
<itunes:name>Data Coffee</itunes:name>
<itunes:email>[email protected]</itunes:email>
</itunes:owner>
<itunes:explicit>No</itunes:explicit>
<itunes:category text="News">
<itunes:category text="Tech News"/>
</itunes:category>
<itunes:image href="https://datacoffee.link/datacoffee-logo.jpg"/>$items
</channel>
</rss>