Changes to download system schould be in XML (xdocs directory) as HTML files are result of XSLT preprocessing. So here we go again:
1. download.html becomes download.xml 2. index.html, building.html and faq.html becomes xdocs/stylesheets/flood.xml other files (mirrors.conf, download.cgi) are the same. Also flood site update noting Flood 1.1 release must be in XML. In addition I have fixed small typo there (I was claiming, that I've signed httpd-2.0.47 ;)) regards, Jacek Prucia
<?xml version="1.0"?> <document> <properties> <author email="docs@httpd.apache.org">Documentation Group</author> <title>Download</title> </properties> <body> <section id="Download"> <title>Downloading Flood</title> <p>Use the links below to download Flood from one of our mirrors. You <strong>must</strong> <a href="#verify">verify the integrity</a> of the downloaded files using signatures downloaded from our main distribution directory.</p> <p>Only current recommended releases are available on the main distribution site and its mirrors. Older releases are available from the <a href="http://archive.apache.org/dist/httpd/flood/">archive download site.</a></p> <section id="mirror"> <title>Mirror</title> <p>[if-any logo] <a href="[link]"><img align="right" src="[logo]" border="0" /></a>[end] The currently selected mirror is <b>[preferred]</b>. If you encounter a problem with this mirror, please select another mirror. If all mirrors are failing, there are <i>backup</i> mirrors (at the end of the mirrors list) that should be available.</p> <form action="[location]" method="get" id="SelectMirror"> Other mirrors: <select name="Preferred"> [if-any http] [for http]<option value="[http]">[http]</option>[end] [end] [if-any ftp] [for ftp]<option value="[ftp]">[ftp]</option>[end] [end] [if-any backup] [for backup]<option value="[backup]">[backup] (backup)</option>[end] [end] </select> <input type="submit" value="Change" /> </form> <p>You may also consult the <a href="http://www.apache.org/mirrors/">complete list of mirrors</a>.</p> </section> <section id="flood11"><title>Flood 1.1 is the best available version</title> <p>This version of Flood comes with many new features and bug fixes. Most noticable addition is recently written user documentation.</p> <ul> <li>Unix Source: <a href="[preferred]/httpd/flood/flood-1.1.tar.gz">flood-1.1.tar.gz</a> [<a href="http://www.apache.org/dist/httpd/flood/flood-1.1.tar.gz.asc">PGP</a>] [<a href="http://www.apache.org/dist/httpd/flood/flood-1.1.tar.gz.md5">MD5</a>]</li> <li>Unix Source: <a href="[preferred]/httpd/flood/flood-1.1.tar.Z">flood-1.1.tar.Z</a> [<a href="http://www.apache.org/dist/httpd/flood/flood-1.1.tar.Z.asc">PGP</a>] [<a href="http://www.apache.org/dist/httpd/flood/flood-1.1.tar.Z.md5">MD5</a>]</li> <li><a href="[preferred]/httpd/flood/">Other files</a></li> </ul> </section> <section id="verify"><title>Verify the integrity of the files</title> <p>It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read <a href="/dev/verification.html">Verifying Apache HTTP Server Releases</a> for more information on why you should verify our releases. Even when this page refers to Apache HTTP Server, most of concepts still apply to Flood.</p> <p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/httpd/KEYS">KEYS</a> as well as the <code>asc</code> signature file for the particular distribution. Make sure you get these files from the <a href="http://www.apache.org/dist/httpd/flood/">main distribution directory</a>, rather than from a mirror. Then verify the signatures using</p> <p><code> % pgpk -a KEYS<br /> % pgpv flood-VERSION.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> % pgp flood-VERSION.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> % gpg --verify flood-VERSION.tar.gz.asc </code></p> <ul> <li>flood-1.1.tar.gz is signed by Jacek Prucia <code>7EFFAEB0</code></li> </ul> <p>Alternatively, you can verify the MD5 signature on the files. A unix program called <code>md5</code> or <code>md5sum</code> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.</p> </section> </section> </body> </document>
--- flood.xml.orig 2003-09-15 02:47:26.000000000 +0200 +++ flood.xml 2003-09-15 02:47:10.000000000 +0200 @@ -9,8 +9,7 @@ </menu> <menu><title>Download!</title> - <li><a href="http://www.apache.org/dyn/closer.cgi">from a mirror</a></li> - <li><a href="http://www.apache.org/dist/httpd/">from here</a></li> + <li><a href="/test/flood/download.cgi">from a mirror</a></li> </menu> <menu><title>Documentation</title>
--- index.xml.orig 2003-09-15 02:39:58.000000000 +0200 +++ index.xml 2003-09-15 02:42:14.000000000 +0200 @@ -16,6 +16,21 @@ </section> +<section id="Release"> +<title>Flood 1.1 Released</title> + +<p>The Apache Software Foundation and the Apache HTTP Server Project are +pleased to announce the second public release of the Flood HTTP load +testing software.</p> +<p>This version of Flood comes with many new features and bug fixes. +Most noticable addition is recently written user documentation.</p> +<p>This release is compatible with configuration files created for 0.4 and +later versions. We consider this release to be the best version of Flood +available and encourage users of all prior versions to upgrade.</p> +<p>Flood 1.1 is available for download from one of ASF +<a href="http://www.apache.org/dyn/closer.cgi/httpd/flood/">mirrors</a>.</p> +</section> + <section id="Getting"> <title>Getting and using flood</title>