Annotation of html5/.htaccess, revision 1.20

1.1       avankest    1: Redirect 410 /html5/core
1.12      mike        2: RedirectMatch permanent /html5/editing-api http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html
1.14      mike        3: RedirectMatch permanent /html5/html-api-map http://dvcs.w3.org/hg/html-api-map/raw-file/tip/Overview.html
1.15      mike        4: RedirectMatch permanent /html5/s/html.rnc http://dev.w3.org/html5/spec/
                      5: RedirectMatch permanent /html5/s/xml.rnc http://dev.w3.org/html5/spec/
1.17      mike        6: RedirectMatch permanent /html5/s/html-microdata-rdfalite.rnc http://dev.w3.org/html5/microdata-rdfa/
                      7: RedirectMatch permanent /html5/s/xml-microdata-rdfalite.rnc http://dev.w3.org/html5/microdata-rdfa/
1.16      mike        8: RedirectMatch permanent /html5/s/assertions.sch http://dev.w3.org/html5/spec/
1.15      mike        9: RedirectMatch permanent /html5/c/all/ http://dev.w3.org/html5/spec/
                     10: RedirectMatch permanent /html5/c/microdata/ http://dev.w3.org/html5/md/
1.18      mike       11: DefaultIcon /icons/text.gif
                     12: HeaderName HEADER.html
                     13: ReadmeName README.txt
                     14: IndexIgnore README.txt *.css HEADER.html
1.20    ! mike       15: IndexOptions +NameWidth=* +SuppressHTMLPreamble +FancyIndexing +SuppressDescription +SuppressSize
1.18      mike       16: IndexOrderDefault Ascending Name

Webmaster