Let's abandon the pretense this is still in dev.
This commit is contained in:
parent
9a1b7e1031
commit
8423a2dabd
11
index.html
11
index.html
|
@ -25,6 +25,12 @@
|
||||||
Revol is a Linux Distribution for the Psion Revo.
|
Revol is a Linux Distribution for the Psion Revo.
|
||||||
</p>
|
</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>
|
<p>
|
||||||
Please note: this is designed for the original Revo, although it
|
Please note: this is designed for the original Revo, although it
|
||||||
runs on the Revo+ as well.
|
runs on the Revo+ as well.
|
||||||
|
@ -41,14 +47,13 @@ developing a distro.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Version 1.1 is <a href="download.html">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 Revo's 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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Version 2.0 is under development and unlike previous versions will
|
Version 2.0 is package-based using <a href="spkg.html">spkg</a>. You can browse
|
||||||
be package based using <a href="spkg.html">spkg</a>. You can browse
|
|
||||||
a list of packages <a href="pkgdesc/pkglist.html">here</a>.
|
a list of packages <a href="pkgdesc/pkglist.html">here</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<h2>Packages</h2>
|
<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="basesystem.html">basesystem</a>
|
||||||
<li> <a href="busybox.html">busybox</a>
|
<li> <a href="busybox.html">busybox</a>
|
||||||
<li> <a href="irattach.html">irattach</a>
|
<li> <a href="irattach.html">irattach</a>
|
||||||
|
|
2
pkglist
2
pkglist
|
@ -119,7 +119,7 @@ if (param('pkg')) {
|
||||||
} else {
|
} else {
|
||||||
print "<h2>Packages</h2>\n";
|
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 "<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>.";
|
||||||
|
|
Loading…
Reference in New Issue