From e1fb52356fbc100e0b565689592abcefb084941c Mon Sep 17 00:00:00 2001
From: Herve Boutemy
Date: Tue, 24 Jun 2014 21:08:10 +0000
Subject: [PATCH] [MNGSITE-152] added license and download links
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1605196 13f79535-47bb-0310-9956-ffa450edef68
---
src/site/resources/download.cgi | 22 ++++++
src/site/site.xml | 3 +
src/site/xdoc/download.xml.vm | 126 ++++++++++++++++++++++++++++++++
3 files changed, 151 insertions(+)
create mode 100644 src/site/resources/download.cgi
create mode 100644 src/site/xdoc/download.xml.vm
diff --git a/src/site/resources/download.cgi b/src/site/resources/download.cgi
new file mode 100644
index 0000000..1b178d2
--- /dev/null
+++ b/src/site/resources/download.cgi
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# 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.
+#
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
index e5f3b3c..4606966 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -53,6 +53,9 @@ under the License.
+
+
+
diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
new file mode 100644
index 0000000..7d9935d
--- /dev/null
+++ b/src/site/xdoc/download.xml.vm
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+ Download ${project.name} Source
+
+
+
+
+ ${project.name} ${project.version} is distributed in source format. Use a source archive if you intend to build
+ ${project.name} yourself. Otherwise, simply use the ready-made binary artifacts from central repository.
+
+ You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
+ hours to reach all mirrors.
+
+ In order to guard against corrupted downloads/installations, it is highly recommended to
+ verify the signature
+ of the release bundles against the public KEYS used by the Apache Maven
+ developers.
+
+ ${project.name} is distributed under the Apache License, version 2.0.
+
+ We strongly encourage our users to configure a Maven repository mirror closer to their location, please read How to Use Mirrors for Repositories.
+
+
+
+
+
+ [if-any logo]
+
+
+
+ [end]
+ The currently selected mirror is
+ [preferred].
+ If you encounter a problem with this mirror,
+ please select another mirror.
+ If all mirrors are failing, there are
+ backup
+ mirrors
+ (at the end of the mirrors list) that should be available.
+
+
+
+
+
+ You may also consult the
+ complete list of
+ mirrors.
+
+
+
+
+
+
+ This is the current stable version of ${project.name}.
+
+
+
+
+
+
+ Older non-recommended releases can be found on our archive site.
+
+
+
+
+
+