RSS Feed
I've now got an RSS feed of the front page. I also upgraded to a new version of sbcl and switched to the serve-event Araneida handler instead of the threaded version in hope of getting the crashing to stop. My fingers are crossed.
I've now got an RSS feed of the front page. I also upgraded to a new version of sbcl and switched to the serve-event Araneida handler instead of the threaded version in hope of getting the crashing to stop. My fingers are crossed.
I finished implementing the pager, which can now be seen at the bottom of the main and index pages. The pager-rendering function should be general enough to use with other paged listings, like excessive numbers of comments or monthly archive listings, when such things get implemented. For now, it will prevent the front page from getting too big, yet keep old entries easily accessible.
As you can see, there's now a stylesheet prettifying the poor bare html that used to be here. It's not much, but it makes this look a little bit more like a real blog.
I now have working individual entry archive links! See the little # links next to the title and the way they go to the pages for the individual entries. I also finished entry persistence and cleaned up things here and there. Things are moving along.
I've now got the entries being saved out to files as I add them. In addition, I've got a munger that formats entry titles suitably for use as filenames and in URIs, and I can lookup entries from the munged versions. Now, to hook that up to a web request handler...