From 260bae00d99fc0ac0cb31c7184b91704c75308b4 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Tue, 29 Jan 2019 09:28:05 -0800 Subject: [PATCH 1/2] Revert "Revert "require https for external links"" This reverts commit af5f80ddfd845de5cf59cfe5594953e84641990b. New release of pages gem should allow this to work. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 42c56e3..01d885c 100644 --- a/Rakefile +++ b/Rakefile @@ -14,6 +14,7 @@ task :test do Rake::Task['spec'].invoke HTMLProofer.check_directory('./_site', check_html: true, + enforce_https: true, validation: { ignore_script_embeds: true }, url_swap: { %r{https://choosealicense.com} => '' }, hydra: { max_concurrency: 10 }, From 40031df9e29c0fb9a4c22d3dfa54173830b1c249 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Fri, 15 Feb 2019 12:51:55 -0800 Subject: [PATCH 2/2] Remove superfluous instruction from bsd-3-clause* 'how' field --- _licenses/bsd-3-clause-clear.txt | 2 +- _licenses/bsd-3-clause.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_licenses/bsd-3-clause-clear.txt b/_licenses/bsd-3-clause-clear.txt index e8a464b..7fe46ae 100644 --- a/_licenses/bsd-3-clause-clear.txt +++ b/_licenses/bsd-3-clause-clear.txt @@ -4,7 +4,7 @@ spdx-id: BSD-3-Clause-Clear description: A variant of the BSD 3-Clause License that explicitly does not grant any patent rights. -how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work. +how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. using: diff --git a/_licenses/bsd-3-clause.txt b/_licenses/bsd-3-clause.txt index 08994de..1a3723e 100644 --- a/_licenses/bsd-3-clause.txt +++ b/_licenses/bsd-3-clause.txt @@ -5,7 +5,7 @@ hidden: false description: A permissive license similar to the BSD 2-Clause License, but with a 3rd clause that prohibits others from using the name of the project or its contributors to promote derived products without written consent. -how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work. +how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. using: - d3: https://github.com/d3/d3/blob/master/LICENSE