Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1562 → Rev 1563

/website/wmincrt/settings.php
0,0 → 1,21
<?php
 
$PROJNAME = 'WMINCRT';
$SHORT = 'a minimalist startup code for Open Watcom';
 
$LONGHTML = '
<p>lorem ipsum etc</p>
 
<ul>
<li>feature 1</li>
<li>feature 2</li>
<li>feature 3</li>
</ul>
 
<p>some other words</p>
';
 
$COPYRDATE = '2023';
$COPYRHOLDER = 'Bernd Boeckmann';
 
?>