<IfModule mod_autoindex.c>
	IndexIgnore .htaccess ..
	IndexOptions HTMLTable SuppressSize SuppressLastModified FoldersFirst FancyIndexing DescriptionWidth=*
	
	AddDescription "untermStrich Notes" info.txt
	AddDescription "The script" channel.js
	AddDescription "The license used by untermStrich to load the library" LICENSE
		
	ReadmeName 	README.md
</IfModule>