Since about a week, all HTTP requests to
dashboard.bloglines.com
return an empty
text/plain
response, no feed. This is not the first time
it has failed, not the first time without any public notice.
When I tried to find others experiencing the same problem I came along is it down right now which not only confirmed what I saw but also contained a workaround to resurrect your feed list as OPML. It was one of the latest comments further down that page and I've forgotten who had written it - strangely it is no longer there.
- Go to
www.netvibes.com
and login using your bloglines credentials. - In the upper right corner under "Dashboards" go to "manage dashboards"
- On the left hand side click "backup data" and select "Bloglines" from the pulldown. Now you've got an OPML feed.
- It seems you can then go to "my dashboard" and import the OPML feed to your netvibes dashboard using "Add" (upper left corner) / "Feeds" / "Import OPML" to start reading your feeds in the netvibes reader which looks a lot like the bloglines you are used to. I haven't read the terms of service, yet, you better do so yourself. In either case most every RSS reader out there should be able to import the OPML file you've just created.
path: /en/personal/blogging | #
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 | #
At least since yesterday Bloglines claims my feed was invalid. Feedvalidator says "This is a valid RSS feed".
path: /en/personal/blogging | #
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 | #
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 | #