Skip to content

Commit 42566c7

Browse files
committed
Merge branch 'feature/issue#27&#30-fix-urls' into develop
Fixes #27
2 parents 781a2d5 + bd9c815 commit 42566c7

File tree

492 files changed

+759
-762
lines changed

Some content is hidden

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

492 files changed

+759
-762
lines changed

Build.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2+
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33

44
<!--
55
* This Source Code Form is subject to the terms of the Mozilla Public License,
66
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
7-
* obtain one at http://mozilla.org/MPL/2.0/
7+
* obtain one at https://mozilla.org/MPL/2.0/
88
*
99
* Copyright (C) 2009-2020, Peter Johnson (gravatar.com/delphidabbler).
1010
*
1111
* Instructions for building CodeSnip from source.
1212
-->
1313

14-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
14+
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1515

1616
<head>
1717
<title>
@@ -235,8 +235,8 @@ <h3>
235235

236236
<p>
237237
You can get Inno Setup at <a
238-
href="http://www.jrsoftware.org/isinfo.php"
239-
>http://www.jrsoftware.org/isinfo.php</a>. Choose the Unicode version and
238+
href="https://www.jrsoftware.org/isinfo.php"
239+
>https://www.jrsoftware.org/isinfo.php</a>. Choose the Unicode version and
240240
ensure that the ISPP pre-processor is installed. If you already have the ANSI
241241
version the Unicode version can be installed alongside it - just use a
242242
different install directory and program group name.

CHANGELOG.md

Lines changed: 132 additions & 132 deletions
Large diffs are not rendered by default.

Docs/Design/FileFormats/backup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<!--
44
* This Source Code Form is subject to the terms of the Mozilla Public License,
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6-
* obtain one at http://mozilla.org/MPL/2.0/
6+
* obtain one at https://mozilla.org/MPL/2.0/
77
*
88
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Backup Files.
1111
-->
12-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
12+
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1313

1414
<head>
1515

Docs/Design/FileFormats/config.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<!--
44
* This Source Code Form is subject to the terms of the Mozilla Public License,
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6-
* obtain one at http://mozilla.org/MPL/2.0/
6+
* obtain one at https://mozilla.org/MPL/2.0/
77
*
88
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Configuration Files
1111
-->
12-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
12+
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1313

1414
<head>
1515

Docs/Design/FileFormats/export.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<!--
44
* This Source Code Form is subject to the terms of the Mozilla Public License,
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6-
* obtain one at http://mozilla.org/MPL/2.0/
6+
* obtain one at https://mozilla.org/MPL/2.0/
77
*
88
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Export
1111
-->
12-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
12+
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1313

1414
<head>
1515

Docs/Design/FileFormats/favourites.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<!--
44
* This Source Code Form is subject to the terms of the Mozilla Public License,
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6-
* obtain one at http://mozilla.org/MPL/2.0/
6+
* obtain one at https://mozilla.org/MPL/2.0/
77
*
88
* Copyright (C) 2013-2020, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Favourites Files
1111
-->
12-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
12+
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1313

1414
<head>
1515

Docs/Design/FileFormats/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<!--
44
* This Source Code Form is subject to the terms of the Mozilla Public License,
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6-
* obtain one at http://mozilla.org/MPL/2.0/
6+
* obtain one at https://mozilla.org/MPL/2.0/
77
*
88
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Index File
1111
-->
12-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
12+
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1313

1414
<head>
1515

Docs/Design/FileFormats/main-db.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<!--
44
* This Source Code Form is subject to the terms of the Mozilla Public License,
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6-
* obtain one at http://mozilla.org/MPL/2.0/
6+
* obtain one at https://mozilla.org/MPL/2.0/
77
*
88
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Main Database
1111
-->
12-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
12+
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1313

1414
<head>
1515

@@ -933,7 +933,7 @@ <h2>
933933
Here is an example of how the <code class="key">Credits</code> and <code class="key">Credits_URL</code> key work together.
934934
</p>
935935
<p>
936-
If <code class="key">Credits</code>=<code class="value">&quot;See [example]&quot;</code> and <code class="key">Credits_URL</code>=<code class="value">&quot;http://example.com&quot;</code> and the <code class="key">Extra</code> key is empty or missing then the extra text generated will be <samp>See &lt;a href=&quot;example.com&quot;&gt;example 1&lt;/a&gt;</samp>.
936+
If <code class="key">Credits</code>=<code class="value">&quot;See [example]&quot;</code> and <code class="key">Credits_URL</code>=<code class="value">&quot;https://example.com&quot;</code> and the <code class="key">Extra</code> key is empty or missing then the extra text generated will be <samp>See &lt;a href=&quot;example.com&quot;&gt;example 1&lt;/a&gt;</samp>.
937937
</p>
938938
</li>
939939
<li id="footnote-3">

Docs/Design/FileFormats/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This Source Code Form is subject to the terms of the Mozilla Public License,
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4-
* obtain one at http://mozilla.org/MPL/2.0/
4+
* obtain one at https://mozilla.org/MPL/2.0/
55
*
66
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
77
*

Docs/Design/FileFormats/saved.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<!--
44
* This Source Code Form is subject to the terms of the Mozilla Public License,
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6-
* obtain one at http://mozilla.org/MPL/2.0/
6+
* obtain one at https://mozilla.org/MPL/2.0/
77
*
88
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Saved Files
1111
-->
12-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
12+
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1313

1414
<head>
1515

0 commit comments

Comments
 (0)