Let's abandon the pretense this is still in dev.

This commit is contained in:
Simon Howard 2023-08-04 00:01:23 -04:00
parent 9a1b7e1031
commit 8423a2dabd
3 changed files with 10 additions and 5 deletions

View File

@ -25,6 +25,12 @@
Revol is a Linux Distribution for the Psion Revo.
</p>
<p>
<b>Development on Revo ended years ago and this distribution is no
longer maintained. This page is retained here for the benefit of people
still interested in experimenting with Psion palmtops. </b>
</p>
<p>
Please note: this is designed for the original Revo, although it
runs on the Revo+ as well.
@ -41,14 +47,13 @@ developing a distro.
<p>
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 Revo's memory.
Please feel free to try this out and send comments/suggestions/queries
to me.
</p>
<p>
Version 2.0 is under development and unlike previous versions will
be package based using <a href="spkg.html">spkg</a>. You can browse
Version 2.0 is package-based using <a href="spkg.html">spkg</a>. You can browse
a list of packages <a href="pkgdesc/pkglist.html">here</a>.
</p>

View File

@ -20,7 +20,7 @@
<hr>
<h2>Packages</h2>
The next version of Revol will be package based, using <a href="spkg.html">spkg</a> to build filesystems automatically. This is a list of packages currently available in the <a href="spkg/unstable/">repository</a>.<ul>
Version 2.0 of Revol is package based, using <a href="../spkg.html">spkg</a> to build filesystems automatically. This is a list of packages currently available in the <a href="../spkg/unstable/">repository</a>.<ul>
<li> <a href="basesystem.html">basesystem</a>
<li> <a href="busybox.html">busybox</a>
<li> <a href="irattach.html">irattach</a>

View File

@ -119,7 +119,7 @@ if (param('pkg')) {
} else {
print "<h2>Packages</h2>\n";
print "The next version of Revol will be package based, using ";
print "Version 2.0 of Revol is package based, using ";
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>.";