Subversion Repositories SvarDOS

Rev

Rev 1404 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1404 mateusz.vi 1
<?php
2
 
3
$PROJNAME = 'SvarCOM';
4
 
5
$SHORT = 'the SvarDOS command interpreter';
6
 
7
$LONGHTML = "
1405 mateusz.vi 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>
1404 mateusz.vi 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>
13
 
14
<p>SvarCOM's resident footprint is under 2 KiB.</p>
15
";
16
 
17
$COPYRDATE = '2021-2023';
18
 
19
?>