gstein 2002/08/28 17:02:19
Added: . .cvsignore .htaccess HEADER.html README.html
Log:
flesh out the dist area a bit
Revision Changes Path
1.1 apr-dist/.cvsignore
Index: .cvsignore
===================================================================
*.tar*
*.zip*
1.1 apr-dist/.htaccess
Index: .htaccess
===================================================================
IndexOptions +FancyIndexing +ScanHTMLTitles
AddType application/octet-stream .msi
AddIcon (SIG,/icons/quill.gif) .asc KEYS
AddIcon (MD5,/icons/quill.gif) .md5
AddIcon (TGZ,/icons/compressed.gif) .tar.gz .tar.Z .tar.bz2
AddIcon (ZIP,/icons/compressed.gif) .zip
AddIcon (TXT,/icons/text.gif) .README CHANGES*
# The box2.gif icon represents an "installable package"
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
AddDescription "MSI Installer Package" *.msi
AddDescription "installation package" *.pkg
AddDescription "Source code patch" *.patch
AddDescription "Installer Package" *.exe
AddDescription "Developer PGP/GPG keys" KEYS
AddDescription "Unreleased (test) files" not-released/
1.1 apr-dist/HEADER.html
Index: HEADER.html
===================================================================
<h1>Index of /dist/apr</h1>
<h2>Apache APR Project Source Code Distributions</h2>
<p>
This downloads page includes only the sources to compile and build
APR projects, using the proper tools. Precompiled forms of this
software will be provided at a future date.
</p>
<h2>Important Notices</h2>
<ul>
<li><a href="#mirrors">Download from your nearest mirror site!</a></li>
<li><a href="#apr">APR 0.9.0 is the latest available version</a></li>
<li><a href="#sig">PGP/GPG Signatures</a></li>
</ul>
1.1 apr-dist/README.html
Index: README.html
===================================================================
<h2><a name="mirrors">Download from your
<a href="http://www.apache.org/dyn/closer.cgi/apr/">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/apr/">Go
here to find your nearest mirror.</a>
</p>
<h2><a name="apr">APR 0.9.0 is the latest available version</a></h2>
<p>
APR 0.9.0 has been released for testing. This is the first time
that it has been packaged for release, so it should be considered
"alpha". While the code is highly robust, our packaging of it
still needs a bit of a workout.
</p>
<h2><a name="sig">PGP/GPG Signatures</a></h2>
<p>
All of the release distribution packages have been digitally
signed (using PGP or GPG) by the ASF committers that constructed
them. There will be an accompanying
<tt><var>distribution</var>.asc</tt> file in the same directory
as the distribution. The PGP/GPG keys can be found at the MIT key
repository and within this project's <a
href="KEYS">KEYS file</a>.
</p>
<pre>Always signatures to validate package authenticity, <i>e.g.</i>,
$ pgpk -a KEYS
$ pgpv apr-0.9.0.tar.gz.asc
<i>or</i>,
$ pgp -ka KEYS
$ pgp apr-0.9.0.tar.gz.asc
<i>or</i>
$ gpg --verify apr-0.9.0.tar.gz.asc
</pre>
<p>
We also offer MD5 hashes as an alternative to validate the
integrity of the downloaded files. See the
<tt><var>distribution</var>.md5</tt> files.
</p>