ceki 2004/04/19 02:58:53
Modified: docs/site binindex.html
src/xdocs/site binindex.xml
Log:
Cleaned up the official LS distribution page.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision Changes Path
1.2 +27 -63 logging-site/docs/site/binindex.html
Index: binindex.html
===================================================================
RCS file: /home/cvs/logging-site/docs/site/binindex.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- binindex.html 17 Apr 2004 15:15:39 -0000 1.1
+++ binindex.html 19 Apr 2004 09:58:53 -0000 1.2
@@ -111,58 +111,23 @@
</td>
<td id="mainContents" align="left" valign="top">
-
<h1>Binary Downloads</strong></h1>
- <p>
-We make binary versions of our code for the convenience of our
-users. In general, binaries are meant for developers who want to use
-the Servlet and JavaServer Pages technologies (versus those who want to
-"hack" the technologies in order to integrate them into other products).
-</p>
- <p>
-Depending on what kind of user you are, you'll want to use a
-particular type of build. We divide our available binaries into the
-following categories:
-</p>
- <ul>
-<li>Release Builds</li>
-<li>Milestone Builds</li>
-</ul>
- <p>
-<b>Release Builds</b> are those that are ready for Prime Time. This
-build is "as good as it gets!"
-</p>
- <p>
-To get the actual source code, <a href="./sourceindex.cgi">click here</a>.
-</p>
- <p>
-<strong>Note</strong> only recent builds can be downloaded from this page.
-If you are looking for an older release please see <a
href="http://jakarta.apache.org/site/binindex.cgi#The%20Apache%20Archives">here</a>.
-</p>
- <p><b>Note:</b> <strong>To catch up
with the major releases and
-important information from The Jakarta Project, we recommend you to <a
href="mailto:[EMAIL PROTECTED]">subscribe</a>
-to mailing list for the <a href="./mail2.html#Announcement">Announcements</a>. To
keep informed
-about the news from Apache Software Foundation and its projects,
-please <a href="mailto:[EMAIL PROTECTED]">subscribe</a> to
-<a
href="http://www.apache.org/foundation/mailinglists.html#foundation-announce">Apache
-Announcement List</a> as well.</strong>
-</p>
- <h3>Release
Builds</strong></h3>
- <h3>Using a mirror</h3>
- <p>We recommend you use a mirror to
download our release
- builds, but you <strong>must</strong> verify the integrity of
- the downloaded files using signatures downloaded from our main
- distribution directories. The <code>KEYS</code> link next to the product
- links to the code signing keys used to sign the product.
- The <code>PGP</code> link downloads the OpenPGP compatible signature
- from our main site and the <code>MD5</code> downloads the checksum also
- from the main site.</p>
- <p>Not all our builds are available
through mirrors yet.</p>
- <p>You are currently using
<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">
+ <h1>Binary
downloads</h1>
+
<h3>Announcements</h3>
+
<p>To catch up with the major releases and important information
+ from the Apache Logging Services project, we recommend you to <a
href="mailto:[EMAIL PROTECTED]">subscribe</a> to <a
href="http://www.apache.org/foundation/mailinglists.html#foundation-announce">Apache
+ Announcement List</a>.
+ </p>
+
<h3>Using a mirror</h3>
+
<p>Distributions of the Apache Logging Services project are
+ available for download from a number of mirrors. Please use these
+ mirrors as they improve download time and save bandwidth.
+ </p>
+
<p>You are currently using <font color="red"><b>[preferred]</b></font>
as your preferred download
+ site. 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]
@@ -176,17 +141,16 @@
</select>
<input type="submit" value="Change" />
</form>
- <p>Log4j <a
href="http://www.apache.org/dist/jakarta/log4j/KEYS">KEYS</a>
- <ul>
- <li>
- <a href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.zip">1.2.8 zip</a>
- </li>
- <li>
- <a href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.tar.gz"> 1.2.8
tar.gz</a>
- </li>
- </ul>
- </p>
-
+
<h2>List of distribution files</h2>
+
<h3>Log4j project</h3>
+
<dl>
+ <dt><b>jakarta-log4j-1.2.8</b> (full package, includes binaries and source
files)</dt>
+ <dd>
+ Download full package in <a
href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.tar.gz">tar.gz</a> format or in <a
href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.zip">zip</a>
+ format.
+ </dd>
+ </dl>
+
</td>
</tr>
1.2 +37 -77 logging-site/src/xdocs/site/binindex.xml
Index: binindex.xml
===================================================================
RCS file: /home/cvs/logging-site/src/xdocs/site/binindex.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- binindex.xml 17 Apr 2004 15:15:39 -0000 1.1
+++ binindex.xml 19 Apr 2004 09:58:53 -0000 1.2
@@ -9,71 +9,30 @@
<body>
- <section name="Binary Downloads">
-<p>
-We make binary versions of our code for the convenience of our
-users. In general, binaries are meant for developers who want to use
-the Servlet and JavaServer Pages technologies (versus those who want to
-"hack" the technologies in order to integrate them into other products).
-</p>
-<p>
-Depending on what kind of user you are, you'll want to use a
-particular type of build. We divide our available binaries into the
-following categories:
-</p>
-
-<ul>
-<li>Release Builds</li>
-<li>Milestone Builds</li>
-</ul>
-
-<p>
-<b>Release Builds</b> are those that are ready for Prime Time. This
-build is "as good as it gets!"
-</p>
-
-
-<p>
-To get the actual source code, <a href="./sourceindex.cgi">click here</a>.
-</p>
-
-<p>
-<strong>Note</strong> only recent builds can be downloaded from this page.
-If you are looking for an older release please see <a
href='http://jakarta.apache.org/site/binindex.cgi#The%20Apache%20Archives'>here</a>.
-</p>
-
-<p><b>Note:</b> <strong>To catch up with the major releases and
-important information from The Jakarta Project, we recommend you to <a
-href="mailto:[EMAIL PROTECTED]">subscribe</a>
-to mailing list for the <a
-href="./mail2.html#Announcement">Announcements</a>. To keep informed
-about the news from Apache Software Foundation and its projects,
-please <a href="mailto:[EMAIL PROTECTED]">subscribe</a> to
-<a
-href="http://www.apache.org/foundation/mailinglists.html#foundation-announce">Apache
-Announcement List</a> as well.</strong>
-</p>
-
- <subsection name="Release Builds">
-
- <h3>Using a mirror</h3>
-
- <p>We recommend you use a mirror to download our release
- builds, but you <strong>must</strong> verify the integrity of
- the downloaded files using signatures downloaded from our main
- distribution directories. The <code>KEYS</code> link next to the product
- links to the code signing keys used to sign the product.
- The <code>PGP</code> link downloads the OpenPGP compatible signature
- from our main site and the <code>MD5</code> downloads the checksum also
- from the main site.</p>
-
- <p>Not all our builds are available through mirrors yet.</p>
+ <h1>Binary downloads</h1>
+
+ <h3>Announcements</h3>
- <p>You are currently using <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>
+ <p>To catch up with the major releases and important information
+ from the Apache Logging Services project, we recommend you to <a
+ href="mailto:[EMAIL PROTECTED]">subscribe</a> to <a
+
href="http://www.apache.org/foundation/mailinglists.html#foundation-announce">Apache
+ Announcement List</a>.
+ </p>
+
+ <h3>Using a mirror</h3>
+
+ <p>Distributions of the Apache Logging Services project are
+ available for download from a number of mirrors. Please use these
+ mirrors as they improve download time and save bandwidth.
+ </p>
+
+ <p>You are currently using <font
+ color="red"><b>[preferred]</b></font> as your preferred download
+ site. 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">
@@ -90,20 +49,21 @@
<input type="submit" value="Change" />
</form>
+ <h2>List of distribution files</h2>
+
+
<!-- log4j -->
- <p>Log4j <a href="http://www.apache.org/dist/jakarta/log4j/KEYS">KEYS</a>
- <ul>
- <li>
- <a href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.zip">1.2.8 zip</a>
- </li>
- <li>
- <a href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.tar.gz"> 1.2.8
tar.gz</a>
- </li>
- </ul>
- </p>
-
- </subsection>
-</section>
+ <h3>Log4j project</h3>
+ <dl>
+ <dt><b>jakarta-log4j-1.2.8</b> (full package, includes binaries and source
files)</dt>
+ <dd>
+ Download full package in <a
+ href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.tar.gz">tar.gz</a>
format or in <a
+ href="[preferred]/logging/log4j/jakarta-log4j-1.2.8.zip">zip</a>
+ format.
+ </dd>
+ </dl>
+
</body>
</document>