From 6e3631546f71eab5846de4ce653251084aa400fc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 Feb 2012 10:30:27 -0200 Subject: More style on indexes --- templates/autoindex.conf.erb | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/autoindex.conf.erb b/templates/autoindex.conf.erb index 9d21242..b04bc79 100644 --- a/templates/autoindex.conf.erb +++ b/templates/autoindex.conf.erb @@ -3,7 +3,24 @@ # Directives controlling the display of server-generated directory listings. # -IndexOptions FancyIndexing VersionSort SuppressDescription XHTML HTMLTable FoldersFirst NameWidth=* Charset=UTF-8 +Options Indexes FollowSymLinks + +IndexOptions FancyIndexing +IndexOptions VersionSort +IndexOptions HTMLTable +IndexOptions FoldersFirst +IndexOptions IconsAreLinks +IndexOptions IgnoreCase +IndexOptions SuppressDescription +IndexOptions SuppressHTMLPreamble +IndexOptions XHTML +IndexOptions IconWidth=16 +IndexOptions IconHeight=16 +IndexOptions NameWidth=* +IndexOptions Charset=UTF-8 +IndexOrderDefault Descending Name +HeaderName /icons/header.html +ReadmeName /icons/footer.html # AddIcon* directives tell the server which icon to show for different # files or filename extensions. These are only displayed for -- cgit v1.2.3