| Name | Last modified | Size | |
|---|---|---|---|
| mario/ | 07-Jun-2011 17:48 | - | |
| tree/ | 07-Jun-2011 17:48 | - | |
| ai.ai | 07-Jun-2011 17:48 | 0 | |
| avi.avi | 07-Jun-2011 17:48 | 0 | |
| bin.bin | 07-Jun-2011 17:48 | 0 | |
| doc.doc | 07-Jun-2011 17:48 | 0 | |
| eps.eps | 07-Jun-2011 17:48 | 0 | |
| ico.ico | 07-Jun-2011 17:48 | 0 | |
| jpg.jpg | 07-Jun-2011 17:48 | 0 | |
| js.js | 07-Jun-2011 17:48 | 0 | |
| mp3.mp3 | 07-Jun-2011 17:48 | 0 | |
| pdf.pdf | 07-Jun-2011 17:48 | 0 | |
| php.php | 07-Jun-2011 17:48 | 0 | |
| ppt.ppt | 07-Jun-2011 17:48 | 0 | |
| psd.psd | 07-Jun-2011 17:48 | 0 | |
| qt.qt | 07-Jun-2011 17:48 | 0 | |
| README.mdown | 08-Jun-2011 17:07 | 3.4K | |
| txt.txt | 07-Jun-2011 17:48 | 0 | |
| wav.wav | 07-Jun-2011 17:49 | 0 | |
| wmv.wmv | 07-Jun-2011 17:49 | 0 | |
| xls.xls | 07-Jun-2011 17:49 | 0 | |
| zip.zip | 07-Jun-2011 17:49 | 0 |
This index is styled with Windex. Take a look at the iPhone/mobile view by shrinking your browser to below 480 pixels wide.
Read more about Windex on the nclud sketchbook.
The Windex README follows:
Windex uses PHP and Apache to style default directory listing index pages. It works directly with Apache's built-in directory mechanism.
Check it out! desandro.com/demo/of-windex/
Windex themes make liberal use of CSS3. Viewing experiences in legacy browsers may differ.
Enabling directory indexes on a live site can be a serious security risk. Be sure to to install Windex only where you want the child files and folders to be viewable.
Copy the entire windex folder into your site's directory tree. For instance, if your site's files are in /www/mysite.com, upload this folder to be /www/mysite.com/windex.
Edit windex/config.php and change any configuration options.
If your server runs PHP5, you'll need to change to line 4 of .htaccess to AddHandler application/x-httpd-php5 .php.
Copy and paste the contents of windex.htaccess into a file named .htaccess in the directory where you want to enable Windex. See more on .htaccess below.
Try it out! Browse to a directory that does not contain an index file.
If you wish to enable Windex in /www/mysite.com/windex/files, you would add the contents windex.htaccess to be in /www/mysite.com/windex/files/.htaccess. If there already is an .htaccess file, DO NOT overwrite the contents, as this code is essential to any CMS you may be running. Instead, add the code from windex.htaccess after the previous code. .htaccess is a hidden configuration file. If this file does not exist you can upload windex.htaccess and then rename it as .htaccess.
If you'd rather not have the windex folder sitting at the top of your site, you'll need to change the filepaths in config.php, all image URLs in the CSS files, and any .htaccess file derived from windex.htaccess
If you wish disable an index page for any child folder, you'll need to upload a .htaccess file in that folder with the following code:
Options -Indexes
This software is free to use and modify. You may not charge for or sell this software, nor any derivation of it. If you do modify it, we would love to hear about it. Give us a holler and let us know.
Windex is a mod of Indices by Scott Evans.