Subversion Repositories SvarDOS

Rev

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

Rev Author Line No. Line
1406 mateusz.vi 1
<?php
2
 
3
$PROJNAME = 'SvarLANG';
4
$SHORT = 'the SvarDOS l18n library';
5
 
6
$LONGHTML = '
7
<p>SvarLANG is a C library and toolset for enabling DOS applications to easily support multiple languages. It is part of the SvarDOS project and is designed with lightness in mind. Requires the OpenWatcom suite.</p>
8
 
9
<p>All documentation is available in the distributed archive.</p>
10
';
11
 
12
$COPYRDATE = '2021-2023';
13
 
14
?>