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"))