<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Apache Directory Indexes 201</title>
	<atom:link href="http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201/feed" rel="self" type="application/rss+xml" />
	<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201</link>
	<description>I'm pretty good at wasting your time.  By Tom Sherman.</description>
	<pubDate>Fri, 30 Jul 2010 04:13:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: RichardBronosky</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-294</link>
		<dc:creator>RichardBronosky</dc:creator>
		<pubDate>Fri, 30 Jun 2006 15:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-294</guid>
		<description>One way to take this to the next level is to add JavaScript to the HEAD.  I've built a full "OS X Column View"-like UI using XMLHttpRequest and the &lt;a href="http://developer.yahoo.com/yui/index.html" rel="nofollow"&gt;wonderful Yahoo! UI libraries&lt;/a&gt;.  Unfortunately I can't release that code at the moment, but I can give you this as an inspiration:
&lt;code&gt;
&#60;script&#62;
    var path      = window['location']['pathname'];
    var host      = window['location']['host'];
    var shortHost = host.replace(/\.corp\.domain\.com&#124;\.domain\.com&#124;\.corp/,'');
    window['document']['title'] = "Browsing " + path + " on " + shortHost;
&#60;/script&#62;
&lt;/code&gt;

Keep in mind that the search pattern is "stingy", and will perform first come first replace.

I hope this inspires you to do something great.  (Maybe I can publish my code later.)
</description>
		<content:encoded><![CDATA[<p>One way to take this to the next level is to add JavaScript to the HEAD.  I&#8217;ve built a full &#8220;OS X Column View&#8221;-like UI using XMLHttpRequest and the <a href="http://developer.yahoo.com/yui/index.html" rel="nofollow">wonderful Yahoo! UI libraries</a>.  Unfortunately I can&#8217;t release that code at the moment, but I can give you this as an inspiration:<br />
<code><br />
&lt;script&gt;<br />
    var path      = window['location']['pathname'];<br />
    var host      = window['location']['host'];<br />
    var shortHost = host.replace(/\.corp\.domain\.com|\.domain\.com|\.corp/,&#8221;);<br />
    window['document']['title'] = &#8220;Browsing &#8221; + path + &#8221; on &#8221; + shortHost;<br />
&lt;/script&gt;<br />
</code></p>
<p>Keep in mind that the search pattern is &#8220;stingy&#8221;, and will perform first come first replace.</p>
<p>I hope this inspires you to do something great.  (Maybe I can publish my code later.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Byrne</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-293</link>
		<dc:creator>Ted Byrne</dc:creator>
		<pubDate>Sat, 03 Jun 2006 09:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-293</guid>
		<description>Problem fixed! It was actually the .shtml extention...(?) Looks like I won't be able to use SSI to fancy-schmancy it up, but at least I get CSS control of the directory. Cheers.</description>
		<content:encoded><![CDATA[<p>Problem fixed! It was actually the .shtml extention&#8230;(?) Looks like I won&#8217;t be able to use SSI to fancy-schmancy it up, but at least I get CSS control of the directory. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom sherman</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-292</link>
		<dc:creator>tom sherman</dc:creator>
		<pubDate>Fri, 02 Jun 2006 06:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-292</guid>
		<description>Ted,

Shouldn't matter where in the document the STYLE tag is -- you can still override the default whitespace behavior of PRE... You may also want to change its font away from monospace?</description>
		<content:encoded><![CDATA[<p>Ted,</p>
<p>Shouldn&#8217;t matter where in the document the STYLE tag is &#8212; you can still override the default whitespace behavior of PRE&#8230; You may also want to change its font away from monospace?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Byrne</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-291</link>
		<dc:creator>Ted Byrne</dc:creator>
		<pubDate>Fri, 02 Jun 2006 04:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-291</guid>
		<description>Thanks Tom. The problem actually is the CSS is being generated &lt;i&gt;after&lt;/i&gt; the PRE, so even the style info is showing in the code, not having any effect.

Here: &lt;a href="http://www.TimeNav07.org/outgoing/listing/" rel="nofollow"&gt;http://www.TimeNav07.org/outgoing/listing/&lt;/a&gt;

I was initially looking for the method to eliminate the truncation of the file names, but saw that you could do more with CSS and includes.

I don't know why those PRE's are being generated, and I can't get SupressHTMLPreamble to do its thing either. Probably my host's doing.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks Tom. The problem actually is the CSS is being generated <i>after</i> the PRE, so even the style info is showing in the code, not having any effect.</p>
<p>Here: <a href="http://www.TimeNav07.org/outgoing/listing/" rel="nofollow">http://www.TimeNav07.org/outgoing/listing/</a></p>
<p>I was initially looking for the method to eliminate the truncation of the file names, but saw that you could do more with CSS and includes.</p>
<p>I don&#8217;t know why those PRE&#8217;s are being generated, and I can&#8217;t get SupressHTMLPreamble to do its thing either. Probably my host&#8217;s doing.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom sherman</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-290</link>
		<dc:creator>tom sherman</dc:creator>
		<pubDate>Thu, 01 Jun 2006 18:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-290</guid>
		<description>Ted,

No worries.  You could also override PRE's normal whitespace properties with some CSS for the indexes:

pre {white-space: normal;}</description>
		<content:encoded><![CDATA[<p>Ted,</p>
<p>No worries.  You could also override PRE&#8217;s normal whitespace properties with some CSS for the indexes:</p>
<p>pre {white-space: normal;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Byrne</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-289</link>
		<dc:creator>Ted Byrne</dc:creator>
		<pubDate>Thu, 01 Jun 2006 17:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-289</guid>
		<description>... I see that my PRE and /PRE tags got swallowed by the code in that last post... Humble apologies.

-TB</description>
		<content:encoded><![CDATA[<p>&#8230; I see that my PRE and /PRE tags got swallowed by the code in that last post&#8230; Humble apologies.</p>
<p>-TB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Byrne</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-288</link>
		<dc:creator>Ted Byrne</dc:creator>
		<pubDate>Thu, 01 Jun 2006 17:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-288</guid>
		<description>Great little tutorials! I'm having a problem with the header and footer, however. Apache seems intent on slapping   tags around the all content of the header and footer files when they're included on the page load.  I'm seeing the raw html/ssi/php code in the browser window.

Is there way to suppress this PRE tag generation ? 

My host is on Apache 1.3.31 (and I've noticed that the more elegant supressHTMLpreamble doesn't work either).

Maybe there are overides on somewhere, but I thought localized .htaccess was supposed to suppress the globals... 

Any advice appreciated. Again, thanks for the two nice tutorials, exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Great little tutorials! I&#8217;m having a problem with the header and footer, however. Apache seems intent on slapping   tags around the all content of the header and footer files when they&#8217;re included on the page load.  I&#8217;m seeing the raw html/ssi/php code in the browser window.</p>
<p>Is there way to suppress this PRE tag generation ? </p>
<p>My host is on Apache 1.3.31 (and I&#8217;ve noticed that the more elegant supressHTMLpreamble doesn&#8217;t work either).</p>
<p>Maybe there are overides on somewhere, but I thought localized .htaccess was supposed to suppress the globals&#8230; </p>
<p>Any advice appreciated. Again, thanks for the two nice tutorials, exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-287</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Wed, 12 Apr 2006 20:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-287</guid>
		<description>It's working great for me in apache 2.0!
There is a utility that comes with the pache 2.0 install that lets you test the configuration file. It should show what's wrong in there, to some degree.

Maybe you're placing the described in the wrong location? Put it where the old readme and header definitions were.</description>
		<content:encoded><![CDATA[<p>It&#8217;s working great for me in apache 2.0!<br />
There is a utility that comes with the pache 2.0 install that lets you test the configuration file. It should show what&#8217;s wrong in there, to some degree.</p>
<p>Maybe you&#8217;re placing the described in the wrong location? Put it where the old readme and header definitions were.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webewolf</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-286</link>
		<dc:creator>webewolf</dc:creator>
		<pubDate>Thu, 16 Mar 2006 23:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-286</guid>
		<description>manages to get it working, took some hacking in the config files. 

&lt;a href="http://lair.digitalwolf.org/notes/" rel="nofollow"&gt;http://lair.digitalwolf.org/notes/&lt;/a&gt;

needs some styling i know, but one final question, how did ya manage to get the spacings correctly alligned, notice myne are all over the place.</description>
		<content:encoded><![CDATA[<p>manages to get it working, took some hacking in the config files. </p>
<p><a href="http://lair.digitalwolf.org/notes/" rel="nofollow">http://lair.digitalwolf.org/notes/</a></p>
<p>needs some styling i know, but one final question, how did ya manage to get the spacings correctly alligned, notice myne are all over the place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webwolf</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-285</link>
		<dc:creator>webwolf</dc:creator>
		<pubDate>Thu, 16 Mar 2006 15:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-285</guid>
		<description>IC, which apache version are you using at present.

according to the apache guides, all the configs you present in the guide are supported by apache 2.*.

i thought it could be because i used foxserv to install apache,php,mysql as a package, maybe they modified the conf file more than it would seem they needed to.</description>
		<content:encoded><![CDATA[<p>IC, which apache version are you using at present.</p>
<p>according to the apache guides, all the configs you present in the guide are supported by apache 2.*.</p>
<p>i thought it could be because i used foxserv to install apache,php,mysql as a package, maybe they modified the conf file more than it would seem they needed to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom sherman</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-284</link>
		<dc:creator>tom sherman</dc:creator>
		<pubDate>Wed, 15 Mar 2006 03:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-284</guid>
		<description>webwolf: Have never tested on Apache 2.x, no.  That could be the problem. :/</description>
		<content:encoded><![CDATA[<p>webwolf: Have never tested on Apache 2.x, no.  That could be the problem. :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webwolf</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-283</link>
		<dc:creator>webwolf</dc:creator>
		<pubDate>Tue, 14 Mar 2006 23:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-283</guid>
		<description>can't get any of this to work, just keeps casing server level errors.

how should the config file be setup?
is it known to work on apache 2.*</description>
		<content:encoded><![CDATA[<p>can&#8217;t get any of this to work, just keeps casing server level errors.</p>
<p>how should the config file be setup?<br />
is it known to work on apache 2.*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Paulger</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-282</link>
		<dc:creator>Stephen Paulger</dc:creator>
		<pubDate>Mon, 13 Feb 2006 13:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-282</guid>
		<description>I have found that &lt;code&gt;HR { display: none; }&lt;/code&gt; shifts the first file onto the same line as the column headers. So I am using &lt;code&gt;HR { visibility: hidden; }&lt;/code&gt;.

I am using PHP instead of SSI, I found that using REQUEST_URI alone meant that the fancy indexing sorting options appear in the title. So I wrote this which also removes the trailing slash.

&lt;code&gt;
        $ruri = $_SERVER['REQUEST_URI'];
        $path = substr($ruri, 0, strpos($ruri,'?')-1);
&lt;/code&gt;

I hope someone finds this useful.</description>
		<content:encoded><![CDATA[<p>I have found that <code>HR { display: none; }</code> shifts the first file onto the same line as the column headers. So I am using <code>HR { visibility: hidden; }</code>.</p>
<p>I am using PHP instead of SSI, I found that using REQUEST_URI alone meant that the fancy indexing sorting options appear in the title. So I wrote this which also removes the trailing slash.</p>
<p><code><br />
        $ruri = $_SERVER['REQUEST_URI'];<br />
        $path = substr($ruri, 0, strpos($ruri,&#8217;?')-1);<br />
</code></p>
<p>I hope someone finds this useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cangrejero</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-281</link>
		<dc:creator>cangrejero</dc:creator>
		<pubDate>Tue, 04 Oct 2005 23:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-281</guid>
		<description>Your instructions worked as advertised except for . When I go from directory/folder to directory/folder, it doesn't display the info. Thanks for such wonderful instructions, anyway!</description>
		<content:encoded><![CDATA[<p>Your instructions worked as advertised except for . When I go from directory/folder to directory/folder, it doesn&#8217;t display the info. Thanks for such wonderful instructions, anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Greene</title>
		<link>http://underscorebleach.net/jotsheet/2004/02/apache-indexes-201#comment-280</link>
		<dc:creator>Darren Greene</dc:creator>
		<pubDate>Mon, 02 May 2005 20:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=46#comment-280</guid>
		<description>I'm making the actual change in the httpd.conf file.  I didn't change anything in the .htaccess file.</description>
		<content:encoded><![CDATA[<p>I&#8217;m making the actual change in the httpd.conf file.  I didn&#8217;t change anything in the .htaccess file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
