<?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>therning.org/ magnus &#187; wordpress</title>
	<atom:link href="http://therning.org/magnus/archives/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Mon, 09 Apr 2012 20:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Modifying Twitter Tools (WordPress plugin) for use with identi.ca</title>
		<link>http://therning.org/magnus/archives/825</link>
		<comments>http://therning.org/magnus/archives/825#comments</comments>
		<pubDate>Fri, 30 Jul 2010 09:36:55 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[identi.ca]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://therning.org/magnus/?p=825</guid>
		<description><![CDATA[This is almost silly, so I&#8217;ll be surprised if it works flawlessly, so far though it seems to work well enough. I got Twitter Tools to work with identi.ca by modifying the file twitter-tools.php so that the URIs used are: define&#40;'AKTT_API_POST_STATUS', 'http://identi.ca/api/statuses/update.json'&#41;; define&#40;'AKTT_API_USER_TIMELINE', 'http://identi.ca/api/statuses/user_timeline.json'&#41;; define&#40;'AKTT_API_STATUS_SHOW', 'http://identi.ca/api/statuses/show/###ID###.json'&#41;; define&#40;'AKTT_PROFILE_URL', 'http://identi.ca/api/###USERNAME###'&#41;; define&#40;'AKTT_STATUS_URL', 'http://identi.ca/api/###USERNAME###/statuses/###STATUS###'&#41;; define&#40;'AKTT_HASHTAG_URL', 'http://search.identi.ca/api/search.json?q=###HASHTAG###'&#41;; Hopefully this is [...]]]></description>
			<content:encoded><![CDATA[<p>This is almost silly, so I&#8217;ll be surprised if it works flawlessly, so far though it seems to work well enough. <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>I got <a href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter Tools</a> to work with <a href="http://www.identi.ca/">identi.ca</a> by modifying the file <code>twitter-tools.php</code> so that the URIs used are:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'AKTT_API_POST_STATUS'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://identi.ca/api/statuses/update.json'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'AKTT_API_USER_TIMELINE'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://identi.ca/api/statuses/user_timeline.json'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'AKTT_API_STATUS_SHOW'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://identi.ca/api/statuses/show/###ID###.json'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'AKTT_PROFILE_URL'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://identi.ca/api/###USERNAME###'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'AKTT_STATUS_URL'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://identi.ca/api/###USERNAME###/statuses/###STATUS###'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'AKTT_HASHTAG_URL'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://search.identi.ca/api/search.json?q=###HASHTAG###'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>


<p>Hopefully this is all that&#8217;s needed <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftherning.org%2Fmagnus%2Farchives%2F825&amp;title=Modifying%20Twitter%20Tools%20%28WordPress%20plugin%29%20for%20use%20with%20identi.ca" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://therning.org/magnus/archives/825/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Russel: putting HTML/XML in blog entries</title>
		<link>http://therning.org/magnus/archives/299</link>
		<comments>http://therning.org/magnus/archives/299#comments</comments>
		<pubDate>Mon, 11 Jun 2007 09:58:49 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://therning.org/magnus/archives/299</guid>
		<description><![CDATA[Russel, I&#8217;m glad I&#8217;m using WP&#8217;s markdown plugin. I&#8217;ve never experienced any of the problems you are having relating to &#60;pre&#62; tags or &#60;code&#62;. It just works!]]></description>
			<content:encoded><![CDATA[<p><a href="http://etbe.coker.com.au/2007/06/10/putting-html-codes-and-other-special-characters-into-a-blog-entry/trackback/">Russel</a>, I&#8217;m glad I&#8217;m using WP&#8217;s markdown plugin. I&#8217;ve never experienced any of the problems you are having relating to <code>&lt;pre&gt;</code> tags or <code>&lt;code&gt;</code>. It just works! <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftherning.org%2Fmagnus%2Farchives%2F299&amp;title=Russel%3A%20putting%20HTML%2FXML%20in%20blog%20entries" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://therning.org/magnus/archives/299/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL in WordPress?</title>
		<link>http://therning.org/magnus/archives/167</link>
		<comments>http://therning.org/magnus/archives/167#comments</comments>
		<pubDate>Fri, 04 Aug 2006 13:16:45 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://therning.org/magnus/archives/167</guid>
		<description><![CDATA[I wonder what howto on codex.wordpress.org Wolfgang&#8217;s talking about. I&#8217;ve been trying to get an SSL certificate onto my blog as well, but that didn&#8217;t seem possible at the time. (I would have left a comment on the entry itself if I didn&#8217;t have to log in. Why on earth would I want to create [...]]]></description>
			<content:encoded><![CDATA[<p>I wonder what howto on codex.wordpress.org <a href="http://wolfgang.lonien.de/wp-trackback.php?p=182">Wolfgang&#8217;s talking about</a>. I&#8217;ve been trying to get an SSL certificate onto my blog as well, but that didn&#8217;t seem possible at the time.</p>

<p>(I would have left a comment on the entry itself if I didn&#8217;t have to log in. <em>Why on earth would I want to create an account of another person&#8217;s blog?</em>)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftherning.org%2Fmagnus%2Farchives%2F167&amp;title=SSL%20in%20WordPress%3F" id="wpa2a_6">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://therning.org/magnus/archives/167/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tags, tags, tags&#8230;</title>
		<link>http://therning.org/magnus/archives/158</link>
		<comments>http://therning.org/magnus/archives/158#comments</comments>
		<pubDate>Fri, 21 Jul 2006 00:16:05 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[utw]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://therning.org/magnus/archives/158</guid>
		<description><![CDATA[I&#8217;ve just added the plugin Ultimate Tag Warrior to my site. I&#8217;ve spent some time adding tags to posts, but I&#8217;m not done with it yet. The main reason for this exercise was that I really wanted a tag cloud It just seems like a much better idea than using categories (I used them as [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just added the plugin <a href="http://www.neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a> to my site. I&#8217;ve spent some time adding tags to posts, but I&#8217;m not done with it yet. The main reason for this exercise was that I <em>really</em> wanted a tag cloud <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  It just seems like a much better idea than using categories (I used them as tags anyway).</p>

<p>I&#8217;m pretty happy with the result. I just have to find the time to add tags to all posts so that the cloud really represents what I write about.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftherning.org%2Fmagnus%2Farchives%2F158&amp;title=Tags%2C%20tags%2C%20tags%E2%80%A6" id="wpa2a_8">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://therning.org/magnus/archives/158/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to WordPress 2.0</title>
		<link>http://therning.org/magnus/archives/94</link>
		<comments>http://therning.org/magnus/archives/94#comments</comments>
		<pubDate>Sat, 07 Jan 2006 00:40:44 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://therning.org/magnus/archives/94</guid>
		<description><![CDATA[Absolutely painless! The admin interface looks a lot nicer and of course the blog itself looks just the way it did before. I could stop using the Smart Comment Link plugin, that functionality is now built into WordPress (this required some minimal changes to the theme). Getting Markdown Extra and Search Everything was a walk [...]]]></description>
			<content:encoded><![CDATA[<p>Absolutely painless! The admin interface looks a lot nicer and of course the blog itself looks just the way it did before. I could stop using the Smart Comment Link plugin, that functionality is now built into WordPress (this required some minimal changes to the theme). Getting <a href="http://www.michelf.com/projects/php-markdown/">Markdown Extra</a> and <a href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/">Search Everything</a> was a walk in the proverbial park.</p>

<p>Oh, it also looks like I haven&#8217;t lost any entries <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftherning.org%2Fmagnus%2Farchives%2F94&amp;title=Upgrade%20to%20WordPress%202.0" id="wpa2a_10">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://therning.org/magnus/archives/94/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disappointed in WordPress</title>
		<link>http://therning.org/magnus/archives/85</link>
		<comments>http://therning.org/magnus/archives/85#comments</comments>
		<pubDate>Sun, 11 Dec 2005 00:52:46 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[ssl certificate]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://therning.org/magnus/?p=85</guid>
		<description><![CDATA[I&#8217;ve just managed to get my SSL certificate from CAcert.ort installed on therning.org. My main goal was to get the login page a little more secure. However, it seems WordPress (WP) is sorely lacking when it comes to dealing with HTTPS. The only consolation is that a quick search on Google shows that WP isn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just managed to get my SSL certificate from <a href="http://www.cacert.org/">CAcert.ort</a> installed on <code>therning.org</code>. My main goal was to get the login page a little more secure. However, it seems WordPress  (WP) is sorely lacking when it comes to dealing with <code>HTTPS</code>. The only consolation is that a quick search on Google shows that WP isn&#8217;t worse than other OSS blog software.</p>

<p>I harbour some hope that the next minor release of WP (that should be version 1.6) will address the issue. Otherwise I might feel forced to take up PHP programming, something I&#8217;ve managed to stay away from so far.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftherning.org%2Fmagnus%2Farchives%2F85&amp;title=Disappointed%20in%20WordPress" id="wpa2a_12">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://therning.org/magnus/archives/85/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging from BloGTK</title>
		<link>http://therning.org/magnus/archives/28</link>
		<comments>http://therning.org/magnus/archives/28#comments</comments>
		<pubDate>Mon, 06 Jun 2005 07:47:18 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://therning.org/magnus/archives/28</guid>
		<description><![CDATA[Well. It looks like I can use the XMLRPC to post to my WordPress blog. Nice! Information on setting it up is here.]]></description>
			<content:encoded><![CDATA[<p>Well. It looks like I can use the XMLRPC to post to my WordPress blog. Nice! Information on setting it up is <a href="http://codex.wordpress.org/XML-RPC_Support">here</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftherning.org%2Fmagnus%2Farchives%2F28&amp;title=Blogging%20from%20BloGTK" id="wpa2a_14">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://therning.org/magnus/archives/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and Scandinavian characters</title>
		<link>http://therning.org/magnus/archives/26</link>
		<comments>http://therning.org/magnus/archives/26#comments</comments>
		<pubDate>Sun, 05 Jun 2005 00:42:59 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[character encoding]]></category>
		<category><![CDATA[mozex]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://therning.org/magnus/archives/26</guid>
		<description><![CDATA[I had some problems producing proper Swedish characters in WordPress for a little while. This only happened when using Mozex and Vim to edit posts. The solution was quite simple I use UTF-8 encoding throughout my entire Ubuntu GNU/Linux system, every application defaults to it. Except Firefox, it seems. Making sure that the Character Encoding [...]]]></description>
			<content:encoded><![CDATA[<p>I had some problems producing proper Swedish characters in WordPress for a
little while. This only happened when using <a href="http://therning.org/magnus/archives/25">Mozex</a> and
Vim to edit posts.</p>

<p>The solution was quite simple <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I use UTF-8 encoding throughout my entire
Ubuntu GNU/Linux system, every application defaults to it. Except Firefox, it
seems. Making sure that the <em>Character Encoding</em> was set to UTF-8 solved it.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftherning.org%2Fmagnus%2Farchives%2F26&amp;title=WordPress%20and%20Scandinavian%20characters" id="wpa2a_16">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://therning.org/magnus/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

