Module: appdb Branch: master Commit: 5392dc3be8c3ff7ab9fb3701193a059e1957baee URL: http://source.winehq.org/git/appdb.git/?a=commit;h=5392dc3be8c3ff7ab9fb37011...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Tue May 6 18:42:10 2008 +1000
fix a typo in generic.help and make Maintainer Rating Definitions valid HTML
---
help/generic.help | 2 +- help/maintainer_ratings.help | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/help/generic.help b/help/generic.help index eb8e04b..4101de3 100644 --- a/help/generic.help +++ b/help/generic.help @@ -1,4 +1,4 @@ -<!--TITLE: General help on running appliations under Wine --> +<!--TITLE: General help on running applications under Wine -->
<center>This is meant as a general guide in case an AppDB entry for a certain program hasn't been created.</center> diff --git a/help/maintainer_ratings.help b/help/maintainer_ratings.help index e2bdfdc..11ab754 100644 --- a/help/maintainer_ratings.help +++ b/help/maintainer_ratings.help @@ -10,37 +10,38 @@ users by giving a rating based on an ‘expert’s’ experience.
<ul>
-<li class="platinum">Platinum</li> +<li class="platinum">Platinum
<p> An application can be rated as Platinum if it installs and runs flawlessly ‘out of the box’. No changes required in winecfg. </p> - -<li class="gold">Gold</li> +</li> +<li class="gold">Gold
<p> Application works flawlessly with some DLL overrides, other settings or third party software. </p> - -<li class="silver">Silver</li> +</li> +<li class="silver">Silver
<p> Application works excellently for ‘normal’ use; a game works fine in single-player but not in multi-player, Windows Media Player works fine as a plug-in and stand-alone player, but cannot handle DRM etc. </p> +</li>
-<li class="Bronze">Bronze</li> +<li class="Bronze">Bronze
<p> Application works, but it has some issues, even for normal use; a game may not redraw properly or display fonts in wrong colours, be much slower than it should etc. </p> - -<li class="Garbage">Garbage</li> +</li> +<li class="Garbage">Garbage
<p> An application gets this rating if it cannot be used for the purpose it was designed for. There should be at least one bug report in Bugzilla if it gets this rating. Application cannot be installed, does not start, or starts but has so many errors that it is nearly impossible to use it. </p> - +</li> </ul>