<?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>Comments on: Applescript to import articles into devonthink pro and del.icio.us from incoming NetNewsWire RSS streams</title>
	<atom:link href="http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/</link>
	<description>David Nunez lives, wonders, tinkers and builds in Boston.</description>
	<lastBuildDate>Mon, 12 Jul 2010 20:47:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Adam Rice</title>
		<link>http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/comment-page-1/#comment-65</link>
		<dc:creator>Adam Rice</dc:creator>
		<pubDate>Wed, 01 Aug 2007 17:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/#comment-65</guid>
		<description>&lt;p&gt;err, formatting came through a little borked.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>err, formatting came through a little borked.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Rice</title>
		<link>http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/comment-page-1/#comment-64</link>
		<dc:creator>Adam Rice</dc:creator>
		<pubDate>Wed, 01 Aug 2007 17:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/#comment-64</guid>
		<description>&lt;p&gt;To get Growl working, add this at the top level of your script
tell application &quot;GrowlHelperApp&quot;
    set the allNotificationsList to Â¬
        {&quot;devonthink importer notification&quot;, &quot;Another Test Notification&quot;}
    set the enabledNotificationsList to Â¬
        {&quot;devonthink importer notification&quot;}
    -- change &quot;devonthinkimporter&quot; to whatever you actually name the script file.
    register as application Â¬
        &quot;devonthinkimporter&quot; all notifications allNotificationsList Â¬
        default notifications enabledNotificationsList Â¬
        icon of application &quot;Mail&quot;
end tell&lt;/p&gt;

&lt;p&gt;Then add the following wherever you want to execute your &quot;if success&quot; condition:&lt;/p&gt;

&lt;p&gt;tell application &quot;GrowlHelperApp&quot;
    set the allNotificationsList to Â¬
        {&quot;devonthink importer notification&quot;, &quot;Another Test Notification&quot;}&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;&lt;code&gt;set the enabledNotificationsList to Â¬
    {&quot;devonthink importer notification&quot;}&lt;/p&gt;

&lt;p&gt;--  rename devonthinkimporter to script file name
notify with name Â¬
    &quot;devonthink importer notification&quot; title Â¬
    &quot;devonthink importer&quot; description Â¬
    &quot;Import succeeded&quot; &quot;devonthinkimporter&quot;&lt;/p&gt;

&lt;p&gt;notify with name Â¬
    &quot;Another Test Notification&quot; title Â¬
    &quot;Another Test Notification :) &quot; description Â¬
    &quot;Alas â€” you won&#039;t see me until you enable me...&quot; application name &quot;devonthinkimporter&quot;
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;I think that&#039;ll work&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To get Growl working, add this at the top level of your script
tell application &#8220;GrowlHelperApp&#8221;
    set the allNotificationsList to Â¬
        {&#8220;devonthink importer notification&#8221;, &#8220;Another Test Notification&#8221;}
    set the enabledNotificationsList to Â¬
        {&#8220;devonthink importer notification&#8221;}
    &#8212; change &#8220;devonthinkimporter&#8221; to whatever you actually name the script file.
    register as application Â¬
        &#8220;devonthinkimporter&#8221; all notifications allNotificationsList Â¬
        default notifications enabledNotificationsList Â¬
        icon of application &#8220;Mail&#8221;
end tell</p>

<p>Then add the following wherever you want to execute your &#8220;if success&#8221; condition:</p>

<p>tell application &#8220;GrowlHelperApp&#8221;
    set the allNotificationsList to Â¬
        {&#8220;devonthink importer notification&#8221;, &#8220;Another Test Notification&#8221;}</p>

<p><pre><code>set the enabledNotificationsList to Â¬
    {"devonthink importer notification"}</code></pre></p>

<p>--  rename devonthinkimporter to script file name
notify with name Â¬
    "devonthink importer notification" title Â¬
    "devonthink importer" description Â¬
    "Import succeeded" "devonthinkimporter"</p>

<p>notify with name Â¬
    "Another Test Notification" title Â¬
    "Another Test Notification <img src='http://www.davidnunez.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  " description Â¬
    "Alas â€” you won't see me until you enable me..." application name "devonthinkimporter"
</p>

<p>I think that&#8217;ll work</p>]]></content:encoded>
	</item>
</channel>
</rss>
