Dark Light

Aquaintances now works, but there are a couple of things it doesn’t handle well, and I’d like to make it handle better.

Edits
A downside of storing articles as checksums of the content is that if an article is edited, it immediatly moves to the top of the list. I should probably checksum some other detail, like the GUID if supplied, or the link, but then I wouldn’t detect edits at all. I could generate a checksum of the GUID or link (Not title, Some feeds don’t supply titles or their titles aren’t unique), save it as that, generate the file, check the checksum against the checksum as the existing file (if it exists) and then magically highlight changes. Hmm.

RSS Parser
Either edit “Mark’s”:diveintomark.org/projects/rss_parser/ to return all the stuff I want or make my own.
Categories
This is where it gets complicated. I want to associate categories to Epistula’s category set, meaning I could associate “Nick’s Virtual Culture”:http://www.frejol.org/archives.live?category=VirtualCulture category and “BB’s Metablogging”:http://weblog.burningbird.net/fires/cat_metablogging.htm category with my own “Metablog”:http://www.aquarionics.com/category/Metablog category. This would enable me to start on the “crossreferencing theory”:http://www.aquarionics.com/journal/id/1059 I was talking about, but also mean that if I was in a hurry, I could just see posts on the stuff I’m really interested in.
News Feed
With a little work, I could make it so that I could put a symlink in my newsserver’s directory and read all my feeds by NNTP. That’s one of the nice things about the flat file format :-). With a little more work, I could track those weblogs which allow comments sent as email, or have comment feeds per entry, and turn them into threads on the server.
Related Posts