Subversion Repositories SvarDOS

Rev

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

Rev 1753 Rev 1754
Line 54... Line 54...
54
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}-EN_ONLY.zip\">{$d}</a></li>\n";
54
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}-EN_ONLY.zip\">{$d}</a></li>\n";
55
        }
55
        }
56
      ?>
56
      ?>
57
      </ul>
57
      </ul>
58
    </div>
58
    </div>
-
 
59
    <?php
-
 
60
      $latestbuild = scandir('download/', SCANDIR_SORT_DESCENDING)[0];
-
 
61
      if ($latestbuild !== $lastver) {
-
 
62
        echo "    <div>\n";
-
 
63
        echo "      <h3>Bleeding edge</h3>\n";
-
 
64
        echo "      <ul><li><a href=\"?p=files&amp;dir={$latestbuild}\">build {$latestbuild}</a></li></ul>\n";
-
 
65
        echo "      <p>This is the latest build. It hasn't been tested yet! Try it and let us know how it worked for you.</p>\n";
-
 
66
        echo "    </div>\n";
-
 
67
      }
-
 
68
    ?>
59
    </div>
69
    </div>
60
 
70
 
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>
71
    <p>The links above point to the latest builds of installation images. Archival builds can be found in the <a href="?p=files">files section</a>.</p>
62
 
72
 
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>
73
    <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>