You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by dl...@apache.org on 2017/08/03 20:22:38 UTC

incubator-rya-site git commit: added release-3.2.10 , updated copyrights to 2017, README.md. closes #3 closes #1

Repository: incubator-rya-site
Updated Branches:
  refs/heads/asf-site a05d51a68 -> 60de1f341


added release-3.2.10 , updated copyrights to 2017, README.md. closes #3 closes #1


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/60de1f34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/tree/60de1f34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/diff/60de1f34

Branch: refs/heads/asf-site
Commit: 60de1f341f9ea3c62cf08cebd027f4f334a89dd8
Parents: a05d51a
Author: David Lotts <da...@parsons.com>
Authored: Fri Jul 21 12:39:08 2017 -0400
Committer: David Lotts <da...@parsons.com>
Committed: Thu Aug 3 16:18:48 2017 -0400

----------------------------------------------------------------------
 .gitattributes                                  |   1 +
 README.md                                       |   5 +
 content/assets/themes/apache/css/rya.css        |  20 ++
 content/community-members/index.html            |   5 +-
 content/community/index.html                    |  11 +-
 content/documentation/index.html                |   7 +-
 content/download/index.html                     |  50 +++-
 content/feed.xml                                |  56 ++++-
 content/index.html                              |   5 +-
 .../news/2016/10/28/release-3.2.10/index.html   | 229 +++++++++++++++++++
 10 files changed, 366 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..176a458
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d1bf9dc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+This is the compiled website generated by Jeckyll from the master branch of this project.
+Don't modify these files unless you also modify the corresponding markdown file from the master branch.
+Jekyll rewrites all files, so your changes may be overwritten.
+See the README.md from the master branch for more information.
+Note that the content folder here is renamed from content/target.  That is, it is generated by Jekyll into the content/target folder in the master branch.

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/content/assets/themes/apache/css/rya.css
----------------------------------------------------------------------
diff --git a/content/assets/themes/apache/css/rya.css b/content/assets/themes/apache/css/rya.css
new file mode 100644
index 0000000..e5f5633
--- /dev/null
+++ b/content/assets/themes/apache/css/rya.css
@@ -0,0 +1,20 @@
+/* Rya specific styles */
+
+body table {
+    width : 100% !important;
+    border : 1px solid gray;
+}
+
+body table tr td {
+    border : 1px solid gray;
+    padding : 5px 5px 5px 5px;
+}
+
+body table tr th {
+    border : 1px solid gray;
+    padding : 5px 5px 5px 5px;
+    background-color: #B0C4DE;
+}
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/content/community-members/index.html
----------------------------------------------------------------------
diff --git a/content/community-members/index.html b/content/community-members/index.html
index 34ff234..dff2323 100755
--- a/content/community-members/index.html
+++ b/content/community-members/index.html
@@ -20,6 +20,7 @@
     <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
     <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
     <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+    <link href="/assets/themes/apache/css/rya.css" rel="stylesheet"  type="text/css" media="screen" />
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -260,7 +261,7 @@
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2016 </p>-->
+        <!-- <p>&copy; 2017 </p>-->
         <footer class="site-footer">
     <div class="wrapper">
         <div class="footer-col-wrapper">
@@ -281,7 +282,7 @@
                 </div>
                 
                 <div>
-                    Copyright &copy; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
                     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
                     2.0</a>.
                     <br>

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/content/community/index.html
----------------------------------------------------------------------
diff --git a/content/community/index.html b/content/community/index.html
index 451f2a6..3f3736b 100755
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -20,6 +20,7 @@
     <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
     <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
     <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+    <link href="/assets/themes/apache/css/rya.css" rel="stylesheet"  type="text/css" media="screen" />
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -110,11 +111,11 @@
 <p>Get help using Rya or contribute to the project on our mailing lists:</p>
 
 <ul>
-  <li><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> is for useage questions, help, and people who want to contribute code to Rya. <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#045;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#115;&#101;&#110;&#100;&#032;&#116;&#104;&#105;&#115;&#032;&#101;&#109;&#097;&#105;&#108;&#032;&#116;&#111;&#032;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;">subscribe</a>, <a href="&#
 109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#045;&#117;&#110;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#115;&#101;&#110;&#100;&#032;&#116;&#104;&#105;&#115;&#032;&#101;&#109;&#097;&#105;&#108;&#032;&#116;&#111;&#032;&#117;&#110;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;">unsubscribe</a>, <a href="https://www.mail-archive.com/dev@rya.incubator.apache.org/">archives</a></li>
+  <li><a href="mailto:dev@rya.incubator.apache.org">dev@rya.incubator.apache.org</a> is for useage questions, help, and people who want to contribute code to Rya. <a href="mailto:dev-subscribe@rya.incubator.apache.org?subject=send this email to subscribe">subscribe</a>, <a href="mailto:dev-unsubscribe@rya.incubator.apache.org?subject=send this email to unsubscribe">unsubscribe</a>, <a href="https://www.mail-archive.com/dev@rya.incubator.apache.org/">archives</a></li>
   <li>
-    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#111;&#109;&#109;&#105;&#116;&#115;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#099;&#111;&#109;&#109;&#105;&#116;&#115;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> is for commit messages to Rya. <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#111;&#109;&#109;&#105;&#116;&#115;&#045;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#115;&#101;&#110;&#100;&#032;&#116;&#104;&#105;&#115;&#032;&#101;&#109;&#097;&#105;&#108;&#032;&#116;&#111;&#032;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;">
 subscribe</a>, <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#111;&#109;&#109;&#105;&#116;&#115;&#045;&#117;&#110;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#115;&#101;&#110;&#100;&#032;&#116;&#104;&#105;&#115;&#032;&#101;&#109;&#097;&#105;&#108;&#032;&#116;&#111;&#032;&#117;&#110;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;">unsubscribe</a>, <a href="https://www.mail-archive.com/commits@rya.incubator.apache.org/">archives</a></p>
+    <p><a href="mailto:commits@rya.incubator.apache.org">commits@rya.incubator.apache.org</a> is for commit messages to Rya. <a href="mailto:commits-subscribe@rya.incubator.apache.org?subject=send this email to subscribe">subscribe</a>, <a href="mailto:commits-unsubscribe@rya.incubator.apache.org?subject=send this email to unsubscribe">unsubscribe</a>, <a href="https://www.mail-archive.com/commits@rya.incubator.apache.org/">archives</a></p>
   </li>
-  <li><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#110;&#111;&#116;&#105;&#102;&#105;&#099;&#097;&#116;&#105;&#111;&#110;&#115;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#110;&#111;&#116;&#105;&#102;&#105;&#099;&#097;&#116;&#105;&#111;&#110;&#115;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> is for automated messages from JIRA, continuous integration, etc. for Rya. <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#110;&#111;&#116;&#105;&#102;&#105;&#099;&#097;&#116;&#105;&#111;&#110;&#115;&#045;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#115;&#101;&#110;&
 #100;&#032;&#116;&#104;&#105;&#115;&#032;&#101;&#109;&#097;&#105;&#108;&#032;&#116;&#111;&#032;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;">subscribe</a>, <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#110;&#111;&#116;&#105;&#102;&#105;&#099;&#097;&#116;&#105;&#111;&#110;&#115;&#045;&#117;&#110;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#115;&#101;&#110;&#100;&#032;&#116;&#104;&#105;&#115;&#032;&#101;&#109;&#097;&#105;&#108;&#032;&#116;&#111;&#032;&#117;&#110;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;">unsubscribe</a>, <a href="https://www.mail-archive.com/notifications@rya.incubator.apache.org/">archives</a></li>
+  <li><a href="mailto:notifications@rya.incubator.apache.org">notifications@rya.incubator.apache.org</a> is for automated messages from JIRA, continuous integration, etc. for Rya. <a href="mailto:notifications-subscribe@rya.incubator.apache.org?subject=send this email to subscribe">subscribe</a>, <a href="mailto:notifications-unsubscribe@rya.incubator.apache.org?subject=send this email to unsubscribe">unsubscribe</a>, <a href="https://www.mail-archive.com/notifications@rya.incubator.apache.org/">archives</a></li>
 </ul>
 
 <h3 id="issue-tracker">Issue tracker</h3>
@@ -151,7 +152,7 @@
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2016 </p>-->
+        <!-- <p>&copy; 2017 </p>-->
         <footer class="site-footer">
     <div class="wrapper">
         <div class="footer-col-wrapper">
@@ -172,7 +173,7 @@
                 </div>
                 
                 <div>
-                    Copyright &copy; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
                     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
                     2.0</a>.
                     <br>

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/content/documentation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/index.html b/content/documentation/index.html
index 0e9fe3f..12d6b2e 100755
--- a/content/documentation/index.html
+++ b/content/documentation/index.html
@@ -20,6 +20,7 @@
     <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
     <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
     <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+    <link href="/assets/themes/apache/css/rya.css" rel="stylesheet"  type="text/css" media="screen" />
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -114,7 +115,7 @@
 
 <h3 id="rya-manual">Rya Manual</h3>
 
-<p>A copy of the Rya Manual is located <a href="https://github.com/apache/incubator-rya/blob/develop/extras/rya.manual/src/site/markdown/index.md">here</a></p>
+<p>A copy of the Rya Manual is located <a href="https://github.com/apache/incubator-rya/blob/master/extras/rya.manual/src/site/markdown/index.md">here</a></p>
 
 
   </div>
@@ -123,7 +124,7 @@
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2016 </p>-->
+        <!-- <p>&copy; 2017 </p>-->
         <footer class="site-footer">
     <div class="wrapper">
         <div class="footer-col-wrapper">
@@ -144,7 +145,7 @@
                 </div>
                 
                 <div>
-                    Copyright &copy; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
                     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
                     2.0</a>.
                     <br>

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/content/download/index.html
----------------------------------------------------------------------
diff --git a/content/download/index.html b/content/download/index.html
index a075461..b74b2fc 100755
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -20,6 +20,7 @@
     <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
     <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
     <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+    <link href="/assets/themes/apache/css/rya.css" rel="stylesheet"  type="text/css" media="screen" />
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -90,11 +91,48 @@
 
 <h2 id="apache-rya-incubating-downloads">Apache Rya (incubating) Downloads</h2>
 
-<p>There are no official Apache releases for Rya yet.</p>
-
-<p>First Apache Incubator release coming soon!!</p>
+<p>If you are interested in helping out, please join our developers list <a href="mailto:dev-subscribe@rya.incubator.apache.org?subject=subscribe to Rya dev list">dev@rya.incubator.apache.org</a> by sending an email to <a href="mailto:dev-subscribe@rya.incubator.apache.org?subject=subscribe to Rya dev list">dev-subscribe@rya.incubator.apache.org</a>.</p>
+
+<p>Apache Rya (incubating) is released as a source artifact, and <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.rya%22">also through Maven</a>.</p>
+
+<h3 id="source-releases">Source releases</h3>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: left">Release</th>
+      <th style="text-align: left">Date</th>
+      <th style="text-align: left">Download</th>
+      <th style="text-align: left">Notes</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a href="/news/2016/10/28/release-3.2.10/">3.2.10</a></td>
+      <td style="text-align: left">28 Oct 2016</td>
+      <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.lua/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip">zip</a> <a href="https://dist.apache.org/repos/dist/release/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip.asc">pgp</a> <a href="https://dist.apache.org/repos/dist/release/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip.md5">md5</a> <a href="https://dist.apache.org/repos/dist/release/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip.sha1">sha1</a></td>
+      <td style="text-align: left"><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334209&amp;styleName=Html&amp;projectId=12319020">Release notes</a></td>
+    </tr>
+  </tbody>
+</table>
+
+<p><br />
+Download a source distribution in <!-- either *tar* or --> <em>zip</em> format,
+and <a href="http://www.apache.org/dyn/closer.cgi#verify">verify</a>
+using the corresponding <em>pgp</em> signature (using the committer file in <a href="http://www.apache.org/dist/incubator/rya/KEYS">KEYS</a>).
+If you cannot do that, the <em>md5</em> or <em>sha1</em> hash file may be used to check that the
+download has completed okay.</p>
+
+<p>For fast downloads, current source distributions are hosted on mirror servers;</p>
+
+<!-- older source distributions are in the
+[archive](http://archive.apache.org/dist/incubator/rya/).
+-->
+<p>If a download from a mirror fails, retry, and the second download will likely
+succeed.</p>
 
-<p>If you are interested in helping out, please join our developers list <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#045;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#032;&#116;&#111;&#032;&#082;&#121;&#097;&#032;&#100;&#101;&#118;&#032;&#108;&#105;&#115;&#116;">dev@rya.incubator.apache.org</a> by sending an email to <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#045;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#114;&#121;&#097;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;&#063;&#115;&#117;&#098;&#106;&#101;&#099;&#116;&#061;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#032;
 &#116;&#111;&#032;&#082;&#121;&#097;&#032;&#100;&#101;&#118;&#032;&#108;&#105;&#115;&#116;">dev-subscribe@rya.incubator.apache.org</a>.</p>
+<p>For security, hash and signature files are always hosted at
+<a href="https://www.apache.org/dist/incubator/rya">Apache</a>.</p>
 
 
   </div>
@@ -103,7 +141,7 @@
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2016 </p>-->
+        <!-- <p>&copy; 2017 </p>-->
         <footer class="site-footer">
     <div class="wrapper">
         <div class="footer-col-wrapper">
@@ -124,7 +162,7 @@
                 </div>
                 
                 <div>
-                    Copyright &copy; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
                     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
                     2.0</a>.
                     <br>

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index 71a7fd5..bd0ef82 100755
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -3,11 +3,57 @@
   <channel>
     <title></title>
     <description></description>
-    <link>//</link>
-    <atom:link href="//feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sun, 23 Oct 2016 09:36:43 -0400</pubDate>
-    <lastBuildDate>Sun, 23 Oct 2016 09:36:43 -0400</lastBuildDate>
-    <generator>Jekyll v3.2.1</generator>
+    <link>http://localhost:4000//</link>
+    <atom:link href="http://localhost:4000//feed.xml" rel="self" type="application/rss+xml"/>
+    <pubDate>Mon, 31 Jul 2017 14:17:04 -0400</pubDate>
+    <lastBuildDate>Mon, 31 Jul 2017 14:17:04 -0400</lastBuildDate>
+    <generator>Jekyll v3.4.5</generator>
+    
+      <item>
+        <title>First Release</title>
+        <description>
+&lt;p&gt;This is Rya’s first release, version 3.2.10.  It is available as a source code download:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;http://www.apache.org/dyn/closer.lua/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip&quot;&gt;Source download from Apache&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Verify:  &lt;a href=&quot;https://dist.apache.org/repos/dist/release/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip.asc&quot;&gt;pgp&lt;/a&gt; &lt;a href=&quot;https://dist.apache.org/repos/dist/release/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip.md5&quot;&gt;md5&lt;/a&gt; &lt;a href=&quot;https://dist.apache.org/repos/dist/release/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip.sha1&quot;&gt;sha1&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334209&amp;amp;styleName=Html&amp;amp;projectId=12319020&quot;&gt;Release notes&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.rya%22&quot;&gt;Central repository for Maven and other dependency managers&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi#verify&quot;&gt;Verify&lt;/a&gt;
+using the corresponding &lt;em&gt;pgp&lt;/em&gt; signature (using the committer file in
+&lt;a href=&quot;http://www.apache.org/dist/incubator/rya/KEYS&quot;&gt;KEYS&lt;/a&gt;).
+If you cannot do that, the &lt;em&gt;md5&lt;/em&gt; or &lt;em&gt;sha1&lt;/em&gt; hash file may be used to check that the
+download has completed okay.&lt;/p&gt;
+
+&lt;p&gt;For fast downloads, current source distributions are hosted on mirror servers;
+older source distributions are in the
+&lt;a href=&quot;http://archive.apache.org/dist/incubator/rya/&quot;&gt;archive&lt;/a&gt;.
+If a download from a mirror fails, retry, and the second download will likely
+succeed.&lt;/p&gt;
+
+&lt;p&gt;For security, hash and signature files are always hosted at
+&lt;a href=&quot;https://www.apache.org/dist/incubator/rya&quot;&gt;Apache&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;Next steps:&lt;/p&gt;
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/incubator-rya/blob//extras/rya.manual/src/site/markdown/build-source.md&quot;&gt;Building from Source&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/incubator-rya/blob//extras/rya.manual/src/site/markdown/quickstart.md&quot;&gt;Quick Start&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/incubator-rya/blob//extras/rya.manual/src/site/markdown/sm-firststeps.md&quot;&gt;Typical First Steps&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://github.com/apache/incubator-rya/blob//extras/rya.manual/src/site/markdown/index.md&quot;&gt;Manual – includes documents above&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Fri, 28 Oct 2016 00:00:00 -0400</pubDate>
+        <link>http://localhost:4000//news/2016/10/28/release-3.2.10/</link>
+        <guid isPermaLink="true">http://localhost:4000//news/2016/10/28/release-3.2.10/</guid>
+        
+        <category>v3.2.10</category>
+        
+        
+        <category>release</category>
+        
+      </item>
     
   </channel>
 </rss>

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index a96ab56..4e1e807 100755
--- a/content/index.html
+++ b/content/index.html
@@ -20,6 +20,7 @@
     <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
     <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
     <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+    <link href="/assets/themes/apache/css/rya.css" rel="stylesheet"  type="text/css" media="screen" />
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -109,7 +110,7 @@
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2016 </p>-->
+        <!-- <p>&copy; 2017 </p>-->
         <footer class="site-footer">
     <div class="wrapper">
         <div class="footer-col-wrapper">
@@ -130,7 +131,7 @@
                 </div>
                 
                 <div>
-                    Copyright &copy; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
                     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
                     2.0</a>.
                     <br>

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/60de1f34/content/news/2016/10/28/release-3.2.10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/10/28/release-3.2.10/index.html b/content/news/2016/10/28/release-3.2.10/index.html
new file mode 100644
index 0000000..5d95eac
--- /dev/null
+++ b/content/news/2016/10/28/release-3.2.10/index.html
@@ -0,0 +1,229 @@
+
+
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>First Release</title>
+    <meta name="description" content="details of the first release of Rya (Incubating)">
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <!-- Le styles -->
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+    <link href="/assets/themes/apache/css/rya.css" rel="stylesheet"  type="text/css" media="screen" />
+    <!-- Le fav and touch icons -->
+    <!-- Update these with your own images
+    <link rel="shortcut icon" href="images/favicon.ico">
+    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+  -->
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <!-- <img src="/assets/themes/apache/img/logo.png" width="50"> -->
+              Apache Rya (incubating)
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/community-members">Who we are</a></li>
+               </ul>
+            </li>
+            <li><a href="/download">Downloads</a></li>
+            <li><a href="/documentation">Documentation</a></li>
+             <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+               <ul class="dropdown-menu">
+                <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
+                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                </ul>
+            </li>
+          </ul>
+        </nav><!--/.navbar-collapse -->
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      
+
+<div class="page-header">
+  <h1>First Release </h1>
+</div>
+
+<div class="row-fluid post-full">
+  <div class="span12">
+    <div class="date">
+      <span>28 October 2016</span>
+    </div>
+    <div class="content">
+      
+<p>This is Rya’s first release, version 3.2.10.  It is available as a source code download:</p>
+
+<ul>
+  <li><a href="http://www.apache.org/dyn/closer.lua/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip">Source download from Apache</a></li>
+  <li>Verify:  <a href="https://dist.apache.org/repos/dist/release/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip.asc">pgp</a> <a href="https://dist.apache.org/repos/dist/release/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip.md5">md5</a> <a href="https://dist.apache.org/repos/dist/release/incubator/rya/rya-incubating-3.2.10/rya-project-3.2.10-incubating-source-release.zip.sha1">sha1</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334209&amp;styleName=Html&amp;projectId=12319020">Release notes</a></li>
+  <li><a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.rya%22">Central repository for Maven and other dependency managers</a></li>
+</ul>
+
+<p><a href="http://www.apache.org/dyn/closer.cgi#verify">Verify</a>
+using the corresponding <em>pgp</em> signature (using the committer file in
+<a href="http://www.apache.org/dist/incubator/rya/KEYS">KEYS</a>).
+If you cannot do that, the <em>md5</em> or <em>sha1</em> hash file may be used to check that the
+download has completed okay.</p>
+
+<p>For fast downloads, current source distributions are hosted on mirror servers;
+older source distributions are in the
+<a href="http://archive.apache.org/dist/incubator/rya/">archive</a>.
+If a download from a mirror fails, retry, and the second download will likely
+succeed.</p>
+
+<p>For security, hash and signature files are always hosted at
+<a href="https://www.apache.org/dist/incubator/rya">Apache</a>.</p>
+
+<p>Next steps:</p>
+<ul>
+  <li><a href="https://github.com/apache/incubator-rya/blob//extras/rya.manual/src/site/markdown/build-source.md">Building from Source</a></li>
+  <li><a href="https://github.com/apache/incubator-rya/blob//extras/rya.manual/src/site/markdown/quickstart.md">Quick Start</a></li>
+  <li><a href="https://github.com/apache/incubator-rya/blob//extras/rya.manual/src/site/markdown/sm-firststeps.md">Typical First Steps</a></li>
+  <li><a href="https://github.com/apache/incubator-rya/blob//extras/rya.manual/src/site/markdown/index.md">Manual – includes documents above</a></li>
+</ul>
+
+    </div>
+
+  
+    <ul class="tag_box inline">
+      <li><i class="icon-folder-open"></i></li>
+      
+      
+
+
+  
+     
+    	<li><a href="#release-ref">
+    		release <span>1</span>
+    	</a></li>
+    
+  
+
+
+    </ul>
+    
+
+  
+    <ul class="tag_box inline">
+      <li><i class="icon-tags"></i></li>
+      
+      
+
+
+  
+     
+    	<li><a href="#v3.2.10-ref">v3.2.10 <span>1</span></a></li>
+    
+  
+
+
+
+    </ul>
+    
+
+    <hr>
+    <div class="pagination">
+      <ul>
+      
+        <li class="prev disabled"><a>&larr; Previous</a></li>
+      
+        <li><a href="">Archive</a></li>
+      
+        <li class="next disabled"><a>Next &rarr;</a>
+      
+      </ul>
+    </div>
+    <hr>
+    
+  </div>
+</div>
+
+
+      <hr>
+      <footer>
+        <!-- <p>&copy; 2017 </p>-->
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper">
+            
+            Apache Rya (incubating) is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+            at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+            accepted projects until a further review indicates that the infrastructure, communications, and decision
+            making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+            status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+            the project has yet to be fully endorsed by the ASF.
+            <hr>
+            
+            <div style="text-align:center;">
+                
+                <div style="margin-top: 20px; margin-bottom: 20px;">
+                    <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/egg-logo.png"
+                                                               alt="Apache Incubator"/></a>
+                </div>
+                
+                <div>
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                    
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+