Index of /uploads/demo/of-windex/

[ICO]NameLast modifiedSize
[DIR]Parent Directory  -
[DIR]mario/06-Jan-2012 09:11 -
[DIR]tree/06-Jan-2012 09:11 -
[   ]ai.ai06-Jan-2012 09:10 0
[VID]avi.avi06-Jan-2012 09:10 0
[   ]bin.bin06-Jan-2012 09:10 0
[   ]doc.doc06-Jan-2012 09:10 0
[   ]eps.eps06-Jan-2012 09:10 0
[TXT]ico.ico06-Jan-2012 09:10 0
[IMG]jpg.jpg06-Jan-2012 09:10 0
[   ]js.js06-Jan-2012 09:10 0
[SND]mp3.mp306-Jan-2012 09:11 0
[   ]pdf.pdf06-Jan-2012 09:11 0
[   ]php.php06-Jan-2012 09:11 0
[   ]ppt.ppt06-Jan-2012 09:11 0
[TXT]psd.psd06-Jan-2012 09:11 0
[VID]qt.qt06-Jan-2012 09:11 0
[TXT]txt.txt06-Jan-2012 09:11 0
[SND]wav.wav06-Jan-2012 09:11 0
[VID]wmv.wmv06-Jan-2012 09:11 0
[   ]xls.xls06-Jan-2012 09:11 0
[   ]zip.zip06-Jan-2012 09:11 0

README.mdown

This index is styled with Windex. Take a look at the iPhone/mobile view by shrinking your browser to below 480 pixels wide.

The Windex README follows:


Windex - For a bright, shiny index

v1.0 beta

Windex uses PHP and Apache to style default directory listing index pages. It works directly with Apache's built-in directory mechanism.

Authors

Features

Windex themes make liberal use of CSS3. Viewing experiences in legacy browsers may differ.

HEADS UP

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.

Installation

  1. Copy the entire windex folder into your site's directory tree. For instance, if your site's files are in /www/mysite.com/files, upload this folder to be /www/mysite.com/files/windex.

  2. Edit windex/config.php and change any configuration options. $windexPath is the absolute path of where the windex folder can be found. If your placed the folder to be /www/mysite.com/files/windex, you would change this line to be $windexPath = '/files/windex';.

  3. Copy and paste the contents of main.htaccess into a file named .htaccess in your site's files directory. DO NOT overwrite the contents of the previous .htaccess, as this code is essential to any CMS you may be running. Instead, add the code from main.htaccess after the previous code. If necessary, change the file paths to the absolute path of the Windex folder (i.e. /files/windex/...). .htaccess is a hidden configuration file. If this file does not exist you can rename main.htaccess as .htaccess and upload it. NOTE: it helps to know what you're doing before jumping in. The supplied .htaccess file may end up overriding some of your site's configuration and causing weird behavior. So understand what you're doing here, and merge your existing directory config with the contents of main.htaccess.

  4. Try it out! Browse to a directory that does not contain an index file.

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

License

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.

Changelog

Windex is a mod of Indices by Scott Evans.