Subversion Repositories SvarDOS

Rev

Rev 1406 | Details | Compare with Previous | 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
 
1785 mateusz.vi 12
$COPYRDATE = '2021-2024';
1406 mateusz.vi 13
 
14
?>