<?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>Erik's Lab &#187; OS X</title>
	<atom:link href="http://erikslab.com/category/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://erikslab.com</link>
	<description>Things I'm working on, not necessarily functioning yet.</description>
	<lastBuildDate>Tue, 10 Nov 2009 10:06:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>OS X: Go to (certain) Pref-Panes fast</title>
		<link>http://erikslab.com/2009/11/10/os-x-go-to-certain-pref-panes-fast/</link>
		<comments>http://erikslab.com/2009/11/10/os-x-go-to-certain-pref-panes-fast/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 10:06:35 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://erikslab.com/?p=65</guid>
		<description><![CDATA[Did you know that there is a shortcut to open certain panes in System Preferences in OS X? If you want to open the Sound-Pane in System Preferences then try this key combination: &#x2325; – any of the keycaps to modify the volume on your Mac The same goes for the Monitors-Pane: &#x2325; – keycap [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that there is a shortcut to open certain panes in <em>System Preferences</em> in <em>OS X</em>?</p>
<p>If you want to open the Sound-Pane in <i>System Preferences</i> then try this key combination:</p>
<p><kbd>&#x2325;</kbd> – <kbd>any of the keycaps to modify the volume on your Mac</kbd></p>
<p>The same goes for the Monitors-Pane:</p>
<p><kbd>&#x2325;</kbd> – <kbd>keycap to increase or decrease monitor backlight</kbd></p>
<p>Just a quick tip for the impatient. <img src='http://erikslab.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Works in 10.5.x and 10.6.x.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2009/11/10/os-x-go-to-certain-pref-panes-fast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tip: Launching Dashboard via AppleScript</title>
		<link>http://erikslab.com/2008/11/13/tip-launching-dashboard-via-applescript/</link>
		<comments>http://erikslab.com/2008/11/13/tip-launching-dashboard-via-applescript/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 08:26:13 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Dashboard]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/11/13/tip-launching-dashboard-via-applescript/</guid>
		<description><![CDATA[Just a short tip: Your Dashboard in OS X contains up to the minute information about things that are of interest to you, right? I use a script to launch iTunes and Mail in the morning while making coffee, the other thing I launch every morning is the Dashboard to get an overview of things [...]]]></description>
			<content:encoded><![CDATA[<p>Just a short tip: Your <em>Dashboard</em> in <em>OS X</em> contains up to the minute information about things that are of interest to you, right? I use a script to launch <i>iTunes</i> and <i>Mail</i> in the morning while making coffee, the other thing I launch every morning is the <em>Dashboard</em> to get an overview of things I want to know, e.g. weather-reports, stocks and the like.</p>
<p>It seems that it is not that widely known, that you are able to launch <em>Dashboard</em> via <em>AppleScript</em>, as well. If you got an error message like &#8216;Dashboard got an error: Application isn’t running.&#8217; while using <code>activate</code>, <code>launch</code> does the trick. It is as simple as that:</p>
<pre><code class="as">
<span class=bluebold>tell</span> <span class=bluereg>application</span> "Dashboard"
	<span class=bluereg>launch</span>
<span class=bluebold>end tell</span>
</code></pre>
<p>Bonus: If you are administering one or more <em>OS X servers</em>, then check your available Widgets in <em>Dashboard</em>, there is one to give you information about the vitals of your server(s).</p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/11/13/tip-launching-dashboard-via-applescript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X: Daylight Savings Time switch and launchd</title>
		<link>http://erikslab.com/2008/10/27/os-x-daylight-savings-time-switch-and-launchd/</link>
		<comments>http://erikslab.com/2008/10/27/os-x-daylight-savings-time-switch-and-launchd/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 11:30:37 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[launchd]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/10/27/os-x-daylight-savings-time-switch-and-launchd/</guid>
		<description><![CDATA[The end of the Daylight Time is near, this year, the switch takes place on November 2nd, to be precise. Usually no biggie, but Europe switched back last weekend and I switched a couple of jobs from cron to launchd, as prescribed by Apple, during the year on servers located in Europe. cron, the one [...]]]></description>
			<content:encoded><![CDATA[<p>The end of the <a href="http://aa.usno.navy.mil/faq/docs/daylight_time.php">Daylight Time</a> is near, this year, the switch takes place on November 2nd, to be precise. Usually no biggie, but Europe switched back last weekend and I switched a couple of jobs from <code>cron</code> to <code>launchd</code>, as prescribed by Apple, during the year on servers located in Europe.</p>
<p><code>cron</code>, the one available on <em>OS X</em>, is capable of handling the switch from <em>daylight time</em> to &#8216;normal&#8217; without problems. Meaning jobs starting between 2 AM and 3AM won&#8217;t run twice. I always thought, that this behavior is built into <code>launchd</code> as well. Long story short: Three OS X Servers started the jobs twice last weekend.</p>
<p>Just an FYI in case you need to know.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/10/27/os-x-daylight-savings-time-switch-and-launchd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Server: Reset diradmin&#8217;s Password</title>
		<link>http://erikslab.com/2008/10/02/os-x-server-reset-diradmins-password/</link>
		<comments>http://erikslab.com/2008/10/02/os-x-server-reset-diradmins-password/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 11:46:20 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[OS X Server]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/10/02/os-x-server-reset-diradmins-password/</guid>
		<description><![CDATA[The admin-password does not work with the diradmin-account? First things first: Don&#8217;t panic! There might be a way out of this. What happened? The passwords for the administrative account on OS X Server, I&#8217;m talking about the one created during installation, and the diradmin-account are the same, right? Are you sure? They probably are, if [...]]]></description>
			<content:encoded><![CDATA[<p>The admin-password does not work with the <em>diradmin</em>-account? First things first:</p>
<ul>
<li><i>Don&#8217;t panic!</i></li>
<li>There might be a way out of this.</li>
</ul>
<h3>What happened?</h3>
<p>The passwords for the administrative account on <em>OS X Server</em>, I&#8217;m talking about the one created during installation, and the <em>diradmin</em>-account are the same, right? Are you sure? They probably are, if you didn&#8217;t change one of them. These two passwords are the same <i>after</i> the installation, because they have been synchronized <i>during</i> the installation. If you should change one of them later, then they won&#8217;t be synced again. Shouldn&#8217;t be a problem, though, everyone keeps records of vital data like this, most of the time.</p>
<p>On the other hand, if one of us sets up a machine, then said machine should get a healthy workout before deployment, to make sure the hardware is OK. This usually includes the installation and configuration of all needed hard- and software. So, in theory, the machine would be ready for deployment. But, during these tests, nobody cares about passwords; the system runs in a controlled environment and access from outside of this environment is either impossible or severely restricted. This could mean—if the <em>Open Directory</em>-user-accounts have been created during this phase—that nobody tried to connect to the directory-tree as <em>diradmin</em> after the change to the &#8220;real&#8221; administrative password. Same goes for periodic changes to the administrative password, depending on your policy.</p>
<h3>It happened, I cannot login as diradmin any more…</h3>
<p>Regardless how it happened, don&#8217;t do anything in a rush now; breathe. Spare yourself the trouble to try <code>passwd diradmin</code> as super-user, it won&#8217;t work; you need the old password to make changes. If you have access to the system, either physically or via <code>ssh</code>, ARD or screen-sharing, then the situation can be rectified.</p>
<p>If possible, make a backup of the system, seriously! Then retrace the steps in <a href="http://support.apple.com/kb/HT1194">How to reset the Open Directory administrator password</a> and you should be OK.</p>
<p>In a nutshell: The documents describes how to use <em>Workgroup Manager</em> to gather information about the password and uses <code>mkpassdb</code> to dump the password-database and overwrite the old password with a new one. It seems, that on 10.5 all you need to do is to use</p>
<p><code>sudo mkpassdb -dump</code></p>
<p>to get the <em>slot-ID</em> and</p>
<p><code>mkpassdb -setpassword [slot-ID]</code></p>
<p>executed as super-user, a.k.a. <code>root</code> (one way to get there is <code>sudo su</code>), to create a new password for <em>diradmin</em>.</p>
<p>The latter is my experience, your mileage my vary.</p>
<p><i>Disclaimer:</i> The fact that it worked for me, does not necessarily mean it will work for you. You have to do it on your own risk, I&#8217;m not responsible if something goes wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/10/02/os-x-server-reset-diradmins-password/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OS X: Capturing Packets</title>
		<link>http://erikslab.com/2008/06/02/os-x-capturing-packets/</link>
		<comments>http://erikslab.com/2008/06/02/os-x-capturing-packets/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 14:44:08 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/06/02/os-x-capturing-packets/</guid>
		<description><![CDATA[Being kind of &#8220;Solaris-infested&#8221; at times (a.k.a. old habits die hard), I had a hard time capturing network-packets on OS X the other day. Not the capturing in itself, but remembering to use tcpdump instead of snoop. The command I was looking for was sudo tcpdump host [ip-address] It lists the packets as they go [...]]]></description>
			<content:encoded><![CDATA[<p>Being kind of &#8220;Solaris-infested&#8221; at times (a.k.a. <i>old habits die hard</i>), I had a hard time capturing network-packets on OS X the other day. Not the capturing in itself, but remembering to use <code>tcpdump</code> instead of snoop. The command I was looking for was</p>
<p><code>sudo tcpdump host [ip-address]</code></p>
<p>It lists the packets as they go by, regardless if <code>[ip-address]</code> is the source or the destination. The use of <code>sudo</code> is a necessity on OS X, you&#8217;ll end up with a <code>tcpdump: no suitable device found</code>-message otherwise and rightly so, &#8220;normal&#8221; users have no rights to <del>snoop</del> tpcdump packets. <img src='http://erikslab.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/06/02/os-x-capturing-packets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X: The Location for &#8220;Folder Action Scripts&#8221;</title>
		<link>http://erikslab.com/2008/04/19/os-x-the-location-for-folder-action-scripts/</link>
		<comments>http://erikslab.com/2008/04/19/os-x-the-location-for-folder-action-scripts/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 19:27:10 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Folder Actions]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/04/19/os-x-the-location-for-folder-action-scripts/</guid>
		<description><![CDATA[Since it bit me a couple of days ago: The AppleScripts to be used as Folder Actions must be stored in ~/Library/Scripts/Folder Action Scripts or /Library/Scripts/Folder Action Scripts. The former is the location for Scripts available to the user of the account, the latter for all users of a machine. Don&#8217;t get fooled by the [...]]]></description>
			<content:encoded><![CDATA[<p>Since it bit me a couple of days ago: The AppleScripts to be used as <em>Folder Actions</em> must be stored in <code>~/Library/Scripts/Folder Action Scripts</code> or <code>/Library/Scripts/Folder Action Scripts</code>.</p>
<p>The former is the location for Scripts available to the user of the account, the latter for all users of a machine. Don&#8217;t get fooled by the fact that you are able to choose any script via the context-menu of a folder if <em>Folder Actions</em> are enabled.</p>
<p>Just in case you need to know. <img src='http://erikslab.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/04/19/os-x-the-location-for-folder-action-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X: Repairing Permissions from the Command-Line</title>
		<link>http://erikslab.com/2008/04/03/os-x-repairing-permissions-from-the-command-line/</link>
		<comments>http://erikslab.com/2008/04/03/os-x-repairing-permissions-from-the-command-line/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 10:29:43 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/04/03/os-x-repairing-permissions-from-the-command-line/</guid>
		<description><![CDATA[Just a quick tip: Repairing the permissions on an OS X disk can be done from the command-line as well. The only caveat, you have to know the device of the volume. Getting the right device is easy: diskutil list The device-node in question is in the column titled IDENTIFIER. The device-path to use is [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick tip: Repairing the permissions on an OS X disk can be done from the command-line as well. The only caveat, you have to know the <em>device</em> of the volume. Getting the right device is easy:</p>
<p><code>diskutil list</code></p>
<p>The device-node in question is in the column titled <code>IDENTIFIER</code>. The device-path to use is the one with the name of the volume, e.g. if the column reads <code>disk0s2</code>, then the command would be:</p>
<p><code>diskutil repairPermissions /dev/disk0s2</code></p>
<p>You should see some kind of progress-bar in ASCII.</p>
<p>One thing to note though: Using the command does not prevent the &#8220;meditation&#8221; of the program after 20%. I&#8217;d be interested what the system is doing while it seems to mull over something when it is supposed to repair the permissions. <img src='http://erikslab.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/04/03/os-x-repairing-permissions-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X: Getting Image-Dimensions on the Command-Line (sips)</title>
		<link>http://erikslab.com/2008/03/09/os-x-getting-image-dimensions-on-the-command-line-sips/</link>
		<comments>http://erikslab.com/2008/03/09/os-x-getting-image-dimensions-on-the-command-line-sips/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 10:40:08 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[10.5.x]]></category>
		<category><![CDATA[image-processing]]></category>
		<category><![CDATA[sips]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/03/09/os-x-getting-image-dimensions-on-the-command-line-sips/</guid>
		<description><![CDATA[If you need to get the dimensions of an image-file via the command-line, let&#8217;s say in a script or an AppleScript, then there is a way to do so easily. Enter the scriptable image processing system or short sips. You didn&#8217;t know you got that installed on your OS X system alreay? Me neither. Assume, [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to get the dimensions of an image-file via the command-line, let&#8217;s say in a script or an AppleScript, then there is a way to do so easily. Enter the <em>scriptable image processing system</em> or short <em>sips</em>. You didn&#8217;t know you got that installed on your OS X system alreay? Me neither.</p>
<p>Assume, that we need to get the dimensions of an image for further handling of said image. The command</p>
<p><code>sips -g pixelWidth -g pixelHeight [image-file]</code></p>
<p>returns the values (and a lot more if asked correctly).</p>
<p>Give it a try and take a look at the man-page (<code>man sips</code>) for further information. A really handy tool for all scripters.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/03/09/os-x-getting-image-dimensions-on-the-command-line-sips/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MySQL-Endcoding on OS X Server 10.5.X</title>
		<link>http://erikslab.com/2008/03/06/mysql-endcoding-on-os-x-server-105x/</link>
		<comments>http://erikslab.com/2008/03/06/mysql-endcoding-on-os-x-server-105x/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 07:41:13 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OS X Server]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/03/06/mysql-endcoding-on-os-x-server-105x/</guid>
		<description><![CDATA[Just a quick hint for all the commandline-jockeys: The standard-encoding for new MySQL-Databases on OS X Server 10.5.X is not UTF-8 but latin1. Do not forget to specify the encoding when creating a new database, seriously. I suspect, that this depends on the language the system is installed in. The system that tricked me was [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick hint for all the commandline-jockeys: The standard-encoding for new MySQL-Databases on OS X Server 10.5.X is <em>not UTF-8</em> but <em>latin1</em>.</p>
<p><em>Do not forget to specify the encoding when creating a new database, seriously.</em> I suspect, that this depends on the language the system is installed in. The system that tricked me was using english, naturally. <img src='http://erikslab.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  It didn&#8217;t help much, that WordPress thought writing to a databases using UTF-8 encoding. Everything worked fine until I dumped the database and restored it on another system.</p>
<p>Alternatively, there is no <code>my.cnf</code> in the standard-locations on a clean OS X Server 10.5.X install, create one and specify the right encoding there. <em>But</em> get in the habit of checking the current default encoding before creating a new database.</p>
<p>Just a quick FYI. <img src='http://erikslab.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/03/06/mysql-endcoding-on-os-x-server-105x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My DocBook-Bundle for TextMate</title>
		<link>http://erikslab.com/2008/02/26/my-docbook-bundle-for-textmate/</link>
		<comments>http://erikslab.com/2008/02/26/my-docbook-bundle-for-textmate/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 09:04:22 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Docbook]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://erikslab.com/2008/02/26/my-docbook-bundle-for-textmate/</guid>
		<description><![CDATA[OK, here it is. The TextMate DocBook-bundle (click the link to download) I&#8217;m using for production. The emphasis is on I&#8217;m using. The bundle contains the entities I need for my daily work. Means, it does not contain all entities which can be used writing books and articles in DocBook. There are no templates, since [...]]]></description>
			<content:encoded><![CDATA[<p>OK, here it is. The <a href='http://erikslab.com/wp-content/uploads/2008/02/docbooktmbundle.zip' title='TextMate DocBook-bundle'>TextMate DocBook-bundle</a> (click the link to download) <i>I&#8217;m using for production</i>.</p>
<p>The emphasis is on <i>I&#8217;m using</i>. The bundle contains the entities <i>I</i> need for my daily work. Means, it does not contain all entities which can be used writing books and articles in <a href="http://www.docbook.org/">DocBook</a>. There are no templates, since I&#8217;m tweaking my DocBook-workflow at the moment.</p>
<p>You can use the bundle to ease the pain regarding spurious &gt;-signs by writing e.g. <code>application</code> or <code>systemitem</code>next to the <code>&lt;/para&gt;</code>-tag and hit the &#x21E5;-key, instead of typing &lt;-&#x21E5; and removing the additional &gt; appearing next to the <code>&lt;/para&gt;</code>-tag. There are <code>indexterms</code>, <code>xrefs</code>, <code>ulink</code>s, etc. Check it in the Bundle-Editor in TextMate.</p>
<p>On shortcut probably needs explanation, if you type <code>entity</code> followed by &#x21E5;, a line appears copying the symbolic name used in the document, e.g. <code>ch08</code> to the end of the same line with the extension <code>.xml</code> added. I tend to (especially late at night) introduce typos in the filenames. <img src='http://erikslab.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  The result is a run-of-the-mill entity-declaration like this:</p>
<p><code>&lt;!ENTITY ch08 SYSTEM "ch08.xml"&gt;</code></p>
<p>It&#8217;s your job to include the entity at the right spot in your master-document.</p>
<p>There is no sanity-check whatsoever, you have to make sure, that the structure is OK. The bundle is not a tool to teach anyone, it&#8217;s a tool to speed up my writing. If you are not sure about the &#8220;parents&#8221; or &#8220;children&#8221; allowed for a tag, take a look at <a href="http://www.docbook.org/tdg/en/html/docbook.html">DocBook: The Definitive Guide</a>.</p>
<p>Templates will be included in one of the next incarnations. I&#8217;m thinking about adding the creation of PDFs using <a href="http://xmlgraphics.apache.org/fop/">fop</a> to the bundle, for the time being, you&#8217;ll have to use your own scripts. Watch this space.</p>
<p>I hope you can put the bundle to use. If there is anything you miss, drop me a comment (moderated).</p>
<p>If you have no idea what <a href="http://macromates.com/">TextMate</a> is <i>and</i> you are using a Macintosh running OS X to write in DocBook, check out the link, seriously.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikslab.com/2008/02/26/my-docbook-bundle-for-textmate/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
