Subversion Repositories SvarDOS

Rev

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

Rev 163 Rev 174
Line 1... Line 1...
1
    <p class="title">Svarog386 - a FreeDOS distribution for 386+ computers</p>
1
    <p class="title">SvarDOS - an open-source DOS distribution</p>
2
    <p class="copyr">brought to you by <a href="http://mateusz.viste.fr/" class="mateusz">Mateusz Viste</a></p>
2
    <p class="copyr">brought to you by <a href="http://mateusz.viste.fr/" class="mateusz">Mateusz Viste</a></p>
3
 
3
 
4
    <div style="overflow: auto;">
4
    <div style="overflow: auto;">
5
    <img src="svarog386.png" alt="logo" style="height: 10em; float: right; margin: 0 0 0.5em 0.5em;">
5
    <img src="svarog386.png" alt="logo" style="height: 10em; float: right; margin: 0 0 0.5em 0.5em;">
6
 
6
 
7
    <p>Svarog386 is a <a href="?p=tech&amp;art=licensing">free</a>, <a href="?p=nls">multilingual</a> DOS distribution based on FreeDOS. It's released in the form of a single bootable CD image (ISO) that contains the FreeDOS kernel, a command interpreter and a variety of third-party packages.<br>
7
    <p>SvarDOS is a <a href="?p=tech&amp;art=licensing">free</a>, <a href="?p=nls">multilingual</a> DOS distribution that uses the FreeDOS kernel. It's released in the form of a bootable CD image (ISO) that contains the "core" operating system, as well as a variety of third-party packages.<br>
8
    Svarog386 is a "rolling release", meaning that it doesn't follow the concept of "versions". Svarog386 can be kept up-to-date either via online <a href="?p=tech&amp;art=onlinerepos">update repositories</a> or by using the latest ISO image as your local package repository.</p>
8
    SvarDOS is a "rolling release", meaning that it doesn't follow the concept of "versions". SvarDOS can be kept up-to-date trough its online update tool.</p>
9
 
9
 
10
    <p>Svarog386 is <b>not</b> designed for strict 8086 compatibility. Many parts of it may require a 386-class CPU. If you look for a simple 8086 FreeDOS distribution, take a look at <a href="http://svarog86.sourceforge.net">Svarog86</a>.</p>
-
 
11
 
-
 
12
    <p>Need to get in touch? Wish to contribute some packages, translate Svarog386 to your language, or otherwise contribute? Feel free to drop a line or two to the usenet group <b><a href="?p=tech&amp;art=support">alt.os.free-dos</a></b>.
10
    <p>Need to get in touch? Wish to contribute some packages, translate SvarDOS to your language, or otherwise contribute? Feel free to drop a line or two to the project's <a href="https://lists.osdn.me/mailman/listinfo/svardos-users">mailing list</a>.
13
    </div>
11
    </div>
14
 
12
 
15
<?php
13
<?php
16
 
14
 
17
  $downarr = parse_ini_file('downloads.ini', TRUE);
15
  $downarr = parse_ini_file('downloads.ini', TRUE);
18
 
16
 
19
  echo "    <div style=\"width: 45%; float: left; margin: 1.2em 5% 0 0;\">\n";
17
  echo "    <div style=\"width: 45%; float: left; margin: 1.2em 5% 0 0;\">\n";
20
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"{$downarr['nosrc']['url']}\">Download Svarog386</a></p>\n";
18
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"{$downarr['nosrc']['url']}\">Download SvarDOS</a></p>\n";
21
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">(" . ($downarr['nosrc']['size'] >> 20) . "M, last update: " . date("d M Y", $downarr['nosrc']['date']) . ", <a href=\"{$downarr['nosrc']['md5']}\" style=\"color: inherit;\">MD5</a>)</p>\n";
19
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">(" . ($downarr['nosrc']['size'] >> 20) . "M, last update: " . date("d M Y", $downarr['nosrc']['date']) . ", <a href=\"{$downarr['nosrc']['md5']}\" style=\"color: inherit;\">MD5</a>)</p>\n";
22
  echo "    </div>\n";
20
  echo "    </div>\n";
23
 
21
 
24
  echo "    <div style=\"width: 45%; float: right; margin: 1.2em 0 0 5%;\">\n";
22
  echo "    <div style=\"width: 45%; float: right; margin: 1.2em 0 0 5%;\">\n";
25
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"{$downarr['full']['url']}\">Download Svarog386 (+sources)</a></p>\n";
23
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"{$downarr['full']['url']}\">Download SvarDOS (+sources)</a></p>\n";
26
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">(" . ($downarr['full']['size'] >> 20) . "M, last update: " . date("d M Y", $downarr['full']['date']) . ", <a href=\"{$downarr['full']['md5']}\" style=\"color: inherit;\">MD5</a>)</p>\n";
24
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">(" . ($downarr['full']['size'] >> 20) . "M, last update: " . date("d M Y", $downarr['full']['date']) . ", <a href=\"{$downarr['full']['md5']}\" style=\"color: inherit;\">MD5</a>)</p>\n";
27
  echo "    </div>\n";
25
  echo "    </div>\n";
28
 
26
 
29
  echo "    <div style=\"width: 100%; margin: 1.2em 0 0 0;\">\n";
27
  echo "    <div style=\"width: 100%; margin: 1.2em 0 0 0;\">\n";
30
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"{$downarr['micro']['url']}\">Download Svarog386 micro (core OS only)</a></p>\n";
28
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"{$downarr['micro']['url']}\">Download SvarDOS micro (core OS only)</a></p>\n";
31
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">(" . ($downarr['micro']['size'] >> 20) . "M, last update: " . date("d M Y", $downarr['micro']['date']) . ", <a href=\"{$downarr['micro']['md5']}\" style=\"color: inherit;\">MD5</a>)</p>\n";
29
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">(" . ($downarr['micro']['size'] >> 20) . "M, last update: " . date("d M Y", $downarr['micro']['date']) . ", <a href=\"{$downarr['micro']['md5']}\" style=\"color: inherit;\">MD5</a>)</p>\n";
32
  echo "    </div>\n";
30
  echo "    </div>\n";
33
 
31
 
34
?>
32
?>
35
 
33
 
36
    <p>You might want to know what it is exactly that you are about to download, before fetching the multi-megabytes ISO file. Feel free to browse the <a href="listing.txt">listing</a> of all the packages that come with Svarog386.</p>
34
    <p>You might want to know what it is exactly that you are about to download, before fetching the multi-megabytes ISO file. Browse the <a href="listing.txt">listing</a> of all the packages that come with SvarDOS.</p>
37
 
35
 
38
    <p>If your computer is unable to boot from a CD, you can use Svarog386's <a href="boot.img">boot floppy image</a> to install Svarog386 (you still need to put Svarog386's CD in your drive).</p>
36
    <p>If your computer is unable to boot from a CD, you can use the SvarDOS <a href="boot.img">boot floppy image</a> to install SvarDOS (you still need to put the SvarDOS CD in your drive, though).</p>
39
 
37
 
40
    <p class="wondering">Wondering how Svarog386 is built? You might want to take a look at the <a href="https://sourceforge.net/p/svarog386/code">project's SVN</a>, where all the build-related files are stored.</p>
38
    <p class="wondering">Wondering how SvarDOS is built? You might want to take a look at the <a href="https://osdn.net/projects/svardos/scm/svn/tree/head/">project's SVN</a>, where all the build-related files are stored.</p>