parent
aa1dae6faa
commit
9a1b7e1031
4
pkglist
4
pkglist
|
@ -120,9 +120,9 @@ 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.html\">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";
|
||||||
foreach(sort(keys %packages)) {
|
foreach(sort(keys %packages)) {
|
||||||
print "<li> ";
|
print "<li> ";
|
||||||
|
|
Loading…
Reference in New Issue