Subversion Repositories SvarDOS

Rev

Rev 1400 | Rev 1460 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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