Annotation of html5/.htaccess, revision 1.27

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
1.21      mike       13: ReadmeName FOOTER.html
1.23      mike       14: IndexIgnore FOOTER.html HEADER.html html5.png
1.27    ! mike       15: IndexOptions NameWidth=* +SuppressHTMLPreamble +FancyIndexing +SuppressSize
1.18      mike       16: IndexOrderDefault Ascending Name
1.22      mike       17: AddIcon /html5/html5.png ^^DIRECTORY^^
1.27    ! mike       18: AddDescription "HTML Canvas 2D Context" /html5/2dcontext

Webmaster