Expand header and footer includes.
This commit is contained in:
parent
45586e4f19
commit
7128335d92
25
dev.html
25
dev.html
|
@ -3,7 +3,22 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!--#include virtual="header"-->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<h2> Development Stuff </h2>
|
<h2> Development Stuff </h2>
|
||||||
|
|
||||||
|
@ -31,7 +46,13 @@ to the linux developers is not available here: it is not to be publicly
|
||||||
distributed, at Psions request. If you need a copy, post to the
|
distributed, at Psions request. If you need a copy, post to the
|
||||||
Psion Linux mailing list.
|
Psion Linux mailing list.
|
||||||
|
|
||||||
<!--#include virtual="footer"-->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,22 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!--#include virtual="header"-->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<font color="red"><b>Warning: Booting linux will erase all data
|
<font color="red"><b>Warning: Booting linux will erase all data
|
||||||
stored in RAM. If you have important files stored in your palmtop,
|
stored in RAM. If you have important files stored in your palmtop,
|
||||||
|
@ -44,7 +59,13 @@ be sure to make copies of them first.</b></font>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<!--#include virtual="footer"-->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
25
faq.html
25
faq.html
|
@ -2,7 +2,22 @@
|
||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<!--#include virtual="header" -->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<h3> FAQ </h3>
|
<h3> FAQ </h3>
|
||||||
|
|
||||||
|
@ -124,6 +139,12 @@ incorrect to call it GNU/Linux.
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!--#include virtual="footer" -->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
7
footer
7
footer
|
@ -1,7 +0,0 @@
|
||||||
|
|
||||||
<hr>
|
|
||||||
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
|
||||||
I am not associated with Psion Digital.
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
16
header
16
header
|
@ -1,16 +0,0 @@
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>Revol: Linux on the Psion Revo</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body bgcolor="white" text="black" link="black" vlink="black">
|
|
||||||
<h1>Revol</h1>
|
|
||||||
<a href="index.html">Main</a> |
|
|
||||||
<a href="sshot.html">Screenshots</a> |
|
|
||||||
<a href="faq.html">FAQ</a> |
|
|
||||||
<a href="download.html">Downloads</a> |
|
|
||||||
<a href="links.html">Links</a> |
|
|
||||||
<a href="dev.html">Development Stuff</a> |
|
|
||||||
<a href="pkglist.html">Packages</a>
|
|
||||||
<hr>
|
|
||||||
|
|
25
index.html
25
index.html
|
@ -3,7 +3,22 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!--#include virtual="header"-->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<img align="right" src="revo.png" alt="Psion Revo">
|
<img align="right" src="revo.png" alt="Psion Revo">
|
||||||
<p>
|
<p>
|
||||||
|
@ -38,7 +53,13 @@ a list of packages <a href="pkglist.html">here</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<!--#include virtual="footer"-->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
25
links.html
25
links.html
|
@ -3,7 +3,22 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!--#include virtual="header"-->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<h2> Links </h2>
|
<h2> Links </h2>
|
||||||
|
|
||||||
|
@ -20,7 +35,13 @@
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!--#include virtual="footer"-->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,22 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!--#include virtual="header"-->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<h2> PicoTone </h2>
|
<h2> PicoTone </h2>
|
||||||
|
|
||||||
|
@ -24,7 +39,13 @@ on phones with touch tone exchanges.
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!--#include virtual="footer"-->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
25
pkglist.html
25
pkglist.html
|
@ -3,11 +3,32 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!--#include virtual="header"-->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<!--#exec cmd="./pkglist" -->
|
<!--#exec cmd="./pkglist" -->
|
||||||
|
|
||||||
<!--#include virtual="footer"-->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,22 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!--#include virtual="header"-->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<h2> Psionconf </h2>
|
<h2> Psionconf </h2>
|
||||||
|
|
||||||
|
@ -23,7 +38,13 @@ This is a small PicoGUI application to control various Psion Linux settings.
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!--#include virtual="footer"-->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
25
spkg.html
25
spkg.html
|
@ -3,7 +3,22 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!--#include virtual="header"-->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<h2> Shonky Package Manager </h2>
|
<h2> Shonky Package Manager </h2>
|
||||||
|
|
||||||
|
@ -36,7 +51,13 @@ I plan to use this system as the base for the next version of Revol.
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!--#include virtual="footer"-->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
25
sshot.html
25
sshot.html
|
@ -3,7 +3,22 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!--#include virtual="header"-->
|
|
||||||
|
<head>
|
||||||
|
<title>Revol: Linux on the Psion Revo</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" text="black" link="black" vlink="black">
|
||||||
|
<h1>Revol</h1>
|
||||||
|
<a href="index.html">Main</a> |
|
||||||
|
<a href="sshot.html">Screenshots</a> |
|
||||||
|
<a href="faq.html">FAQ</a> |
|
||||||
|
<a href="download.html">Downloads</a> |
|
||||||
|
<a href="links.html">Links</a> |
|
||||||
|
<a href="dev.html">Development Stuff</a> |
|
||||||
|
<a href="pkglist.html">Packages</a>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<h2> Screenshots </h2>
|
<h2> Screenshots </h2>
|
||||||
|
|
||||||
|
@ -54,7 +69,13 @@ PicoGUI pterm window.
|
||||||
<a href="sshot/">more random screenshots</a>
|
<a href="sshot/">more random screenshots</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!--#include virtual="footer"-->
|
|
||||||
|
<hr>
|
||||||
|
<a href="mailto:fraggle@nospam.alkali.org">Simon Howard</a>. <br>
|
||||||
|
I am not associated with Psion Digital.
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue