Skip to content

Commit 45f9e0c

Browse files
Replace http: by https to the extent meaningful. Resolves #550.
1 parent 3d1b1b1 commit 45f9e0c

48 files changed

Lines changed: 139 additions & 131 deletions

Some content is hidden

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

BUILD.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Building from sources
44

5-
"IrScrutinizer" is one subproject within [harctoolbox.org](http://harctoolbox.org).
5+
"IrScrutinizer" is one subproject within [harctoolbox.org](https://harctoolbox.org).
66
It depends on several other subprojects within harctoolbox. The repository [IrScrutinizer](https://github.com/bengtmartensson/IrScrutinizer)
77
consists
88
of this subproject.
@@ -77,7 +77,7 @@ Normally, this component is downloaded and installed automatically by Maven.
7777
the script will not try to build and install the shared library.
7878

7979
## Building
80-
The [Maven](http://maven.apache.org/index.html) "software
80+
The [Maven](https://maven.apache.org/index.html) "software
8181
project management and comprehension tool" is used as building system.
8282
Modern IDEs like Netbeans and Eclips integrate Maven, so build etc can be initiated from the IDE.
8383
Of course, the shell command `mvn install` can also be used. It creates some artifacts which can
@@ -93,7 +93,7 @@ Two additional shell tools are needed. These are:
9393

9494

9595
## Windows setup.exe creation
96-
For building the Windows setup.exe, the [Inno Installer version 6](http://www.jrsoftware.org/download.php/is.exe)
96+
For building the Windows setup.exe, the [Inno Installer version 6](https://www.jrsoftware.org/download.php/is.exe)
9797
is needed. To build the Windows `setup.exe` file, preferably the work area should
9898
be mounted on a Windows computer. Then, on the Windows computer, open
9999
the generated file `IrScrutinizer/target/IrScrutinizer_inno.iss` with
@@ -115,7 +115,7 @@ The Maven build creates a file
115115
The icon file `IrScrutinizer.icns` was produced from the Crystal-Clear
116116
icon `babelfish.png` in 128x128 resolution, using the procedure
117117
described
118-
[here](http://stackoverflow.com/questions/11770806/why-doesnt-icon-composer-2-4-support-the-1024x1024-size-icon-any-more).
118+
[here](https://stackoverflow.com/questions/11770806/why-doesnt-icon-composer-2-4-support-the-1024x1024-size-icon-any-more).
119119

120120

121121
## AppImage creation

src/main/config/exportformats.d/AnyMote.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
<exportformats:exportformat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xmlns:exportformats="http://www.harctoolbox.org/exportformats"
21-
xsi:schemaLocation="http://www.harctoolbox.org/exportformats http://www.harctoolbox.org/schemas/exportformats.xsd"
21+
xsi:schemaLocation="http://www.harctoolbox.org/exportformats https://www.harctoolbox.org/schemas/exportformats.xsd"
2222
name="AnyMote" extension="amsr" multiSignal="true" simpleSequence="false">
2323
<exportformats:documentation>
2424
<div>Animote is an remote control solution for Android, <a href="http://www.anymote.io/">now discontinued</a>.

src/main/config/exportformats.d/BracketedRaw.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
<exportformats:exportformat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xmlns:exportformats="http://www.harctoolbox.org/exportformats"
21-
xsi:schemaLocation="http://www.harctoolbox.org/exportformats http://www.harctoolbox.org/schemas/exportformats.xsd"
21+
xsi:schemaLocation="http://www.harctoolbox.org/exportformats https://www.harctoolbox.org/schemas/exportformats.xsd"
2222
name="BracketedRaw" extension="txt" multiSignal="true" simpleSequence="false">
2323
<xsl:stylesheet xmlns:girr="http://www.harctoolbox.org/Girr"
2424
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2525
<xsl:output method="text" />
2626

2727
<exportformats:documentation>
2828
<div>This export format generates an text file of the command(s) in the
29-
<a href="http://www.harctoolbox.org/IrpTransmogrifier.html#BracketedRawFormat">bracketed raw text format</a>.
29+
<a href="https://www.harctoolbox.org/IrpTransmogrifier.html#BracketedRawFormat">bracketed raw text format</a>.
3030
</div>
3131
<div>Limitations:
3232
<ul>

src/main/config/exportformats.d/C.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
<exportformats:exportformat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xmlns:exportformats="http://www.harctoolbox.org/exportformats"
21-
xsi:schemaLocation="http://www.harctoolbox.org/exportformats http://www.harctoolbox.org/schemas/exportformats.xsd"
21+
xsi:schemaLocation="http://www.harctoolbox.org/exportformats https://www.harctoolbox.org/schemas/exportformats.xsd"
2222
name="C" extension="c" multiSignal="true" simpleSequence="false">
2323
<xsl:stylesheet xmlns:girr="http://www.harctoolbox.org/Girr"
2424
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

src/main/config/exportformats.d/Flipper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
<exportformats:exportformat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xmlns:exportformats="http://www.harctoolbox.org/exportformats"
21-
xsi:schemaLocation="http://www.harctoolbox.org/exportformats http://www.harctoolbox.org/schemas/exportformats.xsd"
21+
xsi:schemaLocation="http://www.harctoolbox.org/exportformats https://www.harctoolbox.org/schemas/exportformats.xsd"
2222
name="Flipper One IR" extension="ir" multiSignal="true" simpleSequence="false" metadata="true">
2323
<exportformats:documentation>
2424
<div>This export format generates an IR file for the <a href="https://flipperzero.one/">Flipper Zero</a> in its <a href="https://developer.flipper.net/flipperzero/doxygen/infrared_file_format.html">IR format.</a>.

src/main/config/exportformats.d/Home_Remote.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
<exportformats:exportformat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xmlns:exportformats="http://www.harctoolbox.org/exportformats"
21-
xsi:schemaLocation="http://www.harctoolbox.org/exportformats http://www.harctoolbox.org/schemas/exportformats.xsd"
21+
xsi:schemaLocation="http://www.harctoolbox.org/exportformats https://www.harctoolbox.org/schemas/exportformats.xsd"
2222
name="Home Remote" extension="xml" multiSignal="true" simpleSequence="false" metadata="true">
2323

2424
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

src/main/config/exportformats.d/Homeass_itach.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
<exportformats:exportformat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xmlns:exportformats="http://www.harctoolbox.org/exportformats"
21-
xsi:schemaLocation="http://www.harctoolbox.org/exportformats http://www.harctoolbox.org/schemas/exportformats.xsd
21+
xsi:schemaLocation="http://www.harctoolbox.org/exportformats https://www.harctoolbox.org/schemas/exportformats.xsd
2222
" name="Homeassistant Global Cache iTach" extension="yaml" multiSignal="true" simpleSequence="false" executable="false" metadata="true">
2323
<exportformats:documentation>
2424
<div>This export format generates a YAML fragment for the Homeassistant iTach integration, as per <a href="https://www.home-assistant.io/integrations/itach">this page</a>.

src/main/config/exportformats.d/Homeass_remote_broadlink.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
<exportformats:exportformat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xmlns:exportformats="http://www.harctoolbox.org/exportformats"
21-
xsi:schemaLocation="http://www.harctoolbox.org/exportformats http://www.harctoolbox.org/schemas/exportformats.xsd"
21+
xsi:schemaLocation="http://www.harctoolbox.org/exportformats https://www.harctoolbox.org/schemas/exportformats.xsd"
2222
name="Homeassistant Broadlink Remote" extension="yaml" multiSignal="true" simpleSequence="false" executable="false" metadata="true">
2323

2424
<exportformats:documentation>

src/main/config/exportformats.d/Homeass_switch_broadlink.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
<exportformats:exportformat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xmlns:exportformats="http://www.harctoolbox.org/exportformats"
21-
xsi:schemaLocation="http://www.harctoolbox.org/exportformats http://www.harctoolbox.org/schemas/exportformats.xsd"
21+
xsi:schemaLocation="http://www.harctoolbox.org/exportformats https://www.harctoolbox.org/schemas/exportformats.xsd"
2222
name="Homeassistant Broadlink Switch" extension="yaml" multiSignal="true" simpleSequence="false" executable="false" metadata="true">
2323
<exportformats:documentation>
2424
<div>This export format generates a YAML fragment for the Homeassistant Broadlink switch integration,

src/main/config/exportformats.d/ICT.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
<exportformats:exportformat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xmlns:exportformats="http://www.harctoolbox.org/exportformats"
21-
xsi:schemaLocation="http://www.harctoolbox.org/exportformats http://www.harctoolbox.org/schemas/exportformats.xsd"
21+
xsi:schemaLocation="http://www.harctoolbox.org/exportformats https://www.harctoolbox.org/schemas/exportformats.xsd"
2222
name="ICT" extension="ict" multiSignal="true" simpleSequence="false">
2323
<xsl:stylesheet xmlns:girr="http://www.harctoolbox.org/Girr"
2424
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

0 commit comments

Comments
 (0)