Subversion Repositories SvarDOS

Rev

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

Rev Author Line No. Line
1399 mateusz.vi 1
<?php
2
 
1400 mateusz.vi 3
$PROJNAME = 'SVED';
4
$SHORT = 'the SvarDOS text editor';
1399 mateusz.vi 5
 
1400 mateusz.vi 6
$LONGHTML = '
7
<p>The SvarDOS editor (SVED) is designed for basic editing of configuration files
1399 mateusz.vi 8
and such. It is NOT meant to be a full-featured text editor. On the pro side,
9
it has a low memory footprint and is only a couple kilobytes big, which makes
1400 mateusz.vi 10
it a good fit for bootdisks or systems with extremely limited ressources.</p>
11
 
12
<ul>
13
<li>runs comfortably on a 8086-class PC with 256 KiB of RAM</li>
14
<li>supports color and monochrome video modes</li>
15
<li>supports extended text modes like 80x43, 80x50...</li>
16
<li>multilingual UI</li>
17
<li>less than 7 KiB of disk footprint</li>
18
<li>loads files larger than 64 KiB</li>
19
<li>no limit on line lengths</li>
20
<li>can load up to 10 files simulteanously</li>
21
<li>handles CR/LF and LF line endings and can convert between the two</li>
22
</ul>
1399 mateusz.vi 23
';
24
 
25
$COPYRDATE = '2023';
26
 
27
?>