Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1398 → Rev 1399

/website/sved/settings.php
0,0 → 1,15
<?php
 
$PROJNAME = 'Sved';
$SHORT = 'text editor';
 
$LONG = '
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.
';
 
$COPYRDATE = '2023';
 
?>