Browse Source

Message about project break

Signed-off-by: falkTX <falktx@gmail.com>
redirect
falkTX 7 years ago
parent
commit
6bb7932234
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
3 changed files with 12 additions and 3 deletions
  1. +3
    -0
      Documentation:KXStudio14045:ReleaseNotes.php
  2. +5
    -0
      Downloads.php
  3. +4
    -3
      includes/header.php

+ 3
- 0
Documentation:KXStudio14045:ReleaseNotes.php View File

@@ -27,9 +27,12 @@ include_once("includes/header.php");
<li>Installation for (U)EFI systems will fail due to missing packages if not connected to the internet.<br/> <li>Installation for (U)EFI systems will fail due to missing packages if not connected to the internet.<br/>
If you need to install on such systems, make sure to connect to the internet before starting the installer. If you need to install on such systems, make sure to connect to the internet before starting the installer.
</li> </li>

<!--
<li>The list of packages installed on the Live-DVD is available <li>The list of packages installed on the Live-DVD is available
<a href="<?php echo $ROOT; ?>/Paste/c6i94" class="external text" rel="nofollow">here</a> for 32bit and <a href="<?php echo $ROOT; ?>/Paste/c6i94" class="external text" rel="nofollow">here</a> for 32bit and
<a href="<?php echo $ROOT; ?>/Paste/MpWgT" class="external text" rel="nofollow">here</a> for 64bit.</li> <a href="<?php echo $ROOT; ?>/Paste/MpWgT" class="external text" rel="nofollow">here</a> for 64bit.</li>
-->
</ul> </ul>


<p><br/></p> <p><br/></p>


+ 5
- 0
Downloads.php View File

@@ -12,6 +12,11 @@ include_once("includes/header.php");
This is an Ubuntu 14.04.5 LTS based Live-DVD, used to test-drive KXStudio and/or install it to your HDD.<br/> This is an Ubuntu 14.04.5 LTS based Live-DVD, used to test-drive KXStudio and/or install it to your HDD.<br/>
It contains a snapshot of the KXStudio features as of <b>June 9th, 2017</b> or <b>09/06/2017</b>. It uses KDE4 as Desktop Environment. It contains a snapshot of the KXStudio features as of <b>June 9th, 2017</b> or <b>09/06/2017</b>. It uses KDE4 as Desktop Environment.
</p> </p>
<p>
NOTE: <b>This ISO is quite old now and will stop being supported in April 2019</b>, thus not recommended for new installs.<br/>
An 18.04 based ISO is expected to be released around Summer 2019.<br/>
Thanks for understanding.
</p>
<p class="p_extra_spaced"> <p class="p_extra_spaced">
<b>Downloads:</b><br/> <b>Downloads:</b><br/>
&nbsp;<a href="http://download.linuxaudio.org/kxstudio/KXStudio_14.04.5_32bit.iso" class="external text a_bigger_text" rel="nofollow" target="_blank"> &nbsp;<a href="http://download.linuxaudio.org/kxstudio/KXStudio_14.04.5_32bit.iso" class="external text a_bigger_text" rel="nofollow" target="_blank">


+ 4
- 3
includes/header.php View File

@@ -1,11 +1,11 @@
<?php <?php
$SHOW_NOTE = FALSE;
$SHOW_NOTE = TRUE;
$ROOT = FALSE; $ROOT = FALSE;


if (file_exists("/home/falktx/.jackdrc") || file_exists("/home/daeavelwyn/public_html/kxstudio/")) if (file_exists("/home/falktx/.jackdrc") || file_exists("/home/daeavelwyn/public_html/kxstudio/"))
{ {
$ROOT = "/kxstudio"; $ROOT = "/kxstudio";
$SHOW_NOTE = FALSE;
$SHOW_NOTE = TRUE;
} }


if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPACE") { if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPACE") {
@@ -311,7 +311,8 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA
<?php } ?> <?php } ?>
<?php if ($PAGE_TYPE != "PASTE" && $SHOW_NOTE) { ?> <?php if ($PAGE_TYPE != "PASTE" && $SHOW_NOTE) { ?>
<p style="color:#fa3a3a;"> <p style="color:#fa3a3a;">
NOTE: Parts of this website are currently being rewritten, some links might not work at the moment.
NOTE: The KXStudio project is currently on a break, regular development is expected to return later in 2019.
Thanks for understanding.
</p> </p>
<?php } ?> <?php } ?>
<!-- - - - - - - - Begin Content Area - - - - - - - --> <!-- - - - - - - - Begin Content Area - - - - - - - -->

Loading…
Cancel
Save