You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/17 01:30:28 UTC

svn commit: r604753 - in /httpd/site/trunk/xdocs/dev/dist: ./ .htaccess header.html

Author: wrowe
Date: Sun Dec 16 16:30:27 2007
New Revision: 604753

URL: http://svn.apache.org/viewvc?rev=604753&view=rev
Log:
Properly track /dev/dist in our site svn.

Added:
    httpd/site/trunk/xdocs/dev/dist/
    httpd/site/trunk/xdocs/dev/dist/.htaccess   (with props)
    httpd/site/trunk/xdocs/dev/dist/header.html   (with props)

Added: httpd/site/trunk/xdocs/dev/dist/.htaccess
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/dev/dist/.htaccess?rev=604753&view=auto
==============================================================================
--- httpd/site/trunk/xdocs/dev/dist/.htaccess (added)
+++ httpd/site/trunk/xdocs/dev/dist/.htaccess Sun Dec 16 16:30:27 2007
@@ -0,0 +1,17 @@
+HeaderName header.html
+IndexOptions +FancyIndexing +ScanHTMLTitles
+IndexIgnore header.html 
+
+AddType application/octet-stream .msi .chm
+AddIcon (MSI,/icons/box2.gif) .msi
+AddIcon (RPM,/icons/box2.gif) .rpm
+AddIcon (PKG,/icons/box2.gif) .exe .pkg
+AddIcon (TXT,/icons/text.gif) .README CHANGES*
+AddIcon (TGZ,/icons/compressed.gif) .tar.gz .tar.Z .tar.bz2
+AddIcon (ZIP,/icons/compressed.gif) .zip
+
+AddType text/plain .asc .md5 .sha1
+AddIcon (SIG,/icons/quill.gif) .asc .md5 .sha1
+AddDescription "MD5 hash" *.md5
+AddDescription "SHA-1 hash" *.sha1
+AddDescription "PGP signature" *.asc

Propchange: httpd/site/trunk/xdocs/dev/dist/.htaccess
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/site/trunk/xdocs/dev/dist/header.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/dev/dist/header.html?rev=604753&view=auto
==============================================================================
--- httpd/site/trunk/xdocs/dev/dist/header.html (added)
+++ httpd/site/trunk/xdocs/dev/dist/header.html Sun Dec 16 16:30:27 2007
@@ -0,0 +1,7 @@
+<h1>Pre-Release Test Versions</h1>
+
+<p>This directory contains pre-release test versions of the Apache
+HTTP Server.  Please use only for testing.</p>
+
+<p>For official releases, please see the <a
+href="http://httpd.apache.org/download.cgi">download page</a>.</p>

Propchange: httpd/site/trunk/xdocs/dev/dist/header.html
------------------------------------------------------------------------------
    svn:eol-style = native