Browse Source

More news stuff, almost finished

pull/1/head
falkTX 10 years ago
parent
commit
bc21f5a6a3
6 changed files with 77 additions and 182 deletions
  1. +44
    -157
      Downloads.php
  2. +31
    -23
      News2.php
  3. BIN
      images/ico_festige.png
  4. BIN
      images/ico_klaudia.png
  5. +1
    -1
      includes/footer.php
  6. +1
    -1
      includes/header.php

+ 44
- 157
Downloads.php View File

@@ -4,154 +4,8 @@ $PAGE_TYPE = "DOWNLOADS";
$PAGE_SOURCE_1 = ARRAY("/Downloads");
$PAGE_SOURCE_2 = ARRAY("Downloads");
include_once("includes/header.php");

if (isset($_GET["id"])) {

$DOWNLOAD_IDS = ARRAY();

// KXStudio ISOs
$DOWNLOAD_IDS["101"] = "KXStudio_12.04.1_32bit.iso";
$DOWNLOAD_IDS["102"] = "KXStudio_12.04.1_64bit.iso";

// Cadence binaries
$DOWNLOAD_IDS["201"] = "Cadence-0.8-beta2-linux32.tar.xz";
$DOWNLOAD_IDS["202"] = "Cadence-0.8-beta2-linux64.tar.xz";
$DOWNLOAD_IDS["205"] = "Cadence-0.8-beta2-win32.zip";

// Carla binaries
$DOWNLOAD_IDS["211"] = "Carla-0.8-linux32.tar.xz";
$DOWNLOAD_IDS["212"] = "Carla-0.8-linux64.tar.xz";
$DOWNLOAD_IDS["215"] = "Carla-0.8-win32.zip";

// Deprecated binaries
$DOWNLOAD_IDS["301"] = "festige-1.0.2-x86.tar.gz";

$dlId = htmlspecialchars($_GET["id"]);

if (array_key_exists($dlId, $DOWNLOAD_IDS)) {

// Set sizes
$SIZE_IDS["101"] = "1745909760";
$SIZE_IDS["102"] = "1863237632";
$SIZE_IDS["201"] = "13419996";
$SIZE_IDS["202"] = "21380936";
$SIZE_IDS["205"] = "28950659";
$SIZE_IDS["211"] = "19637728";
$SIZE_IDS["212"] = "21272596";
$SIZE_IDS["215"] = "18927509";
$SIZE_IDS["301"] = "3705332";

$dlFile = $DOWNLOAD_IDS[$dlId];
$dlPath = "http://downloads.sourceforge.net/kxstudio/" . $dlFile;
$dlSize = $SIZE_IDS[$dlId];
?>

<p class="p_bigger_text">
You are now downloading the file <b><?php echo $dlFile; ?></b><br/>
If the download doesn't start automatically, click
<a href="<?php echo $dlPath; ?>" class="external free" rel="nofollow" target="_blank">here</a>.
</p>

<a href="http://www.wargsang.de/KXStudioDownload.php?file=<?php echo $dlPath; ?>&size=<?php echo $dlSize; ?>" id="downloadRefId" style="display:none"></a>

<hr>

<p>
Thank you for your interest on KXStudio and/or its software. <b>Please consider a donation</b> while the download takes place.<br/>
Donations will help ensure that developers have the needed enthusiasm and motivation to keep working hard on the project.<br/>
Just because we're open-source doesn't mean we're allergic to money. ;)
</p>

<p>
Currently the KXStudio project accepts donations via Flattr or PayPal.<br/>
You can do a one-time donation or subscribe monthly.<br/>
In either case, we thank you in advance for any donation you make!<br/>
<br/>
</p>

<table>
<tr><td width="40px;">
</td><td valign="bottom" width="150px">
<a class="FlattrButton" style="display:none;" href="http://kxstudio.sourceforge.net/"></a>
<noscript>
<a href="http://flattr.com/thing/1098067/KXStudio" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
</noscript>
</td><td valign="bottom" width="150px">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="A8QZW5UPVZGTW">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</td><td align="center" valign="bottom" width="220px">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="7G5AKFSNVDBX8">
<table>
<tr><td>
<input type="hidden" name="on0" value="Quantity">Quantity</td></tr>
<tr><td>
<select name="os0">
<option value="Small">Small : €5.00 EUR - monthly</option>
<option value="Medium">Medium : €10.00 EUR - monthly</option>
<option value="Large">Large : €25.00 EUR - monthly</option>
</select>
</td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_LG.gif" border="0" name="submit" alt="PayPal">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</td></tr>
</table>

<?php
} else { // array_key_exists
?>

<p class="error">
Invalid download Id.
</p>

<?php
} // array_key_exists
?>

<p><br/></p>

<?php
} else { // isset
?>

<ul id="Artwork" name="Artwork">
<li><b>Artwork</b></li>
<p>
The KXStudio artwork, which includes:<br/>
&nbsp;&nbsp;- KDE4 color scheme<br/>
&nbsp;&nbsp;- KDM theme<br/>
&nbsp;&nbsp;- KSplash theme<br/>
&nbsp;&nbsp;- Plymouth theme<br/>
&nbsp;&nbsp;- QtCurve config<br/>
&nbsp;&nbsp;- Gtk2/Qt3/Qt4 theme (using qtcurve engine)<br/>
&nbsp;&nbsp;- Gtk3 theme (using solidity engine, incomplete)<br/>
&nbsp;&nbsp;- Metacity theme<br/>
&nbsp;&nbsp;- XFWM4 theme<br/>
&nbsp;&nbsp;- Wallpapers<br/>
</p>
<p>
By using QtCurve, our theme can perfectly match Gtk2, Qt3, KDE3, Qt4 and KDE4 applications.<br/>
See the <a href="<?php echo $ROOT; ?>/Artwork">KXStudio Artwork</a> section for screenshots of various Desktop Environments using the KXStudio theme.<br/>
</p>
<p class="p_extra_spaced">
Downloads:<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/artwork/kxstudio-artwork_20121222.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_kxstudio.png" alt="" class="img_text_align"/> KXStudio Artwork</a> (version 2012-12-22)
</p>
</ul>

<p><br/></p>

<ul id="Binaries" name="Binaries">
<li><b>Binary Releases</b></li>
<p>
@@ -163,10 +17,14 @@ $dlSize = $SIZE_IDS[$dlId];
<img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence</a> (32bit, version 0.8.1)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence</a> (64bit, version 0.8.1)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.3-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla</a> (32bit, version 1.2.3)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.3-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla</a> (64bit, version 1.2.3)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla</a> (32bit, version 1.2.4)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla</a> (64bit, version 1.2.4)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta1-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2</a> (32bit, version 2.0-beta1)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta1-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2</a> (64bit, version 2.0-beta1)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/festige/festige-1.0.2-x86.tar.gz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_festige.png" alt="" class="img_text_align"/> FeSTige</a> (32bit, version 1.0.2)<br/>
</p>
@@ -174,8 +32,10 @@ $dlSize = $SIZE_IDS[$dlId];
Windows Downloads:<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence</a> (32bit, version 0.8.1)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.3-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla</a> (32bit, version 1.2.3)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla</a> (32bit, version 1.2.4)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta1-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2</a> (32bit, version 2.0-beta1)<br/>
</p>
</ul>

@@ -185,14 +45,16 @@ $dlSize = $SIZE_IDS[$dlId];
<li><b>Source Code Releases</b></li>
<p>
Software developed by the KXStudio Team, released as source tarball so that distros other than Ubuntu (or advanced users) can pick it up.<br/>
If you're running an Ubuntu based system, please use the <a href="<?php echo $ROOT; ?>/Repositories">KXStudio Repositories</a> instead.
If you're running a Debian or Ubuntu based system, please use the <a href="<?php echo $ROOT; ?>/Repositories">KXStudio Repositories</a> instead.
</p>
<p class="p_extra_spaced">
Downloads:<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence</a> (version 0.8.1)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.1.0-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla</a> (version 1.1.0)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla</a> (version 1.2.4)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta1-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2</a> (version 2.0-beta1)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/festige/festige-1.0.2-src.tar.gz/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_festige.png" alt="" class="img_text_align"/> FeSTige</a> (version 1.0.2)<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/klaudia/klaudia-1.0.2.tar.gz/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
@@ -229,7 +91,33 @@ $dlSize = $SIZE_IDS[$dlId];
</p>
</ul>

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

<ul id="Artwork" name="Artwork">
<li><b>Artwork</b></li>
<p>
The KXStudio artwork, which includes:<br/>
&nbsp;&nbsp;- KDE4 color scheme<br/>
&nbsp;&nbsp;- KDM theme<br/>
&nbsp;&nbsp;- KSplash theme<br/>
&nbsp;&nbsp;- Plymouth theme<br/>
&nbsp;&nbsp;- QtCurve config<br/>
&nbsp;&nbsp;- Gtk2/Qt3/Qt4 theme (using qtcurve engine)<br/>
&nbsp;&nbsp;- Gtk3 theme (using solidity engine, incomplete)<br/>
&nbsp;&nbsp;- Metacity theme<br/>
&nbsp;&nbsp;- XFWM4 theme<br/>
&nbsp;&nbsp;- Wallpapers<br/>
</p>
<p>
By using QtCurve, our theme can perfectly match Gtk2, Qt3, KDE3, Qt4 and KDE4 applications.<br/>
See the <a href="<?php echo $ROOT; ?>/Artwork">KXStudio Artwork</a> section for screenshots of various Desktop Environments using the KXStudio theme.<br/>
</p>
<p class="p_extra_spaced">
Downloads:<br/>
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/artwork/kxstudio-artwork_20121222.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_kxstudio.png" alt="" class="img_text_align"/> KXStudio Artwork</a> (version 2012-12-22)
</p>
</ul>

<hr/>

@@ -244,6 +132,5 @@ $dlSize = $SIZE_IDS[$dlId];
<p><br/></p>

<?php
} // isset
include_once("includes/footer.php");
?>

+ 31
- 23
News2.php View File

@@ -22,14 +22,19 @@ include_once("includes/header.php");
Today the first beta is released, and we'll show you what to expect when the final version arrives.<br/>
</p>
<p>
DISCLAIMER: This is a beta release! Although all features mentioned here are working right now, they may be incomplete, have bugs or even eat your cat!<br/>
You've been warned. ;)<br/>
To download binaries or source code, jump into the <a href="http://kxstudio.sourceforge.net/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
If you're using the KXStudio repositories, you can simply install "carla-git" and "carla-plugins-lv2" instead.<br/>
Bug reports and feature requests are welcome! Jump into the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
</p>
<p>
<b class="error">DISCLAIMER:</b> This is a beta release! Although all features mentioned here are working right now, they may be incomplete, have bugs or even eat your cat!<br/>
<span class="error">You've been warned.</span><br/>
</p>

<h2>Highlights</h2>

<table><tr><td>
<a href="/screenshots/news/carla-2.0-beta_canvas-integration.png"><img src="/screenshots/news/carla-2.0-beta_canvas-integration_crop.png" alt="new-look"/></a>
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_canvas-integration.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_canvas-integration_crop.png" alt="new-look"/></a>
</td><td>
<h3>Canvas Integration</h3>
<p>
@@ -42,47 +47,52 @@ include_once("includes/header.php");
<p><br/></p>

<table><tr><td>
<a href="/screenshots/news/carla-2.0-beta_newlook.png"><img src="/screenshots/news/carla-2.0-beta_newlook_crop.png" alt="new-look"/></a>
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_newlook.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_newlook_crop.png" alt="new-look"/></a>
</td><td>
<h3>New Look</h3>
<p>
blah blah blah blah.<br/>
blah blah blah hahahah.<br/>
Each plugin gets his own slot skin.<br/>
Different colors are attributed to each kind of plugin (EQ, delay, distortion, etc).<br/>
Specialized skins that match the author/maker are used when appropriate.<br/>
</p>
</td></tr></table>

<p><br/></p>

<table><tr><td>
<a href="/screenshots/news/carla-2.0-beta_carla-as-plugin.png"><img src="/screenshots/news/carla-2.0-beta_carla-as-plugin_crop.png" alt="new-look"/></a>
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_carla-as-plugin.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_carla-as-plugin_crop.png" alt="new-look"/></a>
</td><td>
<h3>Carla-Rack as Plugin</h3>
<h3>Carla-Rack as a Plugin</h3>
<p>
Carla itself as a plugin (rack-mode).<br/>
This allows this and that<br/>
Carla itself working as a plugin (rack-mode).<br/>
This allows to use several rack instances inside a single Carla instance.<br/>
Internal patch-bay mode is also planned, but probably only for 3.0.<br/>
</p>
</td></tr></table>

<p><br/></p>

<table><tr><td>
<a href="/screenshots/news/carla-2.0-beta_carla-rack-lv2.png"><img src="/screenshots/news/carla-2.0-beta_carla-rack-lv2_crop.png" alt="new-look"/></a>
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_carla-rack-lv2.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_carla-rack-lv2_crop.png" alt="new-look"/></a>
</td><td>
<h3>Internal plugins as LV2</h3>
<p>
Carla internal plugins exported as LV2<br/>
Carla internal plugins are now exported as LV2.<br/>
This includes carla-rack and zynaddsubfx!<br/>
Plugins that released separately (such as DISTRHO and ZamAudio) are not included.<br/>
</p>
</td></tr></table>

<p><br/></p>

<table><tr><td>
<a href="/screenshots/news/carla-2.0-beta_win32-bridge.png"><img src="/screenshots/news/carla-2.0-beta_win32-bridge_crop.png" alt="new-look"/></a>
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_win32-bridge.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta_win32-bridge_crop.png" alt="new-look"/></a>
</td><td>
<h3>Plugin Bridges</h3>
<p>
plugin bridges, including 32bit on 64bit systems and Windows plugins on Linux<br/>
Running plugins in a separate process for crash-protection.<br/>
Using a separate process also makes it possible to load plugins with a different architecture from the host,<br/>
such as 32-bit plugins on 64-bit Carla and Windows plugins in Linux.<br/>
</p>
</td></tr></table>

@@ -90,20 +100,18 @@ include_once("includes/header.php");

<h3>More stuff</h3>
<ul>
<li>LV2 CV ports and Worker extension are now implemented, allowing to load ams-lv2 and setBfree plugins</li>
<li>Qt5 ready (already used in Windows builds)</li>
<li>Save and restore canvas connections</li>
<li>LV2 CV ports and Worker extension are now implemented, allowing to load ams-lv2 and setBfree among other plugins</li>
<li>VST3 and AU plugin support</li>
<li>save&restore canvas connections</li>
<li>Qt5 ready</li>
</ul>
<p>
There's some other things planned, but they might be delayed until 3.0 so that this release doesn't take too long to happen.<br/>
You can find the complete TODO list here: https://raw.github.com/falkTX/Carla/master/doc/Carla-TODO.<br/>
You can find the complete TODO list here:<br/>
<a href="https://raw.github.com/falkTX/Carla/master/doc/Carla-TODO" class="external free" rel="nofollow" target="_blank">https://raw.github.com/falkTX/Carla/master/doc/Carla-TODO</a>.<br/>
</p>

<h2>Downloads</h2>
<p>
experiment?, downloads here
</p>
<p><br/></p>

<!--
<hr/>
@@ -203,7 +211,7 @@ include_once("includes/header.php");
For example, the <b>plugin edit dialog</b> now looks like this:
</p>
<p>
<img src="/screenshots/news/carla-2.0-report_edit-dialog.png" alt=""/>
<img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-report_edit-dialog.png" alt=""/>
</p>
<p>
As seen the image, the user will be able to use "Stereo Balance" or "Mono Panning".<br/>


BIN
images/ico_festige.png View File

Before After
Width: 16  |  Height: 16  |  Size: 566B

BIN
images/ico_klaudia.png View File

Before After
Width: 16  |  Height: 16  |  Size: 740B

+ 1
- 1
includes/footer.php View File

@@ -12,10 +12,10 @@
<li><a href="#Interface">Interface</a></li>
<li><a href="#Download">Download</a></li>
<?php } else if ($PAGE_TYPE == "DOWNLOADS") { ?>
<li><a href="#Artwork">Artwork</a></li>
<li><a href="#Binaries">Binaries</a></li>
<li><a href="#SourceCode">Source Code</a></li>
<li><a href="#LiveDVD">Live-DVD</a></li>
<li><a href="#Artwork">Artwork</a></li>
<li><a href="#AllDownloads">All Downloads</a></li>
<?php } else if ($PAGE_TYPE == "PASTE") { ?>
<li><a href="<?php echo $ROOT; ?>/Paste" title="Create new paste">New Paste</a></li>


+ 1
- 1
includes/header.php View File

@@ -232,10 +232,10 @@ else
<li><a href="#Interface">Interface</a></li>
<li><a href="#Download">Download</a></li>
<?php } else if ($PAGE_TYPE == "DOWNLOADS") { ?>
<li><a href="#Artwork">Artwork</a></li>
<li><a href="#Binaries">Binaries</a></li>
<li><a href="#SourceCode">Source Code</a></li>
<li><a href="#LiveDVD">Live-DVD</a></li>
<li><a href="#Artwork">Artwork</a></li>
<li><a href="#AllDownloads">All Downloads</a></li>
<?php } else if ($PAGE_TYPE == "PASTE") { ?>
<li><a href="<?php echo $ROOT; ?>/Paste" title="Create new paste">New Paste</a></li>


Loading…
Cancel
Save