Daniel James
eecdeb6241
Cache html generated from quickbook files
...
So that when changes to the release status are made, the site can be
rebuilt without using quickbook. Pretty messy.
2016-10-16 11:29:38 +01:00
Daniel James
607173fae6
Use DateTime for RSS last_modified.
2016-07-21 16:05:37 +01:00
Daniel James
1d3968a616
Use DateTime for timestamps.
...
Preserves timezone.
2016-07-21 16:05:35 +01:00
Daniel James
6892abb9fd
Rework last_modified and pub_date.
...
- Both are now stored as strings.
- Unpublished articles have a null pub_date.
- last_modified is now always the last modified date,
before it was the pub_date once published.
2016-07-21 16:05:34 +01:00
Daniel James
e40e79ee12
Stop putting pubDate=In Progress in dev RSS feed.
...
Should probably stop setting pubDate to 'In Progress', it's an artifact
of how the site used to work.
2016-07-05 08:49:23 +01:00
Daniel James
f9034e55a7
Remove dependencies on DOMDocument.
2016-06-02 09:04:44 +01:00
Daniel James
f160d6cc55
Autoload URL handling.
2016-05-26 00:12:07 +01:00
Daniel James
00bc1a97a5
Move RSS generation into its own class.
2016-04-10 10:08:54 +01:00