Line 19... |
Line 19... |
19 |
|
19 |
|
20 |
<p>SvarDOS is a "rolling" release, meaning that it doesn't follow the concept of "versions". Once the system is installed, its packages can be kept up-to-date using the SvarDOS online update tools (pkg & pkgnet).</p>
|
20 |
<p>SvarDOS is a "rolling" release, meaning that it doesn't follow the concept of "versions". Once the system is installed, its packages can be kept up-to-date using the SvarDOS online update tools (pkg & pkgnet).</p>
|
21 |
|
21 |
|
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&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 project's <a href="https://osdn.net/projects/svardos/ticket/">ticket list</a>.</p>
|
25 |
|
25 |
|
26 |
<?php // the "default" build proposed on the main page is read from default_build.txt
|
26 |
<?php // the "default" build proposed on the main page is read from default_build.txt
|
27 |
$lastver = trim(file_get_contents('default_build.txt'));
|
27 |
$lastver = trim(file_get_contents('default_build.txt'));
|
28 |
|
28 |
|
29 |
echo '<h2>Downloads (build ' . $lastver . ')</h2>'
|
29 |
echo '<h2>Downloads (build ' . $lastver . ')</h2>'
|