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

@ -12,10 +12,10 @@ Here is some stuff I have written for Revo/Psion Linux:
</p> </p>
<ul> <ul>
<li> The <a href="spkg.shtml">spkg</a> package manager <li> The <a href="spkg.html">spkg</a> package manager
<li> <a href="psionconf.shtml">PsionConf</a>: A small PicoGUI Psion Linux <li> <a href="psionconf.html">PsionConf</a>: A small PicoGUI Psion Linux
configuration program configuration program
<li> <a href="picotone.shtml">PicoTone</a>: a touch tone phone dialer <li> <a href="picotone.html">PicoTone</a>: a touch tone phone dialer
<li> <a href="dev/psionw_sound.c">Kernel Sound Driver</a>: Now in the -5mx <li> <a href="dev/psionw_sound.c">Kernel Sound Driver</a>: Now in the -5mx
patch tree patch tree
</ul> </ul>

View File

14
header
View File

@ -5,12 +5,12 @@
<body bgcolor="white" text="black" link="black" vlink="black"> <body bgcolor="white" text="black" link="black" vlink="black">
<h1>Revol</h1> <h1>Revol</h1>
<a href="index.shtml">Main</a> | <a href="index.html">Main</a> |
<a href="sshot.shtml">Screenshots</a> | <a href="sshot.html">Screenshots</a> |
<a href="faq.shtml">FAQ</a> | <a href="faq.html">FAQ</a> |
<a href="download.shtml">Downloads</a> | <a href="download.html">Downloads</a> |
<a href="links.shtml">Links</a> | <a href="links.html">Links</a> |
<a href="dev.shtml">Development Stuff</a> | <a href="dev.html">Development Stuff</a> |
<a href="pkglist.shtml">Packages</a> <a href="pkglist.html">Packages</a>
<hr> <hr>

View File

@ -25,7 +25,7 @@ developing a distro.
</p> </p>
<p> <p>
Version 1.1 is <a href="download.shtml">available for download!</a> Version 1.1 is <a href="download.html">available for download!</a>
I have managed to fit quite a few programs into the Revos memory. I have managed to fit quite a few programs into the Revos memory.
Please feel free to try this out and send comments/suggestions/queries Please feel free to try this out and send comments/suggestions/queries
to me. to me.
@ -33,8 +33,8 @@ to me.
<p> <p>
Version 2.0 is under development and unlike previous versions will Version 2.0 is under development and unlike previous versions will
be package based using <a href="spkg.shtml">spkg</a>. You can browse be package based using <a href="spkg.html">spkg</a>. You can browse
a list of packages <a href="pkglist.shtml">here</a>. a list of packages <a href="pkglist.html">here</a>.
</p> </p>

View File

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