From 5222bf09320ebc1cd5da799970fcc0d2dd32bb3f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 21 Oct 2012 11:05:51 -0500 Subject: Use HTTPS links everywhere for Arch sites The main site, wiki, and BBS are using HTTPS exclusively, so link directly to the correct protocol rather than forcing a redirect. Signed-off-by: Dan McGee Signed-off-by: Lukas Fleischer --- HACKING | 2 +- README | 2 +- TRANSLATING | 2 +- UPGRADING | 2 +- support/schema/aur-schema.sql | 2 +- web/html/home.php | 10 +++++----- web/html/passreset.php | 2 +- web/template/header.php | 8 ++++---- web/template/pkg_details.php | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/HACKING b/HACKING index 4f0831c..291da1f 100644 --- a/HACKING +++ b/HACKING @@ -32,7 +32,7 @@ Submitting patches Submit uncompressed git-formatted patches to aur-dev@archlinux.org. You will need to register on the mailing list before submitting: -http://mailman.archlinux.org/mailman/listinfo/aur-dev +https://mailman.archlinux.org/mailman/listinfo/aur-dev Base your patches on the master branch as forward development is done there. When writing patches please keep unnecessary changes to a minimum. diff --git a/README b/README index 805e0ce..8f6892a 100644 --- a/README +++ b/README @@ -64,4 +64,4 @@ Contact: ======== Questions, comments, and patches related to the AUR can be sent to the AUR development mailing list: aur-dev@archlinux.org -Mailing list archives: http://mailman.archlinux.org/mailman/listinfo/aur-dev +Mailing list archives: https://mailman.archlinux.org/mailman/listinfo/aur-dev diff --git a/TRANSLATING b/TRANSLATING index d8f1bd4..8f729c8 100644 --- a/TRANSLATING +++ b/TRANSLATING @@ -2,7 +2,7 @@ AUR Translation ================ This document describes how to create and maintain AUR translations. It was -originally derived from http://wiki.archlinux.org/index.php/AUR_Translation +originally derived from https://wiki.archlinux.org/index.php/AUR_Translation Creating an AUR translation requires a Transifex (http://www.transifex.net/) account. You will need to register with a translation team on the AUR project diff --git a/UPGRADING b/UPGRADING index a0d4a95..dcf9169 100644 --- a/UPGRADING +++ b/UPGRADING @@ -170,7 +170,7 @@ ALTER TABLE PackageCategories MODIFY Category VARCHAR(32) NOT NULL; ALTER TABLE Packages MODIFY Name VARCHAR(64) NOT NULL, MODIFY Version VARCHAR(32) NOT NULL DEFAULT '', MODIFY Description VARCHAR(255) NOT NULL DEFAULT "An Arch Package", - MODIFY URL VARCHAR(255) NOT NULL DEFAULT "http://www.archlinux.org", + MODIFY URL VARCHAR(255) NOT NULL DEFAULT "https://www.archlinux.org", MODIFY License VARCHAR(40) NOT NULL DEFAULT ''; ALTER TABLE PackageSources MODIFY Source VARCHAR(255) NOT NULL DEFAULT "/dev/null"; diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index 726fd2f..d55cf1a 100644 --- a/support/schema/aur-schema.sql +++ b/support/schema/aur-schema.sql @@ -97,7 +97,7 @@ CREATE TABLE Packages ( Version VARCHAR(32) NOT NULL DEFAULT '', CategoryID TINYINT UNSIGNED NOT NULL DEFAULT 1, Description VARCHAR(255) NOT NULL DEFAULT "An Arch Package", - URL VARCHAR(255) NOT NULL DEFAULT "http://www.archlinux.org", + URL VARCHAR(255) NOT NULL DEFAULT "https://www.archlinux.org", License VARCHAR(40) NOT NULL DEFAULT '', NumVotes INTEGER UNSIGNED NOT NULL DEFAULT 0, OutOfDateTS BIGINT UNSIGNED NULL DEFAULT NULL, diff --git a/web/html/home.php b/web/html/home.php index 4d5b699..40ad5fe 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -22,9 +22,9 @@ $dbh = db_connect(); ', + '', '', - '', + '', '' ); ?> @@ -34,7 +34,7 @@ $dbh = db_connect(); echo __( 'Contributed PKGBUILDs %smust%s conform to the %sArch Packaging Standards%s otherwise they will be deleted!', '', '', - '', + '', '' ); ?> @@ -48,9 +48,9 @@ $dbh = db_connect(); ', + '', '', - '', + '', '' ); ?> diff --git a/web/html/passreset.php b/web/html/passreset.php index 42dfc86..064e3de 100644 --- a/web/html/passreset.php +++ b/web/html/passreset.php @@ -100,7 +100,7 @@ html_header(__("Password Reset")); } else { ?>

', + '', ''); ?>

diff --git a/web/template/header.php b/web/template/header.php index 265d638..a60174b 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -13,16 +13,16 @@

diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 74f9257..1c76557 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -192,7 +192,7 @@ if ($row["MaintainerUID"]): ?>
  • -
  • +
  • -- cgit v1.2.3-54-g00ecf