mkdir blosxom mkdir blosxom/data mkdir blosxom/plugins mkdir blosxom/plugins/stateSave blosxom.cgi (download from the first Blosxom link above) into blosxom/.
Unzip all the *rss10 files from the .tgz above into blosxom/data.
Save the rss10 plugin above into blosxom/plugins as filename "rss10".
Save the lastmodified plugin above into blosxom/plugins as filename "lastmodified".
Edit blosxom.cgi, setting $datadir and $plugin_dir (in my case
$datadir = "/home/jhannah/public_html/blosxom/data"; $plugin_dir = "/home/jhannah/public_html/blosxom/plugins";). Also set the $blog_title, etc.
That should do it. Now add your entries into blosxom/data, one entry per file. I'm using dates as my filenames (20051105.txt), but that part's up to you. Blosxom lifts the datetime of the entry from the last mod stamp of the file itself. So be careful tweaking old entries -- they'll pop to the top of your blog as if they were just written. I use "touch" to set the last mod stamp back to the filename date.
Once you have a couple entries in there, your blog should be
http://jays.net/~jhannah/blosxom/blosxom.cgiand your RSS feed should be
http://jays.net/~jhannah/blosxom/blosxom.cgi?flav=rss10
http://jays.net/blosxom/Knock yourself out!
ln -s blosxcom/blosxcom.cgi index.cgiand set
$url = "http://jays.net/blosxcom/blosxom.cgi";so my links would work when viewing individual entries.
Then I changed blosxom/data/head.html to add a pretty site header (and blosxom/data/foot.html for a footer).
Good luck!
email me: jay(at)jays(dot)net
-eot-