<IfModule mod_autoindex.c>
	IndexIgnore .htaccess ..
	IndexOptions HTMLTable SuppressSize SuppressLastModified FoldersFirst FancyIndexing DescriptionWidth=*
	
	AddDescription "The PHP lib" mustache.php
	AddDescription "The JS lib" mustache.js
	AddDescription "The license used by untermStrich to load the library" LICENSE.txt
	AddDescription "The readme file" _README.md
		
	ReadmeName 	LICENSE.txt
</IfModule>
