SVN commit 1382576 by aacid: Make the donation work not horrible There's much to be improved yet but: * Making the kde.org -> Community -> Donate go to a page that lets you donate instead of showing the previous donations is a huge improvement * Moving up the "Money" donation to top in that Donate page is also better This is the first easy and quick result of the donation/fundraising sprint at Berlin M +11 -11 community/donations/index.php M +1 -1 community/donations/previousdonations.php M +1 -1 plasmaMenu.inc --- trunk/www/sites/www/community/donations/index.php #1382575:1382576 @@ -8,16 +8,6 @@ Join the Game and support KDE -

Linking

- -

The KDE project, just like any other project, lives mostly through attention of many active and passive fans. You can help increasing the attention of our audience by linking to KDE and its subprojects, and using the following resources: -

- -

Money

KDE projects themselves may be totally free, but there are some things that they need that require money, like hardware upgrades to servers as well as financing regular contributor meetings. These things are coordinated by our legal entity, KDE e.V.. Find out more about KDE e.V.'s activities in the quarterly reports. You can help KDE e.V. with its activities in a number of ways.

@@ -34,7 +24,7 @@

By default we will respect your privacy and not list you by name as a -contributor on our donations page. +contributor on our previous PayPal donations page. If you would prefer to be listed, however, please be sure to fill in your name and a donation message on the confirmation page at PayPal.

@@ -98,6 +88,16 @@
  • Past and present sponsors
  • +

    Linking

    + +

    The KDE project, just like any other project, lives mostly through attention of many active and passive fans. You can help increasing the attention of our audience by linking to KDE and its subprojects, and using the following resources: +

    + + --- trunk/www/sites/www/community/donations/previousdonations.php #1382575:1382576 @@ -1,7 +1,7 @@ The following contributions have been generously made through PayPal to KDE using the donation form. If you want to contribute in other ways, look at the overview page to see all the ways you can contribute. We thank the donors listed below for their support! --- trunk/www/sites/www/plasmaMenu.inc #1382575:1382576 @@ -15,7 +15,7 @@ $plasmaMenu->addMenuEntry("Announcements", "/announcements/"); $plasmaMenu->addMenuEntry("Events", "http://events.kde.org/upcoming.php"); $plasmaMenu->addMenuEntry("Get Involved", "http://community.kde.org/Getinvolved/"); - $plasmaMenu->addMenuEntry("Donate", "/community/donations/previousdonations.php"); + $plasmaMenu->addMenuEntry("Donate", "/community/donations/index.php"); $plasmaMenu->addMenuEntry("Join The Game", "https://relate.kde.org/civicrm/contribute/transact?reset=1&id=5"); $plasmaMenu->addMenuEntry("Code Of Conduct", "/code-of-conduct/"); $plasmaMenu->addMenuEntry("Press Page", "/presspage/");