Browse Source

Add news "New releases and future plans"

pull/1/head
falkTX 11 years ago
parent
commit
92138a2b90
3 changed files with 47 additions and 4 deletions
  1. +0
    -3
      Documentation:KXStudio12043:ReleaseNotes.php
  2. +35
    -0
      News.php
  3. +12
    -1
      includes/footer.php

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

@@ -8,9 +8,6 @@ include_once("includes/header.php");

<p>
These are the release notes related to the KXStudio 12.04.3 Release, based on Ubuntu 12.04.3 LTS.<br/>
We recommend you to take a look at the Ubuntu's 12.04 release notes too,
<a href="https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes" class="external text" rel="nofollow">here</a>.<br/>
(Read the 'Kubuntu' notes if you use KDE, 'Xubuntu' for XFCE and so on).
</p>

<p><br/></p>


+ 35
- 0
News.php View File

@@ -12,6 +12,41 @@ include_once("includes/header.php");
<a href="http://feeds.launchpad.net/kxstudio/announcements.atom"><img src="images/rss.png" alt="RSS"/></a>
</div>

<p>
<span style="font-size: 20px">&gt; New releases and future plans</span><br/>
On <i>2013-11-27</i> by<i> falkTX</i>
</p>
<p>
Hello everyone, there have been a couple of releases and changes on the KXStudio world.<br/>
</p>
<p>
First of, a new release of the <b>KXStudio Live-DVD</b> is now available.<br/>
This is a bug-fix for the 12.04.x series, which current users should already have if their systems are up to date.<br/>
Checkout the <a href="http://kxstudio.sourceforge.net/Documentation:KXStudio12043:About">About</a> or <a href="http://kxstudio.sourceforge.net/Documentation:KXStudio12043:ReleaseNotes">Release Notes</a> to find out more about this release.
</p>
<p>
Several <b>new versions of Carla</b> have been released since its first announcement, the last one currently being 1.2.2.<br/>
For a change-log you can check the <a href="https://github.com/falkTX/Carla/commits/stable">git log (stable branch)</a> in github.<br/>
This way you can see what actually changed in the code, instead of just seeing a description list.
</p>
<p>
A new <b>DISTRHO</b> release is planned for release next month, and a few minor plugins.<br/>
Hopefully the Plugin Toolkit will be ready by then, which should help the creation of new audio plugins (soon!).
</p>
<p>
Lastly, after much discussion and consideration, the <b>KXStudio repositories are moving to Debian</b>.<br/>
The current 12.04.x release is still fully supported, this is something that will happen slowly through 2014.<br/>
Having the KXStudio repos in Debian means any Debian based distribution can make use of KXStudio goods, and not just Ubuntu ones.<br/>
Although there are already happy users with Debian + KXStudio, this process is not yet complete.<br/>
We'll make a new announcement once the Debian repos are ready for wide use.
</p>
<p>
Oh, and the KXStudio website is currently being redone a little.<br/>
Give it a visit now! <a href="http://kxstudio.sourceforge.net/">http://kxstudio.sourceforge.net/</a>
</p>

<hr/>

<p>
<span style="font-size: 20px">&gt; Carla Plugin Host 1.0.0 released!</span><br/>
On <i>2013-07-02</i> by<i> falkTX</i>


+ 12
- 1
includes/footer.php View File

@@ -31,18 +31,29 @@
<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>
<p>
New KXStudio DVD and Carla releases.<br/>
KXStudio repositories moving to Debian.
</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>
<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>
<hr/>
<a href="<?php echo $ROOT; ?>/News/?action=view&url=kxstudio-mini-manual">

<a href="<?php echo $ROOT; ?>/News/?action=view&url=kxstudio-now-on-facebook-and-soundcloud">
<b>Facebook and SoundCloud</b>
</a>
<p>There's now a Facebook and SoundCloud page for KXStudio.</p>


Loading…
Cancel
Save