# directory_document.conf - Server configuration file for waycast directory documents # # Installed on the server, this configuration file determines the form of directory documents # as served, inserting to them references to `directory_document.css` and `directory_document.js` # in order to finalize the presentation of the directories on the client side. # # Working example: # http://reluk.ca/sys/computer/server/etc/apache2/7_domain/reluk.ca/public/mod_autoindex/ # http://reluk.ca/sys/computer/server/etc/apache2/7_domain/reluk.ca/public/5_in_project_proto.conf # http://reluk.ca/sys/computer/server/etc/apache2/7_domain/reluk.ca/public/5_autoindex.conf IndexHeadInsert "" IndexStyleSheet 'PARENT-URI-PATH/directory_document.css' ReadmeName README.html IndexIgnoreReset ON # Clear the `IndexIgnore` list IndexIgnore README.html IndexOptions DescriptionWidth=* FancyIndexing FoldersFirst HTMLTable IgnoreCase # Clear "all inherited options and any incremental settings encountered so far" and set new ones. # It is the first bare option, unprefixed by '+' or '-', that does the clearance here. AddDescription 'Entrance to way root' way.xht AddDescription 'Entrance to way engagements' waycast.xml IndexOptions +SuppressDescription # Stop the above `AddDescription` directive applying recursively in subdirectories # Copyright © 2017-2019 Michael Allan and contributors. Licence MIT.