diff --git a/appview.php b/appview.php index 3ac2f58..6d5b938 100644 --- a/appview.php +++ b/appview.php @@ -261,7 +261,7 @@ if($_REQUEST['appId']) echo '
'; } else /* nope */ { - echo ' '; + echo ' '; } echo " iAppId."\">"; @@ -270,7 +270,7 @@ if($_REQUEST['appId']) if($_SESSION['current']->isSuperMaintainer($oApp->iAppId) || $_SESSION['current']->hasPriv("admin")) { - echo '
'; + echo '
'; } if($_SESSION['current']->isLoggedIn()) { @@ -411,7 +411,7 @@ else if($_REQUEST['versionId']) echo ""; } else /* nope */ { - echo '
'; + echo ''; } } @@ -430,8 +430,8 @@ else if($_REQUEST['versionId']) if ($_SESSION['current']->hasPriv("admin") || $_SESSION['current']->isMaintainer($oVersion->iVersionId)) { echo "
"; - echo 'iAppId.'&versionId='.$oVersion->iVersionId.'>'; - echo ''; + echo ''; + echo ''; echo ''; $url = BASE."admin/deleteAny.php?what=appVersion&appId=".$oApp->iAppId."&versionId=".$oVersion->iVersionId."&confirmed=yes"; echo "
"; diff --git a/help/maintainer_guidelines.help b/help/maintainer_guidelines.help index 99c1327..8ec1bb9 100644 --- a/help/maintainer_guidelines.help +++ b/help/maintainer_guidelines.help @@ -2,6 +2,10 @@

Maintainers Guidelines

+

+This page gives informations on how to maintain an application once being an application maintainer. If you are looking on informations on how to become an application maintainer, this topic is covered in the FAQ. +

+

Getting a (super) maintainer gives you certain rights on the Application Database. However as you may know, with great power, comes great responsibility...

diff --git a/help/voting.help b/help/voting.help index 480a5b0..50510ff 100644 --- a/help/voting.help +++ b/help/voting.help @@ -27,14 +27,13 @@ you would MOST like to see running in Wine.
  • Please seriously only vote for applications which will benefit the community. Don't vote for applications that are known to work well. We know Solitaire works. Voting for it - would not make much sense.
  • + would not make much sense. -

  • When voting for an application, you are voting for ALL its various versions. There is - a separate system in place for ranking versions.
  • +

  • When voting for an application, you are voting for ALL its various versions.
  • You can clear your vote at anytime. Simply browse to any application in the database, select the slot you want to clear, and click the Clear - button.
  • + button. diff --git a/index.php b/index.php index ed3753c..baaa5cd 100644 --- a/index.php +++ b/index.php @@ -19,18 +19,18 @@ apidb_header("Wine Application Database");

    Welcome

    -

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

    This is the Wine Application Database (AppDB). From here you get info on application compatibility with Wine. For developers, you can get information on the APIs used in an application.

    -
  • Ability to Vote on Favorite Applications
  • -
  • Access to the Application Rating System. Rate the apps that \"Don't Suck\"
  • -
  • Ability to customize the View of the Apps DB and Comment System
  • +
  • Ability to Vote on Favorite Applications
  • +
  • Ability to customize the layout and behaviour 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.
  • "; if(!$_SESSION['current']->isLoggedIn()) @@ -56,17 +56,7 @@ if(!$_SESSION['current']->isLoggedIn()) } ?>

    -If you have screenshots or links to contribute, please browse the database and use the AppDB interface to send us your contributions. -

    - -

    -If you have anything else to contribute (howtos, etc.), enroll to be an application maintainer or contact us at: -
    -Note that this address is not for end-user support, for end user support please use the mailing lists or newsgroups that you'll find on the main website. +If you have screenshots or links to contribute, please browse the database and use the AppDB interface to send us your contributions (any member can send screenshots, if you want to send how-to's or other informations you can either enroll to be a maintainer or post this information as a comment for the application of interest).

    This page is for submitting a request to become an application maintainer.\n"; echo "An application maintainer is someone who runs the application \n"; echo "regularly and who is willing to be active in reporting regressions with newer \n"; - echo "versions of Wine and to help other users run this application under Wine."; - echo "

    Being an application maintainer comes with responsibilities. "; - echo "

    You are expected to:"; - echo "

  • Keep the application comments clean, all stale data should be removed
  • "; - echo "
  • Be an active user of that application and version
  • "; - echo "
  • Keep up-to-date with all Wine releases, if there are regressions they should be reported to wine-devel
  • "; - - echo "

    You will:"; - echo "

  • Receive an email anytime a comment is posted or deleted for the application or the application information is modified
  • "; + echo "versions of Wine and to help other users run this application under Wine.

    "; + echo "

    Being an application maintainer comes with new rights and new responsibilities; please be sure to read the maintainer's guidelines before to proceed.

    "; echo "

    We ask that all maintainers explain why they want to be an application maintainer,\n"; echo "why they think they will do a good job and a little about their experience\n"; echo "with Wine. This is both to give you time to\n"; echo "think about whether you really want to be an application maintainer and also for the\n"; echo "appdb admins to identify people that are best suited for the job. Your request\n"; echo "may be denied if there are already a handful of maintainers for this application or if you\n"; - echo "don't have the experience with Wine that is necessary to help other users out.\n"; - echo "
    "; + echo "don't have the experience with Wine that is necessary to help other users out.

    \n"; /* Special message for super maintainer applications */ if($superMaintainer) { - echo "

    As a super maintainer you are expected to do all of this but for EVERY version of\n"; - echo "this application. We don't expect you to run every version but at least to help keep\n"; - echo "the forums clean of stale and out-of-date information\n"; + echo "

    Super maintainers are just like normal maintainers but they can modify EVERY version of\n"; + echo "this application (and the application itself). We don't expect you to run every version but at least to help keep\n"; + echo "the forums clean of stale and out-of-date information.

    \n"; } echo "

    ";