1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=* DescriptionWidth=* Charset=UTF-8
AddIconByEncoding (CMP,/<%= $icons_prefix %>/compressed.gif) x-compress x-gzip x-bzip2
AddIconByType (TXT,/<%= $icons_prefix %>/text.gif) text/*
AddIconByType (IMG,/<%= $icons_prefix %>/image2.gif) image/*
AddIconByType (SND,/<%= $icons_prefix %>/sound2.gif) audio/*
AddIconByType (VID,/<%= $icons_prefix %>/movie.gif) video/*
AddIcon /<%= $icons_prefix %>/binary.gif .bin .exe
AddIcon /<%= $icons_prefix %>/binhex.gif .hqx
AddIcon /<%= $icons_prefix %>/tar.gif .tar
AddIcon /<%= $icons_prefix %>/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /<%= $icons_prefix %>/compressed.gif .Z .z .tgz .gz .zip
AddIcon /<%= $icons_prefix %>/a.gif .ps .ai .eps
AddIcon /<%= $icons_prefix %>/layout.gif .html .shtml .htm .pdf
AddIcon /<%= $icons_prefix %>/text.gif .txt
AddIcon /<%= $icons_prefix %>/c.gif .c
AddIcon /<%= $icons_prefix %>/p.gif .pl .py
AddIcon /<%= $icons_prefix %>/f.gif .for
AddIcon /<%= $icons_prefix %>/dvi.gif .dvi
AddIcon /<%= $icons_prefix %>/uuencoded.gif .uu
AddIcon /<%= $icons_prefix %>/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /<%= $icons_prefix %>/tex.gif .tex
AddIcon /<%= $icons_prefix %>/bomb.gif /core
AddIcon (SND,/<%= $icons_prefix %>/sound2.gif) .ogg
AddIcon (VID,/<%= $icons_prefix %>/movie.gif) .ogm
AddIcon /<%= $icons_prefix %>/back.gif ..
AddIcon /<%= $icons_prefix %>/hand.right.gif README
AddIcon /<%= $icons_prefix %>/folder.gif ^^DIRECTORY^^
AddIcon /<%= $icons_prefix %>/blank.gif ^^BLANKICON^^
AddIcon /<%= $icons_prefix %>/odf6odt<%= $icon_suffix %>.png .odt
AddIcon /<%= $icons_prefix %>/odf6ods<%= $icon_suffix %>.png .ods
AddIcon /<%= $icons_prefix %>/odf6odp<%= $icon_suffix %>.png .odp
AddIcon /<%= $icons_prefix %>/odf6odg<%= $icon_suffix %>.png .odg
AddIcon /<%= $icons_prefix %>/odf6odc<%= $icon_suffix %>.png .odc
AddIcon /<%= $icons_prefix %>/odf6odf<%= $icon_suffix %>.png .odf
AddIcon /<%= $icons_prefix %>/odf6odb<%= $icon_suffix %>.png .odb
AddIcon /<%= $icons_prefix %>/odf6odi<%= $icon_suffix %>.png .odi
AddIcon /<%= $icons_prefix %>/odf6odm<%= $icon_suffix %>.png .odm
AddIcon /<%= $icons_prefix %>/odf6ott<%= $icon_suffix %>.png .ott
AddIcon /<%= $icons_prefix %>/odf6ots<%= $icon_suffix %>.png .ots
AddIcon /<%= $icons_prefix %>/odf6otp<%= $icon_suffix %>.png .otp
AddIcon /<%= $icons_prefix %>/odf6otg<%= $icon_suffix %>.png .otg
AddIcon /<%= $icons_prefix %>/odf6otc<%= $icon_suffix %>.png .otc
AddIcon /<%= $icons_prefix %>/odf6otf<%= $icon_suffix %>.png .otf
AddIcon /<%= $icons_prefix %>/odf6oti<%= $icon_suffix %>.png .oti
AddIcon /<%= $icons_prefix %>/odf6oth<%= $icon_suffix %>.png .oth
DefaultIcon /<%= $icons_prefix %>/unknown.gif
ReadmeName README.html
HeaderName HEADER.html
IndexIgnore .??* *~ *# HEADER.html README.html RCS CVS *,v *,t
|