SVN commit 1308794 by imalchow: some small fixes to title, and a missing word M +1 -2 applications.php M +1 -1 index.php M +1 -2 plasma.php M +1 -2 platform.php --- trunk/www/sites/www/announcements/4.9/applications.php #1308793:1308794 @@ -5,7 +5,7 @@ if (!$_GET["claire"]) { exit(); } - $page_title = "KDE Applications Are More Polished and Stable"; + $page_title = "KDE Applications 4.9 Are More Polished and Stable"; $site_root = "../"; include "header.inc"; include "helperfunctions.inc"; @@ -28,7 +28,6 @@ -

KDE is happy to announce the release of improved versions of several popular applications. This includes many important basic tools and applications like Okular, Kopete, KDE PIM, educational applications and games. --- trunk/www/sites/www/announcements/4.9/index.php #1308793:1308794 @@ -118,7 +118,7 @@

About these release announcements

-These release announcements were prepared by Jos Poortvliet, Carl Symons, Valorie Zimmerman, Jure Repinc, David Edmundson, other members of the KDE Promotion Team and the wider KDE community. They cover highlights of the many changes made to KDE software over the past six months. +These release announcements were prepared by Jos Poortvliet, Carl Symons, Valorie Zimmerman, Jure Repinc, David Edmundson, and other members of the KDE Promotion Team and the wider KDE community. They cover highlights of the many changes made to KDE software over the past six months.

Support KDE

--- trunk/www/sites/www/announcements/4.9/plasma.php #1308793:1308794 @@ -5,7 +5,7 @@ if (!$_GET["claire"]) { exit(); } - $page_title = "Plasma Workspaces – Core Component Improvements"; + $page_title = "Plasma Workspaces 4.9 – Core Component Improvements"; $site_root = "../"; include "header.inc"; include "helperfunctions.inc"; @@ -28,7 +28,6 @@ -

KDE is happy to announce the immediate availability of version 4.9 of both the Plasma Desktop and Plasma Netbook Workspaces. There have been improvements to existing Plasma Workspace functionality, and significant new features have been introduced as well. --- trunk/www/sites/www/announcements/4.9/platform.php #1308793:1308794 @@ -5,7 +5,7 @@ if (!$_GET["claire"]) { exit(); } - $page_title = "KDE Platform – Better Interoperability, Easier Development"; + $page_title = "KDE Platform 4.9 – Better Interoperability, Easier Development"; $site_root = "../"; include "header.inc"; include "helperfunctions.inc"; @@ -28,7 +28,6 @@ -

KDE proudly announces the release of KDE Platform 4.9. KDE Platform is the foundation for Plasma Workspaces and KDE Applications. The KDE team is currently working on the next iteration of the KDE Development Platform referred to as "Frameworks 5". While Frameworks 5 will be mostly source compatible, it will be based on Qt5. It will provide more granularity, making it easier to use parts of the platform selectively and reducing dependencies considerably. As a result, the KDE Platform is mostly frozen. Most Platform efforts went into bugfixing and performance improvements.