My blog has moved from http://stefanbodewig.blogger.de/ to http://stefan.samaflost.de/blog, please update your links.
I've gone with blosxom and a rather conservative choice of plugins, I may switch to static rendering (at least partial) later. So far I haven't enabled search yet since I really want to use Lucene but didn't manage to set up the plugin within five minutes.
Migration of old articles is mostly manual, as I feared it was. I've moved all articles of this year and will go backwards gradually. The old articles will probably pop up in the feeds again, please bear with me.
Speaking of feeds, the new blog has both Atom and RSS feeds, and in the typical blosxom manner, feeds on each and every level. Since I may start blogging in German more than I did before, you most probably want to subscribe to my English-language-only feed (either http://stefan.samaflost.de/blog/en/index.rss or http://stefan.samaflost.de/blog/en/index.atom).
Right now trackbacks are (supposed to be) enabled, comments are not.
path: /en/personal/blogging | # | Writebacks
At least since yesterday Bloglines claims my feed was invalid. Feedvalidator says "This is a valid RSS feed".
path: /en/personal/blogging | # | Writebacks
Antville, the software behind blogger.de, doesn't support trackbacks yet. As it is open-source, I'm sure it is going to be added sooner or later.
In the meantime, I wanted to be able to send trackbacks from posts I write and a found a solution based on Sam Ruby's autoping script.
I store all my blog entries in files that seem to be roughly similar to blosxom's style (i.e. title in the first line, body follows after that) on my machine in addition to posting it to blogger.de, so adapting Sam's script was straight forward. For anybody who wants to try the same, these are the steps I had to take:
- use
python2as executable as I'm running RedHat 7.x on my machine and/usr/bin/pythonis a 1.x version that doesn't know thesplitlinesmethod. - Change the url discovery algorithm in
excerpt- I've decided to put the "story-number" into the last line of my file. - change the excerpt-algorithm (I simply limit the excerpt to the first 250 characters of the body)
- Finally, and most easy, change the
blog_nameattribute.
path: /en/personal/blogging | # | Writebacks
I'm not sure what has given me the final push to try blogging myself, maybe it has been Ara's article about how and why XDoclet's community management has been a failure or the release of Ant 1.6's first beta or ...
I'm not even sure whether this is going to last or whether I'll stop it sooner or later.
Anyway, I'm here and we'll see where this is going to lead up to.
path: /en/personal/blogging | # | Writebacks