Subversion Repositories SvarDOS

Rev

Rev 1406 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1406 Rev 1785
1
<?php
1
<?php
2
 
2
 
3
$PROJNAME = 'SvarLANG';
3
$PROJNAME = 'SvarLANG';
4
$SHORT = 'the SvarDOS l18n library';
4
$SHORT = 'the SvarDOS l18n library';
5
 
5
 
6
$LONGHTML = '
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>
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
 
8
 
9
<p>All documentation is available in the distributed archive.</p>
9
<p>All documentation is available in the distributed archive.</p>
10
';
10
';
11
 
11
 
12
$COPYRDATE = '2021-2023';
12
$COPYRDATE = '2021-2024';
13
 
13
 
14
?>
14
?>
15
 
15