<IfModule mod_autoindex.c>
	IndexIgnore .htaccess .. license-Dateien 
	IndexOptions HTMLTable SuppressSize SuppressLastModified FoldersFirst FancyIndexing DescriptionWidth=*
	
	AddDescription "untermStrich Notes" info.txt
	AddDescription "CodeIgniter.php" CodeIgniter.php.txt
	AddDescription "CodeIgniter License Agreement" license.htm
	AddDescription "The license used by untermStrich to load the library" license.txt
		
	ReadmeName license.txt
</IfModule>