coar 99/08/30 15:17:35
Modified: dist .htaccess
Log:
Rearrange the AddDescription lines so they work as intended..
and add the 404.html file to the 'don't show' list. (Why is
it there, anyway?)
Revision Changes Path
1.23 +9 -9 apache-site/dist/.htaccess
Index: .htaccess
===================================================================
RCS file: /export/home/cvs/apache-site/dist/.htaccess,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .htaccess 1999/08/19 19:30:57 1.22
+++ .htaccess 1999/08/30 22:17:34 1.23
@@ -1,4 +1,5 @@
IndexOptions FancyIndexing ScanHTMLTitles
+AddDescription "PGP signature" .asc
AddDescription "1.2.6 compressed source" apache_1.2.6.tar.Z
AddDescription "1.2.6 gzipped source" apache_1.2.6.tar.gz
AddDescription "1.3.1 compressed source" apache_1.3.1.tar.Z
@@ -19,13 +20,12 @@
AddDescription "1.3.9 compressed source" apache_1.3.9.tar.Z
AddDescription "1.3.9 gzipped source" apache_1.3.9.tar.gz
AddDescription "1.3.9 Win32 binary" apache_1_3_9_win32.exe
-AddDescription "List of changes in 1.3" /www/apache.org/dist/CHANGES_1.3
-AddDescription "List of changes in 1.2" /www/apache.org/dist/CHANGES_1.2
-AddDescription "Developer PGP keys" /www/apache.org/dist/KEYS
-AddDescription "PGP signature" *.asc
+AddDescription "List of changes in 1.3" CHANGES_1.3
+AddDescription "List of changes in 1.2" CHANGES_1.2
+AddDescription "Developer PGP keys" KEYS
AddDescription "Apache 1.3.9 Released" Announcement.txt
-AddDescription "Binary distributions" /www/apache.org/dist/binaries
-AddDescription "Contributed software" /www/apache.org/dist/contrib
-AddDescription "Old source & binaries" /www/apache.org/dist/old
-AddDescription "Official patches" /www/apache.org/dist/patches
-IndexIgnore CVS
+AddDescription "Binary distributions" binaries
+AddDescription "Contributed software" contrib
+AddDescription "Old source & binaries" old
+AddDescription "Official patches" patches
+IndexIgnore CVS 404.html