<?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>dot name &#187; tiddlywiki</title>
	<atom:link href="http://toze.name/tag/tiddlywiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://toze.name</link>
	<description></description>
	<lastBuildDate>Fri, 18 Mar 2011 09:07:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title></title>
		<link>http://toze.name/2009/04/893/</link>
		<comments>http://toze.name/2009/04/893/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 18:03:01 +0000</pubDate>
		<dc:creator>tozé</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fluid]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[tiddlywiki]]></category>

		<guid isPermaLink="false">http://toze.name/?p=893</guid>
		<description><![CDATA[Saving changes to Tiddlywiki using Webkit browsers To be able to save changes under any browser (or app) that uses Webkit to Tiddlywiki: Save this java file to the same directory as the tiddlywiki file(s) (mine was /Sites/). Then, create a new file containing the following code (again, assuming your tiddlywiki files are on /Sites/): [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="tip"><h4>Saving changes to Tiddlywiki using Webkit browsers</h4>
<p>To be able to save changes under any browser (or <a href="http://fluidapp.com">app</a>)  that uses Webkit to <a title="tiddlywiki's website" href="http://tiddlywiki.com">Tiddlywiki</a>:</p>
<p>Save this java <a href="http://www.tiddlywiki.com/TiddlySaver.jar">file</a> to the same directory as the tiddlywiki file(s) (mine was <code>/Sites/</code>).</p>
<p>Then, create a new file containing the following code (again, assuming your tiddlywiki files are on <code>/Sites/</code>):</p>
<p><code><br />
grant codeBase "file:${user.home}/Sites/*"<br />
{ permission java.io.FilePermission "${user.home}/Sites/*", "read,write"; };<br />
</code></p>
<p>Save this file to your home directory (typically <code>~/Users/YourName</code>) and name it .java.policy</p>
<p>After all this is done, quit Safari. You should be able to save all changes now.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://toze.name/2009/04/893/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

