Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1445 → Rev 1446

/website/sved/settings.php
7,18 → 7,19
<p>The SvarDOS editor (SVED) is designed for basic editing of configuration files
and such. It is NOT meant to be a full-featured text editor. On the pro side,
it has a low memory footprint and is only a couple kilobytes big, which makes
it a good fit for bootdisks or systems with extremely limited ressources.</p>
it a good fit for bootdisks or systems with extremely limited resources.</p>
 
<ul>
<li>runs comfortably on a 8086-class PC with 256 KiB of RAM</li>
<li>supports color and monochrome video modes</li>
<li>supports extended text modes like 80x43, 80x50...</li>
<li>auto-detects color and monochrome video modes</li>
<li>supports unusual text modes like 80x43, 80x50, 40x25...</li>
<li>multilingual UI</li>
<li>less than 7 KiB of disk footprint</li>
<li>only 7 KiB of disk footprint</li>
<li>screen estate dedicated to text (no stupid frames, menus and such)</li>
<li>loads files larger than 64 KiB</li>
<li>no limit on line lengths</li>
<li>can load up to 10 files simulteanously</li>
<li>handles CR/LF and LF line endings and can convert between the two</li>
<li>can load up to 10 files simultaneously</li>
<li>handles CR/LF and LF line endings and can convert between them</li>
</ul>
';