Author: bodewig
Date: Thu Nov 24 11:06:59 2011
New Revision: 1205789
URL: http://svn.apache.org/viewvc?rev=1205789&view=rev
Log:
more user-friendly download page
Added:
logging/log4net/trunk/src/site/resources/download_log4net.cgi (props
changed)
- copied unchanged from r1185192, ant/site/ant/production/bindownload.cgi
logging/log4net/trunk/src/site/xdoc/download_log4net.xml
- copied, changed from r1203143,
logging/log4net/trunk/src/site/apt/download.apt
Removed:
logging/log4net/trunk/src/site/apt/download.apt
Modified:
logging/log4net/ReleaseInstructions.txt
logging/log4net/trunk/pom.xml
logging/log4net/trunk/src/site/site.xml
Modified: logging/log4net/ReleaseInstructions.txt
URL:
http://svn.apache.org/viewvc/logging/log4net/ReleaseInstructions.txt?rev=1205789&r1=1205788&r2=1205789&view=diff
==============================================================================
--- logging/log4net/ReleaseInstructions.txt (original)
+++ logging/log4net/ReleaseInstructions.txt Thu Nov 24 11:06:59 2011
@@ -82,7 +82,7 @@ Preparing the Stage
- src/AssemblyVersionInfo.cpp as well as .cs, .vb and .js - twice in
each file
- src/Log4netAssemblyInfo.cs: public const string Version = "1.2.11"
- - src/site/apt/download.apt - many times
+ - src/site/xdocs/download_log4net.xml - many times
* The next release after 1.2.11 will need to add a section for "old
ASF but no longer Incubator" releases pointing to
Modified: logging/log4net/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?rev=1205789&r1=1205788&r2=1205789&view=diff
==============================================================================
--- logging/log4net/trunk/pom.xml (original)
+++ logging/log4net/trunk/pom.xml Thu Nov 24 11:06:59 2011
@@ -20,7 +20,7 @@
<groupId>log4net</groupId>
<artifactId>apache-log4net</artifactId>
<packaging>pom</packaging>
- <version>1.2.12</version>
+ <version>1.2.12-SNAPSHOT</version>
<name>Apache log4net</name>
<description>Logging framework for Microsoft .NET Framework.</description>
<url>http://logging.apache.org/log4net/</url>
Propchange: logging/log4net/trunk/src/site/resources/download_log4net.cgi
------------------------------------------------------------------------------
svn:eol-style = LF
Propchange: logging/log4net/trunk/src/site/resources/download_log4net.cgi
------------------------------------------------------------------------------
svn:executable = *
Propchange: logging/log4net/trunk/src/site/resources/download_log4net.cgi
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified: logging/log4net/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/site.xml?rev=1205789&r1=1205788&r2=1205789&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/site.xml (original)
+++ logging/log4net/trunk/src/site/site.xml Thu Nov 24 11:06:59 2011
@@ -30,7 +30,7 @@
<menu name="Apache log4net">
<item name="About" href="/index.html"/>
- <item name="Download" href="/download.html"/>
+ <item name="Download" href="/download_log4net.cgi"/>
<item name="Release Notes" href="/release/release-notes.html"/>
<item name="License" href="/license.html"/>
</menu>
Copied: logging/log4net/trunk/src/site/xdoc/download_log4net.xml (from
r1203143, logging/log4net/trunk/src/site/apt/download.apt)
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/download_log4net.xml?p2=logging/log4net/trunk/src/site/xdoc/download_log4net.xml&p1=logging/log4net/trunk/src/site/apt/download.apt&r1=1203143&r2=1205789&rev=1205789&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/apt/download.apt (original)
+++ logging/log4net/trunk/src/site/xdoc/download_log4net.xml Thu Nov 24
11:06:59 2011
@@ -1,71 +1,146 @@
-~~ Licensed to the Apache Software Foundation (ASF) under one or more
-~~ contributor license agreements. See the NOTICE file distributed with
-~~ this work for additional information regarding copyright ownership.
-~~ The ASF licenses this file to You under the Apache License, Version 2.0
-~~ (the "License"); you may not use this file except in compliance with
-~~ the License. You may obtain a copy of the License at
-~~
-~~ http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing, software
-~~ distributed under the License is distributed on an "AS IS" BASIS,
-~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-~~ See the License for the specific language governing permissions and
-~~ limitations under the License.
- ------
-Download Apache log4net
- ------
- ------
- ------
-
-Download Apache log4net™
-
- Apache log4net is distributed under the
{{{http://www.apache.org/licenses/LICENSE-2.0.html} Apache License, version
2.0}}.
-
- Starting with log4net 1.2.11 log4net is available as source only or
- binary only release.
-
- There are two different binary releases, <<<oldkey>>> and
- <<<newkey>>>. Both contain assemblies built for most supported
- platforms and have been built from the same code base, they only
- differ in the strong name key used to sign the assemblies.
-
- See {{{./release/faq.html#two-snks}the FAQ}} for background. We recommend
- you use the assemblies signed with the "new" key whenever possible.
-
- The link in the Mirrors column will lead you to a list of available
- mirrors with a default selection based on your inferred location.
- If you do not see that page, try a different browser. The checksum
- and signature are links to the originals on the main distribution
- server.
-
- Users who download the ZIP files to Windows may need to unblock the
- archive (right click on the ZIP and press the "Unblock" button)
- before extracting it.
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Download Apache log4net</title>
+ </properties>
+
+ <body>
+ <section name="Download Apache log4net™">
+
+ <p>Apache log4net is distributed under the <a
+ href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
+ License, version 2.0</a>.</p>
+
+ <p>Starting with log4net 1.2.11 log4net is available as source only or
+ binary only release.</p>
+
+ <p>Users who download the ZIP files to Windows may need to unblock the
+ archive (right click on the ZIP and press the "Unblock" button)
+ before extracting it.</p>
-*------------------------+---------+----------+-----------+
- | Mirrors | Checksum | Signature |
-*------------------------+---------+----------+-----------+
-*------------------------+---------+----------+-----------+
- log4net 1.2.11 Source Distribution |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4net/source/log4net-1.2.11-src.zip}
log4net-1.2.11-src.zip}} |
{{{http://www.apache.org/dist/logging/log4net/source/log4net-1.2.11-src.zip.md5}
log4net-1.2.11-src.zip.md5}} |
{{{http://www.apache.org/dist/logging/log4net/source/log4net-1.2.11-src.zip.asc}
log4net-1.2.11-src.zip.asc}}|
-*------------------------+---------+----------+-----------+
- log4net 1.2.11 Binary Distribution New Strong Name |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4net/binaries/log4net-1.2.11-bin-newkey.zip}
log4net-1.2.11-bin-newkey.zip}} |
{{{http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-newkey.zip.md5}
log4net-1.2.11-bin-newkey.zip.md5}} |
{{{http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-newkey.zip.asc}
log4net-1.2.11-bin-newkey.zip.asc}}|
-*------------------------+---------+----------+-----------+
- log4net 1.2.11 Binary Distribution Old Strong Name |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4net/binaries/log4net-1.2.11-bin-oldkey.zip}
log4net-1.2.11-bin-oldkey.zip}} |
{{{http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-oldkey.zip.md5}
log4net-1.2.11-bin-oldkey.zip.md5}} |
{{{http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-oldkey.zip.asc}
log4net-1.2.11-bin-oldkey.zip.asc}}|
-*------------------------+---------+----------+-----------+
-
- Please read {{{http://httpd.apache.org/dev/verification.html}Verifying
Apache HTTP Server Releases}}
- for more information on why you should verify our releases. The
- PGP keys used to sign our distributions are part of the
- {{{http://www.apache.org/dist/logging/log4net/KEYS} KEYS file}}.
-
-
-* Previous Releases
-
- The 1.2.10 and 1.2.9 releases have been created while log4net was
- still undergoing incubation and those releases are available from
- the Apache Software Foundation's
- {{{http://archive.apache.org/dist/incubator/log4net/}distribution archive}}
- for the Incubator project.
-
- Previous releases of log4net are available from the
{{{http://sourceforge.net/project/showfiles.php?group_id=31983&release_id=171808}SourceForge
Project Site}}.
+ <subsection name="Using a Mirror">
+ <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. Recent releases (48 hours) may not
+ yet be available from the mirrors.</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.
+ <br></br>
+ [if-any logo]<a href="[link]"><img align="right" src="[logo]"
border="0"></img></a>[end]
+ </p>
+
+ <form action="[location]" method="get" id="SelectMirror">
+ <p>
+ 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"></input>
+ </p>
+ </form>
+
+ <p>The <a
+ href="http://www.apache.org/dist/logging/log4net/KEYS">KEYS</a> link
+ 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. The <code>MD5</code> link
+ downloads the checksum from the main site.</p>
+ </subsection>
+ </section>
+
+ <section name="log4net 1.2.11">
+
+ <subsection name="Source">
+ <table>
+ <tr>
+ <td><a
href="[preferred]/logging/log4net/source/log4net-1.2.11-src.zip">log4net-1.2.11-src.zip</a></td>
+ <td><a
href="http://www.apache.org/dist/logging/log4net/source/log4net-1.2.11-src.zip.md5">md5</a></td>
+ <td><a
href="http://www.apache.org/dist/logging/log4net/source/log4net-1.2.11-src.zip.asc">pgp</a></td>
+ </tr>
+ </table>
+ </subsection>
+
+ <subsection name="Binaries">
+
+ <p>There are two different binary releases,
+ <code>oldkey</code> and <code>newkey</code>. Both contain
+ assemblies built for most supported platforms and have been
+ built from the same code base, they only differ in the strong
+ name key used to sign the assemblies.</p>
+
+ <p>See <a href="./release/faq.html#two-snks">the FAQ</a> for
+ background. We recommend you use the assemblies signed with
+ the "new" key whenever possible.</p>
+
+ <table>
+ <tr>
+ <td><a
href="[preferred]/logging/log4net/binaries/log4net-1.2.11-bin-newkey.zip">log4net-1.2.11-bin-newkey.zip</a></td>
+ <td><a
href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-newkey.zip.md5">md5</a></td>
+ <td><a
href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-newkey.zip.asc">pgp</a></td>
+ </tr>
+ <tr>
+ <td><a
href="[preferred]/logging/log4net/binaries/log4net-1.2.11-bin-oldkey.zip">log4net-1.2.11-bin-oldkey.zip</a></td>
+ <td><a
href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-oldkey.zip.md5">md5</a></td>
+ <td><a
href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.11-bin-oldkey.zip.asc">pgp</a></td>
+ </tr>
+ </table>
+ </subsection>
+
+ </section>
+
+ <section name="Archives">
+ <p>The 1.2.10 and 1.2.9 releases have been created while log4net
+ was still undergoing incubation and those releases are available
+ from the Apache Software Foundation's <a
+ href="http://archive.apache.org/dist/incubator/log4net/">distribution
+ archive</a> for the Incubator project.</p>
+
+ <p>Previous releases of log4net are available from the
+ <a
href="http://sourceforge.net/project/showfiles.php?group_id=31983&release_id=171808">SourceForge
Project Site</a>.</p>
+ </section>
+ </body>
+
+ <section name="Verify Releases">
+
+ <p>It is essential that you verify the integrity of the downloaded
+ files using the PGP signature or MD5 checksums. The checksums are
+ not as strong indicators as the PGP signature.</p>
+
+ <p>Please read <a
+ href="http://httpd.apache.org/dev/verification.html">Verifying
+ Apache HTTP Server Releases</a> for more information on why you
+ should verify our releases. The PGP keys used to sign our
+ distributions are part of the <a
+ href="http://www.apache.org/dist/logging/log4net/KEYS">KEYS
+ file</a>.</p>
+ </section>
+</document>