Rename from .shtml to .html.

Github doesn't have SSI.
This commit is contained in:
Simon Howard
2023-08-03 23:07:22 -04:00
parent eed7dbd379
commit 45586e4f19
12 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@ use CGI qw(param);
my %packages;
my $pkgdir="spkg/unstable";
my $pkgpage="pkglist.shtml";
my $pkgpage="pkglist.html";
my $package_file = "Packages";
# get md5sum of a file
@ -116,7 +116,7 @@ if (param('pkg')) {
print "<h2>Packages</h2>\n";
print "The next version of Revol will be package based, using ";
print "<a href=\"spkg.shtml\">spkg</a> to build filesystems automatically. ";
print "<a href=\"spkg.html\">spkg</a> to build filesystems automatically. ";
print "This is a list of packages currently available in the ";
print "<a href=\"$pkgdir/\">repository</a>.";
print "<ul>\n";