Skip to content

Commit 2a77bb0

Browse files
committed
update rss
1 parent 440e4c3 commit 2a77bb0

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="iso-8859-1"?>
2-
<rss version="2.0"><channel><title>Write You A Haskell</title><link>http://dev.stephendiehl.com/</link><description>Building a modern functional compiler from first principles.</description><lastBuildDate>Tue, 06 Jan 2015 09:35:32 GMT</lastBuildDate><generator>PyRSS2Gen-1.1.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Introduction</title><link>http://dev.stephendiehl.com/fun/introduction.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/introduction.html</guid><pubDate>Fri, 02 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Haskell Basics</title><link>http://dev.stephendiehl.com/fun/basics.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/basics.html</guid><pubDate>Sat, 03 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Parsing</title><link>http://dev.stephendiehl.com/fun/parsers.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/parsers.html</guid><pubDate>Sun, 04 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Lambda Calculus</title><link>http://dev.stephendiehl.com/fun/lambda_calculus.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/lambda_calculus.html</guid><pubDate>Mon, 05 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Type Systems</title><link>http://dev.stephendiehl.com/fun/type_systems.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/type_systems.html</guid><pubDate>Tue, 06 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Evaluation</title><link>http://dev.stephendiehl.com/fun/evaluation.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/evaluation.html</guid><pubDate>Wed, 07 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Hindley-Milner Inference</title><link>http://dev.stephendiehl.com/fun/hindley_milner.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/hindley_milner.html</guid><pubDate>Thu, 08 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Design of ProtoHaskell</title><link>http://dev.stephendiehl.com/fun/path.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/path.html</guid><pubDate>Fri, 09 Jan 2015 00:00:00 GMT</pubDate></item></channel></rss>
2+
<rss version="2.0"><channel><title>Write You A Haskell</title><link>http://dev.stephendiehl.com/</link><description>Building a modern functional compiler from first principles.</description><lastBuildDate>Sat, 24 Jan 2015 14:36:50 GMT</lastBuildDate><generator>PyRSS2Gen-1.1.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Introduction</title><link>http://dev.stephendiehl.com/fun/000_introduction.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/000_introduction.html</guid><pubDate>Fri, 02 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Haskell Basics</title><link>http://dev.stephendiehl.com/fun/001_basics.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/001_basics.html</guid><pubDate>Sat, 03 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Parsing</title><link>http://dev.stephendiehl.com/fun/002_parsers.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/002_parsers.html</guid><pubDate>Sun, 04 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Lambda Calculus</title><link>http://dev.stephendiehl.com/fun/003_lambda_calculus.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/003_lambda_calculus.html</guid><pubDate>Mon, 05 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Type Systems</title><link>http://dev.stephendiehl.com/fun/004_type_systems.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/004_type_systems.html</guid><pubDate>Tue, 06 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Evaluation</title><link>http://dev.stephendiehl.com/fun/005_evaluation.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/005_evaluation.html</guid><pubDate>Wed, 07 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Hindley-Milner Inference</title><link>http://dev.stephendiehl.com/fun/006_hindley_milner.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/006_hindley_milner.html</guid><pubDate>Thu, 08 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Design of ProtoHaskell</title><link>http://dev.stephendiehl.com/fun/007_path.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/007_path.html</guid><pubDate>Fri, 09 Jan 2015 00:00:00 GMT</pubDate></item><item><title>Extended Parser</title><link>http://dev.stephendiehl.com/fun/008_extended_parser.html</link><description></description><guid isPermaLink="true">http://dev.stephendiehl.com/fun/008_extended_parser.html</guid><pubDate>Sat, 24 Jan 2015 14:30:28 GMT</pubDate></item></channel></rss>

misc/rssgen.py

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,59 +13,66 @@
1313
pages = [
1414
PyRSS2Gen.RSSItem(
1515
title = "Introduction",
16-
link = "http://dev.stephendiehl.com/fun/introduction.html",
16+
link = "http://dev.stephendiehl.com/fun/000_introduction.html",
1717
description = "",
18-
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/introduction.html"),
18+
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/000_introduction.html"),
1919
pubDate = jan + datetime.timedelta(1) ),
2020

2121
PyRSS2Gen.RSSItem(
2222
title = "Haskell Basics",
23-
link = "http://dev.stephendiehl.com/fun/basics.html",
23+
link = "http://dev.stephendiehl.com/fun/001_basics.html",
2424
description = "",
25-
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/basics.html"),
25+
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/001_basics.html"),
2626
pubDate = jan + datetime.timedelta(2) ),
2727

2828
PyRSS2Gen.RSSItem(
2929
title = "Parsing",
30-
link = "http://dev.stephendiehl.com/fun/parsers.html",
30+
link = "http://dev.stephendiehl.com/fun/002_parsers.html",
3131
description = "",
32-
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/parsers.html"),
32+
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/002_parsers.html"),
3333
pubDate = jan + datetime.timedelta(3)),
3434

3535
PyRSS2Gen.RSSItem(
3636
title = "Lambda Calculus",
37-
link = "http://dev.stephendiehl.com/fun/lambda_calculus.html",
37+
link = "http://dev.stephendiehl.com/fun/003_lambda_calculus.html",
3838
description = "",
39-
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/lambda_calculus.html"),
39+
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/003_lambda_calculus.html"),
4040
pubDate = jan + datetime.timedelta(4)),
4141

4242
PyRSS2Gen.RSSItem(
4343
title = "Type Systems",
44-
link = "http://dev.stephendiehl.com/fun/type_systems.html",
44+
link = "http://dev.stephendiehl.com/fun/004_type_systems.html",
4545
description = "",
46-
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/type_systems.html"),
46+
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/004_type_systems.html"),
4747
pubDate = jan + datetime.timedelta(5)),
4848

4949
PyRSS2Gen.RSSItem(
5050
title = "Evaluation",
51-
link = "http://dev.stephendiehl.com/fun/evaluation.html",
51+
link = "http://dev.stephendiehl.com/fun/005_evaluation.html",
5252
description = "",
53-
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/evaluation.html"),
53+
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/005_evaluation.html"),
5454
pubDate = jan + datetime.timedelta(6)),
5555

5656
PyRSS2Gen.RSSItem(
5757
title = "Hindley-Milner Inference",
58-
link = "http://dev.stephendiehl.com/fun/hindley_milner.html",
58+
link = "http://dev.stephendiehl.com/fun/006_hindley_milner.html",
5959
description = "",
60-
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/hindley_milner.html"),
60+
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/006_hindley_milner.html"),
6161
pubDate = jan + datetime.timedelta(7)),
6262

6363
PyRSS2Gen.RSSItem(
6464
title = "Design of ProtoHaskell",
65-
link = "http://dev.stephendiehl.com/fun/path.html",
65+
link = "http://dev.stephendiehl.com/fun/007_path.html",
6666
description = "",
67-
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/path.html"),
67+
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/007_path.html"),
6868
pubDate = jan + datetime.timedelta(8)),
69+
70+
PyRSS2Gen.RSSItem(
71+
title = "Extended Parser",
72+
link = "http://dev.stephendiehl.com/fun/008_extended_parser.html",
73+
description = "",
74+
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/008_extended_parser.html"),
75+
pubDate = datetime.datetime(2015, 1, 24, 14, 30, 28, 996866))
6976
]
7077

7178
rss = PyRSS2Gen.RSS2(

0 commit comments

Comments
 (0)