Skip to content

Commit d688c5f

Browse files
committed
Update compfiledate page re release 2.2.0
1 parent 9c9db51 commit d688c5f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_software/compfiledate.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
layout: "programs-tplt"
33
group: apps
44
priority: 5
5-
version: "2.1.0"
6-
release-date: "2021-09-30"
7-
os: "Windows 2000 & later"
5+
version: "2.2.0"
6+
release-date: "2024-08-27"
7+
os: "Windows 7 SP1 & later"
88
title: "File Date Comparison Utility"
99
precis: "Compares the last modification date of two files"
1010
summary: "Compares the last modification date of two files. For use in batch files etc."
@@ -28,9 +28,6 @@ <h2 class="panel-title">
2828
<p>
2929
The type of comparison required can be customised. The program can compare either the last modification date or the creation date of files. In the case of shortcut files either the date of the shortcut file itself or that of the file it references can be compared.
3030
</p>
31-
<p>
32-
For details of how to use the programs read <code>README.md</code> &ndash; the file is linked to in the <a href="#docs">documentation section</a> below.
33-
</p>
3431
</div>
3532
</section>
3633

@@ -42,14 +39,17 @@ <h2 class="panel-title">
4239
</div>
4340
<div class="panel-body">
4441
<p>
45-
This program is hosted on GitHub in the <code><a href="{{ page.repo-url }}">ddabapps/compfiledate</a></code> repository. The program can be downloaded from the repository's <em>Releases</em> tab.
42+
This program is hosted on GitHub in the <code><a href="{{ page.repo-url }}">ddabapps/compfiledate</a></code> repository. The program can be downloaded from the repository's <em>Releases</em> tab. Both 64 and 32 bit versions of the program are available.
43+
</p>
44+
<p class="alert alert-danger glyph">
45+
The program is no longer available from SourceForge.
4646
</p>
4747
<p>
4848
Each release gives the option of downloading either the program in executable format or the source code. Your options are:
4949
</p>
5050
<ul>
5151
<li>
52-
Choose <code>compfiledate-exe-{{page.version}}.zip</code> to download a zip file containing the program. Extract the content of the <code>.zip</code> file. The included read-me file (<code>ReadMe.txt</code>) explains how to install and use the program.
52+
The program comes packaged in a zip file. There are different zip files for the 32 bit and 64 bit versions. You should choose the 64 bit version <code>compfiledate-exe64-{{page.version}}.zip</code> unless you are running 32 bit Windows in which case choose to download <code>compfiledate-exe32-{{page.version}}.zip</code>. Extract the content of the chosen <code>.zip</code> file. The included read-me file, <a href="{{ page.repo-url }}/blob/master/Docs/ReadMe.txt"><code>README.txt</code> <span class="sr-only"> (plain text)</span></a>, explains how to install and use the program.
5353
</li>
5454
<li>
5555
Choose <code>Source&nbsp;code.zip</code> to download the source code in <code>.zip</code> format.
@@ -76,7 +76,7 @@ <h2 class="panel-title">
7676
</p>
7777
<ul class="list-group">
7878
<li class="list-group-item">
79-
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/compfiledate/blob/master/README.md">Read Me<span class="sr-only"> (markdown format text file)</span></a> &ndash; contains details of how to install the program, along with other information.
79+
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/compfiledate/blob/master/Docs/ReadMe.txt">Read Me<span class="sr-only"> (plain text file)</span></a> &ndash; contains details of how to install and use the program.
8080
</li>
8181
<li class="list-group-item">
8282
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/compfiledate/blob/master/LICENSE.md">License<span class="sr-only"> (markdown format text file)</span></a> &ndash; the program's end user license agreement.

0 commit comments

Comments
 (0)