2014-01-13 21:47:53 +01:00
|
|
|
# Minimal Autoindex
|
2012-12-09 15:04:18 +01:00
|
|
|
|
2014-01-13 21:47:53 +01:00
|
|
|
## Theme for Apache directory listing
|
2012-12-09 15:04:18 +01:00
|
|
|
|
2014-01-13 21:47:53 +01:00
|
|
|
### Info
|
|
|
|
A minimalist theme for the Apache directory listing.
|
|
|
|
Require `mod_autoindex` to be enabled and the configuration via htaccess or virtual hosts.
|
2012-12-09 15:04:18 +01:00
|
|
|
|
2014-01-13 21:47:53 +01:00
|
|
|
### Preview
|
2013-07-15 18:46:08 +02:00
|
|
|
![screenshot](https://raw.github.com/Rnhmjoj/Minimal-Autoindex/master/Screenshot.png)
|
2012-12-09 15:31:15 +01:00
|
|
|
|
2014-01-13 21:47:53 +01:00
|
|
|
### Installation
|
|
|
|
Make sure that in the httpd.conf the form Autoindex.
|
|
|
|
If not add this to your configuration:
|
2012-12-09 15:04:18 +01:00
|
|
|
|
|
|
|
LoadModule autoindex_module libexec/apache2/mod_autoindex.so
|
|
|
|
Include /private/etc/apache2/extra/httpd-autoindex.conf
|
|
|
|
|
2014-01-13 21:47:53 +01:00
|
|
|
Then in httpd.conf, make an alias to the folder Autoindex.
|
|
|
|
For example:
|
|
|
|
|
2012-12-09 15:04:18 +01:00
|
|
|
Alias autoindex private/etc/apache2/Autoindex
|
|
|
|
|
2014-01-13 21:47:53 +01:00
|
|
|
In httpd-vhosts.conf file or in a .htaccess in the root add the theme configuration.
|
|
|
|
|
|
|
|
### License
|
|
|
|
Icons used in the theme belong to FatCow Web Hosting and
|
|
|
|
Yusuke Kamiyamane, distributed under CC attribution 3.0.
|
|
|
|
http://creativecommons.org/licenses/by/3.0/legalcode
|
|
|
|
|
2014-03-03 02:52:07 +01:00
|
|
|
Dual licensed under the MIT and GPL licenses:
|
|
|
|
http://www.opensource.org/licenses/mit-license.php
|
2014-01-13 21:47:53 +01:00
|
|
|
http://www.gnu.org/licenses/gpl.html
|