r32 - website

Joachim Breitner nomeata@haydn.debian.org
Wed, 09 Jun 2004 09:50:56 -0600


Author: nomeata
Date: 2004-06-09 09:50:53 -0600 (Wed, 09 Jun 2004)
New Revision: 32

Added:
   website/dot_htaccess
Log:
added .htaccess file

Added: website/dot_htaccess
===================================================================
--- website/dot_htaccess	2004-06-09 15:44:41 UTC (rev 31)
+++ website/dot_htaccess	2004-06-09 15:50:53 UTC (rev 32)
@@ -0,0 +1,12 @@
+IndexOptions +SuppressSize
+
+HeaderName header.txt
+ReadmeName readme.txt
+IndexIgnore header.txt readme.txt
+
+AddDescription "What we want to achieve." goals.txt
+AddDescription "Our initial public announcement." announcement.txt
+AddDescription "Some internal guidelines and processes."  policy.txt
+AddDescription "Directions on how to build and develop the packages in our CVS."  cvs.txt
+AddDescription "Directions on how to build and develop the packages in subversion."  subversion.pod
+AddDescription "debian/rules template for perl packages" rules-template-noxs