<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Static Page</title>
  <subtitle>A Page that doesn't change much</subtitle>
  <link rel="alternate" type="text/html" href="http://tumbleweed.org.za/taxonomy/term/1"/>
  <link rel="self" type="application/atom+xml" href="http://tumbleweed.org.za/taxonomy/term/1/atom/feed"/>
  <id>http://tumbleweed.org.za/taxonomy/term/1/atom/feed</id>
  <updated>2007-12-29T19:35:27+00:00</updated>
  <entry>
    <title>MediaWiki extensions</title>
    <link rel="alternate" type="text/html" href="http://tumbleweed.org.za/code/mediawiki-extensions" />
    <id>http://tumbleweed.org.za/code/mediawiki-extensions</id>
    <published>2008-01-05T21:41:25+00:00</published>
    <updated>2008-09-21T12:24:47+00:00</updated>
    <author>
      <name>tumbleweed</name>
    </author>
    <category term="code" />
    <category term="mediawiki" />
    <category term="php" />
    <category term="Static Page" />
    <summary type="html"><![CDATA[<p>I&#8217;ve written several <a href="http://www.mediawiki.org">MediaWiki</a> extensions, mainly for the <a href="http://wiki.clug.org.za/"><span class="caps"><span class="caps">CLUG</span></span> Wiki</a>. I don&#8217;t think any of them are particularly beautiful or maintained, but they are an essential part of our wiki, and might be useful to somebody&nbsp;out&nbsp;there&#8230;</p>

<h2>Category&nbsp;Gallery:</h2>

<p>Written for <a href="http://wiki.clug.org.za/wiki/ClugPark">ClugPark</a>, this extension displays all the images in a category together, as&nbsp;a&nbsp;gallery.</p>

<p>Usage:</p>

<div class="geshifilter"><div class="xml geshifilter-xml" style="font-family:monospace;"><span class="sc3"><span class="re1">&lt;category-gallery</span> <span class="re0">category</span>=<span class="st0">&quot;PicturesOfPenguins&quot;</span> <span class="re0">resizewidth</span>=<span class="st0">&quot;50&quot;</span> <span class="re0">width</span>=<span class="st0">&quot;60&quot;</span> <span class="re0">height</span>=<span class="st0">&quot;60&quot;</span><span class="re2">&gt;</span><span class="re1">&lt;category-gallery<span class="re2">&gt;</span></span></span></div></div>

<h2>Mailman&nbsp;subscribe&nbsp;links:</h2>

<p>Written for the <a href="http://wiki.clug.org.za/wiki/CLUG_Mailing_Lists">Mailing Lists</a> page, this extension displays mailman&nbsp;subscribe&nbsp;forms.</p>

<p>Usage:</p>

<div class="geshifilter"><div class="xml geshifilter-xml" style="font-family:monospace;"><span class="sc3"><span class="re1">&lt;mailman<span class="re2">&gt;</span></span></span>http://lists.example.com/mailman/subscribe/foobar<span class="sc3"><span class="re1">&lt;/mailman<span class="re2">&gt;</span></span></span></div></div>

<h2>Obfuscate&nbsp;e-mail&nbsp;addresses:</h2>

<p>Written for the <a href="http://wiki.clug.org.za/wiki/Committee_Contact_Details">Contact a Committee Member</a> page. I use my own simple Javascript that replaces <span class="geshifilter"><code class="geshifilter-text">innerHTML</code></span> and <span class="geshifilter"><code class="geshifilter-text">href</code></span> when you mouse over an e-mail link. I think&nbsp;it&#8217;s&nbsp;spambot-proof.</p>

<p>Usage:</p>

<div class="geshifilter"><div class="xml geshifilter-xml" style="font-family:monospace;"><span class="sc3"><span class="re1">&lt;email</span> <span class="re0">domain</span>=<span class="st0">&quot;example.com&quot;</span><span class="re2">&gt;</span></span>foobar<span class="sc3"><span class="re1">&lt;/email<span class="re2">&gt;</span></span></span></div></div>
    ]]></summary>
    <content type="html"><![CDATA[<p>I&#8217;ve written several <a href="http://www.mediawiki.org">MediaWiki</a> extensions, mainly for the <a href="http://wiki.clug.org.za/"><span class="caps">CLUG</span> Wiki</a>. I don&#8217;t think any of them are particularly beautiful or maintained, but they are an essential part of our wiki, and might be useful to somebody out&nbsp;there&#8230;</p>

<h2>Category&nbsp;Gallery:</h2>

<p>Written for <a href="http://wiki.clug.org.za/wiki/ClugPark">ClugPark</a>, this extension displays all the images in a category together, as a&nbsp;gallery.</p>

<p>Usage:</p>

<div class="geshifilter"><div class="xml geshifilter-xml" style="font-family:monospace;"><span class="sc3"><span class="re1">&lt;category-gallery</span> <span class="re0">category</span>=<span class="st0">&quot;PicturesOfPenguins&quot;</span> <span class="re0">resizewidth</span>=<span class="st0">&quot;50&quot;</span> <span class="re0">width</span>=<span class="st0">&quot;60&quot;</span> <span class="re0">height</span>=<span class="st0">&quot;60&quot;</span><span class="re2">&gt;</span><span class="re1">&lt;category-gallery<span class="re2">&gt;</span></span></span></div></div>

<h2>Mailman subscribe&nbsp;links:</h2>

<p>Written for the <a href="http://wiki.clug.org.za/wiki/CLUG_Mailing_Lists">Mailing Lists</a> page, this extension displays mailman subscribe&nbsp;forms.</p>

<p>Usage:</p>

<div class="geshifilter"><div class="xml geshifilter-xml" style="font-family:monospace;"><span class="sc3"><span class="re1">&lt;mailman<span class="re2">&gt;</span></span></span>http://lists.example.com/mailman/subscribe/foobar<span class="sc3"><span class="re1">&lt;/mailman<span class="re2">&gt;</span></span></span></div></div>

<h2>Obfuscate e-mail&nbsp;addresses:</h2>

<p>Written for the <a href="http://wiki.clug.org.za/wiki/Committee_Contact_Details">Contact a Committee Member</a> page. I use my own simple Javascript that replaces <code>innerHTML</code> and <code>href</code> when you mouse over an e-mail link. I think it&#8217;s&nbsp;spambot-proof.</p>

<p>Usage:</p>

<div class="geshifilter"><div class="xml geshifilter-xml" style="font-family:monospace;"><span class="sc3"><span class="re1">&lt;email</span> <span class="re0">domain</span>=<span class="st0">&quot;example.com&quot;</span><span class="re2">&gt;</span></span>foobar<span class="sc3"><span class="re1">&lt;/email<span class="re2">&gt;</span></span></span></div></div>
    ]]></content>
  </entry>
  <entry>
    <title>403 Forbidden</title>
    <link rel="alternate" type="text/html" href="http://tumbleweed.org.za/error/403" />
    <id>http://tumbleweed.org.za/error/403</id>
    <published>2008-01-04T11:49:37+00:00</published>
    <updated>2008-01-04T11:49:37+00:00</updated>
    <author>
      <name>tumbleweed</name>
    </author>
    <category term="Static Page" />
    <summary type="html"><![CDATA[<p>It appears that you are trying to view a page that you are not&nbsp;allowed&nbsp;to.</p>

<p>Naughty&nbsp;naughty!</p>

<p><a href="/">Try to find your way&nbsp;again&nbsp;here</a></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>It appears that you are trying to view a page that you are not allowed&nbsp;to.</p>

<p>Naughty&nbsp;naughty!</p>

<p><a href="/">Try to find your way again&nbsp;here</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>404 Not found</title>
    <link rel="alternate" type="text/html" href="http://tumbleweed.org.za/error/404" />
    <id>http://tumbleweed.org.za/error/404</id>
    <published>2008-01-04T11:41:23+00:00</published>
    <updated>2008-09-18T15:07:40+00:00</updated>
    <author>
      <name>tumbleweed</name>
    </author>
    <category term="Static Page" />
    <summary type="html"><![CDATA[<p>Things move around, and people make bad&nbsp;links.&nbsp;Sorry.</p>

<p>Please <a href="/">head to the front page</a> and use the menu or search field to find the page you&nbsp;are&nbsp;after.</p>

<p>I apologise for&nbsp;the&nbsp;inconvenience.</p>

<p>If you find a mistake I can fix, please <a href="/me/contact">let&nbsp;me&nbsp;know</a></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Things move around, and people make bad links.&nbsp;Sorry.</p>

<p>Please <a href="/">head to the front page</a> and use the menu or search field to find the page you are&nbsp;after.</p>

<p>I apologise for the&nbsp;inconvenience.</p>

<p>If you find a mistake I can fix, please <a href="/me/contact">let me&nbsp;know</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Talks</title>
    <link rel="alternate" type="text/html" href="http://tumbleweed.org.za/talks" />
    <id>http://tumbleweed.org.za/talks</id>
    <published>2008-01-03T15:33:30+00:00</published>
    <updated>2008-12-12T21:25:53+00:00</updated>
    <author>
      <name>tumbleweed</name>
    </author>
    <category term="Static Page" />
    <summary type="html"><![CDATA[<p>As a <a href="http://www.clug.org.za/"><span class="caps"><span class="caps">CLUG</span></span></a> member, I occasionally give technical talks. I&#8217;m still new at this game, and don&#8217;t consider myself to be a particularly good speaker (yet?). But here are my past talks, should they be useful&nbsp;to&nbsp;anyone:</p>

<p>11-05-2005: <a href="/files/11-05-2005-video-encoding.pdf">Video&nbsp;on&nbsp;Linux</a></p>

<p><img src="/files/11-05-2005-video-encoding.thumb.png" alt="Video on Linux" /></p>

<p>27-02-2007: <a href="/files/27-02-2007-ubuntu-custom-live.pdf">Ubuntu Custom Live&nbsp;<span class="caps"><span class="caps">CD</span></span></a></p>

<p><img src="/files/27-02-2007-ubuntu-custom-live.thumb.png" alt="Ubuntu Custom Live CD" /></p>

<p>26-06-2007: <a href="/files/26-06-2007-packaging-talk.pdf">Debian&nbsp;Packaging</a></p>

<p><img src="/files/26-06-2007-packaging-talk.thumb.png" alt="Debian Packaging" /></p>

<p>12-02-2008: <a href="http://www.archive.org/details/clug-12-02-2008-ups">UPSs:&nbsp;nut</a></p>

<p><img src="/files/12-02-2008-ups.thumb.jpg" alt="UPSs: nut" /></p>

<p>27-05-2008: <a href="/files/27-05-2008-openssl.pdf">OpenSSL and&nbsp;<span class="caps"><span class="caps">PKI</span></span></a></p>

<p><img src="/files/27-05-2008-openssl.thumb.jpg" alt="OpenSSL and PKI" /></p>

<p>25-11-2008: <a href="/files/25-11-2008-intrepid-talk.pdf">Ubuntu&nbsp;Intrepid</a></p>

<p><img src="/files/25-11-2008-intrepid.thumb_.jpg" alt="Ubuntu Intrepid" /></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>As a <a href="http://www.clug.org.za/"><span class="caps">CLUG</span></a> member, I occasionally give technical talks. I&#8217;m still new at this game, and don&#8217;t consider myself to be a particularly good speaker (yet?). But here are my past talks, should they be useful to&nbsp;anyone:</p>

<p>11-05-2005: <a href="/files/11-05-2005-video-encoding.pdf">Video on&nbsp;Linux</a></p>

<p><img src="/files/11-05-2005-video-encoding.thumb.png" alt="Video on Linux" /></p>

<p>27-02-2007: <a href="/files/27-02-2007-ubuntu-custom-live.pdf">Ubuntu Custom Live&nbsp;<span class="caps">CD</span></a></p>

<p><img src="/files/27-02-2007-ubuntu-custom-live.thumb.png" alt="Ubuntu Custom Live CD" /></p>

<p>26-06-2007: <a href="/files/26-06-2007-packaging-talk.pdf">Debian&nbsp;Packaging</a></p>

<p><img src="/files/26-06-2007-packaging-talk.thumb.png" alt="Debian Packaging" /></p>

<p>12-02-2008: <a href="http://www.archive.org/details/clug-12-02-2008-ups">UPSs:&nbsp;nut</a></p>

<p><img src="/files/12-02-2008-ups.thumb.jpg" alt="UPSs: nut" /></p>

<p>27-05-2008: <a href="/files/27-05-2008-openssl.pdf">OpenSSL and&nbsp;<span class="caps">PKI</span></a></p>

<p><img src="/files/27-05-2008-openssl.thumb.jpg" alt="OpenSSL and PKI" /></p>

<p>25-11-2008: <a href="/files/25-11-2008-intrepid-talk.pdf">Ubuntu&nbsp;Intrepid</a></p>

<p><img src="/files/25-11-2008-intrepid.thumb_.jpg" alt="Ubuntu Intrepid" /></p>
    ]]></content>
  </entry>
  <entry>
    <title>Hiking</title>
    <link rel="alternate" type="text/html" href="http://tumbleweed.org.za/hiking" />
    <id>http://tumbleweed.org.za/hiking</id>
    <published>2007-12-29T19:35:27+00:00</published>
    <updated>2007-12-29T19:35:27+00:00</updated>
    <author>
      <name>tumbleweed</name>
    </author>
    <category term="Static Page" />
    <summary type="html"><![CDATA[<p>As a Capetonian, it&#8217;s a must to get onto the mountain occasionally. I really enjoy a good hike, but lots of Table Mountain&#8217;s routes aren&#8217;t well documented. You need to have the right book, or walk them regularly (which&nbsp;I&nbsp;don&#8217;t).</p>

<p>So I try to document some here,&nbsp;were&nbsp;possible.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>As a Capetonian, it&#8217;s a must to get onto the mountain occasionally. I really enjoy a good hike, but lots of Table Mountain&#8217;s routes aren&#8217;t well documented. You need to have the right book, or walk them regularly (which I&nbsp;don&#8217;t).</p>

<p>So I try to document some here, were&nbsp;possible.</p>
    ]]></content>
  </entry>
</feed>
