-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrss.xml
57 lines (57 loc) · 2.47 KB
/
rss.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
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Doug Black</title>
<link>http://dougblack.io</link>
<description>Technical articles from Doug Black</description>
<item>
<title>Introducing Beanstalk: A Netrunner Discord Bot</title>
<link>http://dougblack.io/words/introducing-beanstalk.html</link>
<guid>http://dougblack.io/words/introducing-beanstalk.html</guid>
<pubDate>Sun, 18 Mar 2018 12:00:00 GMT</pubDate>
<description>Introducing Beanstalk: A Netrunner Discord Bot</description>
</item>
<item>
<title>Metaclasses in Python</title>
<link>http://dougblack.io/words/metaclasses.html</link>
<guid>http://dougblack.io/words/metaclasses.html</guid>
<pubDate>Tue, 11 Nov 2014 12:00:00 GMT</pubDate>
<description>Metaclasses in Python</description>
</item>
<item>
<title>A RESTful Micro-Framework in Go</title>
<link>http://dougblack.io/words/a-restful-micro-framework-in-go.html</link>
<guid>http://dougblack.io/words/a-restful-micro-framework-in-go.html</guid>
<pubDate>Sat, 25 Jan 2014 12:00:00 GMT</pubDate>
<description>A RESTful Micro-Framework in Go</description>
</item>
<item>
<title>A Good Vimrc</title>
<link>http://dougblack.io/words/a-good-vimrc.html</link>
<guid>http://dougblack.io/words/a-good-vimrc.html</guid>
<pubDate>Tue, 21 Jan 2014 12:00:00 GMT</pubDate>
<description>A Good Vimrc</description>
</item>
<item>
<title>A Good Terminal Setup</title>
<link>http://dougblack.io/words/a-good-terminal-setup.html</link>
<guid>http://dougblack.io/words/a-good-terminal-setup.html</guid>
<pubDate>Wed, 1 Jan 2014 12:00:00 GMT</pubDate>
<description>A Good Terminal Setup</description>
</item>
<item>
<title>Vi Editing Mode in Zsh</title>
<link>http://dougblack.io/words/zsh-vi-mode.html</link>
<guid>http://dougblack.io/words/zsh-vi-mode.html</guid>
<pubDate>Tue, 1 Oct 2013 12:00:00 GMT</pubDate>
<description>Vi Editing Mode in Zsh</description>
</item>
<item>
<title>Flask-RESTful 101</title>
<link>http://dougblack.io/words/flask-restful-101.html</link>
<guid>http://dougblack.io/words/flask-restful-101.html</guid>
<pubDate>Sat, 14 Sep 2013 12:00:00 GMT</pubDate>
<description>Flask-RESTful 101</description>
</item>
</channel>
</rss>