Subversion Repositories SvarDOS

Rev

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

Rev 733 Rev 827
Line 22... Line 22...
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? The project has a <a href="https://lists.osdn.me/mailman/listinfo/svardos-users">mailing list</a> just for that. You may also wish to take a look at the <a href="phpamb.php?fname=help/help-en&amp;f=todo.ama">project's "todo list"</a> and <a href="https://osdn.net/projects/svardos/ticket/">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? The project has a <a href="https://lists.osdn.me/mailman/listinfo/svardos-users">mailing list</a> just for that. You may also wish to take a look at the <a href="phpamb.php?fname=help/help-en&amp;f=todo.ama">project's "todo list"</a> and <a href="https://osdn.net/projects/svardos/ticket/">ticket list</a>.</p>
25
 
25
 
26
    <?php
26
    <?php
27
    $lastver = scandir('download/', SCANDIR_SORT_DESCENDING)[0];
27
    $flist = scandir('download/', SCANDIR_SORT_DESCENDING);
-
 
28
    foreach ($flist as $f) {
-
 
29
      if (!preg_match('/^[0-9]*$/', $f)) continue;
-
 
30
      $lastver = $f;
-
 
31
      break;
-
 
32
    }
28
 
33
 
29
    echo '<h2>Downloads (build ' . $lastver . ')</h2>'
34
    echo '<h2>Downloads (build ' . $lastver . ')</h2>'
30
    ?>
35
    ?>
31
 
36
 
32
    <ul>
37
    <ul>