Subversion Repositories SvarDOS

Rev

Rev 1400 | Rev 1460 | 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
1446 mateusz.vi 10
it a good fit for bootdisks or systems with extremely limited resources.</p>
1400 mateusz.vi 11
 
12
<ul>
13
<li>runs comfortably on a 8086-class PC with 256 KiB of RAM</li>
1446 mateusz.vi 14
<li>auto-detects color and monochrome video modes</li>
15
<li>supports unusual text modes like 80x43, 80x50, 40x25...</li>
1400 mateusz.vi 16
<li>multilingual UI</li>
1446 mateusz.vi 17
<li>only 7 KiB of disk footprint</li>
18
<li>screen estate dedicated to text (no stupid frames, menus and such)</li>
1400 mateusz.vi 19
<li>loads files larger than 64 KiB</li>
20
<li>no limit on line lengths</li>
1446 mateusz.vi 21
<li>can load up to 10 files simultaneously</li>
22
<li>handles CR/LF and LF line endings and can convert between them</li>
1400 mateusz.vi 23
</ul>
1399 mateusz.vi 24
';
25
 
26
$COPYRDATE = '2023';
27
 
28
?>