update rss

This commit is contained in:
Stephen Diehl 2015-01-24 14:37:01 -05:00
parent 440e4c388b
commit 2a77bb0414
2 changed files with 24 additions and 17 deletions

View File

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<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>
<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>

View File

@ -13,59 +13,66 @@ aug = datetime.datetime(2015, 8, 1, 0, 0)
pages = [
PyRSS2Gen.RSSItem(
title = "Introduction",
link = "http://dev.stephendiehl.com/fun/introduction.html",
link = "http://dev.stephendiehl.com/fun/000_introduction.html",
description = "",
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/introduction.html"),
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/000_introduction.html"),
pubDate = jan + datetime.timedelta(1) ),
PyRSS2Gen.RSSItem(
title = "Haskell Basics",
link = "http://dev.stephendiehl.com/fun/basics.html",
link = "http://dev.stephendiehl.com/fun/001_basics.html",
description = "",
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/basics.html"),
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/001_basics.html"),
pubDate = jan + datetime.timedelta(2) ),
PyRSS2Gen.RSSItem(
title = "Parsing",
link = "http://dev.stephendiehl.com/fun/parsers.html",
link = "http://dev.stephendiehl.com/fun/002_parsers.html",
description = "",
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/parsers.html"),
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/002_parsers.html"),
pubDate = jan + datetime.timedelta(3)),
PyRSS2Gen.RSSItem(
title = "Lambda Calculus",
link = "http://dev.stephendiehl.com/fun/lambda_calculus.html",
link = "http://dev.stephendiehl.com/fun/003_lambda_calculus.html",
description = "",
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/lambda_calculus.html"),
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/003_lambda_calculus.html"),
pubDate = jan + datetime.timedelta(4)),
PyRSS2Gen.RSSItem(
title = "Type Systems",
link = "http://dev.stephendiehl.com/fun/type_systems.html",
link = "http://dev.stephendiehl.com/fun/004_type_systems.html",
description = "",
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/type_systems.html"),
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/004_type_systems.html"),
pubDate = jan + datetime.timedelta(5)),
PyRSS2Gen.RSSItem(
title = "Evaluation",
link = "http://dev.stephendiehl.com/fun/evaluation.html",
link = "http://dev.stephendiehl.com/fun/005_evaluation.html",
description = "",
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/evaluation.html"),
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/005_evaluation.html"),
pubDate = jan + datetime.timedelta(6)),
PyRSS2Gen.RSSItem(
title = "Hindley-Milner Inference",
link = "http://dev.stephendiehl.com/fun/hindley_milner.html",
link = "http://dev.stephendiehl.com/fun/006_hindley_milner.html",
description = "",
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/hindley_milner.html"),
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/006_hindley_milner.html"),
pubDate = jan + datetime.timedelta(7)),
PyRSS2Gen.RSSItem(
title = "Design of ProtoHaskell",
link = "http://dev.stephendiehl.com/fun/path.html",
link = "http://dev.stephendiehl.com/fun/007_path.html",
description = "",
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/path.html"),
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/007_path.html"),
pubDate = jan + datetime.timedelta(8)),
PyRSS2Gen.RSSItem(
title = "Extended Parser",
link = "http://dev.stephendiehl.com/fun/008_extended_parser.html",
description = "",
guid = PyRSS2Gen.Guid("http://dev.stephendiehl.com/fun/008_extended_parser.html"),
pubDate = datetime.datetime(2015, 1, 24, 14, 30, 28, 996866))
]
rss = PyRSS2Gen.RSS2(