Mon, 06. Oct 2003
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
python2
as executable as I'm running RedHat 7.x on my machine and/usr/bin/python
is a 1.x version that doesn't know thesplitlines
method. - 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_name
attribute.
path: /en/personal/blogging | #