From c8ddd21c62de75c568d652c1d9285e37ad4a5e6e Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 4 Sep 2014 05:25:31 +0100 Subject: [PATCH] 2009/10/09 02:40:40 +0100 claunia: Changed index.php. --- index.php | 68 ++++++++++++++++--------------------------------------- 1 file changed, 20 insertions(+), 48 deletions(-) diff --git a/index.php b/index.php index 147045f..9d8276a 100644 --- a/index.php +++ b/index.php @@ -11,47 +11,45 @@ require("path.php"); require(BASE."include/incl.php"); -apidb_header("Wine Application Database"); +apidb_header("QEMU Official OS Support List"); ?> - Wine AppDB +

Welcome

-

This is the Wine Application Database (AppDB). Here you can get information on application -compatibility with Wine.

+

This is the QEMU Official OS Support List. Here you can get information on operating system +compatibility with QEMU.

-
  • Ability to vote on your favorite applications
  • -
  • Ability to customize the layout and behavior of the AppDB and comments system
  • +
  • Ability to vote on your favorite operating systems
  • +
  • Ability to customize the layout and behavior of the OS List and comments system
  • Take credit for your witty posts
  • -
  • Ability to sign up to be an application maintainer
  • -
  • Submit new applications and versions
  • +
  • Submit new operating systems and versions
  • Submit new screenshots
  • "; if(!$_SESSION['current']->isLoggedIn()) { echo " -

    Most of the features of the Application Database require that you have a user account and +

    Most of the features of the Official OS Support List require that you have a user account and are logged in. Some of the benefits of membership are:

    $str_benefits

    So, what are you waiting for? [Log in] or [register] now! Your help in - stomping out Wine issues will be greatly appreciated.

    "; + stomping out QEMU issues will be greatly appreciated.

    "; } else { echo " -

    As an Application Database member you enjoy some exclusive benefits like:

    +

    As an Official OS Support List member you enjoy some exclusive benefits like:

    $str_benefits

    We’d like to thank you for being a member and being logged in to the system. Your help in - stomping out Wine issues will be greatly appreciated.

    "; + stomping out QEMU issues will be greatly appreciated.

    "; } @@ -66,7 +64,7 @@ if(!$_SESSION['current']->isLoggedIn()) $hResult = query_parameters($voteQuery); $oRow = query_fetch_object($hResult); - echo "There are $iNumApps applications currently in the database,"; + echo "There are $iNumApps operating systems currently in the database,"; // don't mention the top application if there are no votes yet if( !empty($oRow) ) @@ -75,11 +73,11 @@ if(!$_SESSION['current']->isLoggedIn()) { $shVoteAppLink = version::fullNameLink($oRow->versionId); echo " with $shVoteAppLink being the\n"; - echo "top voted application.\n"; + echo "top voted operating system.\n"; } else { echo " please vote for your favourite application.\n"; + "style=\"cursor: help\">vote for your favourite operating system.\n"; } } ?> @@ -91,12 +89,12 @@ if(!$_SESSION['current']->isLoggedIn())
    Top-10 Platinum List
    - Applications which install and run flawlessly on an out-of-the-box Wine installation + Operating systems which install and run flawlessly on QEMU with any hardware combination tested.
    - + isLoggedIn())
    Top-10 Gold List
    - Applications that work flawlessly with some special configuration + Operating systems that work flawlessly with some special configuration
    ApplicationDescriptionScreenshotOperating SystemDescriptionScreenshot
    - + isLoggedIn())
    Top-10 Silver List
    - Applications with minor issues that do not affect typical usage + Operating systems with minor issues that do not affect typical usage
    ApplicationDescriptionScreenshotOperating SystemDescriptionScreenshot
    - + isLoggedIn())

    -

    Other Wine Application Compatibility Sites

    -

    -Wine-Reviews: Is a Wine application and game -Blog, with tips and how-to's on getting listed applications and games to run. -

    - - \n"; -echo "
    ApplicationDescriptionScreenshotOperating SystemDescriptionScreenshot
    \n"; -echo "\n"; -echo "\n"; -echo "\n"; -echo "\n"; -echo "
    \n"; -echo 'Get Firefox'."\n"; -echo "\n"; -echo ' - Xinha'."\n"; -echo "
    \n"; -echo "\n"; - apidb_footer(); ?>