Subversion Repositories SvarDOS

Rev

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

Rev 1649 Rev 1676
Line 27... Line 27...
27
    $lastver = trim(file_get_contents('default_build.txt'));
27
    $lastver = trim(file_get_contents('default_build.txt'));
28
 
28
 
29
    echo '<h2>Downloads (build ' . $lastver . ')</h2>'
29
    echo '<h2>Downloads (build ' . $lastver . ')</h2>'
30
    ?>
30
    ?>
31
 
31
 
32
    <ul>
-
 
33
      <li><a href="download/<?php echo $lastver; ?>/svardos-<?php echo $lastver; ?>-cd.zip">SvarDOS install CD (ISO)</a></li>
-
 
34
      <li><a href="download/<?php echo $lastver; ?>/svardos-<?php echo $lastver; ?>-floppy-2.88M.zip">SvarDOS install on 2.88M floppy disks</a></li>
-
 
35
      <li><a href="download/<?php echo $lastver; ?>/svardos-<?php echo $lastver; ?>-floppy-1.44M.zip">SvarDOS install on 1.44M floppy disks</a></li>
-
 
36
      <li><a href="download/<?php echo $lastver; ?>/svardos-<?php echo $lastver; ?>-floppy-1.2M.zip">SvarDOS install on 1.2M floppy disks</a></li>
-
 
37
      <li><a href="download/<?php echo $lastver; ?>/svardos-<?php echo $lastver; ?>-floppy-720K.zip">SvarDOS install on 720K floppy disks</a></li>
-
 
38
      <li><a href="download/<?php echo $lastver; ?>/svardos-<?php echo $lastver; ?>-floppy-360K-EN_ONLY.zip">SvarDOS install on 360K floppy disks (EN only)</a></li>
-
 
39
      <li><a href="download/<?php echo $lastver; ?>/svardos-<?php echo $lastver; ?>-usb.zip">SvarDOS install on a bootable USB image</a></li>
-
 
40
      <li><a href="download/<?php echo $lastver; ?>/svardos-<?php echo $lastver; ?>-dosemu.zip">SvarDOS image for DOSEMU</a><span class="helpmsg" title="a pre-installed image for the DOSEMU emulator, usually needs to be unzipped in ~/.dosemu/drive_c/">?</span></li>
32
    <p>SvarDOS is available in a variety of installation images. Some of the images may be available either in multilingual version or English-only. The English-only versions are smaller because they miss all the translations, this makes them fit on a lower number of floppy disks. You can upgrade an EN-only installation with multilingual support should you change your mind afterwards.</p>
41
    </ul>
-
 
42
 
33
 
-
 
34
    <div class="download">
-
 
35
    <div>
-
 
36
      <p>Multilingual support</p>
-
 
37
      <?php
-
 
38
        $arr = array('cd' => 'CD-ROM ISO', 'floppy-2.88M' => '2.88M floppy disks', 'floppy-1.44M' => '1.44M floppy disks', 'floppy-1.2M' => '1.2M floppy disks', 'floppy-720K' => '720K floppy disks', 'usb' => 'bootable USB image');
-
 
39
 
-
 
40
        foreach ($arr as $l => $d) {
-
 
41
          echo "<a href=\"download/{$lastver}/svardos-{$lastver}-{$l}.zip\">{$d}</a>\n";
-
 
42
        }
-
 
43
      ?>
-
 
44
      </div>
-
 
45
      <div>
-
 
46
      <p>English only</p>
-
 
47
 
-
 
48
      <?php
-
 
49
        $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');
-
 
50
 
-
 
51
        foreach ($arr as $l => $d) {
-
 
52
          echo "<a href=\"download/{$lastver}/svardos-{$lastver}-{$l}-EN_ONLY.zip\">{$d}</a>\n";
-
 
53
        }
-
 
54
      ?>
-
 
55
    </div>
-
 
56
    </div>
-
 
57
 
43
    <p>The links above point to the latest stable build of installation images (that is, build <?php echo $lastver?>) and that's the build we recommend. Otherwise, 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>
58
    <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>
44
 
59
 
45
    <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>
60
    <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>