You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by ad...@apache.org on 2019/08/29 16:04:18 UTC

[incubator-rya-site] branch master updated (dca937b -> 96584b1)

This is an automated email from the ASF dual-hosted git repository.

adina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-rya-site.git.


    from dca937b  fixing typo in release notes
     new 33c00bf  removed md5 and sha1 files from download page, updated copyright year in footer
     new 96584b1  updated Gemfile to add jekyll Closes #8 from adinancr/removeunsecurehashes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/Gemfile                             | 1 +
 content/_config.yml                         | 7 +++----
 content/_includes/themes/apache/footer.html | 2 +-
 content/_posts/2019-07-27-release-4.0.0.md  | 6 ++----
 content/download.md                         | 6 +++---
 5 files changed, 10 insertions(+), 12 deletions(-)


[incubator-rya-site] 01/02: removed md5 and sha1 files from download page, updated copyright year in footer

Posted by ad...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

adina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-rya-site.git

commit 33c00bffb189c5ed3c55b27d2f7a22ffb637f5d8
Author: adina <AD...@USNA.EDU>
AuthorDate: Tue Aug 13 15:42:38 2019 -0400

    removed md5 and sha1 files from download page, updated copyright year in footer
---
 content/_includes/themes/apache/footer.html | 2 +-
 content/_posts/2019-07-27-release-4.0.0.md  | 6 ++----
 content/download.md                         | 6 +++---
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/content/_includes/themes/apache/footer.html b/content/_includes/themes/apache/footer.html
index c3b0c7d..debd3f5 100644
--- a/content/_includes/themes/apache/footer.html
+++ b/content/_includes/themes/apache/footer.html
@@ -18,7 +18,7 @@
                 </div>
                 {% endif %}
                 <div>
-                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Copyright &copy; 2019 <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>
diff --git a/content/_posts/2019-07-27-release-4.0.0.md b/content/_posts/2019-07-27-release-4.0.0.md
index 2cac24e..c8b948c 100644
--- a/content/_posts/2019-07-27-release-4.0.0.md
+++ b/content/_posts/2019-07-27-release-4.0.0.md
@@ -18,13 +18,11 @@ Some of the variables above are used on the summary page that iterates through p
 
 
 
-This is Rya's third Apache release, version {{ page.version }}.  It is available as a source code download:
+This is Rya's fourth Apache release, version {{ page.version }}.  It is available as a source code download:
 
 - [Source download from Apache]({{ apacheDistMirror }}/{{ page.filename }}.zip)
 - Verify: {% comment %}
 {% endcomment %} [pgp]( {{ d }}/{{ page.filename }}.zip.asc ){% comment %}
-{% endcomment %} [md5]( {{ d }}/{{ page.filename }}.zip.md5 ){% comment %}
-{% endcomment %} [sha1]({{ d }}/{{ page.filename }}.zip.sha1){% comment %}
 {% endcomment %} [sha512]({{ d }}/{{ page.filename }}.zip.sha512)
 - [Release notes]({{ page.releaseNotes | liquify }})
 - [Central repository for Maven and other dependency managers](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.rya%22)
@@ -32,7 +30,7 @@ This is Rya's third Apache release, version {{ page.version }}.  It is available
 [Verify](http://www.apache.org/dyn/closer.cgi#verify)
 using the corresponding *pgp* signature (using the committer file in
 [KEYS](https://www.apache.org/dist/{{ site.data.project.incubator_slash_name }}/KEYS)).
-If you cannot do that, the *md5* or *sha1* hash file may be used to check that the
+If you cannot do that, the *sha512* hash file may be used to check that the
 download has completed okay.
 
 For fast downloads, current source distributions are hosted on mirror servers;
diff --git a/content/download.md b/content/download.md
index 264a9ce..b0ccdff 100644
--- a/content/download.md
+++ b/content/download.md
@@ -52,8 +52,8 @@ Release          | Date       | Download | Notes
 {% endcomment %} | {% if post.filename %}{% comment %}
 {% endcomment %} [zip]( {{ p }}/{{ post.filename }}.zip){% comment %}  
 {% endcomment %} [pgp]( {{ d }}/{{ post.filename }}.zip.asc ){% comment %}
-{% endcomment %} [md5]( {{ d }}/{{ post.filename }}.zip.md5 ){% comment %}
-{% endcomment %} [sha1]({{ d }}/{{ post.filename }}.zip.sha1){% comment %}
+{% endcomment %}{% if post.version == "3.2.10" %} [sha1]({{ d }}/{{ post.filename }}.zip.sha1){% comment %}
+{% endcomment %}{% endif %}{% comment %}
 {% endcomment %}{% if post.version != "3.2.10" %} [sha512]({{ d }}/{{ post.filename }}.zip.sha512){% comment %}
 {% endcomment %}{% endif %}{% comment %}
 {% endcomment %}{% endif %}{% comment %}
@@ -63,7 +63,7 @@ Release          | Date       | Download | Notes
 Download a source distribution in <!-- either *tar* or --> *zip* format,
 and [verify](http://www.apache.org/dyn/closer.cgi#verify)
 using the corresponding *pgp* signature (using the committer file in [KEYS](https://www.apache.org/dist/{{ site.data.project.incubator_slash_name }}/KEYS)).
-If you cannot do that, the *md5* or *sha1* hash file may be used to check that the
+If you cannot do that, the *sha1* or *sha512* hash file may be used to check that the
 download has completed okay.
 
 


[incubator-rya-site] 02/02: updated Gemfile to add jekyll Closes #8 from adinancr/removeunsecurehashes

Posted by ad...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

adina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-rya-site.git

commit 96584b1e3f2f1d80c680367ecb05a33feaa565fc
Author: adina <AD...@USNA.EDU>
AuthorDate: Wed Aug 28 13:02:55 2019 -0400

    updated Gemfile to add jekyll
    Closes #8 from adinancr/removeunsecurehashes
---
 content/Gemfile     | 1 +
 content/_config.yml | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/Gemfile b/content/Gemfile
index 93aba54..0c2b258 100644
--- a/content/Gemfile
+++ b/content/Gemfile
@@ -18,4 +18,5 @@ gem 'github-pages'
 gem 'rouge'
 gem 'jekyll-oembed', :require => 'jekyll_oembed'
 gem 'jekyll-liquify'
+gem 'jekyll'
 # End Gemfile
diff --git a/content/_config.yml b/content/_config.yml
index 2e69e82..6ee3b32 100644
--- a/content/_config.yml
+++ b/content/_config.yml
@@ -17,18 +17,17 @@ markdown: kramdown
 permalink: /news/:year/:month/:day/:title/
 excerpt_separator: ""
 
-repository: https://git-wip-us.apache.org/repos/asf/incubator-rya-site
+repository: https://github.com/apache/incubator-rya-site.git
 destination: target
 exclude: [README.md,Gemfile*,vendor]
 keep_files: [".git", ".svn", "apidocs"]
 
 # The base path where the website is deployed
 baseurl: /
-# baseurl: /Users/cs/adina/ryawebsite/target/
 
 url: http://rya.apache.org
 
-gems:
-  - jekyll-liquify
+plugins:
+ - jekyll-liquify
 # End _config.yml