You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by ca...@apache.org on 2016/12/22 05:35:35 UTC

[4/4] incubator-edgent-website git commit: Add changes for a downloads page

Add changes for a downloads 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/793007ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/793007ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/793007ab

Branch: refs/heads/master
Commit: 793007ab0115b1fb4ce738af5575e12c78c345d9
Parents: 823264c
Author: Cazen Lee <ca...@apache.org>
Authored: Wed Dec 21 19:45:45 2016 +0900
Committer: Cazen Lee <ca...@apache.org>
Committed: Wed Dec 21 19:45:45 2016 +0900

----------------------------------------------------------------------
 site/_data/downloads.yml            | 12 ++++++++----
 site/_data/project.yml              |  2 +-
 site/docs/downloads.md              | 20 ++++++++++++++++----
 site/docs/edgent-getting-started.md |  4 ++--
 site/docs/faq.md                    |  2 +-
 5 files changed, 28 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/793007ab/site/_data/downloads.yml
----------------------------------------------------------------------
diff --git a/site/_data/downloads.yml b/site/_data/downloads.yml
index 7ea4de0..1dd7b27 100644
--- a/site/_data/downloads.yml
+++ b/site/_data/downloads.yml
@@ -17,8 +17,12 @@
 # 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
+edgent_1-0-0_src_location: 'http://www.apache.org/dyn/closer.cgi/incubator/edgent/1.0.0-incubating'
+edgent_1-0-0_doc_location: 'http://edgent.incubator.apache.org/javadoc/r1.0.0/index.html'
+edgent_1-0-0_release_note: 'https://github.com/apache/incubator-edgent/blob/1.0.0-incubating/RELEASE_NOTES'
+edgent_dist_main_location: 'http://www.apache.org/dyn/closer.cgi/incubator/edgent'
+edgent_keys_file_location: 'https://www.apache.org/dist/incubator/edgent/KEYS'
+edgent_1-0-0_asc_location: 'https://www.apache.org/dist/incubator/edgent/1.0.0-incubating/apache-edgent-1.0.0-incubating-src.tgz.asc'
+edgent_1-0-0_md5_location: 'https://www.apache.org/dist/incubator/edgent/1.0.0-incubating/apache-edgent-1.0.0-incubating-src.tgz.md5'
+edgent_1-0-0_sha_location: 'https://www.apache.org/dist/incubator/edgent/1.0.0-incubating/apache-edgent-1.0.0-incubating-src.tgz.sha'

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/793007ab/site/_data/project.yml
----------------------------------------------------------------------
diff --git a/site/_data/project.yml b/site/_data/project.yml
index 1cf52d2..39ba4ac 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -23,7 +23,7 @@ incubator_name: incubator-edgent
 incubator_slash_name: incubator/edgent
 description: Edgent is a community for accelerating analytics in edge devices. 
 
-download: http://edgent.incubator.apache.org/docs/downloads
+download: downloads
 
 dev_list: dev@edgent.incubator.apache.org
 dev_list_subscribe: dev-subscribe@edgent.incubator.apache.org

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/793007ab/site/docs/downloads.md
----------------------------------------------------------------------
diff --git a/site/docs/downloads.md b/site/docs/downloads.md
index f7a6f68..4738e98 100644
--- a/site/docs/downloads.md
+++ b/site/docs/downloads.md
@@ -4,10 +4,22 @@ title: Downloads
 
 ## Download now.
 
-To download lastest binaries version of Apache Edgent (incubating), click [here]({{ site.data.downloads.edgent_lastest_tar_location }}).
+Official Apache Edgent releases are available for download from the ASF distribution site. A release consists of a source code bundle and a convenience binary bundle. The Edgent ASF distribution site is [here]({{ site.data.downloads.edgent_dist_main_location }}). Information about verifying the integrity of the release bundles can also be found there.
+
+The Edgent source is also available from the Edgent ASF [git repository]({{ site.data.project.source_repository }}).
+
+If you just want to use Edgent, it is easiest to download and unpack a binary bundle. The bundle includes the release's javadoc. The javadoc is also accessible online. For more information, please refer to the [Getting started guide](edgent-getting-started)
+
+A source bundle contains a README describing how to build the sources.
+
+If you want access the latest unreleased Edgent source or to contribute to Edgent runtime development, using the [GitHub]({{  site.data.project.source_repository_mirror }}) repository is recommended. You can also select a particular release version by release tag (e.g., 1.0.0-incubating). See README.md and DEVELOPMENT.md in the repository for more information.
+
+See [here](community.html) for more information about contributing to Edgent development.
 
 ## 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
+| Version           | Date           | Source | Release Notes | Docs | GPG | MD5 | SHA   |
+|:-----------------:|:--------------:|:------:|:-------------:|:----:|:---:|:---:|:-----:|
+| 1.0.0-incubating  | 2016-12-15     | [Download]({{ site.data.downloads.edgent_1-0-0_src_location }}) | [1.0.0 Release]({{ site.data.downloads.edgent_1-0-0_release_note }}) | [JavaDoc]({{ site.data.downloads.edgent_1-0-0_doc_location }}) | [ASC]({{ site.data.downloads.edgent_1-0-0_asc_location  }}) | [MD5]({{  site.data.downloads.edgent_1-0-0_md5_location }}) | [SHA]({{  site.data.downloads.edgent_1-0-0_sha_location }}) |
+
+Download the [KEYS file]({{ site.data.downloads.edgent_keys_file_location }}) to verify the Edgent artifact
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/793007ab/site/docs/edgent-getting-started.md
----------------------------------------------------------------------
diff --git a/site/docs/edgent-getting-started.md b/site/docs/edgent-getting-started.md
index ac31339..ee44b61 100644
--- a/site/docs/edgent-getting-started.md
+++ b/site/docs/edgent-getting-started.md
@@ -25,9 +25,9 @@ Edgent's primary API is functional where streams are sourced, transformed, analy
 
 ### Downloading Apache Edgent
 
-To download Edgent, please refer to [here]({{ site.data.project.download }}). And you can read more about building Edgent [here]({{ site.data.project.source_repository_mirror }}/blob/master/DEVELOPMENT.md).
+To use Edgent you need the Edgent jars. You can either download the Edgent source and build it or you can download a pre-built version of Edgent. See the [download page]({{ site.data.project.download }}).
 
-After you build the Edgent package, you can set up your environment.
+After you have the Edgent jars, you can set up your environment.
 
 ### Setting up your environment
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/793007ab/site/docs/faq.md
----------------------------------------------------------------------
diff --git a/site/docs/faq.md b/site/docs/faq.md
index ff3ce90..eb0c228 100644
--- a/site/docs/faq.md
+++ b/site/docs/faq.md
@@ -44,7 +44,7 @@ Edgent is a tool for edge analytics that allows you to be more productive. Edgen
 
 ## Where can I download Apache Edgent to try it out?
 
-You can download the source from Apache and build it yourself [here]({{ site.data.project.download }}). You can also find already pre-built Apache releases of Edgent for download [here]({{ site.data.project.apache_release_location }}) (But this location is temporarily unavailable until we get the first release out).
+You can download Apache Edgent from [here]({{ site.data.project.download }}).
 
 ## How do I get started?