|
3 | 3 | layout: "codelib-tplt"
|
4 | 4 | group: lib
|
5 | 5 | priority: 12
|
6 |
| -version: "0.1.1-beta" |
7 |
| -release-date: "2014-01-11" |
| 6 | +version: "0.1.2-beta" |
| 7 | +release-date: "2023-12-13" |
8 | 8 | platforms: ["Win32", "Win64"]
|
9 | 9 | frameworks: ["RTL"]
|
10 | 10 | compatibility: "Delphi 2009 & later"
|
|
15 | 15 | meta-desc: "Advanced Delphi Pascal record that stores and manipulates fractions. Has overloaded operators & numerous operations. Requires Delphi 2009 & later."
|
16 | 16 | download-base-url: "https://sourceforge.net/projects/ddablib/files/fractions/"
|
17 | 17 | repo-url: "https://github.com/ddablib/fractions"
|
18 |
| -docs-url: "https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/Fractions.md" |
| 18 | +docs-url: "https://lib-docs.delphidabbler.com/Fractions/" |
19 | 19 | want-header-buttons: true
|
20 | 20 | status: "current"
|
21 | 21 | ---
|
@@ -78,10 +78,10 @@ <h2 class="panel-title">
|
78 | 78 | <strong><code>DelphiDabbler.Lib.Fractions.pas</code></strong> – source code.
|
79 | 79 | </li>
|
80 | 80 | <li class="list-group-item">
|
81 |
| - <code>ReadMe.htm</code> – read-me file. |
| 81 | + <code>README.md</code> – read-me file. |
82 | 82 | </li>
|
83 | 83 | <li class="list-group-item">
|
84 |
| - <code>ChangeLog.txt</code> – project change log. |
| 84 | + <code>CHANGELOG.md</code> – project change log. |
85 | 85 | </li>
|
86 | 86 | <li class="list-group-item">
|
87 | 87 | <code>MPL-2.txt</code> – the Mozilla Public License v2.0.
|
@@ -121,10 +121,10 @@ <h2 class="panel-title">
|
121 | 121 | The <em>{{page.title}}</em> is comprehensively documented online <a href="{{ page.docs-url }}" aria-title="View the online documentation">here</a>
|
122 | 122 | </p>
|
123 | 123 | <p>
|
124 |
| - The project's change log can be viewed <a href="https://raw.githubusercontent.com/ddablib/fractions/main/Docs/ChangeLog.txt" aria-title="View the change log in plain text">here</a>. |
| 124 | + Read-me file: <code><a href="https://github.com/ddablib/fractions/blob/main/README.md" aria-title="View the read me file in Markdown format">README.md</a></code> |
125 | 125 | </p>
|
126 | 126 | <p>
|
127 |
| - A read-me file (<code>ReadMe.htm</code>) is included in the project download. |
| 127 | + Change log: <code><a href="https://github.com/ddablib/fractions/blob/main/CHANGELOG.md" aria-title="View the change log in Markdown format">CHANGELOG.md</a></code>. |
128 | 128 | </p>
|
129 | 129 | </div>
|
130 | 130 | </section>
|
@@ -156,7 +156,7 @@ <h2 class="panel-title">
|
156 | 156 | </div>
|
157 | 157 | <div class="panel-body">
|
158 | 158 | <p>
|
159 |
| - <span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright © 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. |
| 159 | + <span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright © 2013-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. |
160 | 160 | </p>
|
161 | 161 | </div>
|
162 | 162 | </section>
|
0 commit comments