Subversion Repositories SvarDOS

Rev

Rev 1494 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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