Enter description here
"; $sVersionDescription = "This is a template; enter version-specific description here
Wine compatibility
What works:
- settings
- help
What doesn't work:
- erasing
What was not tested:
- burning
Tested versions
| App. version | Wine version | Installs? | Runs? | Rating |
| 3.23 | 20050111 | yes | yes | Gold |
| 3.23 | 20041201 | yes | yes | Silver |
| 3.21 | 20040615 | yes | yes | Bronze |
".$_REQUEST['appDescription']."
", $_REQUEST['keywords']." *** ".$_REQUEST['vendorName'], $_REQUEST['webpage'],$_REQUEST['vendorId'], $_REQUEST['catId']); $oVersion = new Version(); $oVersion->create($_REQUEST['versionName'], $_REQUEST['versionDescription'], null, null, $oApplication->iAppId); redirect(apidb_fullurl("index.php")); } } /* * User submitted a version */ elseif (isset($_REQUEST['versionName']) && is_numeric($_REQUEST['appId'])) { // Check input and exit if we found errors $errors = checkInput($_REQUEST); if(empty($errors)) { $oVersion = new Version(); $oVersion->create($_REQUEST['versionName'], $_REQUEST['versionDescription'], null, null, $_REQUEST['appId']); redirect(apidb_fullurl("index.php")); } } /* * User wants to submit an application or version */ if (isset($_REQUEST['apptype'])) { // header apidb_header("Submit Application"); //FIXME: use absolute path in htmlarea_loader.js to avoid code duplication here ?> '."\n"; echo "This page is for submitting new applications to be added to this\n"; 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 "
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, post"; echo " messages in its forums or become a maintainer to help others trying to run the application.
"; if(!empty($errors)) { echo '',"\n"; echo 'We found the following errors:
| Application name | ',"\n"; echo '|
| Category | ',"\n"; $w->make_option_list("catId",$_REQUEST['catId'],"appCategory","catId","catName"); echo ' |
| Vendor | ',"\n"; echo '|
| ',"\n"; $x->make_option_list("vendorId",$_REQUEST['vendorId'],"vendor","vendorId","vendorName"); echo ' | |
| URL | ',"\n"; echo '|
| Keywords | ',"\n"; echo '|
| Application Description | ',"\n"; echo '|
| Application | ',"\n"; $x->make_option_list("appId",$_REQUEST['appId'],"appFamily","appId","appName"); echo ' |
| Version name | ',"\n"; echo '|
| Version description | ',"\n"; echo '',"\n"; echo ' |
| ',"\n"; echo ' | |
| ',"\n"; echo ' | |