Gentoo Archives: gentoo-commits

From: Matthew Marchese <maffblaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: support/, get-started/philosophy/, get-involved/get-code/, ...
Date: Sun, 05 Mar 2017 13:15:45
Message-Id: 1488719689.bd838a463e04dd60a279777d0c7231572774d3c8.maffblaster@gentoo
1 commit: bd838a463e04dd60a279777d0c7231572774d3c8
2 Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 13:14:49 2017 +0000
4 Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 13:14:49 2017 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=bd838a46
7
8 Use HTTPS when available at destination.
9
10 get-involved/get-code/index.html | 8 ++++----
11 get-started/philosophy/social-contract.md | 10 +++++-----
12 inside-gentoo/artwork/index.html | 10 +++++-----
13 support/package-database.html | 4 ++--
14 4 files changed, 16 insertions(+), 16 deletions(-)
15
16 diff --git a/get-involved/get-code/index.html b/get-involved/get-code/index.html
17 index 43840b2..e4e2a94 100644
18 --- a/get-involved/get-code/index.html
19 +++ b/get-involved/get-code/index.html
20 @@ -34,8 +34,8 @@ nav2-weight: 60
21 You can find them all under the <a href="https://github.com/gentoo/">Gentoo organization</a>.
22 </div>
23 <div class="panel-footer text-right">
24 - <a href="http://anongit.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonGit</a>
25 - <a href="http://gitweb.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
26 + <a href="https://anongit.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonGit</a>
27 + <a href="https://gitweb.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
28 <a href="https://github.com/gentoo/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-github-alt"></span> Gentoo on GitHub</a>
29 </div>
30 </div>
31 @@ -50,8 +50,8 @@ nav2-weight: 60
32 We offer anonymous read-only access (<em>AnonCVS</em>) as well as a web-based source code browser for CVS repositories.
33 </div>
34 <div class="panel-footer text-right">
35 - <a href="http://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a>
36 - <a href="http://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
37 + <a href="https://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a>
38 + <a href="https://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
39 </div>
40 </div>
41
42
43 diff --git a/get-started/philosophy/social-contract.md b/get-started/philosophy/social-contract.md
44 index 0d4e31d..6b91746 100644
45 --- a/get-started/philosophy/social-contract.md
46 +++ b/get-started/philosophy/social-contract.md
47 @@ -9,13 +9,13 @@ layout: page-nav3
48 title: 'Gentoo Social Contract'
49 navtitle: 'Social Contract'
50 ---
51 -This social contract is intended to clearly describe the overall development policies and standards of the Gentoo project development team. Parts of this document have been derived from the [Debian Social Contract](http://www.debian.org/social_contract). It is generally very similar to it except that certain parts have been clarified and augmented while other parts deemed redundant have been removed. Comments are welcome. Please send them to our [gentoo-dev@l.g.o](mailto:gentoo-dev@l.g.o) mailing list.
52 +This social contract is intended to clearly describe the overall development policies and standards of the Gentoo project development team. Parts of this document have been derived from the [Debian Social Contract](https://www.debian.org/social_contract). It is generally very similar to it except that certain parts have been clarified and augmented while other parts deemed redundant have been removed. Comments are welcome. Please send them to our [gentoo-dev@l.g.o](mailto:gentoo-dev@l.g.o) mailing list.
53
54 ##What is Gentoo?
55
56 Gentoo in itself is a collection of free knowledge.
57 Knowledge in this context can be defined as documentation and metadata concerned with concepts or domains relevant to operating systems and their components,
58 -as well as [free software](http://www.fsf.org/philosophy/free-sw.html) contributed by various developers to the Gentoo Project.
59 +as well as [free software](https://www.fsf.org/philosophy/free-sw.html) contributed by various developers to the Gentoo Project.
60
61 Gentoo, the operating system, is derived from the base concept of knowledge described above.
62 A Gentoo operating system should satisfy the self-hosting requirement.
63 @@ -36,7 +36,7 @@ the Creative Commons - Attribution/Share Alike or some other license approved by
64
65 <div class="alert alert-success">
66 Note: We are considering extending the above clause to require that all core Gentoo components must conform
67 -to a license approved by the OSI and Free Software Foundation (<a href="http://www.gnu.org/">FSF</a>).
68 +to a license approved by the OSI and Free Software Foundation (<a href="https://www.gnu.org/">FSF</a>).
69 </div>
70
71 ##We will give back to the Free Software Community
72 @@ -45,6 +45,6 @@ We will establish relationships with Free Software authors and collaborate with
73
74 ##We will not hide problems
75
76 -We will keep our [bug report database](http://bugs.gentoo.org/) open for public view at all times; reports that users file online will immediately become visible to others.
77 +We will keep our [bug report database](https://bugs.gentoo.org/) open for public view at all times; reports that users file online will immediately become visible to others.
78
79 -Exceptions are made when we receive security-related or developer relations information with the request not to publicize before a certain deadline.
80 \ No newline at end of file
81 +Exceptions are made when we receive security-related or developer relations information with the request not to publicize before a certain deadline.
82
83 diff --git a/inside-gentoo/artwork/index.html b/inside-gentoo/artwork/index.html
84 index 1ff2857..1abe723 100644
85 --- a/inside-gentoo/artwork/index.html
86 +++ b/inside-gentoo/artwork/index.html
87 @@ -37,7 +37,7 @@ body_class: nav-align-h2
88 <p>
89 Created by <strong>Ben Stedman</strong> and <strong>Alex Legler</strong>
90 <br>
91 - License: <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
92 + License: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
93 </p>
94 <hr>
95 <p>
96 @@ -107,7 +107,7 @@ body_class: nav-align-h2
97 <p>
98 Created by <strong>Ben Stedman</strong> and <strong>Alex Legler</strong>
99 <br>
100 - License: <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
101 + License: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
102 </p>
103 <hr>
104 <p>
105 @@ -177,7 +177,7 @@ body_class: nav-align-h2
106 <p>
107 Created by <strong>Ben Stedman</strong> and <strong>Alex Legler</strong>
108 <br>
109 - License: <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
110 + License: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
111 </p>
112 <hr>
113 <p>
114 @@ -222,7 +222,7 @@ body_class: nav-align-h2
115 <p>
116 Created by <strong>Sebastian Pipping</strong> and <strong>Ethan&nbsp;Dunham</strong>
117 <br>
118 - License: <a href="http://creativecommons.org/licenses/by-sa/2.5/">CC BY-SA 2.5</a>
119 + License: <a href="https://creativecommons.org/licenses/by-sa/2.5/">CC BY-SA 2.5</a>
120 </p>
121 <hr>
122 <p>
123 @@ -295,7 +295,7 @@ body_class: nav-align-h2
124 <p>
125 Created by <strong>Matteo 'Peach' Pescarin</strong> and <strong>Ethan&nbsp;Dunham</strong>
126 <br>
127 - License: <a href="http://creativecommons.org/licenses/by-sa/2.5/">CC BY-SA 2.5</a>
128 + License: <a href="https://creativecommons.org/licenses/by-sa/2.5/">CC BY-SA 2.5</a>
129 </p>
130 <hr>
131 <p>
132
133 diff --git a/support/package-database.html b/support/package-database.html
134 index db3e6c1..2668a00 100644
135 --- a/support/package-database.html
136 +++ b/support/package-database.html
137 @@ -3,5 +3,5 @@ title: 'Package Database'
138 nav1: support
139 nav2: package-database
140 nav2-show: true
141 -redirect: http://packages.gentoo.org/
142 ----
143 \ No newline at end of file
144 +redirect: https://packages.gentoo.org/
145 +---