dennogumi/content/post/2009-03-17-bilbo-blogger.markdown
Luca Beltrame 64b24842b8
All checks were successful
continuous-integration/drone/push Build is passing
Update all posts to not show the header text
2021-01-13 00:05:30 +01:00

1.9 KiB

author categories comments date slug tags title omit_header_text disable_share wordpress_id
einar
KDE
Linux
true 2009-03-17T15:58:07Z bilbo-blogger
blogging
KDE
Linux
Bilbo Blogger true true 574

Mtux, of choqok fame, along with another person, has written Bilbo Blogger, a blogging utility for Blogger or any blog that supports Blogger1.0, MetaWeblog, and MovableType APIs (EDIT: also GData). It is based on the KDE4 libraries and it includes a WYSIWYG editor, an HTML editor, and a Post Preview function that can even fetch your blog's CSS to render the entry and see how it looks.

It's not released yet, but for the daring, you can actually try and compile it. You need to check out and install the blogging library (BlboKBlog) first:

{{< highlight cpp >}}git clone git://gitorious.org/bilbokblog/mainline.git bilbokblog cd bilbokblog mkdir build; cd build cmake -DCMAKE_INSTALL_PREFIX=kde4-config --prefix ../ make{{< / highlight >}}

followed by make install as root or using sudo.

Then, you need to check out the actual application:

{{< highlight cpp >}}git clone git://gitorious.org/bilbo/mainline.git bilbo cd bilbo mkdir build; cd build cmake -DCMAKE_INSTALL_PREFIX=kde4-config --prefix ../ make {{< / highlight >}}

Again, a make install will do the trick.

After that, you can start the application and create a new blog (see the screenshot section on Bilbo's web page), and the program will try to figure out what is needed automatically. Neat. After that, you can just start writing entries.

There are still rough edges, but I'm actually quite happy because I dislike blogging with a browser, especially since Konqueror is always a second-class citizen when it comes to Wordpress support, and I don't want to use Firefox. As a matter of fact, this entry was written using Bilbo. So, hats off to the two developers!