Subversion Repositories SvarDOS

Rev

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

Rev 17 Rev 18
1
    <p class="title">Svarog386 - a FreeDOS distribution for 386+ computers</p>
1
    <p class="title">Svarog386 - a FreeDOS distribution for 386+ computers</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
    <img src="svarog386.png" alt="logo" style="height: 10em; float: right; margin: 0 0 0.5em 0.5em;">
3
    <img src="svarog386.png" alt="logo" style="height: 10em; float: right; margin: 0 0 0.5em 0.5em;">
4
 
4
 
5
    <p>Svarog386 is 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>
5
    <p>Svarog386 is 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>
6
    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>
6
    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>
7
 
7
 
8
    <p>Svarog386 is <b>not</b> designed for strict 8086 compatibility. Many parts of it might 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>
8
    <p>Svarog386 is <b>not</b> designed for strict 8086 compatibility. Many parts of it might 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>
9
 
9
 
10
    <p>Need to get in touch, or wish to contribute some packages? Feel free to drop a line to the usenet group <b>alt.os.free-dos</b>. Alternatively, you could also reach me directly via <a href="https://sourceforge.net/u/userid-1220451/">sourceforge</a>.
10
    <p>Need to get in touch, or wish to contribute some packages? Feel free to drop a line to the usenet group <b>alt.os.free-dos</b>. Alternatively, you could also reach me directly via <a href="https://sourceforge.net/u/userid-1220451/">sourceforge</a>.
11
 
11
 
12
<?php
12
<?php
13
  // find the latest 'full' ISO available
13
  // find the latest 'full' ISO available
14
  $files = glob("svarog386-full-*.iso", GLOB_NOSORT);
14
  $files = glob("svarog386-full-*.iso", GLOB_NOSORT);
15
  $files = array_combine($files, array_map("filemtime", $files));
15
  $files = array_combine($files, array_map("filemtime", $files));
16
  arsort($files);
16
  arsort($files);
17
  $latest_iso_full = key($files);
17
  $latest_iso_full = key($files);
18
  // compute file size and date of the 'full' ISO
18
  // compute file size and date of the 'full' ISO
19
  $fsize_full = filesize($latest_iso_full) >> 20;
19
  $fsize_full = filesize($latest_iso_full) >> 20;
20
  $ftime_full = date("d M Y", $files[$latest_iso_full]);
20
  $ftime_full = date("d M Y", $files[$latest_iso_full]);
21
 
21
 
22
  // find the latest 'nosrc' ISO available
22
  // find the latest 'nosrc' ISO available
23
  $files = glob("svarog386-nosrc-*.iso", GLOB_NOSORT);
23
  $files = glob("svarog386-nosrc-*.iso", GLOB_NOSORT);
24
  $files = array_combine($files, array_map("filemtime", $files));
24
  $files = array_combine($files, array_map("filemtime", $files));
25
  arsort($files);
25
  arsort($files);
26
  $latest_iso_nosrc = key($files);
26
  $latest_iso_nosrc = key($files);
27
  // compute file size and date of the 'nosrc' ISO
27
  // compute file size and date of the 'nosrc' ISO
28
  $fsize_nosrc = filesize($latest_iso_nosrc) >> 20;
28
  $fsize_nosrc = filesize($latest_iso_nosrc) >> 20;
29
  $ftime_nosrc = date("d M Y", $files[$latest_iso_nosrc]);
29
  $ftime_nosrc = date("d M Y", $files[$latest_iso_nosrc]);
30
 
30
 
31
  echo "    <p style=\"margin: 1.2em auto 0 auto; font-size: 1.2em; text-align: center; font-weight: bold;\"><a href=\"/{$latest_iso_full}\">Download the latest Svarog386 ISO</a></p>\n";
31
  //echo "    <p style=\"margin: 1.2em auto 0 auto; font-size: 1.2em; text-align: center; font-weight: bold;\">Download the latest Svarog386 ISO</p>\n";
32
  echo '    <p style="margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;">';
-
 
33
 
32
 
-
 
33
  echo "    <div style=\"width: 45%; float: left; margin: 1.2em 0 0 5%;\">\n";
-
 
34
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"/{$latest_iso_full}\">Download Svarog386 full version</a></p>\n";
34
  echo "({$fsize_full}M, last update: {$ftime_full}, <a href=\"/{$latest_iso_full}.md5\" style=\"color: inherit;\">MD5</a>)";
35
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">({$fsize_full}M, last update: {$ftime_full}, <a href=\"/{$latest_iso_full}.md5\" style=\"color: inherit;\">MD5</a>)</p>\n";
-
 
36
  echo "    </div>\n";
35
 
37
 
-
 
38
  echo "    <div style=\"width: 45%; float: right; margin: 1.2em 5% 0 0;\">\n";
-
 
39
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"/{$latest_iso_nosrc}\">Download Svarog386 binary (no sources)</a></p>\n";
-
 
40
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">({$fsize_nosrc}M, last update: {$ftime_nosrc}, <a href=\"/{$latest_iso_nosrc}.md5\" style=\"color: inherit;\">MD5</a>)</p>\n";
36
  echo "</p>\n";
41
  echo "    </div>\n";
37
 
42
 
38
?>
43
?>
39
 
44
 
40
    <p>You might want to know what it is exactly that you are about to download, before fetching the 450M+ ISO file. Feel free to browse the <a href="/repos/listing.txt">listing</a> of all the packages that come with Svarog386.</p>
45
    <p>You might want to know what it is exactly that you are about to download, before fetching the 450M+ ISO file. Feel free to browse the <a href="/repos/listing.txt">listing</a> of all the packages that come with Svarog386.</p>
41
 
46