<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: AndTidWiki</title>
	<atom:link href="http://mgsimon.de/android/andtidwiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://mgsimon.de</link>
	<description>Esc(ape), einfach ein anderes Blog über technische Spielerei ...</description>
	<lastBuildDate>Sat, 21 Jan 2012 07:45:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: mg</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-3/#comment-14045</link>
		<dc:creator>mg</dc:creator>
		<pubDate>Sat, 21 Jan 2012 07:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-14045</guid>
		<description>@Tiberius; The Activity for AndTidWiki have following intent filter.
&lt;pre lang=&quot;text&quot;&gt;
&lt;intent-filter&gt;
  &lt;action android:name=&quot;android.intent.action.VIEW&quot;/&gt;
  &lt;data android:mimeType=&quot;text/html&quot; android:scheme=&quot;file&quot;/&gt;
  &lt;category android:name=&quot;android.intent.category.DEFAULT&quot;/&gt;
&lt;/intent-filter&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Tiberius; The Activity for AndTidWiki have following intent filter.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">&lt;intent-filter&gt;
  &lt;action android:name=&quot;android.intent.action.VIEW&quot;/&gt;
  &lt;data android:mimeType=&quot;text/html&quot; android:scheme=&quot;file&quot;/&gt;
  &lt;category android:name=&quot;android.intent.category.DEFAULT&quot;/&gt;
&lt;/intent-filter&gt;</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Von: Tiberius</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-3/#comment-14041</link>
		<dc:creator>Tiberius</dc:creator>
		<pubDate>Fri, 20 Jan 2012 17:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-14041</guid>
		<description>@mg To be more specific, what I&#039;d like to know is how you implemented that container and that interface to the file system.</description>
		<content:encoded><![CDATA[<p>@mg To be more specific, what I&#8217;d like to know is how you implemented that container and that interface to the file system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tiberius</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-2/#comment-14040</link>
		<dc:creator>Tiberius</dc:creator>
		<pubDate>Fri, 20 Jan 2012 17:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-14040</guid>
		<description>@mg I want to write an application which starts a Service that scans the tiddlywiki html file every minute for tiddlers with the tag &quot;calendar&quot; and depending on the content of these tiddlers the service decides whether or not to emit notifications in the notification list(these tiddlers are like reminders and they contain the date and time when they should be remidned to the user via android notifications). When the user gets a notification from this Service and he taps it I want an AndTidWiki-like viewer to start with the tiddlywiki file loaded and with the tidder corresponding to that notification displayed. So I basically want to start your application from my application. But it would be nice to know how you implemented AndTidWiki so that I could integrate it in my app without having to call it as an external application.</description>
		<content:encoded><![CDATA[<p>@mg I want to write an application which starts a Service that scans the tiddlywiki html file every minute for tiddlers with the tag &#8220;calendar&#8221; and depending on the content of these tiddlers the service decides whether or not to emit notifications in the notification list(these tiddlers are like reminders and they contain the date and time when they should be remidned to the user via android notifications). When the user gets a notification from this Service and he taps it I want an AndTidWiki-like viewer to start with the tiddlywiki file loaded and with the tidder corresponding to that notification displayed. So I basically want to start your application from my application. But it would be nice to know how you implemented AndTidWiki so that I could integrate it in my app without having to call it as an external application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: mg</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-2/#comment-14019</link>
		<dc:creator>mg</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-14019</guid>
		<description>@Tiberius; you will not need the AndTidWiki source code to send notifications.

AndTidWiki is a container to support an interface to the filesystem.

I think you have to resolve your idea in TiddlyWiki with customized JavaScript.

Anyway up to date the source is not public hosted, but you can send me more information and maybe an JavaScript interface to AndTidWiki is possible?</description>
		<content:encoded><![CDATA[<p>@Tiberius; you will not need the AndTidWiki source code to send notifications.</p>
<p>AndTidWiki is a container to support an interface to the filesystem.</p>
<p>I think you have to resolve your idea in TiddlyWiki with customized JavaScript.</p>
<p>Anyway up to date the source is not public hosted, but you can send me more information and maybe an JavaScript interface to AndTidWiki is possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tiberius</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-2/#comment-14018</link>
		<dc:creator>Tiberius</dc:creator>
		<pubDate>Thu, 19 Jan 2012 14:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-14018</guid>
		<description>Hi! Do you give the source code to people? I&#039;d like to write a similar application and make it send notifications based on the content of the tiddlywiki file. It would be easier if I could have your source code as a starting point.

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi! Do you give the source code to people? I&#8217;d like to write a similar application and make it send notifications based on the content of the tiddlywiki file. It would be easier if I could have your source code as a starting point.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: mg</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-2/#comment-13015</link>
		<dc:creator>mg</dc:creator>
		<pubDate>Fri, 09 Dec 2011 17:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-13015</guid>
		<description>@jeff; sure ... :)</description>
		<content:encoded><![CDATA[<p>@jeff; sure &#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: jeff</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-2/#comment-13012</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Fri, 09 Dec 2011 16:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-13012</guid>
		<description>May I please have a copy of the apk? 

Cruz Reader can&#039;t use the Market

Thank you!</description>
		<content:encoded><![CDATA[<p>May I please have a copy of the apk? </p>
<p>Cruz Reader can&#8217;t use the Market</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Victor</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-2/#comment-12379</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 17 Nov 2011 10:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-12379</guid>
		<description>@mg;
I&#039;ve received it! Thank you!</description>
		<content:encoded><![CDATA[<p>@mg;<br />
I&#8217;ve received it! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: mg</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-2/#comment-12378</link>
		<dc:creator>mg</dc:creator>
		<pubDate>Thu, 17 Nov 2011 10:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-12378</guid>
		<description>@Victor; 2nd try ... :)</description>
		<content:encoded><![CDATA[<p>@Victor; 2nd try &#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Victor</title>
		<link>http://mgsimon.de/android/andtidwiki/comment-page-2/#comment-12377</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 17 Nov 2011 09:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://mgsimon.de/#comment-12377</guid>
		<description>@mg;
Oh, sorry!
Right e-mail is ...@gmail.com. It definitely works.</description>
		<content:encoded><![CDATA[<p>@mg;<br />
Oh, sorry!<br />
Right e-mail is <a href="mailto:...@gmail.com">&#8230;@gmail.com</a>. It definitely works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

