Subversion Repositories SvarDOS

Rev

Rev 1400 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1399 mateusz.vi 1
<?php
2
 
3
$PROJNAME = 'Sved';
4
$SHORT = 'text editor';
5
 
6
$LONG = '
7
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,
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.
11
';
12
 
13
$COPYRDATE = '2023';
14
 
15
?>