Subversion Repositories SvarDOS

Rev

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

Rev 1405 Rev 1748
Line 5... Line 5...
5
$SHORT = 'the SvarDOS command interpreter';
5
$SHORT = 'the SvarDOS command interpreter';
6
 
6
 
7
$LONGHTML = "
7
$LONGHTML = "
8
<p>SvarCOM is the SvarDOS command line interpreter, known usually under the name \"COMMAND.COM\". It is designed and maintained by Mateusz Viste, and distributed under the terms of the MIT license.</p>
8
<p>SvarCOM is the SvarDOS command line interpreter, known usually under the name \"COMMAND.COM\". It is designed and maintained by Mateusz Viste, and distributed under the terms of the MIT license.</p>
9
 
9
 
10
<p>For the time being, it is a work-in-progress project that - although functional - is not entirely polished yet and might miss a few bits and pieces. SvarCOM version 2022.x must be considered a \"preview\" version. See the documentation included in the zip file for details.</p>
-
 
11
 
-
 
12
<p>SvarCOM is minimalist and I'd like to keep it that way. It aims to be functionally equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.</p>
10
<p>SvarCOM is minimalist and I'd like to keep it that way. It aims to be functionally equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.</p>
13
 
11
 
14
<p>SvarCOM's resident footprint is under 2 KiB.</p>
12
<p>SvarCOM's resident footprint is about 2 KiB.</p>
15
";
13
";
16
 
14
 
17
$COPYRDATE = '2021-2023';
15
$COPYRDATE = '2021-2024';
18
 
16
 
19
?>
17
?>