<IfModule mod_autoindex.c>
	IndexIgnore .htaccess ..
	IndexOptions HTMLTable SuppressSize SuppressLastModified FoldersFirst FancyIndexing DescriptionWidth=*
	
	AddDescription "untermStrich Notes" info.txt
	AddDescription "FullCalendar - Full-sized drag & drop event calendar" FullCalendar_README.txt
	AddDescription "Changes list" changelog.txt
	AddDescription "The style" fullcalendar.css
	AddDescription "The script" fullcalendar.js
	AddDescription "The license used by untermStrich to load the library" license.txt
		
	ReadmeName 	license.txt
</IfModule>