From ef774ee919fba53b3701257bbca0fd03380a8ea3 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Tue, 18 Jul 2023 16:53:10 -0700 Subject: [PATCH] Prefer https links --- CC-LICENSE | 2 +- _layouts/default.html | 9 ++++----- atom.xml | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CC-LICENSE b/CC-LICENSE index 122e35ed..bdaa7b79 100644 --- a/CC-LICENSE +++ b/CC-LICENSE @@ -7,7 +7,7 @@ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE B 1. Definitions 1. "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with one or more other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License. - 2. "Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of derivatives of works made available under that license under this License or either a Creative Commons unported license or a Creative Commons jurisdiction license with the same License Elements as this License. + 2. "Creative Commons Compatible License" means a license that is listed at https://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of derivatives of works made available under that license under this License or either a Creative Commons unported license or a Creative Commons jurisdiction license with the same License Elements as this License. 3. "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License. 4. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. 5. "Licensor" means the individual, individuals, entity or entities that offers the Work under the terms of this License. diff --git a/_layouts/default.html b/_layouts/default.html index 78d7b469..f3f81e77 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ - + @@ -73,15 +73,14 @@

Blog
diff --git a/atom.xml b/atom.xml index f222100e..fbb1e10f 100644 --- a/atom.xml +++ b/atom.xml @@ -5,8 +5,8 @@ layout: null RubyGems Blog - - + + {{ site.time | date_to_xmlschema }} http://blog.rubygems.org/ @@ -17,7 +17,7 @@ layout: null {% for post in site.posts %} {{ post.title | xml_escape }} - + {{ post.date | date_to_xmlschema }} http://blog.rubygems.org{{ post.id }} {{ post.content | xml_escape }}