Skip to content

Commit d968d39

Browse files
committed
Replace http:// with https:// where applicable
The testcases will be updated automatically in a separate commit.
1 parent 9fe508b commit d968d39

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+108
-108
lines changed

.github/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Note that bug reports and feature requests for related projects should be filed
66

77
## i3 bug reports and feature requests
88

9-
1. Read the [debugging instructions](http://i3wm.org/docs/debugging.html).
9+
1. Read the [debugging instructions](https://i3wm.org/docs/debugging.html).
1010
2. Make sure you include a link to your logfile in your report (section 3).
1111
3. Make sure you include the i3 version number in your report (section 1).
1212
4. Please be aware that we cannot support compatibility issues with
@@ -25,11 +25,11 @@ Note that bug reports and feature requests for related projects should be filed
2525
”feature request” or ”enhancement” in its title.
2626
* Use the `next` branch for developing and sending your pull request.
2727
* Use `clang-format` to format your code.
28-
* Run the [testsuite](http://i3wm.org/docs/testsuite.html)
28+
* Run the [testsuite](https://i3wm.org/docs/testsuite.html)
2929

3030
## Finding something to do
3131

3232
* Find a [reproducible bug](https://github.com/i3/i3/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Areproducible+label%3Abug+) from the issue tracker. These issues have been reviewed and confirmed by a project contributor.
3333
* Find an [accepted enhancement](https://github.com/i3/i3/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aaccepted+label%3Aenhancement) from the issue tracker. These have been approved and are ok to start working on.
3434

35-
There's a very good [overview of the codebase](http://i3wm.org/docs/hacking-howto.html) available to get you started.
35+
There's a very good [overview of the codebase](https://i3wm.org/docs/hacking-howto.html) available to get you started.

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Output of `i3 --moreversion 2>&- || i3 --version`:
22

33
_REPLACE: i3 version output_
44

5-
URL to a logfile as per http://i3wm.org/docs/debugging.html:
5+
URL to a logfile as per https://i3wm.org/docs/debugging.html:
66

77
_REPLACE: URL to logfile_
88

AnyEvent-I3/Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ my %meta = (
2323
web => 'https://github.com/i3/i3/issues',
2424
},
2525
homepage => 'https://i3wm.org/',
26-
license => ['http://dev.perl.org/licenses'],
26+
license => ['https://dev.perl.org/licenses'],
2727
},
2828
);
2929

AnyEvent-I3/README

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ perldoc command.
2323
You can also look for information at:
2424

2525
RT, CPAN's request tracker
26-
http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3
26+
https://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3
2727

2828
The i3 window manager website
29-
http://i3.zekjur.net/
29+
https://i3wm.org
3030

3131

3232
LICENSE AND COPYRIGHT
@@ -37,4 +37,4 @@ This program is free software; you can redistribute it and/or modify it
3737
under the terms of either: the GNU General Public License as published
3838
by the Free Software Foundation; or the Artistic License.
3939

40-
See http://dev.perl.org/licenses/ for more information.
40+
See https://dev.perl.org/licenses/ for more information.

AnyEvent-I3/lib/AnyEvent/I3.pm

+4-4
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Michael Stapelberg, C<< <michael at i3wm.org> >>
544544
545545
Please report any bugs or feature requests to C<bug-anyevent-i3 at
546546
rt.cpan.org>, or through the web interface at
547-
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=AnyEvent-I3>. I will be
547+
L<https://rt.cpan.org/NoAuth/ReportBug.html?Queue=AnyEvent-I3>. I will be
548548
notified, and then you'll automatically be notified of progress on your bug as
549549
I make changes.
550550
@@ -560,11 +560,11 @@ You can also look for information at:
560560
561561
=item * RT: CPAN's request tracker
562562
563-
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3>
563+
L<https://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3>
564564
565565
=item * The i3 window manager website
566566
567-
L<http://i3wm.org>
567+
L<https://i3wm.org>
568568
569569
=back
570570
@@ -580,7 +580,7 @@ This program is free software; you can redistribute it and/or modify it
580580
under the terms of either: the GNU General Public License as published
581581
by the Free Software Foundation; or the Artistic License.
582582
583-
See http://dev.perl.org/licenses/ for more information.
583+
See https://dev.perl.org/licenses/ for more information.
584584
585585
586586
=cut

DEPENDS

+13-13
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@
77
┌──────────────┬────────┬────────┬───────────────────────────────────────────────────────────┐
88
│ dependency │ min. │ lkgv │ URL │
99
├──────────────┼────────┼────────┼───────────────────────────────────────────────────────────┤
10-
│ pkg-config │ 0.25 │ 0.29 │ http://pkgconfig.freedesktop.org/
11-
│ libxcb │ 1.1.93 │ 1.12 │ http://xcb.freedesktop.org/dist/
12-
│ xcb-util │ 0.3.3 │ 0.4.1 │ http://xcb.freedesktop.org/dist/
13-
│ xkbcommon │ 0.4.0 │ 0.6.1 │ http://xkbcommon.org/
14-
│ xkbcommon-x11│ 0.4.0 │ 0.6.1 │ http://xkbcommon.org/
15-
│ util-cursor³⁴│ 0.0.99 │ 0.1.3 │ http://xcb.freedesktop.org/dist/
16-
│ util-wm⁴ │ 0.3.8 │ 0.3.8 │ http://xcb.freedesktop.org/dist/
17-
│ util-keysyms⁴│ 0.3.8 │ 0.4.0 │ http://xcb.freedesktop.org/dist/
10+
│ pkg-config │ 0.25 │ 0.29 │ https://pkgconfig.freedesktop.org/ │
11+
│ libxcb │ 1.1.93 │ 1.12 │ https://xcb.freedesktop.org/dist/ │
12+
│ xcb-util │ 0.3.3 │ 0.4.1 │ https://xcb.freedesktop.org/dist/ │
13+
│ xkbcommon │ 0.4.0 │ 0.6.1 │ https://xkbcommon.org/ │
14+
│ xkbcommon-x11│ 0.4.0 │ 0.6.1 │ https://xkbcommon.org/ │
15+
│ util-cursor³⁴│ 0.0.99 │ 0.1.3 │ https://xcb.freedesktop.org/dist/ │
16+
│ util-wm⁴ │ 0.3.8 │ 0.3.8 │ https://xcb.freedesktop.org/dist/ │
17+
│ util-keysyms⁴│ 0.3.8 │ 0.4.0 │ https://xcb.freedesktop.org/dist/ │
1818
│ util-xrm⁴ │ 1.0.0 │ 1.0.0 │ https://github.com/Airblader/xcb-util-xrm │
1919
│ libev │ 4.0 │ 4.19 │ http://libev.schmorp.de/ │
20-
│ yajl │ 2.0.1 │ 2.1.0 │ http://lloyd.github.com/yajl/
20+
│ yajl │ 2.0.1 │ 2.1.0 │ https://lloyd.github.com/yajl/ │
2121
│ asciidoc │ 8.3.0 │ 8.6.9 │ http://www.methods.co.nz/asciidoc/ │
2222
│ xmlto │ 0.0.23 │ 0.0.23 │ http://www.methods.co.nz/asciidoc/ │
2323
│ Pod::Simple² │ 3.22 │ 3.22 │ http://search.cpan.org/~dwheeler/Pod-Simple-3.23/ │
2424
│ docbook-xml │ 4.5 │ 4.5 │ http://www.methods.co.nz/asciidoc/ │
25-
│ PCRE │ 8.12 │ 8.38 │ http://www.pcre.org/
26-
│ libsn¹ │ 0.10 │ 0.12 │ http://freedesktop.org/wiki/Software/startup-notification │
25+
│ PCRE │ 8.12 │ 8.38 │ https://www.pcre.org/ │
26+
│ libsn¹ │ 0.10 │ 0.12 │ https://freedesktop.org/wiki/Software/startup-notification │
2727
│ pango │ 1.30.0 | 1.40.1 │ http://www.pango.org/ │
28-
│ cairo │ 1.14.4 │ 1.14.6 │ http://cairographics.org/
28+
│ cairo │ 1.14.4 │ 1.14.6 │ https://cairographics.org/ │
2929
└──────────────┴────────┴────────┴───────────────────────────────────────────────────────────┘
3030
¹ libsn = libstartup-notification
3131
² Pod::Simple is a Perl module required for converting the testsuite
32-
documentation to HTML. See http://michael.stapelberg.de/cpan/#Pod::Simple
32+
documentation to HTML. See https://michael.stapelberg.de/cpan/#Pod::Simple
3333
³ xcb-util-cursor, to be precise.
3434
⁴ Depending on your distribution, this might be considered part of xcb-util.
3535

contrib/per-workspace-layout.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env perl
22
# vim:ts=4:sw=4:expandtab
33
# © 2012 Michael Stapelberg
4-
# Licensed under BSD license, see http://code.i3wm.org/i3/tree/LICENSE
4+
# Licensed under BSD license, see https://github.com/i3/i3/blob/next/LICENSE
55
#
66
# Append this line to your i3 config file:
77
# exec_always ~/per-workspace-layout.pl

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 9),
2727
libpango1.0-dev,
2828
libpod-simple-perl
2929
Standards-Version: 3.9.8
30-
Homepage: http://i3wm.org/
30+
Homepage: https://i3wm.org/
3131

3232
Package: i3
3333
Architecture: any

debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: i3
33
Upstream-Contact: Michael Stapelberg <[email protected]>
44
Source: https://i3wm.org/

docs/asciidoc-git.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ cellspacing="0" cellpadding="4">
520520

521521
[header]
522522
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
523-
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
524-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang=en}">
523+
"https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
524+
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="{lang=en}">
525525
<head>
526526
<link rel="icon" type="image/png" href="/favicon.png">
527527
<meta http-equiv="Content-Type" content="{quirks=application/xhtml+xml}{quirks?text/html}; charset={encoding}" />
@@ -647,7 +647,7 @@ endif::doctype-manpage[]
647647
</div>
648648
{disable-javascript%<div id="footnotes"><hr /></div>}
649649
<div id="footer" lang="de">
650-
© 2009 Michael Stapelberg, <a href="http://i3wm.org/impress.html">Impressum</a>
650+
© 2009 Michael Stapelberg, <a href="https://i3wm.org/impress.html">Impressum</a>
651651
</div>
652652
</body>
653653
</html>

docs/debugging

+8-8
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ if you can.
3232

3333
4.7-85-g9c15b95 (development version)::
3434
Your version is 85 commits newer than 4.7, and the git revision of your
35-
version is +9c15b95+. Go to http://code.i3wm.org/i3/commit/?h=next and see if
36-
the line "commit" starts with the same revision. If so, you are using the
35+
version is +9c15b95+. Go to https://github.com/i3/i3/commits/next and see if
36+
the most recent commit starts with the same revision. If so, you are using the
3737
latest version.
3838

3939
Development versions of i3 have logging enabled by default and are compiled
@@ -109,9 +109,9 @@ No matter whether i3 misbehaved in some way without crashing or whether it just
109109
crashed, the logfile provides all information necessary to debug the problem.
110110

111111
To upload a compressed version of the logfile (for a bugreport), use:
112-
------------------------------------------------------------------------------
113-
DISPLAY=:0 i3-dump-log | bzip2 -c | curl --data-binary @- http://logs.i3wm.org
114-
------------------------------------------------------------------------------
112+
-------------------------------------------------------------------------------
113+
DISPLAY=:0 i3-dump-log | bzip2 -c | curl --data-binary @- https://logs.i3wm.org
114+
-------------------------------------------------------------------------------
115115

116116
This command does not depend on i3 (it also works while i3 displays
117117
the crash dialog), but it requires a working X11 connection.
@@ -154,9 +154,9 @@ you found the section which clearly highlights the problem, additional
154154
information might be necessary to completely diagnose the problem.
155155

156156
When debugging with us in IRC, be prepared to use a so called nopaste service
157-
such as http://nopaste.info or http://pastebin.com because pasting large
158-
amounts of text in IRC sometimes leads to incomplete lines (servers have line
159-
length limitations) or flood kicks.
157+
such as https://pastebin.com because pasting large amounts of text in IRC
158+
sometimes leads to incomplete lines (servers have line length limitations) or
159+
flood kicks.
160160

161161
== Debugging i3bar
162162

docs/hacking-howto

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Here’s a memory refresher:
5252
== Using git / sending patches
5353

5454
For a short introduction into using git, see
55-
http://web.archive.org/web/20121024222556/http://www.spheredev.org/wiki/Git_for_the_lazy
56-
or, for more documentation, see http://git-scm.com/documentation
55+
https://web.archive.org/web/20121024222556/http://www.spheredev.org/wiki/Git_for_the_lazy
56+
or, for more documentation, see https://git-scm.com/documentation
5757

5858
Please talk to us before working on new features to see whether they will be
5959
accepted. A good way for this is to open an issue and asking for opinions on it.
@@ -156,7 +156,7 @@ workspace, the split container we are talking about is the workspace.
156156

157157
To get an impression of how different layouts are represented, just play around
158158
and look at the data structures -- they are exposed as a JSON hash. See
159-
http://i3wm.org/docs/ipc.html#_tree_reply for documentation on that and an
159+
https://i3wm.org/docs/ipc.html#_tree_reply for documentation on that and an
160160
example.
161161

162162
== Files

docs/i3-pod2html

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $parser->html_header_before_title(
3131
<meta charset="utf-8">
3232
<meta name="generator" content="Pod::Simple::HTML">
3333
<meta name="description" content="i3 Perl documentation">
34-
<link rel="stylesheet" href="http://i3wm.org/css/style.css" type="text/css" />
34+
<link rel="stylesheet" href="https://i3wm.org/css/style.css" type="text/css" />
3535
<style type="text/css">
3636
.pod pre {
3737
background: #333;
@@ -75,9 +75,9 @@ $parser->html_header_after_title(
7575
<ul id="nav">
7676
<li><a style="border-bottom: 2px solid #fff" href="/docs">Docs</a></li>
7777
<li><a href="/screenshots">Screens</a></li>
78-
<li><a href="http://faq.i3wm.org/">FAQ</a></li>
78+
<li><a href="https://www.reddit.com/r/i3wm/">FAQ</a></li>
7979
<li><a href="/contact">Contact</a></li>
80-
<li><a href="http://bugs.i3wm.org/">Bugs</a></li>
80+
<li><a href="https://bugs.i3wm.org/">Bugs</a></li>
8181
</ul>
8282
<br style="clear: both">
8383
<div id="content" class="pod">

docs/i3bar-protocol

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ i3status and others will output single statuslines in one line, separated by
9696

9797
You can find an example of a shell script which can be used as your
9898
+status_command+ in the bar configuration at
99-
http://code.stapelberg.de/git/i3/tree/contrib/trivial-bar-script.sh?h=next
99+
https://github.com/i3/i3/blob/next/contrib/trivial-bar-script.sh
100100

101101
=== Header in detail
102102

docs/layout-saving

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ it will be placed in the corresponding placeholder window. We say it gets
5252

5353
Note: Swallowing windows into unsatisfied placeholder windows takes precedence
5454
over
55-
link:http://i3wm.org/docs/userguide.html#_automatically_putting_clients_on_specific_workspaces[assignment
55+
link:https://i3wm.org/docs/userguide.html#_automatically_putting_clients_on_specific_workspaces[assignment
5656
rules]. For example, if you assign all Emacs windows to workspace 1 in your i3
5757
configuration file, but there is a placeholder window on workspace 2 which
5858
matches Emacs as well, your newly started Emacs window will end up in the
@@ -164,7 +164,7 @@ a Chrome window:
164164
image:layout-saving-1.png["Restored layout",width=400,link="layout-saving-1.png"]
165165

166166
The structure of this JSON file looks a lot like the +TREE+ reply, see
167-
http://build.i3wm.org/docs/ipc.html#_tree_reply for documentation on that. Some
167+
https://build.i3wm.org/docs/ipc.html#_tree_reply for documentation on that. Some
168168
properties are excluded because they are not relevant when restoring a layout.
169169

170170
Most importantly, look at the "swallows" section of each window. This is where
@@ -229,8 +229,8 @@ Both deviations from the JSON standard are to make manual editing by humans
229229
easier. In case you are writing a more elaborate tool for manipulating these
230230
layouts, you can either use a JSON parser that supports these deviations (for
231231
example libyajl), transform the layout file to a JSON-conforming file, or
232-
link:http://cr.i3wm.org/[submit a patch] to make +i3-save-tree(1)+ optionally
233-
output standard-conforming JSON.
232+
link:https://github.com/i3/i3/blob/next/.github/CONTRIBUTING.md[submit a patch]
233+
to make +i3-save-tree(1)+ optionally output standard-conforming JSON.
234234

235235
== Troubleshooting
236236

docs/refcard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<header>
3535
<img id="logo" src="logo-30.png" alt="" />
3636
<h1>i3 Reference Card</h1>
37-
<a href="http://i3wm.org/docs/userguide.html">http://i3wm.org/docs/userguide.html</a>
37+
<a href="https://i3wm.org/docs/userguide.html">https://i3wm.org/docs/userguide.html</a>
3838
<p>
3939
Throughout this guide, the i3 logo will be used to refer to the configured modifier.
4040
This is the <kbd></kbd> key (<code>Mod1</code>) by default,

docs/testsuite

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Apart from this document, you should also have a look at:
4141
http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
4242
2. The latest Perl documentation of the "i3test" (general testcase setup) and
4343
"i3test::Test" (additional test instructions) modules:
44-
http://build.i3wm.org/docs/lib-i3test.html respectively
45-
http://build.i3wm.org/docs/lib-i3test-test.html
44+
https://build.i3wm.org/docs/lib-i3test.html respectively
45+
https://build.i3wm.org/docs/lib-i3test-test.html
4646
3. The latest documentation on i3’s IPC interface:
47-
http://build.i3wm.org/docs/ipc.html
47+
https://build.i3wm.org/docs/ipc.html
4848

4949
== Implementation
5050

@@ -99,7 +99,7 @@ $ sudo cpan .
9999
--------------------------------------------------------------------------------
100100

101101
In case you don’t have root permissions, you can also install into your home
102-
directory, see http://michael.stapelberg.de/cpan/
102+
directory, see https://michael.stapelberg.de/cpan/
103103

104104
=== Mechanisms
105105

@@ -240,7 +240,7 @@ interface which i3 provides. It is used for the startup process of i3, for
240240
terminating it cleanly and (most importantly) for modifying and getting the
241241
current state (layout tree).
242242

243-
See [http://i3wm.org/docs/ipc.html] for documentation on the IPC interface.
243+
See [https://i3wm.org/docs/ipc.html] for documentation on the IPC interface.
244244

245245
==== X11::XCB
246246

docs/userguide

+3-3
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ The first part of the WM_CLASS is the instance ("irssi" in this example), the
824824
second part is the class ("URxvt" in this example).
825825

826826
Should you have any problems with assignments, make sure to check the i3
827-
logfile first (see http://i3wm.org/docs/debugging.html). It includes more
827+
logfile first (see https://i3wm.org/docs/debugging.html). It includes more
828828
details about the matching process and the window’s actual class, instance and
829829
title when starting up.
830830

@@ -1078,7 +1078,7 @@ force_focus_wrapping yes
10781078

10791079
=== Forcing Xinerama
10801080

1081-
As explained in-depth in <http://i3wm.org/docs/multi-monitor.html>, some X11
1081+
As explained in-depth in <https://i3wm.org/docs/multi-monitor.html>, some X11
10821082
video drivers (especially the nVidia binary driver) only provide support for
10831083
Xinerama instead of RandR. In such a situation, i3 must be told to use the
10841084
inferior Xinerama API explicitly and therefore don’t provide support for
@@ -2469,7 +2469,7 @@ bindsym $mod+u border none
24692469
[[shmlog]]
24702470
=== Enabling shared memory logging
24712471

2472-
As described in http://i3wm.org/docs/debugging.html, i3 can log to a shared
2472+
As described in https://i3wm.org/docs/debugging.html, i3 can log to a shared
24732473
memory buffer, which you can dump using +i3-dump-log+. The +shmlog+ command
24742474
allows you to enable or disable the shared memory logging at runtime.
24752475

docs/wsbar

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ will be adjusted properly.
4848

4949
+i3-wsbar+ used to be the reference implementation before we had +i3bar+.
5050
Nowadays, it is not shipped with release tarballs, but you can still get it at
51-
http://code.stapelberg.de/git/i3/tree/contrib/i3-wsbar
51+
https://github.com/i3/i3/blob/next/contrib/i3-wsbar
5252

5353
=== The big picture
5454

etc/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# i3 config file (v4)
22
#
3-
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
3+
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
44
#
55
# This config file uses keycodes (bindsym) and was written for the QWERTY
66
# layout.

etc/config.keycodes

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# i3 config file (v4)
88
#
9-
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
9+
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
1010

1111
set $mod Mod1
1212

0 commit comments

Comments
 (0)