Repository: incubator-apex-site Updated Branches: refs/heads/master d1ad05558 -> a98581e4e
Adding Announcements page Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/28194eea Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/28194eea Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/28194eea Branch: refs/heads/master Commit: 28194eea767eca8155c07dc4ac8aa0604076f134 Parents: 3613f95 Author: sashadt <[email protected]> Authored: Tue Nov 24 13:32:01 2015 -0800 Committer: sashadt <[email protected]> Committed: Tue Nov 24 13:32:01 2015 -0800 ---------------------------------------------------------------------- navigation.json | 1 + package.json | 2 +- src/md/announcements.md | 37 +++++++++++++++++++++++++++++++++++++ src/md/community.md | 20 ++++++++++++-------- src/md/docs.md | 6 +++--- src/md/upcoming-meetups.md | 6 ++++++ src/pages/announcements.html | 16 ++++++++++++++++ 7 files changed, 76 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/28194eea/navigation.json ---------------------------------------------------------------------- diff --git a/navigation.json b/navigation.json index 6ce8b6d..96f8d58 100644 --- a/navigation.json +++ b/navigation.json @@ -1,5 +1,6 @@ [ { "id": "index", "label": "Home", "href": "/" }, + { "id": "announcements", "label": "Announcements", "href": "/announcements.html" }, { "id": "community", "label": "Community", "href": "/community.html" }, { "id": "docs", "label": "Docs", "href": "/docs.html" }, { "id": "source", "label": "Source", "items": [ http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/28194eea/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index bf02e99..7eafda1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gulp-marked": "^1.0.0", "handlebars": "^4.0.2", "highlight.js": "^8.9.1", - "jsdom": "^7.0.2", + "jsdom": "3.1.2", "lodash": "^3.10.1", "request": "^2.65.0" } http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/28194eea/src/md/announcements.md ---------------------------------------------------------------------- diff --git a/src/md/announcements.md b/src/md/announcements.md new file mode 100644 index 0000000..bdcbbf0 --- /dev/null +++ b/src/md/announcements.md @@ -0,0 +1,37 @@ +# Announcements + + +## Malhar Library release 3.2.0-incubating + +Nov 16, 2015. The Apache Apex community is pleased to announce release 3.2.0-incubating of the Malhar Library. + +Changes: https://github.com/apache/incubator-apex-malhar/blob/v3.2.0-incubating/CHANGELOG.md + +Source Release: http://www.apache.org/dyn/closer.lua/incubator/apex/malhar/v3.2.0-incubating/malhar-3.2.0-incubating-source-release.tar.gz + +or visit: + +http://apex.incubator.apache.org/downloads.html + +We welcome your help and feedback. + + + + +## Apex Core release 3.2.0-incubating + +Oct 30, 2015. The Apache Apex community is pleased to announce release 3.2.0-incubating of the Core. + +Changes: https://github.com/apache/incubator-apex-core/blob/v3.2.0-incubating/CHANGELOG.md + +Source Release: http://www.apache.org/dyn/closer.lua/incubator/apex/core/v3.2.0-incubating/core-3.2.0-incubating-source-release.tar.gz + +or visit: + +http://apex.incubator.apache.org/downloads.html + + +We welcome your help and feedback. + + + http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/28194eea/src/md/community.md ---------------------------------------------------------------------- diff --git a/src/md/community.md b/src/md/community.md index 8741334..49b3dce 100644 --- a/src/md/community.md +++ b/src/md/community.md @@ -26,17 +26,21 @@ The Apex Project is made up of two repositories: - [Apex Core JIRA](https://malhar.atlassian.net/projects/APEX/issues) - [Apex Malhar JIRA](https://malhar.atlassian.net/projects/MLHR/issues) -## Upcoming Meetups - -- PubMatic to Share Real Time Insights for Advertising Tech using Apex @ MapR Office [San Jose - Nov 19, 2015](http://www.meetup.com/Apex-Bay-Area-Chapter/events/226184395/) -- Apache Apex â Deep Dive [Pune - Nov 25, 2015](http://www.meetup.com/Apache-Apex-incubating-Meetup-Pune/events/226506211/) - ## Meetup Groups +To see upcoming meetup events, please visit [announcements page](/announcements.html). + +- [Austin Chapter]( http://www.meetup.com/Apache-Apex-Austin-Chapter/) +- [Bay Area Chapter](http://www.meetup.com/Apex-Bay-Area-Chapter) +- [Bengaluru Chapter](http://www.meetup.com/Apache-Apex-incubating-Bangalore-Meetup) - [Chicago Chapter](http://www.meetup.com/Apache-Apex-Meetup-Chicago-Chapter) -- [Houston Chapter](http://www.meetup.com/Apex-Meetup-Houston) - [Columbus Chapter](http://www.meetup.com/Apex-Meetup-Columbus) +- [Dallas Chapter]( http://www.meetup.com/Apache-Apex-Dallas-Chapter/) +- [Denver Chapter]( http://www.meetup.com/Apache-Apex-Denver-Chapter/) +- [El Segundo Chapter]( http://www.meetup.com/Apache-Apex-El-Segundo-Chapter/) +- [Houston Chapter](http://www.meetup.com/Apex-Meetup-Houston) - [New York Chapter](http://www.meetup.com/Apache-Apex-New-York-Chapter) +- [Phoenix Chapter]( http://www.meetup.com/Apache-Apex-Phoenix-Chapter/) - [Pune Chapter](http://www.meetup.com/Apache-Apex-incubating-Meetup-Pune) -- [Bengaluru Chapter](http://www.meetup.com/Apache-Apex-incubating-Bangalore-Meetup) -- [Bay Area Chapter](http://www.meetup.com/Apex-Bay-Area-Chapter) + + http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/28194eea/src/md/docs.md ---------------------------------------------------------------------- diff --git a/src/md/docs.md b/src/md/docs.md index 7244445..416a50f 100644 --- a/src/md/docs.md +++ b/src/md/docs.md @@ -4,9 +4,9 @@ New documentation will be coming soon! Here are a few resources to get started with Apex: -- [Application Developer Guide](https://www.datatorrent.com/docs/guides/ApplicationDeveloperGuide.html) -- [Application Packages Guide](https://www.datatorrent.com/docs/guides/ApplicationPackages.html) -- [Operator Developer Guide](https://www.datatorrent.com/docs/guides/OperatorDeveloperGuide.html) +- [Application Developer Guide](http://docs.datatorrent.com/application_development/) +- [Application Packages Guide](http://docs.datatorrent.com/application_packages/) +- [Operator Developer Guide](http://docs.datatorrent.com/operator_development/) - [Merging Github Mirror Pull Requests](/github-mirror-pull-requests.html) - [JavaDoc](https://www.datatorrent.com/docs/apidocs/) - [Benchmarks compare between 2.0 and 3.0](https://www.datatorrent.com/blog-apex-performance-benchmark/) \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/28194eea/src/md/upcoming-meetups.md ---------------------------------------------------------------------- diff --git a/src/md/upcoming-meetups.md b/src/md/upcoming-meetups.md new file mode 100644 index 0000000..7aa98ed --- /dev/null +++ b/src/md/upcoming-meetups.md @@ -0,0 +1,6 @@ +## Upcoming Meetups + + +[Pune - Nov 25, 2015](http://www.meetup.com/Apache-Apex-incubating-Meetup-Pune/events/226506211/) - Real Time Insights for Advertising Tech using Apex + +[Palo Alto â Dec 2, 2015]( http://www.meetup.com/Apex-Bay-Area-Chapter/events/226817171/) - Apache Apex at Big Data Application Meetup at Cask \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/28194eea/src/pages/announcements.html ---------------------------------------------------------------------- diff --git a/src/pages/announcements.html b/src/pages/announcements.html new file mode 100644 index 0000000..7174514 --- /dev/null +++ b/src/pages/announcements.html @@ -0,0 +1,16 @@ +{{> header}} + +<div class="container"> + <div class="col-md-8"> + + {{> announcements}} + + </div> + <div class="col-md-4"> + + {{> upcoming-meetups}} + + </div> +</div> + +{{> footer}} \ No newline at end of file
