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:
- SEO, Visibility, and Usability As many of you may have noticed, I have...
- WordPress for Genealogy For those of you out there interested in seeing...
- WordPress Security There are numerous actions a prudent web admin can...
- DoFollow-NoFollow? In order to better understand the relative merits of...
- Copyright Infringement Of late, it has come to my attention that...
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/