diff --git a/Downloads.php b/Downloads.php index b5a2802..d77f9b5 100644 --- a/Downloads.php +++ b/Downloads.php @@ -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]; -?> - -
- You are now downloading the file
- If the download doesn't start automatically, click
- here.
-
- Thank you for your interest on KXStudio and/or its software. Please consider a donation while the download takes place.
- Donations will help ensure that developers have the needed enthusiasm and motivation to keep working hard on the project.
- Just because we're open-source doesn't mean we're allergic to money. ;)
-
- Currently the KXStudio project accepts donations via Flattr or PayPal.
- You can do a one-time donation or subscribe monthly.
- In either case, we thank you in advance for any donation you make!
-
-
- | - | - -- - | - - |
- Invalid download Id. -
- - -
- The KXStudio artwork, which includes:
- - KDE4 color scheme
- - KDM theme
- - KSplash theme
- - Plymouth theme
- - QtCurve config
- - Gtk2/Qt3/Qt4 theme (using qtcurve engine)
- - Gtk3 theme (using solidity engine, incomplete)
- - Metacity theme
- - XFWM4 theme
- - Wallpapers
-
- By using QtCurve, our theme can perfectly match Gtk2, Qt3, KDE3, Qt4 and KDE4 applications.
- See the KXStudio Artwork section for screenshots of various Desktop Environments using the KXStudio theme.
-
- Downloads:
-
- KXStudio Artwork (version 2012-12-22)
-
@@ -163,10 +17,14 @@ $dlSize = $SIZE_IDS[$dlId];
Cadence (32bit, version 0.8.1)
Cadence (64bit, version 0.8.1)
-
- Carla (32bit, version 1.2.3)
-
- Carla (64bit, version 1.2.3)
+
+ Carla (32bit, version 1.2.4)
+
+ Carla (64bit, version 1.2.4)
+
+ Carla2 (32bit, version 2.0-beta1)
+
+ Carla2 (64bit, version 2.0-beta1)
FeSTige (32bit, version 1.0.2)
Software developed by the KXStudio Team, released as source tarball so that distros other than Ubuntu (or advanced users) can pick it up.
- If you're running an Ubuntu based system, please use the KXStudio Repositories instead.
+ If you're running a Debian or Ubuntu based system, please use the KXStudio Repositories instead.
Downloads:
Cadence (version 0.8.1)
-
- Carla (version 1.1.0)
+
+ Carla (version 1.2.4)
+
+ Carla2 (version 2.0-beta1)
FeSTige (version 1.0.2)
@@ -229,7 +91,33 @@ $dlSize = $SIZE_IDS[$dlId];
+ The KXStudio artwork, which includes:
+ - KDE4 color scheme
+ - KDM theme
+ - KSplash theme
+ - Plymouth theme
+ - QtCurve config
+ - Gtk2/Qt3/Qt4 theme (using qtcurve engine)
+ - Gtk3 theme (using solidity engine, incomplete)
+ - Metacity theme
+ - XFWM4 theme
+ - Wallpapers
+
+ By using QtCurve, our theme can perfectly match Gtk2, Qt3, KDE3, Qt4 and KDE4 applications.
+ See the KXStudio Artwork section for screenshots of various Desktop Environments using the KXStudio theme.
+
+ Downloads:
+
+ KXStudio Artwork (version 2012-12-22)
+
- 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!
- You've been warned. ;)
+ To download binaries or source code, jump into the KXStudio downloads section.
+ If you're using the KXStudio repositories, you can simply install "carla-git" and "carla-plugins-lv2" instead.
+ Bug reports and feature requests are welcome! Jump into the Carla's Github project page for those.
+
+ 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!
+ You've been warned.
- + |
Canvas Integration@@ -42,47 +47,52 @@ include_once("includes/header.php"); More stuff
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. Downloads-- experiment?, downloads here - + |