Skip to content

Commit eecc2d9

Browse files
committed
Update sysinfo unit page
Fixed errors in names of files included in release Fixed broken link to change log Added link to read-me file Updated copyright date
1 parent d379b8b commit eecc2d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_software/sysinfo.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ <h2 class="panel-title">
178178
<strong><code>PJSysInfo.pas</code></strong> &ndash; the source code.
179179
</li>
180180
<li class="list-group-item">
181-
<code>ReadMe.htm</code> &ndash; read-me file.
181+
<code>README.md</code> &ndash; read-me file.
182182
</li>
183183
<li class="list-group-item">
184-
<code>ChangeLog.txt</code> &ndash; project change log.
184+
<code>CHANGELOG.md</code> &ndash; project change log.
185185
</li>
186186
<li class="list-group-item">
187187
<code>MPL-2.txt</code> &ndash; the Mozilla Public License v2.0.
@@ -222,10 +222,10 @@ <h2 class="panel-title">
222222
<a href="{{ page.docs-url }}" aria-title="View the online documentation">here</a>
223223
</p>
224224
<p>
225-
The project's change log can be viewed <a href="https://github.com/ddablib/sysinfo/blob/develop/CHANGELOG.md" aria-title="View the change log in markdown format">here</a>.
225+
Read-me file: <code><a href="https://github.com/ddablib/sysinfo/blob/main/README.md" aria-title="View the read me file in Markdown format">README.md</a></code>
226226
</p>
227227
<p>
228-
A read-me file (<code>ReadMe.htm</code>) is included in the project download.
228+
Change log: <code><a href="https://github.com/ddablib/sysinfo/blob/main/CHANGELOG.md" aria-title="View the change log in Markdown format">CHANGELOG.md</a></code>.
229229
</p>
230230
</div>
231231
</section>
@@ -257,7 +257,7 @@ <h2 class="panel-title">
257257
</div>
258258
<div class="panel-body">
259259
<p>
260-
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{ page.title }}</em> is open source. It is copyright &copy; 2001-2020 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.
260+
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{ page.title }}</em> is open source. It is copyright &copy; 2001-2023 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.
261261
</p>
262262
<p>
263263
Information from numerous websites has been used while developing this code. Several individuals have also suggested solutions or contributed code. Details are provided in the file <a href="https://github.com/ddablib/sysinfo/blob/main/Docs/Acknowledgements.md"><code>Acknowledgements.md</code></a> in the <code>.\Docs</code> subdirectory of the {{ page.title }}'s GitHub repository.

0 commit comments

Comments
 (0)