<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: PocketModMac:  MacOSX PocketMod Generator Via Print Dialog</title>
	<atom:link href="http://dltj.org/article/pocketmodmac/feed/" rel="self" type="application/rss+xml" />
	<link>http://dltj.org/article/pocketmodmac/</link>
	<description>We&#039;re Disrupted, We&#039;re Librarians, and We&#039;re Not Going to Take It Anymore</description>
	<lastBuildDate>Thu, 18 Mar 2010 17:46:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Links: PocketModMac: MacOSX PocketMod Generator Via Print Dialog</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-39555</link>
		<dc:creator>Links: PocketModMac: MacOSX PocketMod Generator Via Print Dialog</dc:creator>
		<pubDate>Thu, 24 Dec 2009 10:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-39555</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] PocketModMac: MacOSX PocketMod Generator Via Print Dialog &#8211; A cool way of printing in PocketMod format from any MacOSX application (tags: pocketmod macosx tools productivity printing )  Tags: Linky &#183; macosx &#183; pocketmod &#183; printing &#183; Productivity &#183; tools [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://dltj.org/wp-content/plugins/kramer/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] PocketModMac: MacOSX PocketMod Generator Via Print Dialog &#8211; A cool way of printing in PocketMod format from any MacOSX application (tags: pocketmod macosx tools productivity printing )  Tags: Linky &middot; macosx &middot; pocketmod &middot; printing &middot; Productivity &middot; tools [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Printing task lists in PocketMod format from Things</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-33886</link>
		<dc:creator>Printing task lists in PocketMod format from Things</dc:creator>
		<pubDate>Tue, 23 Sep 2008 23:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-33886</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...]   - The harder to set up (not _that_ hard, it took me all of 10 minutes), but automated way: create a new &quot;PocketMod&quot; PDF service and print directly in PocketMod format from the Print dialog.    None of these is exclusive for [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://dltj.org/wp-content/plugins/kramer/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...]   &#8211; The harder to set up (not _that_ hard, it took me all of 10 minutes), but automated way: create a new &quot;PocketMod&quot; PDF service and print directly in PocketMod format from the Print dialog.    None of these is exclusive for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the Jester</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-33885</link>
		<dc:creator>the Jester</dc:creator>
		<pubDate>Tue, 23 Sep 2008 14:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-33885</guid>
		<description>@ZZamboni -- Thanks for trying this out and reporting the issues.  The core of the problem is that WordPress&#039;s &lt;a href=&quot;&quot;http://codex.wordpress.org/Function_Reference/wptexturize&quot; rel=&quot;nofollow&quot;&gt;wptexturize&lt;/a&gt; function -- invoked by the theme to pretty up the typographical elements of the text -- modifies characters within &lt;code&gt; tags.  I&#039;m using a &lt;blockquote&gt;&lt;code&gt; combination because if I were to use a &lt;pre&gt; block the shell command would stretch well past the right margin of the browser.  (And if I artificially insert line breaks inside the &lt;pre&gt; block, those line breaks would be pasted into the Automator window.)

I found &lt;a href=&quot;&quot;http://www.planetmike.com/journal/plugins/codequotes/&quot; rel=&quot;nofollow&quot;&gt;PlanetMike CodeQuotes&lt;/a&gt; will reverse the changes made by wptexturize inside &lt;code&gt; blocks.  I had to make one addition to the plugin because &lt;a href=&quot;&quot;http://trac.wordpress.org/browser/tags/2.6.2/wp-includes/formatting.php#L24&quot; rel=&quot;nofollow&quot;&gt;wptexturize&lt;/a&gt; was replacing regex &lt;code&gt;/(\d+)x(\d+)/&lt;/code&gt; with &lt;code&gt;$1&#215;$2&lt;/code&gt;.  So I added this (which will probably also get munged by the WordPress wptexturize function): $line = str_replace(&#039;&#215;&#039;, &#039;x&#039;,$line);

While tweaking the article, I also modified the &quot;Run Script&quot; automator action graphic to highlight the need to modify the &quot;Pass Input&quot; parameter.</description>
		<content:encoded><![CDATA[<p>@ZZamboni &#8212; Thanks for trying this out and reporting the issues.  The core of the problem is that WordPress&#8217;s <a href="&quot;http://codex.wordpress.org/Function_Reference/wptexturize" rel="nofollow">wptexturize</a> function &#8212; invoked by the theme to pretty up the typographical elements of the text &#8212; modifies characters within &lt;code&gt; tags.  I&#8217;m using a &lt;blockquote&gt;&lt;code&gt; combination because if I were to use a &lt;pre&gt; block the shell command would stretch well past the right margin of the browser.  (And if I artificially insert line breaks inside the &lt;pre&gt; block, those line breaks would be pasted into the Automator window.)</p>
<p>I found <a href="&quot;http://www.planetmike.com/journal/plugins/codequotes/" rel="nofollow">PlanetMike CodeQuotes</a> will reverse the changes made by wptexturize inside &lt;code&gt; blocks.  I had to make one addition to the plugin because <a href="&quot;http://trac.wordpress.org/browser/tags/2.6.2/wp-includes/formatting.php#L24" rel="nofollow">wptexturize</a> was replacing regex <code>/(\d+)x(\d+)/</code> with <code>$1&amp;#215;$2</code>.  So I added this (which will probably also get munged by the WordPress wptexturize function): $line = str_replace(&#8216;&#215;&#8217;, &#8216;x&#8217;,$line);</p>
<p>While tweaking the article, I also modified the &#8220;Run Script&#8221; automator action graphic to highlight the need to modify the &#8220;Pass Input&#8221; parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links: PocketModMac: MacOSX PocketMod Generator Via Print Dialog</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-33884</link>
		<dc:creator>Links: PocketModMac: MacOSX PocketMod Generator Via Print Dialog</dc:creator>
		<pubDate>Tue, 23 Sep 2008 14:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-33884</guid>
		<description>[...] PocketModMac: MacOSX PocketMod Generator Via Print Dialog - A cool way of printing in PocketMod format from any MacOSX application (tags: pocketmod macosx tools productivity printing )  Tags: Linky &#183; macosx &#183; pocketmod &#183; printing &#183; Productivity &#183; tools [...]</description>
		<content:encoded><![CDATA[<p>[...] PocketModMac: MacOSX PocketMod Generator Via Print Dialog &#8211; A cool way of printing in PocketMod format from any MacOSX application (tags: pocketmod macosx tools productivity printing )  Tags: Linky &middot; macosx &middot; pocketmod &middot; printing &middot; Productivity &middot; tools [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZZamboni</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-33883</link>
		<dc:creator>ZZamboni</dc:creator>
		<pubDate>Tue, 23 Sep 2008 13:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-33883</guid>
		<description>This is very cool, thanks for the instructions! It works fine under Leopard (10.5.5) for me. One note of advice: if you copy-and-paste the script, you have to make sure to replace the funny graphical characters (the x in &quot;2x4&quot; and the quotes around &quot;1l,2r,etc.&quot;) with their ASCII counterparts, after you paste the text in Automator. Also, don&#039;t forget to change the &quot;Pass input:&quot; setting to &quot;as arguments&quot;! I made both of these mistakes, but after fixing them, it works beautifully.</description>
		<content:encoded><![CDATA[<p>This is very cool, thanks for the instructions! It works fine under Leopard (10.5.5) for me. One note of advice: if you copy-and-paste the script, you have to make sure to replace the funny graphical characters (the x in &#8220;2&#215;4&#8243; and the quotes around &#8220;1l,2r,etc.&#8221;) with their ASCII counterparts, after you paste the text in Automator. Also, don&#8217;t forget to change the &#8220;Pass input:&#8221; setting to &#8220;as arguments&#8221;! I made both of these mistakes, but after fixing them, it works beautifully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Il labirinto di PAC: Una agenda in un sol foglio: PocketMod (Terza parte)</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-33435</link>
		<dc:creator>Il labirinto di PAC: Una agenda in un sol foglio: PocketMod (Terza parte)</dc:creator>
		<pubDate>Thu, 12 Jun 2008 12:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-33435</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] a convertirlo in un unico foglio pronto per essere ripiegato come PocketMod, una volta stampato.Pocketmod generato via print dialog (MacOS X)Dettagliate istruzioni le trovate nella pagina linkata. Si spiega come aggiungere la [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://dltj.org/wp-content/plugins/kramer/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] a convertirlo in un unico foglio pronto per essere ripiegato come PocketMod, una volta stampato.Pocketmod generato via print dialog (MacOS X)Dettagliate istruzioni le trovate nella pagina linkata. Si spiega come aggiungere la [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vacuum - Edward Vielmetti in Ann Arbor, Michigan 48104</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-22503</link>
		<dc:creator>Vacuum - Edward Vielmetti in Ann Arbor, Michigan 48104</dc:creator>
		<pubDate>Tue, 11 Sep 2007 12:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-22503</guid>
		<description>&lt;!--%kramer-pre%--&gt;PocketModMac: MacOSX PocketMod Generator Via Print Dialog in Disruptive Library Technology Jester&lt;!--%kramer-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a class="technorati-balloon" href="http://www.technorati.com/cosmos/search.html?url=http://dltj.org/article/pocketmodmac/"><img src="http://static.technorati.com/images/bubble_h17.gif" class="technorati-balloon" alt="links from Technorati" style="border:0;" /></a>PocketModMac: MacOSX PocketMod Generator Via Print Dialog in Disruptive Library Technology Jester</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teddythebear: Print2PocketMod in MacOSX</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-21672</link>
		<dc:creator>teddythebear: Print2PocketMod in MacOSX</dc:creator>
		<pubDate>Wed, 29 Aug 2007 16:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-21672</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] in MacOSX    Finally found this via macosxhints.com: a tutorial for PocketModMac, a MacOSX PocketMod generator via print dialog. Now you can print directly from any MacOSX application directly to a PocketMod page.Labels: Mac, [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://dltj.org/wp-content/plugins/kramer/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] in MacOSX    Finally found this via macosxhints.com: a tutorial for PocketModMac, a MacOSX PocketMod generator via print dialog. Now you can print directly from any MacOSX application directly to a PocketMod page.Labels: Mac, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ds</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-21180</link>
		<dc:creator>ds</dc:creator>
		<pubDate>Wed, 22 Aug 2007 18:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-21180</guid>
		<description>Great sadness. I was overjoyed to find this, but, alas, can not make it work. I&#039;ve copied your directions scrupiously, but when I choose the print command, the pages progress bar goes by and--nothing happens.

I&#039;ve searched for the temp[number].err you mention, but I don&#039;t seem to have that.

Any extra tips?</description>
		<content:encoded><![CDATA[<p>Great sadness. I was overjoyed to find this, but, alas, can not make it work. I&#8217;ve copied your directions scrupiously, but when I choose the print command, the pages progress bar goes by and&#8211;nothing happens.</p>
<p>I&#8217;ve searched for the temp[number].err you mention, but I don&#8217;t seem to have that.</p>
<p>Any extra tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macosxhints.com - OS X tips and tricks!</title>
		<link>http://dltj.org/article/pocketmodmac/comment-page-1/#comment-21049</link>
		<dc:creator>macosxhints.com - OS X tips and tricks!</dc:creator>
		<pubDate>Mon, 20 Aug 2007 11:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://dltj.org/2007/08/pocketmodmac/#comment-21049</guid>
		<description>&lt;!--%kramer-pre%--&gt; Full details can be found in this post on the Disruptive Library Technology Jester blog.    [robg adds: I tried this, and it seemed to work as described.]&lt;!--%kramer-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a class="technorati-balloon" href="http://www.technorati.com/cosmos/search.html?url=http://dltj.org/article/pocketmodmac/"><img src="http://static.technorati.com/images/bubble_h17.gif" class="technorati-balloon" alt="links from Technorati" style="border:0;" /></a> Full details can be found in this post on the Disruptive Library Technology Jester blog.    [robg adds: I tried this, and it seemed to work as described.]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
