<?xml version="1.0" encoding="iso-8859-1"?>
        <?xml-stylesheet type="text/css" href="http://www.miek.nl/blog/"?>
<rss version="2.0"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title>Filed under: test | Miek</title>
<atom:link href="http://www.miek.nl/blog/archives/test/index-rss.xml" rel="self" type="application/rss+xml" />
<link>http://www.miek.nl/blog</link>
<description>Thoughts on (technical) stuff</description>
<dc:language>en-us</dc:language>
<dc:creator>Miek Gieben</dc:creator>
<dc:date>2012-02-04T04:15:11+01:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />

<item>
<link>http://www.miek.nl/blog/archives/2009/11/08/test_entry_please_ignore/index.html</link>
<guid isPermaLink="true">http://www.miek.nl/blog/archives/2009/11/08/test_entry_please_ignore/index.html</guid>
<title>Test entry, please ignore</title>
<dc:date>2009-11-08T17:09:03+01:00</dc:date>
<dc:creator>Miek Gieben</dc:creator>
<dc:subject> test</dc:subject>
<description><![CDATA[<p>This is a test entry to see why (after my nb upgrade) the archives
are mangled.</p>

<p>yes, tedious
yes, very, tedious
yes, <em>very</em>, very tedious</p>

<p><em>BUG FOUND</em>, somehow I managed to give the <code>-n</code> flag to sort, which together
with the <code>-u</code> only outputted the first column, i.e. 1 entry for each
year.</p>]]></description>

</item>
<item>
<link>http://www.miek.nl/blog/archives/2009/02/15/code_plugin_test/index.html</link>
<guid isPermaLink="true">http://www.miek.nl/blog/archives/2009/02/15/code_plugin_test/index.html</guid>
<title>code plugin test</title>
<dc:date>2009-02-15T18:20:15+01:00</dc:date>
<dc:creator>Miek Gieben</dc:creator>
<dc:subject> test</dc:subject>
<description><![CDATA[<p>Found this nice code plugin <a href="http://www.heirbaut.nl">someone</a>
wrote. I'm testing it a little in some code segments below.</p>

<p>This is not as fancy as what the code display <code>wordpress</code> can do. As
you cut&amp;paste this code you will also copy the line numbers.</p>

<p>But heh, we all know vi. With the following search-and-replace
you can remove them again:</p>

<pre><code>:%s/^[0-9]* //
</code></pre>

<h2>Some examples</h2>

<div class="nbcode">
<pre>
<span class="lnr">1 </span><span class="Type">int</span> main(<span class="Type">int</span> c) {
<span class="lnr">2 </span>    printf(<span class="Constant">&quot;This is nice&quot;</span>);
<span class="lnr">3 </span>    exit(<span class="Constant">1</span>);
<span class="lnr">4 </span>}
</pre>
</div>

<div class="nbcode">
<pre>
<span class="lnr">1 </span><span class="Type">int</span> main(<span class="Type">int</span> c) {
<span class="lnr">2 </span>    printf(<span class="Constant">&quot;This is nice&quot;</span>);
<span class="lnr">3 </span>    exit(<span class="Constant">1</span>);
<span class="lnr">4 </span>}
</pre>
</div>]]></description>

</item>
</channel>
</rss>

