From e9f4bdc86c3667f88c2fc843c6ebe0f63dbd7357 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 9 Aug 2007 02:12:32 +0000 Subject: [PATCH] Add a request for application maintainers to the main page of the appdb site. We can't keep up with the number of test results we are receiving and we need to get a handle on the existing queues. --- index.php | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 5ead491..8c71860 100644 --- a/index.php +++ b/index.php @@ -13,20 +13,21 @@ require(BASE."include/incl.php"); apidb_header("Wine Application Database"); ?> - Wine AppDB + Wine AppDB

Welcome

-

This is the Wine Application Database (AppDB). From here you get info on application +

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

-
  • Ability to vote on your favourite applications
  • -
  • Ability to customize the layout and behaviour of the AppDB and comments system
  • +
  • Ability to vote on your favorite applications
  • +
  • Ability to customize the layout and behavior of the AppDB and comments system
  • Take credit for your witty posts
  • -
  • Ability to sign up to be an application maintainer.
  • +
  • Ability to sign up to be an application maintainer.
  • Submit new applications and versions.
  • Submit new screenshots.
  • @@ -53,6 +54,33 @@ if(!$_SESSION['current']->isLoggedIn()) stomping out Wine issues will be greatly appreciated.

    "; } + +echo "
    "; +echo "

    Do you use Wine regularly? Interested in helping other users and". + " keeping information about your favorite applications up-to-date?

    "; +echo "

    Consider". + " becoming an application maintainer". + " for the applications that you use under Wine.

    "; +echo "

    As an application maintainer you'll get to post HOWTOs to help other users". + " run the application. You'll be able to review and process user submitted screenshots". + " and test results.

    "; +echo "

    Dozens of new test results and screenshots are submitted each day and we can". + " use your help to keep user contributed information reviewed and processed in a timely fashion.". + " Please consider becoming an application maintainer."; +echo "

    - The Appdb Admins
    ".APPDB_OWNER_EMAIL."

    "; + +if(!$_SESSION['current']->isLoggedIn()) +{ + echo "

    To become a maintainer, [log in]". + " or [register] and on the application or version page". + ", depending on whether you want to maintain all versions of an application or a specific version,". + " click on the 'Become a super maintainer of this app' or 'Be a maintainer for this version'". + " button. We'll process your request within a day or so.

    "; +} + +echo "
    "; + ?>