<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Simple, but less ugly way to present items in an online folder?</title>
	<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder/</link>
	<description>Comments on Ask MetaFilter post Simple, but less ugly way to present items in an online folder?</description>
	<pubDate>Sun, 29 Mar 2009 00:08:06 -0800</pubDate>
	<lastBuildDate>Sun, 29 Mar 2009 00:08:06 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Simple, but less ugly way to present items in an online folder?</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder</link>	
		<description>I&apos;m sharing files by dropping them into a folder in my public_html folder. Is there an easy way to generate a tasteful, simple front-end that&apos;s more appealing than the standard web-browser&apos;s text list? &lt;br /&gt;&lt;br /&gt; For a while, I was putting together simple HTML pages, which is obviously not very efficient. (By the way, this is through web-hosting, not my own server.) &lt;br&gt;
&lt;br&gt;
I&apos;m imagining some kind of standalone database thing that I drop into the same folder as the files. Or maybe a &quot;miniature&quot; WordPress that&apos;s as simple as an FTP client, and presents a file hierarchy along the lines of the &lt;a href=&quot;http://www.apple.com/mobileme/features/idisk.html&quot;&gt;MobileMe iDisk&lt;/a&gt;. &lt;br&gt;
&lt;br&gt;
I suppose I wouldn&apos;t rule out trying WordPress, if that&apos;s the best (or only) way to do it. Any suggestions for plugins and themes for this purpose?&lt;br&gt;
&lt;br&gt;
Files/video (.mp4) are downloaded. It wouldn&apos;t hurt, but there&apos;s no need for streaming, or viewing within a browser window. I know this is sounding like an FTP thing, but I can&apos;t ask people to download and poke around with FTP clients.&lt;br&gt;
&lt;br&gt;
There are lots of file-sharing sites out there, but I&apos;d like this material to reside on my &quot;site&quot;. However password-protected and secure file distribution services are, the data is confidential, health-related material, and any branding at all would cause people to wonder about security.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.118023</guid>
		<pubDate>Sat, 28 Mar 2009 23:55:18 -0800</pubDate>
		<dc:creator>huron</dc:creator>
		
			<category>ftp</category>
		
			<category>website</category>
		
			<category>filesharing</category>
		
			<category>resolved</category>
		
	</item> <item>
		<title>By: holgate</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder#1690692</link>	
		<description>There are lots of PHP-based file managers. &lt;a href=&quot;http://ecosmear.com/relay&quot;&gt;Relay&lt;/a&gt; is pretty but was released a couple of years ago and hasn&apos;t been updated, and may potentially throw up incompatibilities with your host&apos;s setup. &lt;a href=&quot;http://www.ajaxplorer.info/&quot;&gt;Ajaxplorer&lt;/a&gt; is pretty and well-featured, and under active development. They are, of course, only as secure as you make them.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.118023-1690692</guid>
		<pubDate>Sun, 29 Mar 2009 00:08:06 -0800</pubDate>
		<dc:creator>holgate</dc:creator>
	</item><item>
		<title>By: suedehead</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder#1690706</link>	
		<description>If you&apos;re somewhat handy at hacking code together, &lt;a href=&quot;http://bolgallery.free.fr/&quot;&gt;BolGallery&lt;/a&gt; and &lt;a href=&quot;http://sye.dk/sfpg/&quot;&gt;Single File PHP Gallery&lt;/a&gt; might be worth looking into. They&apos;re super-lightweight (no database whatsoever, each a single file) that you drop into your directory and let it autogenerate images and lists. They&apos;re geared towards images, however, so you would have to modify it to display mp4 files.&lt;br&gt;
&lt;br&gt;
Alternatively, you can use &lt;a href=&quot;http://abeautifulsite.net/notebook_files/21/demo/demo_classic.php&quot;&gt;this PHP File Tree&lt;/a&gt; which is created with a single Javascript file. Also very lightweight. There&apos;s a pretty JQuery version, too!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.118023-1690706</guid>
		<pubDate>Sun, 29 Mar 2009 01:17:23 -0800</pubDate>
		<dc:creator>suedehead</dc:creator>
	</item><item>
		<title>By: bjrn</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder#1690739</link>	
		<description>Perhaps &lt;a href=&quot;http://thefilebrowser.com/&quot;&gt;Filebrowser&lt;/a&gt;? Although it&apos;s geared a bit towards images, it works with all files. You can check out the &lt;a href=&quot;http://files.lussumo.com/&quot;&gt;demo&lt;/a&gt; and see what you think.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.118023-1690739</guid>
		<pubDate>Sun, 29 Mar 2009 05:16:31 -0800</pubDate>
		<dc:creator>bjrn</dc:creator>
	</item><item>
		<title>By: bcwinters</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder#1690744</link>	
		<description>I use this little &lt;a href=&quot;http://greg-j.com/phpdl/&quot;&gt;PHP File Lister&lt;/a&gt;. You just drop it in the folder and you&apos;re done. Could you perhaps list the features you&apos;re looking for? There are literally thousands of directory listing scripts out there, with varying degrees of customizability. For example, do you need user logins with different levels of access? Preview icons? Tags?&lt;br&gt;
&lt;br&gt;
And because no one else has said it, WordPress would be enormous overkill for this, and it&apos;s really not meant for something like this. It will require a ton of tweaking and extensions to get it to act the way you want it to.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.118023-1690744</guid>
		<pubDate>Sun, 29 Mar 2009 06:07:20 -0800</pubDate>
		<dc:creator>bcwinters</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder#1690801</link>	
		<description>I&apos;d agree with the suggestions to write your own.  If you can already handle writing the HTML then this is an &lt;em&gt;extremely&lt;/em&gt; simple task in any scripting language: all you have to do is call the API that fetches the list of files in the directory and then set up a single loop to generate a link or icon or whatever for each file.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.118023-1690801</guid>
		<pubDate>Sun, 29 Mar 2009 07:56:26 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: philomathoholic</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder#1690824</link>	
		<description>About the FTP thing, I know Firefox handles it seamlessly, and I think IE does too. So, if you had some way to make FTP look pretty, then I&apos;d try that + a browser.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.118023-1690824</guid>
		<pubDate>Sun, 29 Mar 2009 08:17:10 -0800</pubDate>
		<dc:creator>philomathoholic</dc:creator>
	</item><item>
		<title>By: Dr.Jeckyl</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder#1690930</link>	
		<description>I use either &lt;a href=&quot;http://www.bitfolge.de/snif-en.html&quot;&gt;snif&lt;/a&gt; or &lt;a href=&quot;http://filenice.com/&quot;&gt;fileNice&lt;/a&gt;. Both can be customized to your liking. Wordpress is definitely overkill for this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.118023-1690930</guid>
		<pubDate>Sun, 29 Mar 2009 10:17:42 -0800</pubDate>
		<dc:creator>Dr.Jeckyl</dc:creator>
	</item><item>
		<title>By: paulg</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder#1690942</link>	
		<description>If the web server in question is Apache, you have a number of options about how those default index listings are presented. The Apache documentation for &lt;a href=&quot;http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html&quot;&gt;mod_autoindex&lt;/a&gt; describes most of the options, but there&apos;s a nice write-up with screenshots &lt;a href=&quot;http://perishablepress.com/press/2008/11/02/better-default-directory-views-with-htaccess/&quot;&gt;here&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.118023-1690942</guid>
		<pubDate>Sun, 29 Mar 2009 10:33:47 -0800</pubDate>
		<dc:creator>paulg</dc:creator>
	</item><item>
		<title>By: huron</title>
		<link>http://ask.metafilter.com/118023/Simple-but-less-ugly-way-to-present-items-in-an-online-folder#1697061</link>	
		<description>Not such an obscure thing then! I&apos;m not sure why I didn&apos;t get too far with Google, but I&apos;m glad I asked MetaFilter; I&apos;m not sure I would have hit on some of those choices in particular. Thanks for the ideas!&lt;br&gt;
&lt;br&gt;
fileNice is beautiful, and I&apos;ll definitely use it for some things. I&apos;ll try both Relay and Ajaxplorer too, since they have additional features. Thanks again.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.118023-1697061</guid>
		<pubDate>Thu, 02 Apr 2009 22:48:17 -0800</pubDate>
		<dc:creator>huron</dc:creator>
	</item>
	</channel>
</rss>
