I really miss this one. I had a huge Ruby script that made it easy to make the entries and post them to 3 different sites (one of which was this microblog), and I liked seeing all my social posts in one place.
Ode -- the blogging software -- was something. The guy who made it, Rob Reed, kind of dropped out of site. He never really updated it after this 2010 release, but it did a lot and worked pretty well.
It was kind of out of time in that it was a Perl CGI app that seemed to be based on Blosxom (
https://blosxom.sourceforge.net/), but extended it. Rob also wanted to use the system to teach programming and system administration. It zigged when everyone else was zagging toward static site generators. I eventually did, too, though I never got all of the entries in the main blog into my Hugo or Zola sites.
While I liked the immediacy of writing a file and having it publish automatically (because every user got a fresh site built by the Perl script), you pretty much had to have an Apache server so .htaccess could work its magic. I think the few users of Ode over the years tried to make the script work on other web servers, but those efforts are lost to history, as all the forums we used are very likely gone forever. I might have notes on some of this, but ...
I'm still more sold on static site generators, even though the front matter is generally too complicated (true for both Hugo and Zola, bu t not as true for
@bt@bsd.cafeBradley Taunt's wruby, which I think is real contender). I generally use templates or scripts to generate the raw post files, so that's a solved problem.
But as you can see, I wrote 800+ entries on that main Ode blog, and there are a few thousand on the microblog. It obviously worked for me, and I'd like to have that many (hopefully good) entries in a blog that I was currently writing.