gstein 2002/08/28 17:06:52
Modified: . .htaccess Log: some refinements Revision Changes Path 1.2 +8 -1 apr-dist/.htaccess Index: .htaccess =================================================================== RCS file: /home/cvs/apr-dist/.htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .htaccess 29 Aug 2002 00:02:19 -0000 1.1 +++ .htaccess 29 Aug 2002 00:06:52 -0000 1.2 @@ -1,4 +1,5 @@ -IndexOptions +FancyIndexing +ScanHTMLTitles +IndexOptions +FancyIndexing +ScanHTMLTitles DescriptionWidth=* + AddType application/octet-stream .msi AddIcon (SIG,/icons/quill.gif) .asc KEYS AddIcon (MD5,/icons/quill.gif) .md5 @@ -9,6 +10,7 @@ AddIcon (PKG,/icons/box2.gif) .exe .pkg AddIcon (RPM,/icons/box2.gif) .rpm AddIcon (MSI,/icons/box2.gif) .msi + AddDescription "MD5 hash" *.md5 AddDescription "PGP signature" *.asc AddDescription "RPM package" *.rpm @@ -17,4 +19,9 @@ AddDescription "Source code patch" *.patch AddDescription "Installer Package" *.exe AddDescription "Developer PGP/GPG keys" KEYS + AddDescription "Unreleased (test) files" not-released/ +AddDescription "Tools used for creating distributions" tools/ + +AddDescription "0.9.0 compressed source" apr-0.9.0.tar.Z +AddDescription "0.9.0 gzipped source" apr-0.9.0.tar.gz
