Browse Source

Update mini-news, other small fixes

pull/2/merge
falkTX 8 years ago
parent
commit
1341b89683
3 changed files with 21 additions and 23 deletions
  1. +3
    -5
      Documentation:KXStudio14042:About.php
  2. +17
    -17
      includes/footer.php
  3. +1
    -1
      includes/header.php

+ 3
- 5
Documentation:KXStudio14042:About.php View File

@@ -16,13 +16,12 @@ include_once("includes/header.php");
</p>

<p>
The Live-DVD contains a highly optimized KDE desktop (version 4.11.1), together with a low-latency kernel (version 3.8).<br/>
The Live-DVD contains a highly optimized KDE4 desktop, together with a low-latency kernel (version 3.8).<br/>
There's a lot of audio-related applications inside, with even more available to install via the repositories.
</p>

<p>
The live system is based upon Kubuntu code with only a few tweaks (like auto-adding the live user to audio and video groups).<br/>
Due to a Kubuntu backports issue is not possible to use Ubuntu's "LTS Enablement Stack", so the regular Xorg version is used.
The live system is based upon Kubuntu code with only a few tweaks (like auto-adding the live user to audio and video groups).
</p>

<h3><span class="mw-headline" id="Apps"> Pre-installed applications </span></h3>
@@ -43,7 +42,7 @@ include_once("includes/header.php");
<tr><td valign="top">
<ul>
<!-- <li>amsynth</li> -->
<li>Ardour3</li>
<li>Ardour</li>
<li>Audacious</li>
<li>Audacity</li>
<li>Bristol</li>
@@ -105,7 +104,6 @@ include_once("includes/header.php");
<li>SMPlayer</li>
<li>Synaptic</li>
<li>VLC</li>
<li>Wine</li>
</ul>
</td></tr>
</table>


+ 17
- 17
includes/footer.php View File

@@ -30,32 +30,32 @@
<div class="column grid_3 alpha">
<div class="box box-shadow alpha clear-both navigation">
<h2 class="box-header"> <a href="<?php echo $ROOT; ?>/News" style="color: #aaf;">News</a> </h2>
<a href="<?php echo $ROOT; ?>/News/?action=view&url=new-releases-and-future-plans">
<b>New releases and future plans</b><br/>
<a href="<?php echo $ROOT; ?>/News/?action=view&url=changes-in-kxstudio-repositories">
<b>Changes in KXStudio repositories</b><br/>
</a>
<p>
New KXStudio DVD and Carla releases.<br/>
KXStudio repositories moving to Debian.
SHA1 keys issue fix coming soon.<br/>
Qt5 audio packages coming afterwards.
</p>
<hr/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=carla-plugin-host-100-released">
<b>Carla 1.0.0 released!</b><br/>
<img src="<?php echo $ROOT; ?>/screenshots/carla.png" alt="" width="150px"/>
<a href="<?php echo $ROOT; ?>/News/?action=view&url=kxstudio-website-has-moved">
<b>KXStudio Website has moved</b><br/>
</a>
<p>After more than 2 years in development, the first stable release of Carla is now available!</p>
<hr/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=kxstudio-mini-manual">
<b>KXStudio Mini-Manual</b>
</a>
<p>Thanks for the hard work of danboid and wolftune, the KXStudio "Mini" Manual is now online.</p>
<p>
You can now find the KXStudio website at <a href="http://kxstudio.linuxaudio.org/">
kxstudio.linuxaudio.org.</a><br/>
Also the KXStudio repositories have do not use sourceforge anymore.
</p>
<hr/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=kxstudio-now-on-facebook-and-soundcloud">
<b>Facebook and SoundCloud</b>
<a href="<?php echo $ROOT; ?>/News/?action=view&url=carla-20-beta4-is-here">
<b>Carla 2.0-beta4 is finally out!</b><br/>
<img src="<?php echo $ROOT; ?>/screenshots/carla.png" alt="" width="150px"/>
</a>
<p>There's now a Facebook and SoundCloud page for KXStudio.</p>
<p>
The 4th beta of the upcoming Carla 2.0 release.
</p>
</div>
</div>
<?php } ?>


+ 1
- 1
includes/header.php View File

@@ -208,7 +208,7 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA
<div id="rslides_container">
<ul class="rslides" id="slider1">
<li><a href="<?php echo $ROOT; ?>/Repositories:Applications"><img src="<?php echo $ROOT; ?>/images/slider-applications.jpg" alt=""/></a></li>
<li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio12043:About"><img src="<?php echo $ROOT; ?>/images/slider-distribution.jpg" alt=""/></a></li>
<li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio14042:About"><img src="<?php echo $ROOT; ?>/images/slider-distribution.jpg" alt=""/></a></li>
<li><a href="<?php echo $ROOT; ?>/Plugins"><img src="<?php echo $ROOT; ?>/images/slider-plugins.jpg" alt=""/></a></li>
</ul>
</div>


Loading…
Cancel
Save