Levi's Lisp Log

Thoughts and links relating to Lisp and computer theory

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.

# Posted by: Levi at 01:13 AM on Tuesday, May 10, 2005
   Comments: (0) Categories: Blog

Paging

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.

# Posted by: Levi at 01:50 AM on Thursday, April 28, 2005
   Comments: (0) Categories: Blog

Finally, Some Style

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.

# Posted by: Levi at 7:46 PM on Tuesday, April 26, 2005
   Comments: (0) Categories: Blog

Individual Entry Archive Links

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.

# Posted by: Levi at 12:45 AM on Tuesday, April 26, 2005
   Comments: (0) Categories: Blog

Entries Now Persistent

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...

# Posted by: Levi at 12:03 AM on Friday, April 22, 2005
   Comments: (0) Categories: Blog