This is an automated email from the ASF dual-hosted git repository.

soenkeliebau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/master by this push:
     new 439eeec  Download page (#30)
439eeec is described below

commit 439eeecb9d7334ee433e1fd9a50a2158aef01a3a
Author: Justin Mclean <[email protected]>
AuthorDate: Fri Jun 14 21:50:28 2019 +1000

    Download page (#30)
    
    Add download page and links to first release.
---
 site/src/site/asciidoc/downloads.adoc | 33 +++++++++++++++++++++++++++++++++
 site/src/site/site.xml                |  3 +++
 2 files changed, 36 insertions(+)

diff --git a/site/src/site/asciidoc/downloads.adoc 
b/site/src/site/asciidoc/downloads.adoc
new file mode 100644
index 0000000..cf17db4
--- /dev/null
+++ b/site/src/site/asciidoc/downloads.adoc
@@ -0,0 +1,33 @@
+//
+//  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
+
+Be sure to verify your downloads by these 
https://www.apache.org/info/verification[procedures] using these 
https://www.apache.org/dist/incubator/training/[KEYS] for any Apache release.
+
+== Current Releases
+
+=== Apache Way
+
+[#release-navigating-ASF-incubation-1.0]
+===== Navigating the ASF Incubation Process 1.0 
+
+An overview of how to navigate the ASF incubating process from start to finish.
+
+It can seem like a daunting task to bring a new open source project into the 
world. The Apache Software Foundation incubator can help you! Getting into the 
incubator and surviving incubation is straight forward when you know what to do 
and how to do it. This talk gives an overview of the ASF incubation process, 
the pitfalls to watch out for, and how projects become successful. It also 
gives an overview of the incubator PMC, how to interact with other podlings and 
make your mark on the ec [...]
+
+https://www.apache.org/dyn/closer.lua/incubator/training/ApacheWay/NavigatingASFIncubation/1.0/apache-training-navigating-ASF-incubation-1.0-incubating.tar.gz[source
 release] [ 
https://www.apache.org/dist/training/ApacheWay/NavigatingASFIncubation/1.0/apache-training-navigating-ASF-incubation-1.0-incubating.tar.gz.sha512[SHA512]
 ] [ 
https://www.apache.org/training/ApacheWay/NavigatingASFIncubation/1.0/apache-training-navigating-ASF-incubation-1.0-incubating.tar.gz.asc[ASC]
 ]
diff --git a/site/src/site/site.xml b/site/src/site/site.xml
index 56f39b5..e1b7603 100644
--- a/site/src/site/site.xml
+++ b/site/src/site/site.xml
@@ -98,6 +98,9 @@
       ]]>
     </head>
 
+    <menu name="Users">
+      <item name="Downloads" href="downloads.html"/>
+    </menu>
     <menu name="Developers">
       <item name="Bug &amp; Issue Tracker" href="developers/issues.html"/>
       <item name="Building Training" href="developers/building.html"/>

Reply via email to