You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2011/07/01 15:49:40 UTC

svn commit: r1141936 - in /tomcat/jk/trunk/tools/dist: .htaccess HEADER.html README.html binaries/windows/HEADER.html binaries/windows/README.html binaries/windows/symbols/HEADER.html binaries/windows/symbols/README.html

Author: mturk
Date: Fri Jul  1 13:49:39 2011
New Revision: 1141936

URL: http://svn.apache.org/viewvc?rev=1141936&view=rev
Log:
Add ,htaccess file and make sure dir links end with the slash

Added:
    tomcat/jk/trunk/tools/dist/.htaccess   (with props)
Modified:
    tomcat/jk/trunk/tools/dist/HEADER.html
    tomcat/jk/trunk/tools/dist/README.html
    tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html
    tomcat/jk/trunk/tools/dist/binaries/windows/README.html
    tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html
    tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html

Added: tomcat/jk/trunk/tools/dist/.htaccess
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/.htaccess?rev=1141936&view=auto
==============================================================================
--- tomcat/jk/trunk/tools/dist/.htaccess (added)
+++ tomcat/jk/trunk/tools/dist/.htaccess Fri Jul  1 13:49:39 2011
@@ -0,0 +1,19 @@
+# Directives controlling the display of server-generated directory listings.
+IndexOptions DescriptionWidth=34
+AddDescription "OpenPGP ASCII armored signature" .asc
+AddDescription "MD5 checksum file" .md5
+AddDescription "SHA1 checksum file" .sha1
+AddDescription "SHA256 checksum file" .sha256
+AddDescription "ZIP compressed archive" .zip
+AddDescription "GZIP compressed document" .gz
+AddDescription "Unix tar archive" .tar
+AddDescription "GZIP compressed tar archive" .tgz
+AddDescription "plain text document" .txt
+AddDescription "Unified diff patch" .diff
+AddDescription "shared object file" .so
+AddDescription "dynamically linked library" .dll
+AddIcon /icons/generic.sec.gif .asc .key
+AddIcon /icons/patch.gif .diff
+AddIcon /icons/screw2.gif .md5
+AddIcon /icons/screw2.gif .sha1
+AddIcon /icons/screw2.gif .sha256

Propchange: tomcat/jk/trunk/tools/dist/.htaccess
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tomcat/jk/trunk/tools/dist/HEADER.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/HEADER.html?rev=1141936&r1=1141935&r2=1141936&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/dist/HEADER.html (original)
+++ tomcat/jk/trunk/tools/dist/HEADER.html Fri Jul  1 13:49:39 2011
@@ -1,4 +1,4 @@
-<h1>Index of /dist/tomcat/tomcat-connectors/jk</h1>
+<h1>Index of /dist/tomcat/tomcat-connectors/jk/</h1>
 
 <h2>Apache Tomcat Connectors <u>Source Code</u> Distributions</h2>
 

Modified: tomcat/jk/trunk/tools/dist/README.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/README.html?rev=1141936&r1=1141935&r2=1141936&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/dist/README.html (original)
+++ tomcat/jk/trunk/tools/dist/README.html Fri Jul  1 13:49:39 2011
@@ -1,10 +1,10 @@
 <h2><a name="mirrors">Download from your
-    <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors">
+    <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/">
 nearest mirror site!</a></a></h2>
 
 <p>Do not download from www.apache.org.  Please use a mirror site
    to help us save apache.org bandwidth.
-   <a href="http://www.apache.org/dyn/closer.cgi/httpd/">
+   <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/">
    Go here to find your nearest mirror.</a>
 </p>
 
@@ -30,7 +30,7 @@ nearest mirror site!</a></a></h2>
 <h2><a name="archive">Older Releases</a></h2>
 <p>Only current, recommended releases are available on www.apache.org
    and the mirror sites.  Older releases can be obtained from the
-   <a href="http://archive.apache.org/dist/tomcat/tomcat-connectors/jk">archive site</a>.
+   <a href="http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/">archive site</a>.
 </p>
 
 <h2><a name="sig">PGP Signatures</a></h2>

Modified: tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html?rev=1141936&r1=1141935&r2=1141936&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html (original)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html Fri Jul  1 13:49:39 2011
@@ -1,4 +1,4 @@
-<h1>Index of /dist/tomcat/tomcat-connectors/jk/binaries/windows</h1>
+<h1>Index of /dist/tomcat/tomcat-connectors/jk/binaries/windows/</h1>
 
 <h2>Important Notices</h2>
 <ul>
@@ -8,5 +8,5 @@
 </ul>
 
 <h2>Download from your
-<a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows">
+<a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows/">
 nearest mirror site!</a></h2>

Modified: tomcat/jk/trunk/tools/dist/binaries/windows/README.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/README.html?rev=1141936&r1=1141935&r2=1141936&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/README.html (original)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/README.html Fri Jul  1 13:49:39 2011
@@ -1,9 +1,9 @@
 <h2><a name="mirrors">Download from your
-    <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows">nearest mirror site!</a></a></h2>
+    <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows/">nearest mirror site!</a></a></h2>
 
 <p><strong>Please</strong> do not download from www.apache.org.  Use a mirror 
    site to help us save apache.org bandwidth and to speed up your download.
-   <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows">
+   <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows/">
    Click here</a> to find your nearest mirror.</p>
 
 <h2><a name="warnings">Windows Users, Read These First...</a></h2>
@@ -54,7 +54,7 @@ for the complete list of features and bu
    (and the Dr. Watson utility) to produce useful crash analysis.</p>
 
 <p>You will find the source code package in the 
-   <a href="../../../">/dist/tomcat-connectors/jk/</a> source tree.  The -src.zip file
+   <a href="../../../jk/">/dist/tomcat-connectors/jk/</a> source tree.  The -src.zip file
    contains <strong>only</strong> source and build files, and contains 
    <strong>no</strong> binary executable files.</p>
 

Modified: tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html?rev=1141936&r1=1141935&r2=1141936&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html (original)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html Fri Jul  1 13:49:39 2011
@@ -1,4 +1,4 @@
-<h1>Index of /dist/tomcat/tomcat-connectors/jk/binaries/winows/symbols/</h1>
+<h1>Index of /dist/tomcat/tomcat-connectors/jk/binaries/windows/symbols/</h1>
 
 <h2>Important Notices</h2>
 <ul>
@@ -7,5 +7,5 @@
 </ul>
 
 <h2>Download from your
-<a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/winows/symbols">
+<a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows/symbols/">
 nearest mirror site!</a></h2>

Modified: tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html?rev=1141936&r1=1141935&r2=1141936&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html (original)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html Fri Jul  1 13:49:39 2011
@@ -1,5 +1,5 @@
 <h2><a name="mirrors">Download from your
-<a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/winows/symbols">
+<a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows/symbols/">
 nearest mirror site!</a></a></h2>
 
 <h2><a name="symbols">Binary Diagnostic Symbol Downloads</a></h2>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org