Subversion Repositories SvarDOS

Rev

Rev 2170 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2170 Rev 2171
Line 53... Line 53...
53
      <ul>
53
      <ul>
54
      <?php
54
      <?php
55
        echo "<li><a href=\"download/{$latestbuild}/svardos-{$latestbuild}-cd-bns.zip\">CD-ROM ISO image</a></li>\n";
55
        echo "<li><a href=\"download/{$latestbuild}/svardos-{$latestbuild}-cd-bns.zip\">CD-ROM ISO image</a></li>\n";
56
      ?>
56
      ?>
57
      </ul>
57
      </ul>
58
      <p>A "talking" version for blind persons. Requires a Braille 'n Speak synthesizer connected to the COM1 port. If running as a VM, the BNS can be <a href="https://emubns.sourceforge.net/">emulated</a>.</p>
58
      <p>A "talking" version for blind persons. Uses the PROVOX screen reader and requires a Braille 'n Speak synthesizer connected to the COM1 port. If running as a VM, the BNS can be <a href="https://emubns.sourceforge.net/">emulated</a>.</p>
59
    </div>
59
    </div>
60
 
60
 
61
    <?php
61
    <?php
62
      if ($latestbuild !== $lastver) {
62
      if ($latestbuild !== $lastver) {
63
        echo "    <div>\n";
63
        echo "    <div>\n";