<IfModule mod_autoindex.c>
	IndexIgnore .htaccess ..
	IndexOptions HTMLTable SuppressSize SuppressLastModified FoldersFirst FancyIndexing DescriptionWidth=*
	
	AddDescription "Changes list" changes.html
	AddDescription "GNU Lesser General Public License" license.html
	AddDescription "The license used by untermStrich and PD4ML to load the library" license.txt
	AddDescription "The readme file" readme.html
		
	ReadmeName readme.html
</IfModule>