NAME
tomboy-blogposter - Allows Tomboy to post notes to a blog.
DESCRIPTION
This manual page documents briefly the tomboy-blogposter package.
To use it access Tomboy Settings and activate the Add-In under Add-Ins.
You can find it in the Tools section.
This manual page was written for the Ubuntu distribution because the
original program does not have a manual page.
CONFIGURATION
Documentation taken from http://flukkost.nu/blog/tomboyblogposter/
When you add an account, it will ask you for your APP Service or
Collection URL. Here’s a short guide on how to find it:
On Wordpress, the URL to your Service document is <blog_url>/wp-
app.php/service - in my case, that means http://flukkost.nu/blog/wp-
app.php/service. However, that returns two Collections - "Posts" and
"Media". I can promise you that you don’t want media, since that only
accepts media types this plugin won’t upload, so you could instead just
add the Posts collection, that has the url <blog_url>/wp-app.php/posts
Blogger uses an older draft of the APP protocol, which means it’s
Service Document is simply... Broken, with respect to a modern draft.
That means you cannot add it, as it will not work. Instead, use the
Collection for each individual blog. You can find it if you view the
source to your Blogger blog - it’s the address in the <link> tag that
has the rel attribute set to service.post. It follows the template
http://www.blogger.com/feeds/<blog_id>/posts/default. My blog has id
4164605321218185513, which means my Collection document is
http://www.blogger.com/feeds/4164605321218185513/posts/default.
SEE ALSO
tomboy (1).
AUTHOR
This manual page was written by Hanno Stock <hanno.stock@gmx.net> for
the Ubuntu system (but may be used by others). Permission is granted to
copy, distribute and/or modify this document under the terms of the GNU
Lesser General Public License, Version 2 or any later version published
by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License
can be found under ’/usr/share/common-licenses/LGPL-2.1’.
Januar 24, 2008 tomboy-blogposter(1)