www/sites/www/download
Albert Astals Cid <[email protected]>
| Newsgroups | gmane.comp.kde.events |
|---|---|
| Message-ID | <E1ZOvDC-0007ao-5G__17045.6590284177$1439244419$gmane$org@scm.kde.org> |
SVN commit 1434556 by aacid: Small improvement of the download page It's still pretty bad but oh well. Changes: * The cdrom page now redirects to https://community.kde.org/Distributions * Removed TOC was not adding much * Mention Plasma * Do not mention KDE SC * Remove link to cdrom.php and packagepolicy.php * Mention KDE Frameworks Maybe this is enough until the big web redesign? CCMAIL: [email protected] M +2 -39 cdrom.php M +22 -40 index.php --- trunk/www/sites/www/download/cdrom.php #1434555:1434556 @@ -1,41 +1,4 @@ <?php - $page_title = "KDE on CD-ROM"; - $site_root = "../"; - include "header.inc"; + header("Location: https://community.kde.org/Distributions"); + die(); ?> - -<p>The official KDE packages will always be available to -<a href=".">download</a> for free from the KDE FTP site. -However, if your bandwidth is limited or you just like a permanent copy, -there are ways to get KDE on CD-ROM. -</p> - -<hr /> - -<!-- Distributions --> -<table width="100%"> -<tr><td width="100%"> -<b>Service:</b> Various Linux Distributions<br /> -<b>URL:</b> <a href="distributions.php">http://www.kde.org/download/distributions.php</a><br /> -</td><td> -<a href="/download/distributions.php"><img src="images/penguin-small.png" alt="Linux Distributions" border="0" width="62" height="75"/></a> -</td></tr> - -<tr><td colspan="2"> -This is a typical way of receiving KDE on CD-ROM. The advantage of -using the version that comes with your distribution is that you are -fairly certain that it will be setup to handle your distribution's -particular directory structure, etc. The disadvantage is that you -will likely have to wait a few months for your distribution to catch -up with the latest version of KDE. -<br /> -Some distributions contribute -back to the KDE Project in many small as well as very large ways. -This includes paid developers, hardware, misc expenses, and more. -</td></tr> -</table> - -<!-- END CONTENT --> -<?php - include "footer.inc"; -?> --- trunk/www/sites/www/download/index.php #1434555:1434556 @@ -10,70 +10,42 @@ various ways to get KDE software. </p> -<h4>Table of content</h4> -<ul> -<li><a href="#general">General Information</a></li> -<li><a href="#try">Trying the KDE Software Compilation</a></li> -<li><a href="#v4.14">KDE SC 4.14</a></li> -<li><a href="#winmac">KDE SC on Windows and Mac OS X</a></li> -</ul> - <a name="general"></a><h2>General Information</h2> <p> KDE software consists of a large number of individual applications, -a desktop workspace as a shell to run these applications and a -set of libraries they are build upon. You can run KDE applications +Plasma, a desktop workspace to run these applications, and +KDE Frameworks, a set of libraries they are build upon. You can run KDE applications just fine on any desktop environment. KDE applications are built to integrate well with your -system's components. By using also a KDE workspace, you get +system's components. By using also Plasma, you get even better integration of your applications with the working environment while lowering system resource needs. </p> <p> -KDE workspaces run fine on relatively recent PCs, but they will also work +Plasma runs fine on relatively recent PCs, but they will also work on older machines with more constrained resources. </p> -<a name="try"></a><h2>Trying the KDE Software Compilation</h2> - -<h3>Applications</h3> +<a name="plasma"></a><h3>Plasma</h3> <p> -KDE applications run fine on most Linux, -BSD systems. In these cases, the recommended way to -install a KDE application is to use your operating system's -software management tool to install it. It comes included -with most Free operating systems. -</p> - -<h3>The Workspace</h3> -<p> Trying out a desktop workspace can seem a daunting task. Installing Linux or BSD requires a commitment that you may not be quite ready to -give yet. Try KDE provides a list of resources for +give yet. KDE provides a list of resources for alternative methods of trying a KDE desktop and applications, some of them without even needing to have Linux or BSD installed. </p> <p> -Installing one of KDE workspaces on your system is easy if you use the major Linux +Installing Plasma on your system is easy if you use the major Linux distributions; it's included in nearly all of them! A partial list can be found here: -<a href="distributions.php"><b>Distributions Shipping KDE workspaces</b></a> +<a href="distributions.php"><b>Distributions Shipping KDE Software</b></a> </p> -<p> -There are also several vendors that ship it on CD-ROM. A partial list can be found here: -<a href="cdrom.php"><b>KDE workspaces on CD-ROM</b></a> -</p> - -<p>Links to binary packages can be found on the appropriate release pages. If you -wonder why favorite distribution is not on the list, read the -<a href="packagepolicy.php">KDE Package Policy</a> first.</p> - <p>There are instructions available for <strong><a href="http://techbase.kde.org/Getting_Started/Build">building the source code</a></strong>. Building from source code is not recommended @@ -82,13 +54,23 @@ </p> -<a name="v4.14"></a><h3>KDE SC 4.14</h3> +<a name="applications"></a><h3>KDE Applications</h3> <p> -KDE SC 4.14 is the version for the majority of end users that look -for the latest stable KDE software release. Please see the -<a href="/info/4.14.3.php">4.14.3 Info Page</a> for details. +KDE applications run fine on most Linux, +BSD systems. In these cases, the recommended way to +install a KDE application is to use your operating system's +software management tool to install it. It comes included +with most Free operating systems. </p> + +<a name="frameworks"></a><h3>KDE Frameworks</h3> +<p> +The KDE Frameworks are a set of libraries built on the Qt framework, providing everything from simple utility classes to integrated solutions for common requirements of desktop applications. +You can download them at <a href="http://download.kde.org/stable/frameworks/">http://download.kde.org/stable/frameworks/</a> or read the <a href="http://api.kde.org/frameworks-api/frameworks5-apidocs/">online documentation</a>. +</p> + + <a name="winmac"></a><h2>Windows and Mac OS X</h2> <p> _______________________________________________ This message is from the kde-promo mailing list. Visit https://mail.kde.org/mailman/listinfo/kde-promo to unsubscribe, set digest on or temporarily stop your subscription.