If you are a Linux user like I am (Ubuntu is the distro I use), this brief tutorial may be of some help to you. In order to setup Tomboy so it publishes to your WordPress BLOGS via ATOM do the following:
- Use Synaptic to install the Post note to your blog plugin
- restart Tomboy if it was running so that the plugin loads
- go to your WordPress BLOG
- Open Settings >>Writing and place a check (tick) mark next to the item labeled “Enable the Atom Publishing Protocol.”
- Open Tomboy go to Edit >> Preferences >> Add-Ins >> Tools >> Post note to your BLOG >> Preferences and use your WordPress, URL; your URL should look like http://<blog_url>/wp-app.php/posts
If this does not work you may need to update your .htaccess file. Mine looks like the following:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Related posts:
- WordPress for GenealogyFor those of you out there interested in seeing a...
- WordPress & GRAMPS…I have posted a “how-to’ article on the Integration of...
Related posts brought to you by Yet Another Related Posts Plugin.

No comments
Comments feed for this article
Trackback link: http://wordpresshelp.org/2009/11/02/tomboy-to-wordpress-atom/trackback/