<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Paul Mison’s random stuff that doesn’t go elsewhere. Is it microblogging, or microactivity?

(Previously known as ‘tumblr is my sock drawer’, for reasons that are somewhat unclear.)</description><title>notes.husk.org</title><generator>Tumblr (3.0; @blech)</generator><link>http://notes.husk.org/</link><item><title>IndexOptions HTMLTable</title><description>&lt;p&gt;Quixotically, I continue to apply my husk.org style to the things nobody looks at, rather than the things everyone does. The latest victim is the neglected &lt;a href="http://husk.org/code/"&gt;husk.org/code&lt;/a&gt;, which now sports a fancy look, courtesy of a little HTML and the following in a .htaccess file:&lt;/p&gt;
&lt;pre&gt;IndexOptions SuppressHTMLPreamble
IndexOptions HTMLTable
IndexOptions SuppressDescription
IndexOptions NameWidth=*
HeaderName HEADER.html
ReadmeName FOOTER.html&lt;/pre&gt;
&lt;p&gt;Anyway, if anyone else wants to figure out how to make an Apache directory index vaguely pretty, have a look. (If there&amp;#8217;s a better way to get rid of the &amp;lt;hr&amp;gt;s than post-processing on the client, let me know.)&lt;/p&gt;
&lt;p&gt;Edit: There is! I can&amp;#8217;t find the place I found it now, but I have the following setup instead, and it needs far less jQuery postprocessing (just two lines to shift the headers to right-alignment). Note SuppressRules in particular.&lt;/p&gt;
&lt;pre&gt;IndexOptions HTMLTable
IndexOptions SuppressHTMLPreamble
IndexOptions SuppressDescription
IndexOptions SuppressRules
IndexOptions SuppressIcon
IndexOptions NameWidth=*
IndexIgnore FOOTER.html HEADER.html ..
HeaderName HEADER.html
ReadmeName FOOTER.html&lt;/pre&gt;
&lt;p&gt;Right, that&amp;#8217;s that done, I think. Onward.&lt;/p&gt;</description><link>http://notes.husk.org/post/51033657</link><guid>http://notes.husk.org/post/51033657</guid><pubDate>Sun, 21 Sep 2008 00:24:00 +0100</pubDate><category>design</category><category>husk</category><category>apache</category><category>mod_autoindex</category><category>quixotic</category></item></channel></rss>
