Add download html page
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/1aac4b20 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/1aac4b20 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/1aac4b20 Branch: refs/heads/master Commit: 1aac4b200743890599d15daf82ef14eac457678b Parents: 6eadb00 Author: Cazen Lee <ca...@apache.org> Authored: Sun Dec 18 00:08:11 2016 +0900 Committer: Cazen Lee <ca...@apache.org> Committed: Sun Dec 18 00:08:11 2016 +0900 ---------------------------------------------------------------------- site/_data/downloads.yml | 24 ++++++++++++++++++++++++ site/docs/downloads.md | 13 +++++++++++++ 2 files changed, 37 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1aac4b20/site/_data/downloads.yml ---------------------------------------------------------------------- diff --git a/site/_data/downloads.yml b/site/_data/downloads.yml new file mode 100644 index 0000000..7ea4de0 --- /dev/null +++ b/site/_data/downloads.yml @@ -0,0 +1,24 @@ +# 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. + +# +# Edgent download location configurations +# + +edgent_lastest_tar_location: 'http://www.apache.org/dyn/closer.lua/incubator/edgent/1.0.0-incubating/binaries/apache-edgent-1.0.0-incubating-bin.tgz' + +edgent_1-0-0_src_location: 'http://www.apache.org/dyn/closer.lua/incubator/edgent/1.0.0-incubating/apache-edgent-1.0.0-incubating-src.tgz' +edgent_1-0-0_tar_location: 'http://www.apache.org/dyn/closer.lua/incubator/edgent/1.0.0-incubating/binaries/apache-edgent-1.0.0-incubating-bin.tgz' +edgent_1-0-0_doc_location: 'http://edgent.incubator.apache.org/javadoc/r1.0.0/index.html' \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1aac4b20/site/docs/downloads.md ---------------------------------------------------------------------- diff --git a/site/docs/downloads.md b/site/docs/downloads.md new file mode 100644 index 0000000..f7a6f68 --- /dev/null +++ b/site/docs/downloads.md @@ -0,0 +1,13 @@ +--- +title: Downloads +--- + +## Download now. + +To download lastest binaries version of Apache Edgent (incubating), click [here]({{ site.data.downloads.edgent_lastest_tar_location }}). + +## Apache Edgent (incubating) release history + +| Version | Date | Source | Binaries | Docs | +| ------------------|:--------------:| -----:|-----:|-----:| +| 1.0.0-incubating | 2016-12-13 | [edgent-1.0.0-src.tgz]({{ site.data.downloads.edgent_1-0-0_src_location }}) | [edgent-1.0.0-bin.tgz]({{ site.data.downloads.edgent_1-0-0_tar_location }}) |[1.0.0 JavaDoc]({{ site.data.downloads.edgent_1-0-0_doc_location }}) | \ No newline at end of file