<?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>Schadenfreude &#187; wordpress</title>
	<atom:link href="http://www.ralree.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:18:37 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Vimpress</title>
		<link>http://www.ralree.com/2009/02/28/test-post-using-vimpress/</link>
		<comments>http://www.ralree.com/2009/02/28/test-post-using-vimpress/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 21:34:32 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[mephisto]]></category>
		<category><![CDATA[posting]]></category>
		<category><![CDATA[typo]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vimpress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://www.ralree.com/2009/02/28/test-post-using-vimpress/</guid>
		<description><![CDATA[I&#8217;m regaining some functionality I haven&#8217;t had for a long time today.  Back in the old days, I used to use [Flog](http://www.ralree.com/2006/09/02/changing-up-the-flogging/&#8221;) to post to Typo, but that all went away with Mephisto (I couldn&#8217;t get XMLRPC to work properly).  So, I&#8217;m trying [Vimpress](http://friggeri.net/blog/2007/07/13/vimpress).  Hopefully, I won&#8217;t need to hack together Ultimate [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m regaining some functionality I haven&#8217;t had for a long time today.  Back in the old days, I used to use [Flog](http://www.ralree.com/2006/09/02/changing-up-the-flogging/&#8221;) to post to Typo, but that all went away with Mephisto (I couldn&#8217;t get XMLRPC to work properly).  So, I&#8217;m trying [Vimpress](http://friggeri.net/blog/2007/07/13/vimpress).  Hopefully, I won&#8217;t need to hack together Ultimate Tag Warrior into Wordpress 2.8 to get tagging from vim to work.</p>
<p>##Update<br />
It looks like it&#8217;s working, as a matter of fact.  I installed the [Markdown for Wordpress and bbpress](http://mitcho.com/code/) plugin, and immediately my post was fixed up with nice new syntax.  Tags work without any additional plugins using Wordpress 2.8.  Go Vimpress!</p>
<p>##Update 2<br />
As you can probably see on the sidebar, I added a vimpress repository to GitHub, since it was lacking one before.  You can now use vimpress simply by performing a <code>git clone git://github.com/hank/vimpress.git .vim</code>.  I went ahead and patched it with the custom slug options mentioned in the main vimpress site&#8217;s comments.  Both versions are available as [tags on GitHub](http://github.com/hank/vimpress/downloads).</p>
<p>##Update 3<br />
I happened to get to wonder how secure XML-RPC was, so I did a nice little wireshark packet capture, and lo-and-behold, there was my password in plaintext HTTP.  I was aghast &#8211; why couldn&#8217;t they do a little HTTP-Digest authentication or something at least?  Anyway, after researching what people think of this, and finding only past vulnerabilities in Wordpress, not complaints that it&#8217;s just a **bad idea to use insecure XML-RPC for blog posting**, I tried putting an <b>s</b> in front of my HTTP.  Guess what &#8211; ***It Worked!***  I have to give props to Python for having that all built in.</p>
<p>So now, thanks to Site5&#8217;s free-to-use server certificates, I can now use XML-RPC securely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/02/28/test-post-using-vimpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GitHub Gist Plugin</title>
		<link>http://www.ralree.com/2009/02/28/github-gist-plugin/</link>
		<comments>http://www.ralree.com/2009/02/28/github-gist-plugin/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 19:52:42 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gist]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22394</guid>
		<description><![CDATA[Look how awesome this plugin is!  Just typing &#91;gist id="72075"&#93; gets you:
More information here.  I wanted to change the appearance a little, so I did this to my theme in Wordpress:
I love that.
]]></description>
			<content:encoded><![CDATA[<p>Look how awesome this plugin is!  Just typing <code>&#91;gist id="72075"&#93;</code> gets you:</p>
<p><script src="http://gist.github.com/72075.js"></script></p>
<p>More information <a href="http://wordpress.org/extend/plugins/github-gist-shortcode/">here</a>.  I wanted to change the appearance a little, so I did this to my theme in Wordpress:</p>
<p><script src="http://gist.github.com/72087.js"></script></p>
<p>I love that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/02/28/github-gist-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitHub Widget for Wordpress</title>
		<link>http://www.ralree.com/2009/02/28/github-widget-for-wordpress/</link>
		<comments>http://www.ralree.com/2009/02/28/github-widget-for-wordpress/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 19:31:02 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[revision control]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22387</guid>
		<description><![CDATA[For all you coders out there wanting to show off all those forked repositories, the github-widget is for you.
There are a few ways to install.

Download from here.  The most recent stable release will be available.  As of this writing, it&#8217;s REL-1.3.
Clone the git repository: git clone git://github.com/hank/github-widget.git
Get it through Wordpress (Work in Progress)

If you use [...]]]></description>
			<content:encoded><![CDATA[<p>For all you coders out there wanting to show off all those forked repositories, the github-widget is for you.</p>
<p><img class="alignright" title="Github Widget" src="http://www.ralree.com/images/github-widget.png" alt="" width="341" height="342" />There are a few ways to install.</p>
<ol>
<li>Download from <a href="http://github.com/hank/github-widget/downloads">here</a>.  The most recent stable release will be available.  As of this writing, it&#8217;s REL-1.3.</li>
<li>Clone the git repository: <code>git clone git://github.com/hank/github-widget.git</code></li>
<li>Get it through Wordpress (Work in Progress)</li>
</ol>
<p>If you use one of the first 2 methods, just drop the resultant directory into <code>wp-content/plugins/</code>.</p>
<p>Using any of the three methods, after you have it installed, go to the Admin panel, Plugins -&gt; Installed.  Then, activate the plugin.  Then, go to Appearance -&gt; Widgets.  Put it into a sidebar, and go look at the results.</p>
<p>Please report any errors or problems as a comment to this post.</p>
<p>UPDATE: I just found out that my minimal searching for &#8216;Github&#8217; in the plugins area, which found no results when I tried it, was insufficient.  I should have used Google.  Oh, well &#8211; at least I know how a widget works now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/02/28/github-widget-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Making Wordpress live in a subdirectory</title>
		<link>http://www.ralree.com/2009/02/18/making-wordpress-live-in-a-subdirectory/</link>
		<comments>http://www.ralree.com/2009/02/18/making-wordpress-live-in-a-subdirectory/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 15:08:26 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22174</guid>
		<description><![CDATA[I found an interesting article today about Wordpress.  It was how to make it live in another directory. I needed that, so I followed the instructions, and it worked.  Wordpress is so much easier to install and configure than Mephisto.  It&#8217;s even easier to use than Mephisto.  I can see almost no reason anyone [...]]]></description>
			<content:encoded><![CDATA[<p>I found an interesting article today about Wordpress.  It was how to <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">make it live in another directory.</a> I needed that, so I followed the instructions, and it worked.  Wordpress is so much easier to install and configure than Mephisto.  It&#8217;s even easier to use than Mephisto.  I can see almost no reason anyone would want to use Mephisto anymore, other than nostalgia &#8211; Wordpress has really cleaned up its act.  It seems the most recent public vulnerabilities to it were apparently <a title="way back in 2.3" href="http://blogsecurity.net/2007/05/27/blogwatch/">way back in 2.3</a> (I&#8217;m on 2.8).  So, I recommend my readers either get some hosting and start their own installation, or jump over to <a href="http://www.wordpress.com">Wordpress.com</a> and make one of their own!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/02/18/making-wordpress-live-in-a-subdirectory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress loses again</title>
		<link>http://www.ralree.com/2007/05/10/wordpress-loses-again/</link>
		<comments>http://www.ralree.com/2007/05/10/wordpress-loses-again/#comments</comments>
		<pubDate>Thu, 10 May 2007 08:33:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/wordpress-loses-again</guid>
		<description><![CDATA[Another Wordpress folly:

When will people learn that it&#8217;s not good?  Someday hopefully.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://sfblogg.com/2007/03/05/san-francisco-kills-suv-limos-with-hills/">Another Wordpress folly</a>:</p>
<p><img src="http://www.ralree.info/assets/2007/5/10/wordpress_sucks.jpg" alt=""/></p>
<p>When will people learn that it&#8217;s not good?  Someday hopefully.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/05/10/wordpress-loses-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wordpress is unsafe &#8211; pwned AGAIN!</title>
		<link>http://www.ralree.com/2007/03/03/wordpress-is-unsafe-pwned-again/</link>
		<comments>http://www.ralree.com/2007/03/03/wordpress-is-unsafe-pwned-again/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 10:18:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/wordpress-is-unsafe-pwned-again</guid>
		<description><![CDATA[Well, it&#8217;s official:
Wordpress is a joke!!
Mephisto Wins!
]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s official:</p>
<h1>Wordpress is <a href="http://wordpress.org/development/2007/03/upgrade-212/">a joke!!</a></h1>
<p>Mephisto <strong>Wins!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/03/03/wordpress-is-unsafe-pwned-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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