From 89112c175f44c96a208c8731b8f1b75112e7b289 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 14 May 2005 00:43:33 +0000 Subject: [PATCH] Add a list of things a user should do prior to submitting an application. The hope is to reduce the number of duplicate, incorrect and incomplete submissions that just end up rejected. Change 'Add Version' to 'Submit new version' to match the 'Submit application' link in the menu panel. --- appsubmit.php | 18 +++++++++++++++++- appview.php | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/appsubmit.php b/appsubmit.php index c372976..5f39170 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -172,11 +172,27 @@ onload = function() { echo "database. The application will be reviewed by the AppDB Administrator\n"; echo "and you will be notified via email if this application will be added to\n"; echo "the database.

\n"; + echo "

Before continuing please check that you have:\n"; + echo "

"; echo "

Please don't forget to mention which Wine version you used, how well it worked\n"; echo "and if any workaround were needed. Having app descriptions just sponsoring the app\n"; echo "(Yes, some vendor want to use the appdb for this) or saying \"I haven't tried this app with Wine\" "; echo "won't help Wine development or Wine users.

\n"; - echo "

After your application has been added you'll be able to submit screenshots for it.

"; + echo "

After your application has been added you'll be able to submit screenshots for it, post"; + echo " messages in its forums or become a maintainer to help others trying to run the application.

"; // new application and version if ($_REQUEST['apptype'] == 1) diff --git a/appview.php b/appview.php index 680a14b..684beff 100644 --- a/appview.php +++ b/appview.php @@ -277,7 +277,7 @@ if($_REQUEST['appId']) if($_SESSION['current']->isLoggedIn()) { echo '
'; - echo ''; + echo ''; echo '
'; } if($_SESSION['current']->hasPriv("admin"))