Skip to content

Commit 2e25133

Browse files
committed
Update & fix links in software pages
Set correct glyph on direct download links Change http:// to https:// protocols Fix broken links
1 parent 6752a8c commit 2e25133

20 files changed

+46
-46
lines changed

_software/aboutbox.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h2 class="panel-title" id="feedback">
203203
If you have created a bug fix or have implemented a new feature please open a pull request for it.
204204
</p>
205205
<p>
206-
Should you have any queries about using the component please read the <a href="{{ page.docs-url }}">documentation</a> and/or <a href="{{ page.faq-url }}">FAQ</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
206+
Should you have any queries about using the component please read the <a href="{{ page.docs-url }}">documentation</a> and/or <a href="{{ page.faq-url }}">FAQ</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/orgs/ddablib/discussions">discussion group</a>.
207207
</p>
208208
</div>
209209
</section>
@@ -216,7 +216,7 @@ <h2 class="panel-title">
216216
</div>
217217
<div class="panel-body">
218218
<p>
219-
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 1998-2014 by <a href="http://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="http://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
219+
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 1998-2014 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
220220
</p>
221221
</div>
222222
</section>

_software/cbview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2 class="panel-title" id="feedback">
141141
If you have created a bug fix or have implemented a new feature please open a pull request for it.
142142
</p>
143143
<p>
144-
Should you have any queries about using the component please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
144+
Should you have any queries about using the component please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/orgs/ddablib/discussions">discussion group</a>.
145145
</p>
146146
</div>
147147
</section>
@@ -154,7 +154,7 @@ <h2 class="panel-title">
154154
</div>
155155
<div class="panel-body">
156156
<p>
157-
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 1999-2014 by <a href="http://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="http://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
157+
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 1999-2014 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
158158
</p>
159159
</div>
160160
</section>

_software/cfs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ <h2 class="panel-title">
9090
</p>
9191
<ul>
9292
<li>
93-
Choose <code><a href="https://github.com/delphidabbler/cfs/releases/download/v4.1.1/cfs-exe-4.1.1.zip">cfs-exe-{{page.version}}.zip</a></code> to download a zip file containing the program's installer. Extract the content of the <code>.zip</code> file. The included <code>ReadMe.txt</code> file explains how to install the program.
93+
Choose <code><a class="direct-dl" href="https://github.com/delphidabbler/cfs/releases/download/v4.1.1/cfs-exe-4.1.1.zip">cfs-exe-{{page.version}}.zip</a></code> to download a zip file containing the program's installer. Extract the content of the <code>.zip</code> file. The included <code>ReadMe.txt</code> file explains how to install the program.
9494
</li>
9595
<li>
96-
Choose <code><a href="https://github.com/delphidabbler/cfs/archive/refs/tags/v4.1.1.zip">Source&nbsp;code.zip</a></code> to download the source code in <code>.zip</code> format.
96+
Choose <code><a class="direct-dl" href="https://github.com/delphidabbler/cfs/archive/refs/tags/v4.1.1.zip">Source&nbsp;code.zip</a></code> to download the source code in <code>.zip</code> format.
9797
</li>
9898
<li>
99-
Choose <code><a href="https://github.com/delphidabbler/cfs/archive/refs/tags/v4.1.1.tar.gz">Source&nbsp;code.tar.gz</a></code> to download the source code as a gzip-ped tarball.
99+
Choose <code><a class="direct-dl" href="https://github.com/delphidabbler/cfs/archive/refs/tags/v4.1.1.tar.gz">Source&nbsp;code.tar.gz</a></code> to download the source code as a gzip-ped tarball.
100100
</li>
101101
</ul>
102102
</div>

_software/consoleapp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h2 class="panel-title" id="feedback">
171171
If you have created a bug fix or have implemented a new feature please open a pull request for it.
172172
</p>
173173
<p>
174-
Should you have any queries about using the classes please read the <a href="{{ page.docs-url }}">documentation</a> and/or <a href="{{ page.faq-url }}">FAQ</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
174+
Should you have any queries about using the classes please read the <a href="{{ page.docs-url }}">documentation</a> and/or <a href="{{ page.faq-url }}">FAQ</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/orgs/ddablib/discussions">discussion group</a>.
175175
</p>
176176
</div>
177177
</section>
@@ -184,7 +184,7 @@ <h2 class="panel-title">
184184
</div>
185185
<div class="panel-body">
186186
<p>
187-
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> are open source. They are copyright &copy; 2007-2014 by <a href="http://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="http://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
187+
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> are open source. They are copyright &copy; 2007-2014 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
188188
</p>
189189
</div>
190190
</section>

_software/dropfiles.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h2 class="panel-title" id="feedback">
288288
If you have created a bug fix or have implemented a new feature please open a pull request for it.
289289
</p>
290290
<p>
291-
Should you have any queries about using the components please read the <a href="{{ page.docs-url }}">documentation</a> and/or <a href="{{ page.faq-urlm }}">FAQ</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
291+
Should you have any queries about using the components please read the <a href="{{ page.docs-url }}">documentation</a> and/or <a href="{{ page.faq-url }}">FAQ</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/orgs/ddablib/discussions">discussion group</a>.
292292
</p>
293293
</div>
294294
</section>
@@ -301,7 +301,7 @@ <h2 class="panel-title">
301301
</div>
302302
<div class="panel-body">
303303
<p>
304-
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> are open source. They are copyright &copy; 1998-2014 by <a href="http://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="http://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
304+
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> are open source. They are copyright &copy; 1998-2014 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
305305
</p>
306306
</div>
307307
</section>

_software/envvars.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
meta-desc: "Delphi Pascal unit for reading & writing Windows environment variables & for creating environment blocks for child processes. Requires Delphi 7 & later."
1616
download-base-url: "https://sourceforge.net/projects/ddablib/files/envvars/"
1717
repo-url: "https://github.com/ddablib/envvars"
18-
docs-url: "https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/EnvVars.md"
18+
docs-url: "https://lib-docs.delphidabbler.com/EnvVars/"
1919
want-header-buttons: true
2020
status: "current"
2121
---
@@ -196,7 +196,7 @@ <h2 class="panel-title" id="feedback">
196196
If you have created a bug fix or have implemented a new feature please open a pull request for it.
197197
</p>
198198
<p>
199-
Should you have any queries about using the unit please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
199+
Should you have any queries about using the unit please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/orgs/ddablib/discussions">discussion group</a>.
200200
</p>
201201
</div>
202202
</section>
@@ -210,7 +210,7 @@ <h2 class="panel-title">
210210
<div class="panel-body">
211211
<p>
212212
<span class="fa fa-copyright fa-pull-left fa-3x"></span>
213-
The <em>{{page.title}}</em> is open source. It is copyright &copy; 2001-2014 by <a href="http://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="http://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
213+
The <em>{{page.title}}</em> is open source. It is copyright &copy; 2001-2014 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
214214
</p>
215215
</div>
216216
</section>

_software/fractions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h2 class="panel-title" id="feedback">
143143
If you have created a bug fix or have implemented a new feature please open a pull request for it.
144144
</p>
145145
<p>
146-
Should you have any queries about using the unit please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
146+
Should you have any queries about using the unit please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/orgs/ddablib/discussions">discussion group</a>.
147147
</p>
148148
</div>
149149
</section>
@@ -156,7 +156,7 @@ <h2 class="panel-title">
156156
</div>
157157
<div class="panel-body">
158158
<p>
159-
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 2013-2014 by <a href="http://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="http://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
159+
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 2013-2014 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
160160
</p>
161161
</div>
162162
</section>

_software/hotlabel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h2 class="panel-title" id="feedback">
210210
If you have created a bug fix or have implemented a new feature please open a pull request for it.
211211
</p>
212212
<p>
213-
Should you have any queries about using the component please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
213+
Should you have any queries about using the component please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/orgs/ddablib/discussions">discussion group</a>.
214214
</p>
215215
</div>
216216
</section>
@@ -223,7 +223,7 @@ <h2 class="panel-title">
223223
</div>
224224
<div class="panel-body">
225225
<p>
226-
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 1999-2016 by <a href="http://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="http://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
226+
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 1999-2016 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
227227
</p>
228228
</div>
229229
</section>

_software/htmlres.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2 class="panel-title">
9191
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/htmlres/blob/master/CHANGELOG.md">Change Log<span class="sr-only"> (text file)</span></a> &ndash; lists significant changes made in each program release.
9292
</li>
9393
<li class="list-group-item">
94-
<span class="fa fa-fw fa-x-pad-right fa-file-code-o" aria-hidden="true"></span><a href="http://htmlpreview.github.io/?https://github.com/delphidabbler/htmlres/blob/master/Build.html">Build File<span class="sr-only"> (HTML file)</span></a> &ndash; provides detailed information on how to build the program from source.
94+
<span class="fa fa-fw fa-x-pad-right fa-file-code-o" aria-hidden="true"></span><a href="https://htmlpreview.github.io/?https://github.com/delphidabbler/htmlres/blob/master/Build.html">Build File<span class="sr-only"> (HTML file)</span></a> &ndash; provides detailed information on how to build the program from source.
9595
</li>
9696
</ul>
9797
</div>

_software/ioutils.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h2 class="panel-title" id="feedback">
160160
If you have created a bug fix or have implemented a new feature please open a pull request for it.
161161
</p>
162162
<p>
163-
Should you have any queries about using the classes please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/delphidabbler/ddablib/discussions">discussion group</a>.
163+
Should you have any queries about using the classes please read the <a href="{{ page.docs-url }}">documentation</a>. If you can't find an answer in the documentation then post a message in the <a href="https://github.com/orgs/ddablib/discussions">discussion group</a>.
164164
</p>
165165
</div>
166166
</section>
@@ -173,7 +173,7 @@ <h2 class="panel-title">
173173
</div>
174174
<div class="panel-body">
175175
<p>
176-
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> are open source. They are copyright &copy; 2013-20414 by <a href="http://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="http://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
176+
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> are open source. They are copyright &copy; 2013-20414 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
177177
</p>
178178
</div>
179179
</section>

0 commit comments

Comments
 (0)