Subversion Repositories SvarDOS

Rev

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

Rev 3 Rev 10
Line 52... Line 52...
52
      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 update repositories or by using the latest ISO image as your local package repository.</p>
52
      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 update repositories or by using the latest ISO image as your local package repository.</p>
53
 
53
 
54
      <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>
54
      <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>
55
 
55
 
56
      <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>.
56
      <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>.
57
 
-
 
58
      <p style="margin: 1.2em auto 0 auto; font-size: 1.2em; text-align: center; font-weight: bold;"><a href="http://svarog386.viste.fr/svarog386.iso">Download the latest Svarog386 ISO</a></p>
-
 
59
      <p style="margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;">
-
 
60
      ';
57
      ';
61
 
58
 
-
 
59
      // find the latest ISO file available
-
 
60
      $files = glob("*.iso", GLOB_NOSORT);
-
 
61
      $files = array_combine($files, array_map("filemtime", $files));
-
 
62
      arsort($files);
-
 
63
      $latest_iso = key($files);
-
 
64
 
62
      // compute file size and date
65
      // compute file size and date
63
      $fsize = filesize("svarog386.iso") >> 20;
66
      $fsize = filesize($latest_iso) >> 20;
64
      $ftime = date("d M Y", filemtime("svarog386.iso"));
67
      $ftime = date("d M Y", $files[$latest_iso]);
-
 
68
 
-
 
69
      echo "<p style=\"margin: 1.2em auto 0 auto; font-size: 1.2em; text-align: center; font-weight: bold;\"><a href=\"http://svarog386.viste.fr/{$latest_iso}\">Download the latest Svarog386 ISO</a></p>\n";
-
 
70
      echo '<p style="margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;">
-
 
71
      ';
-
 
72
 
65
      echo "({$fsize}M, last update: {$ftime}, <a href=\"svarog386.iso.md5\" style=\"color: inherit;\">MD5</a>)";
73
      echo "({$fsize}M, last update: {$ftime}, <a href=\"{$latest_iso}.md5\" style=\"color: inherit;\">MD5</a>)";
66
 
74
 
67
      echo '
75
      echo '
68
      </p>
76
      </p>
69
 
77
 
70
      <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="http://svarog386.viste.fr/repos/listing.txt">listing</a> of all the packages that come with Svarog386.</p>';
78
      <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="http://svarog386.viste.fr/repos/listing.txt">listing</a> of all the packages that come with Svarog386.</p>';