<?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: Whoops</title>
	<atom:link href="http://weblog.2bithacker.net/geek-stuff/whoops.html/feed" rel="self" type="application/rss+xml" />
	<link>http://weblog.2bithacker.net/geek-stuff/whoops.html</link>
	<description>We do what we must because we can.</description>
	<lastBuildDate>Thu, 22 Jul 2010 21:25:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: DJFelix</title>
		<link>http://weblog.2bithacker.net/geek-stuff/whoops.html/comment-page-1#comment-224</link>
		<dc:creator>DJFelix</dc:creator>
		<pubDate>Fri, 23 Jun 2006 23:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://kyzoku.2bithacker.net/GeekStuff/whoops.html#comment-224</guid>
		<description>Let&#039;s try that code again using the magic WordPress tags ... Again, here is a diff showing the very minor changes I made to ljcrosspost.pm:

&lt;code&gt;
--- ljcrosspost.pm      2003-11-24 14:55:07.000000000 -0600
+++ modified/ljcrosspost.pm 2006-06-23 18:14:45.000000000 -0500
@@ -290,6 +290,8 @@
               event           =&gt;      $entry_text &#124;&#124; &#039;What happened to the text?&#039;,
               subject         =&gt;      $entry-&gt;title,
               lineendings     =&gt;      &#039;unix&#039;,
+               security        =&gt;      $args-&gt;{security} &#124;&#124; &#039;public&#039;,
+               allowmask       =&gt;      $args-&gt;{allowmask} &#124;&#124; &#039;1&#039;,
       );

       my $method;
&lt;/code&gt;

With the MT template tag looking like:

&lt;code&gt;

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Let&#8217;s try that code again using the magic WordPress tags &#8230; Again, here is a diff showing the very minor changes I made to ljcrosspost.pm:</p>
<p><code><br />
--- ljcrosspost.pm      2003-11-24 14:55:07.000000000 -0600<br />
+++ modified/ljcrosspost.pm 2006-06-23 18:14:45.000000000 -0500<br />
@@ -290,6 +290,8 @@<br />
               event           =&amp;gt;      $entry_text || 'What happened to the text?',<br />
               subject         =&amp;gt;      $entry-&amp;gt;title,<br />
               lineendings     =&amp;gt;      'unix',<br />
+               security        =&amp;gt;      $args-&amp;gt;{security} || 'public',<br />
+               allowmask       =&amp;gt;      $args-&amp;gt;{allowmask} || '1',<br />
       );</p>
<p>       my $method;<br />
</code></p>
<p>With the MT template tag looking like:</p>
<p><code></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJFelix</title>
		<link>http://weblog.2bithacker.net/geek-stuff/whoops.html/comment-page-1#comment-223</link>
		<dc:creator>DJFelix</dc:creator>
		<pubDate>Fri, 23 Jun 2006 23:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://kyzoku.2bithacker.net/GeekStuff/whoops.html#comment-223</guid>
		<description>I installed your ljcrosspost MT plugin, and wanted to be able to specify the security of the post.  So ... I added it.


--- ljcrosspost.pm      2003-11-24 14:55:07.000000000 -0600
+++ modified/ljcrosspost.pm 2006-06-23 18:14:45.000000000 -0500
@@ -290,6 +290,8 @@
               event           =&gt;      $entry_text &#124;&#124; &#039;What happened to the text?&#039;,
               subject         =&gt;      $entry-&gt;title,
               lineendings     =&gt;      &#039;unix&#039;,
+               security        =&gt;      $args-&gt;{security} &#124;&#124; &#039;public&#039;,
+               allowmask       =&gt;      $args-&gt;{allowmask} &#124;&#124; &#039;1&#039;,
       );

       my $method;


I thought you might appreciate that.  Not much to it ... but it works.  My individual entry template now looks like:





Which makes all my posts &quot;Friends&quot; only.  I guess it wouldn&#039;t be too hard to have it configurable such as the mood &amp; music, but I wanted all my posts to be friends only by default.

Cheers!

Jon</description>
		<content:encoded><![CDATA[<p>I installed your ljcrosspost MT plugin, and wanted to be able to specify the security of the post.  So &#8230; I added it.</p>
<p>&#8212; ljcrosspost.pm      2003-11-24 14:55:07.000000000 -0600<br />
+++ modified/ljcrosspost.pm 2006-06-23 18:14:45.000000000 -0500<br />
<code>@ -290,6 +290,8 @</code><br />
               event           =&gt;      $entry_text || &#8216;What happened to the text?&#8217;,<br />
               subject         =&gt;      $entry-&gt;title,<br />
               lineendings     =&gt;      &#8216;unix&#8217;,<br />
+               security        =&gt;      $args-&gt;{security} || &#8216;public&#8217;,<br />
+               allowmask       =&gt;      $args-&gt;{allowmask} || &#8217;1&#8242;,<br />
       );</p>
<p>       my $method;</p>
<p>I thought you might appreciate that.  Not much to it &#8230; but it works.  My individual entry template now looks like:</p>
<p>Which makes all my posts &#8220;Friends&#8221; only.  I guess it wouldn&#8217;t be too hard to have it configurable such as the mood &amp; music, but I wanted all my posts to be friends only by default.</p>
<p>Cheers!</p>
<p>Jon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
