Repository: incubator-rya-site Updated Branches: refs/heads/master 55d9e3fd1 -> d44b66534
removed the GitHub link from main menu and download page Project: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/commit/398b4e21 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/tree/398b4e21 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/diff/398b4e21 Branch: refs/heads/master Commit: 398b4e21736b4c0203088f4db8ec31a6e4b0dd00 Parents: 55d9e3f Author: Adina Crainiceanu <[email protected]> Authored: Sun Aug 28 21:06:26 2016 -0400 Committer: Adina Crainiceanu <[email protected]> Committed: Mon Aug 29 12:36:26 2016 -0400 ---------------------------------------------------------------------- content/_includes/themes/apache/_navigation.html | 1 - content/download.md | 7 ++++--- content/index.html | 6 ------ 3 files changed, 4 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/398b4e21/content/_includes/themes/apache/_navigation.html ---------------------------------------------------------------------- diff --git a/content/_includes/themes/apache/_navigation.html b/content/_includes/themes/apache/_navigation.html index ff9cbbf..52ffb45 100644 --- a/content/_includes/themes/apache/_navigation.html +++ b/content/_includes/themes/apache/_navigation.html @@ -23,7 +23,6 @@ </li> <li><a href="{{site.baseurl}}{{ site.data.project.download }}">Downloads</a></li> <li><a href="{{site.baseurl}}documentation">Documentation</a></li> - <li><a href="{{ site.data.project.source_repository_mirror }}">GitHub</a></li> <li id="apache"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a> <ul class="dropdown-menu"> http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/398b4e21/content/download.md ---------------------------------------------------------------------- diff --git a/content/download.md b/content/download.md index a17b855..5e8bceb 100644 --- a/content/download.md +++ b/content/download.md @@ -1,6 +1,6 @@ --- layout: page -title: Downloads +title: Rya Downloads description: Project Downloads page group: nav-right --- @@ -26,10 +26,11 @@ limitations under the License. ## {{ site.data.project.name }} Downloads -There are no official Apache releases for {{ site.data.project.short_name }} yet. You can download and build the latest code from [GitHub]({{ site.data.project.source_repository_mirror }}). +There are no official Apache releases for {{ site.data.project.short_name }} yet. -If you are interested in a quick way to download and deploy Rya, you can try the [{{ site.data.project.short_name}} vagrant]({{ site.data.project.source_repository_mirror}}/tree/develop/extras/vagrantExample/src/main/vagrant) script to create a VM with Accumulo and Rya on it. +First Apache Incubator release coming soon!! +If you are interested in helping out, please join our developers list [{{site.data.project.dev_list}}](mailto:{{site.data.project.dev_list_subscribe}}?subject-send this email to subscribe). {% comment %} http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/398b4e21/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html deleted file mode 100644 index 99a954e..0000000 --- a/content/index.html +++ /dev/null @@ -1,6 +0,0 @@ -<html> - <head> - <title>Apache Rya (Incubating)</title> - </head> - <body/> -</html>
