Repository: incubator-edgent-website Updated Branches: refs/heads/master 94572384a -> 898caa466
[Edgent-326] more website cleanup 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/13c657ad Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/13c657ad Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/13c657ad Branch: refs/heads/master Commit: 13c657adc448da0cbed81e241527a99cf5f2828b Parents: 9457238 Author: Dale LaBossiere <[email protected]> Authored: Thu Dec 22 16:26:15 2016 -0500 Committer: Dale LaBossiere <[email protected]> Committed: Thu Dec 22 16:26:15 2016 -0500 ---------------------------------------------------------------------- site/_config.yml | 19 ++++++++++++------- site/_data/downloads.yml | 13 +++++++++---- site/_data/mydoc/mydoc_topnav.yml | 8 ++++++++ site/_data/project.yml | 2 +- site/_includes/header.html | 4 ++-- site/doap_Edgent.rdf | 4 ++-- site/docs/downloads.md | 22 ++++++++++++---------- site/docs/faq.md | 10 +++------- site/recipes/recipe_source_function.md | 2 ++ 9 files changed, 51 insertions(+), 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/13c657ad/site/_config.yml ---------------------------------------------------------------------- diff --git a/site/_config.yml b/site/_config.yml index 242403c..a63a430 100755 --- a/site/_config.yml +++ b/site/_config.yml @@ -37,7 +37,7 @@ disqus_shortname: idrbwjekyll # variables sidebar_tagline: Edgent -sidebar_version: Version 1.0.0 +sidebar_version: Version 1.0.0-incubating theme_file: theme-blue.css # the algolia entries here are experimental only. @@ -92,7 +92,7 @@ defaults: url: http://edgent.incubator.apache.org baseurl: title: Apache Edgent -description: Edgent is an open source community for accelerating analytics at the edge. +description: Apache Edgent is an open source community for accelerating analytics at the edge. # ----------------------- # # Jekyll & Plugins # @@ -114,15 +114,20 @@ social: - title: twitter url: https://twitter.com/ApacheEdgent - title: github - url: https://github.com/quarks-edge/quarks/ + url: https://github.com/apache/incubator-edgent - title: stack-overflow - url: http://stackoverflow.com/questions/ask?tags=edgent + url: http://stackoverflow.com/questions/ask?tags=apache-edgent detach: false port: 4000 host: 127.0.0.1 #Base URLs -sourceurl: http://edgent.incubator.apache.org/docs/downloads.html -projurl: http://edgent.incubator.apache.org -docsurl: http://edgent.incubator.apache.org/javadoc/latest +downloadsurl: /docs/downloads +projurl: / +#docsurl: /javadoc/latest +# above yields things like the following when running on a "jekyll serve" test server +# [2016-12-22 15:23:31] ERROR `/favicon.ico' not found. +# [2016-12-22 15:33:17] ERROR `/javadoc/latest/resources/fonts/dejavu.css' not found. +# the following is undesirable as it doesn't link to the "jekyll serve" test server +docsurl: https://edgent.incubator.apache.org/javadoc/latest http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/13c657ad/site/_data/downloads.yml ---------------------------------------------------------------------- diff --git a/site/_data/downloads.yml b/site/_data/downloads.yml index 1dd7b27..f9a665e 100644 --- a/site/_data/downloads.yml +++ b/site/_data/downloads.yml @@ -18,11 +18,16 @@ # -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_dist_main_location: 'https://www.apache.org/dyn/closer.cgi/incubator/edgent' edgent_keys_file_location: 'https://www.apache.org/dist/incubator/edgent/KEYS' + +edgent_1-0-0_release_note: 'https://github.com/apache/incubator-edgent/blob/1.0.0-incubating/RELEASE_NOTES' +edgent_1-0-0_doc_location: 'https://edgent.incubator.apache.org/javadoc/r1.0.0/index.html' +edgent_1-0-0_dist_location: 'https://www.apache.org/dyn/closer.cgi/incubator/edgent/1.0.0-incubating' 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' +edgent_1-0-0_bin_dist_location: 'https://www.apache.org/dyn/closer.cgi/incubator/edgent/1.0.0-incubating/binaries' +edgent_1-0-0_bin_asc_location: 'https://www.apache.org/dist/incubator/edgent/1.0.0-incubating/binaries/apache-edgent-1.0.0-incubating-bin.tgz.asc' +edgent_1-0-0_bin_md5_location: 'https://www.apache.org/dist/incubator/edgent/1.0.0-incubating/binaries/apache-edgent-1.0.0-incubating-bin.tgz.md5' +edgent_1-0-0_bin_sha_location: 'https://www.apache.org/dist/incubator/edgent/1.0.0-incubating/binaries/apache-edgent-1.0.0-incubating-bin.tgz.sha' http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/13c657ad/site/_data/mydoc/mydoc_topnav.yml ---------------------------------------------------------------------- diff --git a/site/_data/mydoc/mydoc_topnav.yml b/site/_data/mydoc/mydoc_topnav.yml index 52fee0b..6d61621 100644 --- a/site/_data/mydoc/mydoc_topnav.yml +++ b/site/_data/mydoc/mydoc_topnav.yml @@ -118,3 +118,11 @@ topnav_dropdowns: product: all version: all output: web + + - title: edgent.apache.org + external_url: https://edgent.incubator.apache.org/ + audience: writers, designers + platform: all + product: all + version: all + output: web http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/13c657ad/site/_data/project.yml ---------------------------------------------------------------------- diff --git a/site/_data/project.yml b/site/_data/project.yml index 39ba4ac..bf7fc45 100644 --- a/site/_data/project.yml +++ b/site/_data/project.yml @@ -21,7 +21,7 @@ short_name: Edgent unix_name: edgent incubator_name: incubator-edgent incubator_slash_name: incubator/edgent -description: Edgent is a community for accelerating analytics in edge devices. +description: Apache Edgent is a community for accelerating analytics in edge devices. download: downloads http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/13c657ad/site/_includes/header.html ---------------------------------------------------------------------- diff --git a/site/_includes/header.html b/site/_includes/header.html index 907dbd2..d6f3472 100755 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -85,7 +85,7 @@ limitations under the License. <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Getting Started</a> <ul class="dropdown-menu"> <li><a href="docs/edgent-getting-started">Getting Started Guide</a></li> - <li><a href="docs/downloads">Download Source</a></li> + <li><a href="docs/downloads">Downloads</a></li> <li><a href="docs/samples">Sample Programs</a></li> <li><a href="docs/faq">FAQ</a></li> @@ -110,7 +110,7 @@ limitations under the License. </ul> <ul class="nav navbar-nav navbar-right"> <li> - <a href="{{ site.sourceurl }}">Download Source</a> + <a href="{{ site.downloadsurl }}">Downloads</a> </li> <!-- <li> <a class="page-scroll" href="#services">Services</a> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/13c657ad/site/doap_Edgent.rdf ---------------------------------------------------------------------- diff --git a/site/doap_Edgent.rdf b/site/doap_Edgent.rdf index c7f833b..09d31c8 100644 --- a/site/doap_Edgent.rdf +++ b/site/doap_Edgent.rdf @@ -27,7 +27,7 @@ <name>Apache Edgent</name> <homepage rdf:resource="http://edgent.incubator.apache.org/" /> <asfext:pmc rdf:resource="http://incubator.apache.org" /> - <shortdesc>Edgent is a stream processing programming model and lightweight runtime to execute analytics at devices on the edge or at the gateway.</shortdesc> + <shortdesc>Apache Edgent is a stream processing programming model and lightweight micro-kernel style runtime to execute analytics at devices on the edge or at the gateway.</shortdesc> <description>Apache Edgent is a programming model and micro-kernel style runtime that can be embedded in gateways and small footprint edge devices enabling local, real-time, analytics on the continuous streams of data coming from equipment, vehicles, systems, appliances, devices and sensors of all kinds (for example, Raspberry Pis or smart phones). Working in conjunction with centralized analytic systems, Apache Edgent provides efficient and timely analytics across the whole IoT ecosystem: from the center to the edge.</description> <bug-database rdf:resource="https://issues.apache.org/jira/browse/EDGENT" /> <mailing-list rdf:resource="http://edgent.incubator.apache.org/docs/community#mailing-list" /> @@ -50,4 +50,4 @@ </foaf:Person> </maintainer> </Project> -</rdf:RDF> \ No newline at end of file +</rdf:RDF> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/13c657ad/site/docs/downloads.md ---------------------------------------------------------------------- diff --git a/site/docs/downloads.md b/site/docs/downloads.md index 05f54c7..0a65ce6 100644 --- a/site/docs/downloads.md +++ b/site/docs/downloads.md @@ -2,22 +2,24 @@ title: Downloads --- -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 }}). +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. See the table below for a release's download links. 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 repository]({{ site.data.project.source_repository_mirror }}) 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. +If you want to access the latest unreleased Edgent source or to contribute to the Edgent runtime development, use the [GitHub repository]({{ site.data.project.source_repository_mirror }}). 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 [community](community.html) for more information about contributing to Edgent development. + +## Apache Edgent Releases -See [here](community.html) for more information about contributing to Edgent development. +Information about verifying the integrity of a bundle can be found at the bottom of the bundle's download page. -## Apache Edgent (incubating) release history +Download the [KEYS]({{ site.data.downloads.edgent_keys_file_location }}) file for verifying a bundle's PGP signature. -| 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 +| Version | Date | Bundles | Release Notes | Docs | PGP | MD5 | SHA | +|:-----------------:|:--------------:|:-------:|:-------------:|:----:|:---:|:---:|:-----:| +| 1.0.0-incubating | 2016-12-15 | [Source]({{ site.data.downloads.edgent_1-0-0_dist_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 }}) | +| | | [Binary]({{ site.data.downloads.edgent_1-0-0_bin_dist_location }}) | | | [ASC]({{ site.data.downloads.edgent_1-0-0_bin_asc_location }}) | [MD5]({{ site.data.downloads.edgent_1-0-0_bin_md5_location }}) | [SHA]({{ site.data.downloads.edgent_1-0-0_bin_sha_location }}) | http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/13c657ad/site/docs/faq.md ---------------------------------------------------------------------- diff --git a/site/docs/faq.md b/site/docs/faq.md index eb0c228..2ee33ec 100644 --- a/site/docs/faq.md +++ b/site/docs/faq.md @@ -42,9 +42,9 @@ Edgent is designed for the edge, rather than a more centralized system. It has a Edgent is a tool for edge analytics that allows you to be more productive. Edgent provides a consistent data model (streams and windows) and provides useful functionality, such as aggregations, joins, etc. Using Edgent lets you to take advantage of this functionality, allowing you to focus on your application needs. -## Where can I download Apache Edgent to try it out? +## Where can I download Apache Edgent? -You can download Apache Edgent from [here]({{ site.data.project.download }}). +Releases include source code and convenience binary bundles. The source code is also available on GitHub. The [downloads]({{ site.data.project.download }}) page has all of the details. ## How do I get started? @@ -62,10 +62,6 @@ Just submit a [pull request]({{ site.data.project.source_repository_mirror }}/pu Read about Edgent committers and how to become a committer [here](committers). -## Where can I get the code? - -The source code is available [here]({{ site.data.project.source_repository_mirror }}). - ## Can I take a copy of the code and fork it for my own use? Yes. Edgent is available under the Apache 2.0 license which allows you to fork the code. We hope you will contribute your changes back to the Edgent community. @@ -88,4 +84,4 @@ With the growth of the Internet of Things there is a need to execute analytics a ## I see references to "Quarks." How does it relate to Apache Edgent? -Up until July 2016, Edgent was known as Quarks. Quarks was renamed due to the name not being unique enough. The suitable name search for Edgent is currently in progress at The Apache Software Foundation. +Up until July 2016, Edgent was known as Quarks. Quarks was renamed due to the name not being unique enough. http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/13c657ad/site/recipes/recipe_source_function.md ---------------------------------------------------------------------- diff --git a/site/recipes/recipe_source_function.md b/site/recipes/recipe_source_function.md index 718c1ab..2d604db 100644 --- a/site/recipes/recipe_source_function.md +++ b/site/recipes/recipe_source_function.md @@ -51,6 +51,8 @@ public static void main(String[] args) throws Exception { final URL url = new URL("http://finance.yahoo.com/d/quotes.csv?s=BAC+COG+FCX&f=snabl"); TStream<String> linesOfWebsite = top.source(queryWebsite(url)); + + dp.submit(top); } ```
