Rename from .shtml to .html.
Github doesn't have SSI.
This commit is contained in:
4
pkglist
4
pkglist
@ -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";
|
||||
|
Reference in New Issue
Block a user