Subversion Repositories SvarDOS

Rev

Rev 1676 | Rev 1753 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1676 Rev 1709
1
    <h1>SvarDOS - an open-source DOS distribution</h1>
1
    <h1>SvarDOS - an open-source DOS distribution</h1>
2
    <p class="copyr">for PCs of the 1980-2000 era</p>
2
    <p class="copyr">for PCs of the 1980-2000 era</p>
3
 
3
 
4
    <p>SvarDOS is an open-source project that is meant to integrate the best out of the currently available DOS tools, drivers and games. DOS development has been abandoned by commercial players a very long time ago, mostly during early nineties. Nowadays, it survives solely through the efforts of hobbyists and retro-enthusiasts, but this is a highly sparse and unorganized ecosystem. SvarDOS aims to collect available DOS software, package it and make it easy to find and install applications using a network-enabled package manager (like apt-get, but for DOS and able to run even on a 8086 PC).</p>
4
    <p>SvarDOS is an open-source project that is meant to integrate the best out of the currently available DOS tools, drivers and games. DOS development has been abandoned by commercial players a very long time ago, mostly during early nineties. Nowadays, it survives solely through the efforts of hobbyists and retro-enthusiasts, but this is a highly sparse and unorganized ecosystem. SvarDOS aims to collect available DOS software, package it and make it easy to find and install applications using a network-enabled package manager (like apt-get, but for DOS and able to run even on a 8086 PC).</p>
5
 
5
 
6
    <h2>Minimalist and 8086-compatible</h2>
6
    <h2>Minimalist and 8086-compatible</h2>
7
 
7
 
8
    <p>Once installed, SvarDOS is a minimalistic DOS system that offers only the FreeDOS kernel and the most basic tools for system administration. It is up to the user to install additional packages. Care is taken so SvarDOS remains 8086-compatible, at least in its most basic (core) configuration.</p>
8
    <p>Once installed, SvarDOS is a minimalistic DOS system that offers only the FreeDOS kernel and the most basic tools for system administration. It is up to the user to install additional packages. Care is taken so SvarDOS remains 8086-compatible, at least in its most basic (core) configuration.</p>
9
 
9
 
10
    <h2>Open-source</h2>
10
    <h2>Open-source</h2>
11
 
11
 
12
    <p>SvarDOS files are published under the terms of the MIT license. This applies only to SvarDOS-specific files, though - the packages supplied with SvarDOS may be subject to different licenses (GPL, BSD, Public Domain, Freeware...).</p>
12
    <p>SvarDOS files are published under the terms of the MIT license. This applies only to SvarDOS-specific files, though - the packages supplied with SvarDOS may be subject to different licenses (GPL, BSD, Public Domain, Freeware...).</p>
13
 
13
 
14
    <h2>Multilingual</h2>
14
    <h2>Multilingual</h2>
15
 
15
 
16
    <p>Many languages are supported: English, German, French, Polish, Russian, Italian and more.</p>
16
    <p>Many languages are supported: English, German, French, Polish, Russian, Italian and more.</p>
17
 
17
 
18
    <h2>No "versions"</h2>
18
    <h2>No "versions"</h2>
19
 
19
 
20
    <p>SvarDOS is a "rolling" release, meaning that it doesn't follow the concept of "versions". Once the system is installed, its packages can be kept up-to-date using the SvarDOS online update tools (pkg &amp; pkgnet).</p>
20
    <p>SvarDOS is a "rolling" release, meaning that it doesn't follow the concept of "versions". Once the system is installed, its packages can be kept up-to-date using the SvarDOS online update tools (pkg &amp; pkgnet).</p>
21
 
21
 
22
    <h2>Community and help</h2>
22
    <h2>Community and help</h2>
23
 
23
 
24
    <p>Need to get in touch? Wish to submit some packages, translate SvarDOS to your language, or otherwise contribute? Or maybe you'd like some information about SvarDOS? Come visit the <a href="?p=forum">SvarDOS community forum</a>. You may also wish to take a look at the project's <a href="https://github.com/SvarDOS/bugz/issues">ticket list</a>.</p>
24
    <p>Need to get in touch? Wish to submit some packages, translate SvarDOS to your language, or otherwise contribute? Or maybe you'd like some information about SvarDOS? Come visit the <a href="?p=forum">SvarDOS community forum</a>. You may also wish to take a look at the project's <a href="https://github.com/SvarDOS/bugz/issues">ticket list</a>.</p>
25
 
25
 
26
    <?php // the "default" build proposed on the main page is read from default_build.txt
26
    <?php // the "default" build proposed on the main page is read from default_build.txt
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
    <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
 
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>
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>
61
 
64