<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cryptosystem.org &#187; Tomboy</title>
	<atom:link href="http://www.cryptosystem.org/archives/categories/tomboy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cryptosystem.org</link>
	<description></description>
	<lastBuildDate>Sat, 05 Sep 2009 21:05:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fun with chrome caching in Firefox</title>
		<link>http://www.cryptosystem.org/archives/2005/04/fun-with-chrome-caching-in-firefox/</link>
		<comments>http://www.cryptosystem.org/archives/2005/04/fun-with-chrome-caching-in-firefox/#comments</comments>
		<pubDate>Fri, 22 Apr 2005 00:59:38 +0000</pubDate>
		<dc:creator>ryanfb</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tomboy]]></category>

		<guid isPermaLink="false">http://www.cryptosystem.org/wordpress/?p=11</guid>
		<description><![CDATA[After struggling with this lovely error (&#8221;XML Parsing Error: not well-formed&#8221; while pointing to a nonexistant location in my code) for a while hacking around on Wereboy, I became a little frustrated. So I created a clean profile and added the extension, where it worked fine. Turns out that profiledir/XUL.mfasl will apparently keep around uninstalled [...]]]></description>
			<content:encoded><![CDATA[<p>After struggling with <a href="http://cryptosystem.org/projects/wereboy/xulerror.png">this lovely error</a> (&#8221;XML Parsing Error: not well-formed&#8221; while pointing to a nonexistant location in my code) for a while hacking around on <a href="http://cryptosystem.org/projects/wereboy/">Wereboy</a>, I became a little frustrated. So I created a clean profile and added the extension, where it worked fine. Turns out that profiledir/XUL.mfasl will apparently keep around uninstalled plugin chrome then later confuse itself, resulting in this sort of breakage. You have to delete/move it then relaunch Firefox to force a rebuild.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cryptosystem.org/archives/2005/04/fun-with-chrome-caching-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML-RPC Blogging Plugin for Tomboy</title>
		<link>http://www.cryptosystem.org/archives/2005/04/xml-rpc-blogging-plugin-for-tomboy/</link>
		<comments>http://www.cryptosystem.org/archives/2005/04/xml-rpc-blogging-plugin-for-tomboy/#comments</comments>
		<pubDate>Wed, 20 Apr 2005 04:33:20 +0000</pubDate>
		<dc:creator>ryanfb</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Tomboy]]></category>

		<guid isPermaLink="false">http://www.cryptosystem.org/wordpress/?p=10</guid>
		<description><![CDATA[This plugin lets you post Tomboy notes to a weblog through the magic of XML-RPC. Attached is the source (goes in tomboy-[ver]/Tomboy/Plugins/) and a diff/patch against the cvs tomboy-[ver]/Tomboy/Plugins/Makefile.am.

Notes:


needs XmlRpcCS. Mono 1.1.x users, check my guide for installing it.
there&#8217;s no pref&#8217;s dialog, you need gnome-blog, it currently reads your gnome-blog settings from GConf
currently only supports [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin lets you post Tomboy notes to a weblog through the magic of XML-RPC. Attached is the <a href="http://www.cryptosystem.org/projects/xmlrpc/Blog.cs">source</a> (goes in <code>tomboy-[ver]/Tomboy/Plugins/</code>) and a <a href="http://www.cryptosystem.org/projects/xmlrpc/blog.diff">diff/patch</a> against the cvs <code>tomboy-[ver]/Tomboy/Plugins/Makefile.am</code>.</p>

<p>Notes:</p>

<ul>
<li>needs <a href="http://xmlrpccs.sourceforge.net/">XmlRpcCS</a>. Mono 1.1.x users, check my <a href="http://www.cryptosystem.org/archives/2005/04/xmlrpccs_with_m.html">guide</a> for installing it.</li>
<li>there&#8217;s no pref&#8217;s dialog, you need gnome-blog, it currently reads your gnome-blog settings from GConf</li>
<li>currently only supports the MetaWeblog API (MovableType, etc.)</li>
<li>does not support post editing</li>
<li>currently just uploads whatever the text value of the note is. If your blog supports setting a default formatting style (like Markdown), just use that in your note and it should show up properly.</li>
</ul>

<p>Some ideas for enhancement:</p>

<ul>
<li>keep track of postID&#8217;s in an extra XML field (like width and height are now). This would allow you to upload a post, then edit/update it within Tomboy.</li>
<li>move pref&#8217;s to Tomboy&#8217;s preferences dialog and GConf settings?</li>
<li>let you sync your notes with your weblog. This would update your blog with local Tomboy changes, as well as pull down other posts not made from Tomboy into Tomboy.</li>
<li>maybe a different icon?</li>
</ul>

<p>Enjoy, feel free to enhance/update/improve/etc.</p>

<p>And yes, this post was made with it. <img src='http://www.cryptosystem.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cryptosystem.org/archives/2005/04/xml-rpc-blogging-plugin-for-tomboy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
