|
2 | 2 | layout: "programs-tplt"
|
3 | 3 | group: apps
|
4 | 4 | priority: 7
|
5 |
| -version: "2.2.1" |
6 |
| -release-date: "2022-08-29" |
7 |
| -os: "Windows 2000 & later" |
| 5 | +version: "2.4.0" |
| 6 | +release-date: "2025-04-09" |
| 7 | +os: "Windows 7 SP1 & later" |
8 | 8 | title: "Pascal Syntax Highlighter"
|
9 | 9 | precis: "Command line program to syntax highlighte for Pascal code."
|
10 | 10 | summary: "Command line program (with optional GUI) that highlights Pascal source code using HTML, styled by CSS. It has the facility to work with the clipboard and to generate code fragments for pasting into other HTML documents."
|
|
57 | 57 | A user guide is installed with the program that explains the usage of the program and all its parameters. The user guide also has an explanation of the CSS classes required by <em>PasHi</em>-generated HTML. If <em>PasHiGUI</em> is installed the user guide can be displayed from <em>PasHiGUI</em>'s help menu.
|
58 | 58 | </p>
|
59 | 59 | <p class="alert alert-info glyph">
|
60 |
| - You can also view the user guide by clicking the link in the Download section below. |
| 60 | + You can also view the user guide by clicking the link in the <em>Documentation</em> section below. |
61 | 61 | </p>
|
62 | 62 | </div>
|
63 | 63 | </section>
|
@@ -107,16 +107,16 @@ <h2 class="panel-title">
|
107 | 107 | <span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://raw.githubusercontent.com/delphidabbler/pashi/master/Docs/ReadMe.txt">Read Me<span class="sr-only"> (text file)</span></a> – provides information about the program, including installation instructions.
|
108 | 108 | </li>
|
109 | 109 | <li class="list-group-item">
|
110 |
| - <span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/pashi/blob/master/LICENSE.md">License<span class="sr-only"> (markdown file)</span></a> – the program's end user license agreement. |
| 110 | + <span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/pashi/blob/master/LICENSE.md">License<span class="sr-only"> (Markdown file)</span></a> – the program's end user license agreement. |
111 | 111 | </li>
|
112 | 112 | <li class="list-group-item">
|
113 |
| - <span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/pashi/blob/master/CHANGELOG.md">Change Log<span class="sr-only"> (markdown file)</span></a> – lists significant changes made in each program release. |
| 113 | + <span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/pashi/blob/master/CHANGELOG.md">Change Log<span class="sr-only"> (Markdown file)</span></a> – lists significant changes made in each program release. |
114 | 114 | </li>
|
115 | 115 | <li class="list-group-item">
|
116 | 116 | <span class="fa fa-fw fa-x-pad-right fa-file-code-o" aria-hidden="true"></span><a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/delphidabbler/pashi/master/Docs/UserGuide.html">User Guide<span class="sr-only"> (HTML)</span></a> – comprehensive guide to using the program.
|
117 | 117 | </li>
|
118 | 118 | <li class="list-group-item">
|
119 |
| - <span class="fa fa-fw fa-x-pad-right fa-file-code-o" aria-hidden="true"></span><a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/delphidabbler/pashi/master/Build.html">Build File<span class="sr-only"> (HTML)</span></a> – provides detailed information on how to build the program from source. |
| 119 | + <span class="fa fa-fw fa-x-pad-right fa-file-code-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/pashi/blob/master/Build.md">Build File<span class="sr-only"> (Markdown file)</span></a> – provides detailed information on how to build the program from source. |
120 | 120 | </li>
|
121 | 121 | </ul>
|
122 | 122 | </div>
|
|
0 commit comments