Subversion Repositories SvarDOS

Rev

Rev 2111 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2111 Rev 2170
Line 46... Line 46...
46
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}.zip\">{$d}</a></li>\n";
46
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}.zip\">{$d}</a></li>\n";
47
        }
47
        }
48
      ?>
48
      ?>
49
      </ul>
49
      </ul>
50
    </div>
50
    </div>
-
 
51
    <div> <!-- TODO: BNS should point to $lastver instead of $latestbuild once BNS support gets to stable -->
-
 
52
      <h3>BNS build (<?php echo $latestbuild; ?>)</h3>
-
 
53
      <ul>
-
 
54
      <?php
-
 
55
        echo "<li><a href=\"download/{$latestbuild}/svardos-{$latestbuild}-cd-bns.zip\">CD-ROM ISO image</a></li>\n";
-
 
56
      ?>
-
 
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>
-
 
59
    </div>
-
 
60
 
51
    <?php
61
    <?php
52
      if ($latestbuild !== $lastver) {
62
      if ($latestbuild !== $lastver) {
53
        echo "    <div>\n";
63
        echo "    <div>\n";
54
        echo "      <h3>Bleeding edge</h3>\n";
64
        echo "      <h3>Bleeding edge</h3>\n";
55
        echo "      <ul><li><a href=\"?p=files&amp;dir={$latestbuild}\">build {$latestbuild}</a></li></ul>\n";
65
        echo "      <ul><li><a href=\"?p=files&amp;dir={$latestbuild}\">build {$latestbuild}</a></li></ul>\n";