[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/29: website: Change http to https in URLs.
From: |
Ludovic Courtès |
Subject: |
20/29: website: Change http to https in URLs. |
Date: |
Wed, 6 Dec 2017 09:24:26 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit d91c6057cc484cd0f52a27c9af1c86c116b8dd22
Author: ng0 <address@hidden>
Date: Thu Oct 12 06:33:39 2017 +0000
website: Change http to https in URLs.
* website/apps/base/data.scm: http -> https.
* website/apps/base/templates/contribute.scm: likewise.
* website/apps/packages/templates/components.scm: likewise.
* website/apps/packages/templates/detailed-index.scm: likewise.
Signed-off-by: Ludovic Courtès <address@hidden>
---
website/apps/base/data.scm | 2 +-
website/apps/base/templates/contribute.scm | 2 +-
website/apps/packages/templates/components.scm | 2 +-
website/apps/packages/templates/detailed-index.scm | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index 2ee3f3e..6294e3a 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -121,7 +121,7 @@
#:description
'(p "Discussion about the development of the broader GNU system.")
#:url "https://lists.gnu.org/mailman/listinfo/gnu-system-discuss"
- #:log "http://lists.gnu.org/archive/html/gnu-system-discuss/")
+ #:log "https://lists.gnu.org/archive/html/gnu-system-discuss/")
(contact
#:name "GNU/Linux Libre Mailing List"
diff --git a/website/apps/base/templates/contribute.scm
b/website/apps/base/templates/contribute.scm
index 7d7fb27..3cf26b7 100644
--- a/website/apps/base/templates/contribute.scm
+++ b/website/apps/base/templates/contribute.scm
@@ -212,7 +212,7 @@
(h3 (@ (id "translation")) "Translation")
(p
"You can help translate the "
- (a (@ (href "http://translationproject.org/domain/guix.html"))
+ (a (@ (href "https://translationproject.org/domain/guix.html"))
"software")
" and the "
(a (@ (href
"https://translationproject.org/domain/guix-packages.html"))
diff --git a/website/apps/packages/templates/components.scm
b/website/apps/packages/templates/components.scm
index bd1b3fb..4db8c4d 100644
--- a/website/apps/packages/templates/components.scm
+++ b/website/apps/packages/templates/components.scm
@@ -207,7 +207,7 @@
If the list of supported systems of the package is empty, return
the string 'None'. Otherwise, return a list of links to systems
builds in hydra."
- (let ((build-url "http://hydra.gnu.org/job/gnu/master/")
+ (let ((build-url "https://hydra.gnu.org/job/gnu/master/")
(package-id (string-append (package-name package)
"-"
(package-version package)))
diff --git a/website/apps/packages/templates/detailed-index.scm
b/website/apps/packages/templates/detailed-index.scm
index 0ac234b..7dc6d7c 100644
--- a/website/apps/packages/templates/detailed-index.scm
+++ b/website/apps/packages/templates/detailed-index.scm
@@ -45,10 +45,10 @@
(@ (class "limit-width centered-block"))
"GNU Guix provides " ,(number* (length packages))
" packages transparently "
- (a (@ (href "http://hydra.gnu.org/jobset/gnu/master#tabs-status"))
+ (a (@ (href "https://hydra.gnu.org/jobset/gnu/master#tabs-status"))
"available as pre-built binaries")
". These pages provide a complete list of the packages. Our "
- (a (@ (href "http://hydra.gnu.org/jobset/gnu/master"))
+ (a (@ (href "https://hydra.gnu.org/jobset/gnu/master"))
"continuous integration system")
" shows their current build status "
"(updated " ,(date->string (current-date) "~B ~e, ~Y") ").")
- 15/29: website: downloads: Change http to https in alpha.gnu.org URL., (continued)
- 15/29: website: downloads: Change http to https in alpha.gnu.org URL., Ludovic Courtès, 2017/12/06
- 13/29: website: packages: Correctly compute supported systems., Ludovic Courtès, 2017/12/06
- 10/29: website: Use actual GuixSD screenshots., Ludovic Courtès, 2017/12/06
- 17/29: website: base: Change http to https in 'graphics'., Ludovic Courtès, 2017/12/06
- 19/29: website: base: Change URLs in 'data' from http to https., Ludovic Courtès, 2017/12/06
- 06/29: website: packages: Interpret synopsis/description Texinfo., Ludovic Courtès, 2017/12/06
- 21/29: website: packages: Gracefully deal with empty package descriptions., Ludovic Courtès, 2017/12/06
- 24/29: website: packages: Remove links to package issues., Ludovic Courtès, 2017/12/06
- 18/29: website: base: Change some http to https., Ludovic Courtès, 2017/12/06
- 23/29: website: Hard-code file:// URL root when GUIX_WEB_SITE_LOCAL., Ludovic Courtès, 2017/12/06
- 20/29: website: Change http to https in URLs.,
Ludovic Courtès <=
- 25/29: website: packages: 'all-packages' memoizes its result., Ludovic Courtès, 2017/12/06
- 28/29: website: Insert surrounding spaces when flattening markup., Ludovic Courtès, 2017/12/06
- 29/29: website: Add pseudo-post about GPCE., Ludovic Courtès, 2017/12/06
- 14/29: website: packages: Add a newline between packages., Ludovic Courtès, 2017/12/06
- 09/29: website: packages: Implement patch links., Ludovic Courtès, 2017/12/06
- 16/29: website: base: Change http to https in some URLs on 'contribute'., Ludovic Courtès, 2017/12/06
- 27/29: website: contact: Tweak., Ludovic Courtès, 2017/12/06
- 22/29: website: packages: /packages shows at most 30 packages., Ludovic Courtès, 2017/12/06
- 26/29: website: Unify and rationalize tags for blog posts., Ludovic Courtès, 2017/12/06