forked from devnaestrada/devnaestrada.com.br
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
64 lines (57 loc) · 3.3 KB
/
feed.xml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>
<title>{{ site.title | xml_escape }} - desenvolvimento web</title>
<link>{{ site.url }}</link>
<language>pt-br</language>
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
<copyright>© 2015 {{ site.title }}</copyright>
<managingEditor>{{ site.email_address }} ({{ site.title }})</managingEditor>
<webMaster>{{ site.email_address }} ({{ site.title }})</webMaster>
<image>
<url>http://devnaestrada.com.br/public/assets/img/dne-podcast-avatar1400.png</url>
<title>{{ site.title | xml_escape }} - desenvolvimento web</title>
<link>{{ site.url }}/feed.xml</link>
<width>144</width>
<height>144</height>
</image>
<itunes:subtitle>Bate papo com programadores Front-end e Back-end</itunes:subtitle>
<itunes:author>femontanha & Ramon Sanches</itunes:author>
<itunes:summary>Podcast voltado para o desenvolvimento Front-end e Back-end. Vamos contar um pouco das nossas histórias, entrevistar pessoas que trabalham na área e claro bater um papo engraçado sobre nossas profissões.Aperte os cintos e aumente o som!</itunes:summary>
<itunes:owner>
<itunes:name>{{ site.title }}</itunes:name>
<itunes:email>{{ site.email_address }}</itunes:email>
</itunes:owner>
<itunes:block>no</itunes:block>
<itunes:explicit>no</itunes:explicit>
<itunes:image href="http://devnaestrada.com.br/public/assets/img/dne-podcast-avatar1400.png" />
<itunes:category text="Technology" />
<itunes:category text="Society & Culture" />
<itunes:category text="Technology">
<itunes:category text="Podcasting"/>
</itunes:category>
<description>{{ site.description | xml_escape }}</description>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
{% for post in site.posts limit:100 %}
<item>
<title>{{ post.title | xml_escape }}</title>
<itunes:author>{{ site.title }}</itunes:author>
<itunes:subtitle>{{ post.description }}</itunes:subtitle>
<link>{{ post.url | prepend: site.url }}</link>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<guid isPermaLink="true">{{ post.url | prepend: site.url }}</guid>
<description>{{ post.content | xml_escape }}</description>
<itunes:summary>{{ post.description }}</itunes:summary>
<itunes:image href="http://i1.sndcdn.com/artworks-{{ post.soundcloud-post-image }}-original.jpg" />
<enclosure url="{{ post.cast | prepend: site.soundcloud_prefix }}" length="{{ post.cast-length }}" type="audio/mpeg" />
<itunes:duration>{{ post.cast-time }}</itunes:duration>
<itunes:keywords>{{ site.title }}</itunes:keywords>
<itunes:explicit>no</itunes:explicit>
<itunes:block>no</itunes:block>
</item>
{% endfor %}
</channel>
</rss>