Subversion Repositories SvarDOS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1494 mateusz.vi 1
<?php
2
 
3
$PROJNAME = 'SvarDOS MORE';
4
$SHORT = 'displays output one screen at a time';
5
 
6
$LONGHTML = '
7
<p>SvarDOS MORE is a filter that displays output one screen at a time. It is part
8
of the SvarDOS project <http://svardos.org>, and as such it shares SvarDOS\'
9
principles of minimalism, compactness and bare-bones functionality. It is:</p>
10
 
11
<ul>
12
<li>multilingual (use the LANG variable, eg. "SET LANG=PL" switches to Polish)</li>
13
<li>TINY! (fits within a single disk sector)</li>
14
</ul>
15
 
16
<p>Usage:</p>
17
 
18
<pre>
19
  MORE < FILE.TXT
20
  TYPE FILE.TXT | MORE
21
</pre>
22
 
23
<p>SvarDOS MORE is hand crafted in x86 assembly and built using the excellent
24
A72 assembler by Mr R. Swan <https://github.com/swanlizard/a72>.</p>
25
';
26
 
27
$COPYRDATE = '2023';
28
 
29
?>