source: .htaccess @ 6399

Revision 5835, 905 bytes checked in by vain, 6 months ago (diff)
  • updated toplevel infos
Line 
1Options +Indexes +MultiViews +FollowSymlinks
2
3# FancyIndexing is whether you want fancy directory indexing or standard
4IndexOptions FancyIndexing FoldersFirst IconHeight=16 IconWidth=16  NameWidth=30 DescriptionWidth=*
5
6AddDescription "JPEG image" .jpg .jpeg
7AddDescription "GIF image" .gif
8AddDescription "PNG image" .png
9
10AddDescription "SVN Branches [bughunting/experimental]" branches
11AddDescription "Various Stuff, images etc." resources
12AddDescription "Several subprojects" subprojects
13AddDescription "SVN Tags [stable releases]" tag
14AddDescription "SVN Trunk / HEAD-Revision" trunk
15AddDescription "Vendor Branches / External Libraries" vendor
16AddDescription "Official Website @ gna.org" website
17AddDescription "Official Website @ clansuite.com" website-clansuite.com
18
19LanguagePriority de en
20AddLanguage de .de
21AddLanguage en .en
22
23HeaderName HEADER.html
24ReadmeName README.html
Note: See TracBrowser for help on using the repository browser.