Subversion Repositories SvarDOS

Rev

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

Rev 1399 Rev 1400
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
$PROJNAME = 'Sved';
3
$PROJNAME = 'SVED';
4
$SHORT = 'text editor';
4
$SHORT = 'the SvarDOS text editor';
5
 
5
 
6
$LONG = '
6
$LONGHTML = '
7
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.
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>
11
';
23
';
12
 
24
 
13
$COPYRDATE = '2023';
25
$COPYRDATE = '2023';
14
 
26
 
15
?>
27
?>