Subversion Repositories SvarDOS

Rev

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

Rev 1753 Rev 1754
Line 41... Line 41...
41
        foreach ($arr as $l => $d) {
41
        foreach ($arr as $l => $d) {
42
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}.zip\">{$d}</a></li>\n";
42
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}.zip\">{$d}</a></li>\n";
43
        }
43
        }
44
      ?>
44
      ?>
45
      </ul>
45
      </ul>
46
      </div>
46
    </div>
47
      <div>
47
    <div>
48
      <h3>English only</h3>
48
      <h3>English only</h3>
49
      <ul>
49
      <ul>
50
      <?php
50
      <?php
51
        $arr = array('floppy-1.44M' => '1.44M floppy disks', 'floppy-1.2M' => '1.2M floppy disks', 'floppy-720K' => '720K floppy disks', 'floppy-360K' => '360K floppy disks');
51
        $arr = array('floppy-1.44M' => '1.44M floppy disks', 'floppy-1.2M' => '1.2M floppy disks', 'floppy-720K' => '720K floppy disks', 'floppy-360K' => '360K floppy disks');
52
 
52
 
Line 54... Line 54...
54
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}-EN_ONLY.zip\">{$d}</a></li>\n";
54
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}-EN_ONLY.zip\">{$d}</a></li>\n";
55
        }
55
        }
56
      ?>
56
      ?>
57
      </ul>
57
      </ul>
58
    </div>
58
    </div>
-
 
59
    <?php
-
 
60
      $latestbuild = scandir('download/', SCANDIR_SORT_DESCENDING)[0];
-
 
61
      if ($latestbuild !== $lastver) {
-
 
62
        echo "    <div>\n";
-
 
63
        echo "      <h3>Bleeding edge</h3>\n";
-
 
64
        echo "      <ul><li><a href=\"?p=files&amp;dir={$latestbuild}\">build {$latestbuild}</a></li></ul>\n";
-
 
65
        echo "      <p>This is the latest build. It hasn't been tested yet! Try it and let us know how it worked for you.</p>\n";
-
 
66
        echo "    </div>\n";
-
 
67
      }
-
 
68
    ?>
59
    </div>
69
    </div>
60
 
70
 
61
    <p>The links above point to the latest stable build of installation images and that's the build we recommend. Archival and staging builds can be found in our <a href="?p=files">files section</a>, but that's only if you like living dangerously.</p>
71
    <p>The links above point to the latest builds of installation images. Archival builds can be found in the <a href="?p=files">files section</a>.</p>
62
 
72
 
63
    <p class="wondering">Wondering how SvarDOS is built? Take a look at the <a href="http://svn.svardos.org/">project's SVN</a>, where all the build-related files and scripts are stored. To pull the sources using the standard subversion client use this:<br>svn co svn://svn.svardos.org/svardos svardos</p>
73
    <p class="wondering">Wondering how SvarDOS is built? Take a look at the <a href="http://svn.svardos.org/">project's SVN</a>, where all the build-related files and scripts are stored. To pull the sources using the standard subversion client use this:<br>svn co svn://svn.svardos.org/svardos svardos</p>