Subversion Repositories SvarDOS

Rev

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

Rev 1676 Rev 1709
Line 32... Line 32...
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>
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>
33
 
33
 
34
    <div class="download">
34
    <div class="download">
35
    <div>
35
    <div>
36
      <p>Multilingual support</p>
36
      <p>Multilingual support</p>
-
 
37
      <ul>
37
      <?php
38
      <?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
        $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
 
40
        foreach ($arr as $l => $d) {
41
        foreach ($arr as $l => $d) {
41
          echo "<a href=\"download/{$lastver}/svardos-{$lastver}-{$l}.zip\">{$d}</a>\n";
42
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}.zip\">{$d}</a></li>\n";
42
        }
43
        }
43
      ?>
44
      ?>
-
 
45
      </ul>
44
      </div>
46
      </div>
45
      <div>
47
      <div>
46
      <p>English only</p>
48
      <p>English only</p>
47
 
49
      <ul>
48
      <?php
50
      <?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');
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');
50
 
52
 
51
        foreach ($arr as $l => $d) {
53
        foreach ($arr as $l => $d) {
52
          echo "<a href=\"download/{$lastver}/svardos-{$lastver}-{$l}-EN_ONLY.zip\">{$d}</a>\n";
54
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}-EN_ONLY.zip\">{$d}</a></li>\n";
53
        }
55
        }
54
      ?>
56
      ?>
-
 
57
      </ul>
55
    </div>
58
    </div>
56
    </div>
59
    </div>
57
 
60
 
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>
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>
59
 
62