<?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>raoli.com &#187; Projects</title>
	<atom:link href="http://raoli.com/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://raoli.com</link>
	<description>random and occassionally coherent musings</description>
	<lastBuildDate>Sat, 09 Oct 2010 13:01:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mail Headline 1.0.1</title>
		<link>http://raoli.com/2007/08/29/mail-headline-101/</link>
		<comments>http://raoli.com/2007/08/29/mail-headline-101/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 00:12:14 +0000</pubDate>
		<dc:creator>Eric Blair</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mail Headline]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://raoli.com/2007/08/29/mail-headline-101/</guid>
		<description><![CDATA[I&#8217;ve posted Mail Headline 1.0.1. It&#8217;s a fairly small upgrade, but if you&#8217;ve had any trouble mailing articles, you should grab this version.
If anybody has trouble with this version, let me know.
What&#8217;s New:

Mail Headline should no longer refuse to convert HTML that contains non-ASCII Unicode characters.
No longer prepend &#8220;Fwd: &#8221; to email subject.
Links are included [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve posted <a href="http://raoli.com/projects/applescripts/">Mail Headline 1.0.1</a>. It&#8217;s a fairly small upgrade, but if you&#8217;ve had any trouble mailing articles, you should grab this version.</p>
<p>If anybody has trouble with this version, <a href="mailto:eblair@raoli.com">let me know</a>.</p>
<p>What&#8217;s New:</p>
<ul>
<li>Mail Headline should no longer refuse to convert HTML that contains non-ASCII Unicode characters.</li>
<li>No longer prepend &ldquo;Fwd: &rdquo; to email subject.</li>
<li>Links are included after the respective paragraphs instead of the end of the article.</li>
</ul>
<p>As always, you can download Mail Headline <a href="http://raoli.com/wp-content/uploads/2007/08/mailheadline-101.zip">directly</a> or get more information from my <a href="http://raoli.com/projects/applescripts/">AppleScript</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://raoli.com/2007/08/29/mail-headline-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail Headline</title>
		<link>http://raoli.com/2007/08/13/mail-headline/</link>
		<comments>http://raoli.com/2007/08/13/mail-headline/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 18:22:14 +0000</pubDate>
		<dc:creator>Eric Blair</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mail Headline]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://raoli.com/2007/08/13/mail-headline/</guid>
		<description><![CDATA[I&#8217;ve been a pretty heavy user of NetNewsWire for several years now and enjoy seeing what new features Brent Simmons adds with each new release. At some point (version 2.0, maybe?), he added the ability to email post contents. Unfortunately, this only worked with Mail. Since I primarily use Mailsmith, you might see how this [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a pretty heavy user of NetNewsWire for several years now and enjoy seeing what new features Brent Simmons adds with each new release. At some point (version 2.0, maybe?), he added the ability to email post contents. Unfortunately, this only worked with Mail. Since I primarily use Mailsmith, you might see how this could be a problem. Therefore, AppleScript to the rescue.</p>
<p><a href="http://raoli.com/projects/applescripts/">Mail Headline</a> is a plain-text replacement for the Mail Contents of this News Item command that&#8217;s capable of supporting multiple email clients. The contents of the news item are processed with Aaron Swartz&#8217; <a href="http://www.aaronsw.com/2002/html2text/">html2text</a> and converted to <a href="http://daringfireball.net/projects/markdown/">Markdown</a>-formatted text. The currently supported email clients include Mailsmith, Entourage, and Mail (if you prefer plain text over rich text for emails).</p>
<p>There are a few things you should know about this script.</p>
<ul>
<li>You need to configure it for you email client before it will run. You do this by opening the script and uncommenting the line indicating your email client.</li>
<li>As written, it requires NetNewsWire 2.1.</li>
<li>NetNewsWire will <em>not</em> run the script from its Script menu. I recommend using something like the system script menu or <a href="http://www.red-sweater.com/fastscripts/index.html">FastScripts</a></li>
<li>html2text sometimes has refuses to translate pages. The two reasons I&#8217;ve seen for this are unencoded or unknown HTML entities. html2text can be updated to recognize the latter; I&#8217;m not sure what to do about the former.</li>
</ul>
<p>You can visit the <a href="http://raoli.com/projects/applescripts/">AppleScripts</a> page for more information and to download the latest version</p>
<p><em>Update:</em> Turns out Mail Headline supports 2.1, as well. Thanks for the info, <a href="http://ranchero.com/">Brent</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://raoli.com/2007/08/13/mail-headline/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Display Webpages in Tabs</title>
		<link>http://raoli.com/2006/06/21/display-webpages-in-tabs/</link>
		<comments>http://raoli.com/2006/06/21/display-webpages-in-tabs/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 08:07:18 +0000</pubDate>
		<dc:creator>Eric Blair</dc:creator>
				<category><![CDATA[Display Webpages in Tabs]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.raoli.com/?p=292</guid>
		<description><![CDATA[I was looking at my Projects page and realized I hadn&#8217;t added anything new for over 3 years. I also saw I had some year+ old code in my Sandbox folder that appeared ready for distribution.
In the spirit of those two things, I&#8217;m happy to actually post something new. My Display Webpages in Tabs Automator [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking at my <a href="http://raoli.com/projects/">Projects</a> page and realized I hadn&#8217;t added anything new for over 3 years. I also saw I had some year+ old code in my Sandbox folder that appeared ready for distribution.</p>
<p>In the spirit of those two things, I&#8217;m happy to actually post something new. My Display Webpages in Tabs Automator action is now available. This action is largely a drop-in replacement for Apple&#8217;s Display Webpages action. The main difference is that my action, appropraitely enough, generates new tabs for URLs instead of new windows. The other difference is that my action only returns a single document reference instead of one one reference for every created document.</p>
<p>You can <a href="http://raoli.com/projects/automator/actions/DisplayWebpagesInTabs1.0.zip">download Display Webpages in Tabs directly</a> or you can visit the <a href="http://raoli.com/projects/automator/">Automator Actions</a> page on this very site. I may get around to posting the other actions I&#8217;ve got floating around my system.</p>
]]></content:encoded>
			<wfw:commentRss>http://raoli.com/2006/06/21/display-webpages-in-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.274 seconds -->

