- tooltip appear when mouse-overing "be an app (super) maintainer" button

- links from the index page to help on voting and maintainers
- removed two remaining mentions of the old rating system
This commit is contained in:
Jonathan Ernst
2005-02-11 01:35:39 +00:00
committed by WineHQ
parent d9bf5bc528
commit 137545d438
5 changed files with 24 additions and 39 deletions

View File

@@ -261,7 +261,7 @@ if($_REQUEST['appId'])
echo ' <form method="post" name="message" action="maintainerdelete.php"><input type=submit value="Remove yourself as a super maintainer" class="button">';
} else /* nope */
{
echo ' <form method=post name=message action="maintainersubmit.php"><input type=submit value="Be a super maintainer of this app" class="button">';
echo ' <form method="post" name="message" action="maintainersubmit.php"><input type="submit" value="Be a super maintainer of this app" class="button" title="Click here to know more about super maintainers.">';
}
echo " <input type=\"hidden\" name=\"appId\" value=\"".$oApp->iAppId."\">";
@@ -270,7 +270,7 @@ if($_REQUEST['appId'])
if($_SESSION['current']->isSuperMaintainer($oApp->iAppId) || $_SESSION['current']->hasPriv("admin"))
{
echo ' <form method="post" name="edit" action="admin/editAppFamily.php"><input type="hidden" name="appId" value="'.$_REQUEST['appId'].'"><input type="submit" value="Edit App" class="button"></form>';
echo ' <form method="post" name="edit" action="admin/editAppFamily.php"><input type="hidden" name="appId" value="'.$_REQUEST['appId'].'"><input type="submit" value="Edit Application" class="button"></form>';
}
if($_SESSION['current']->isLoggedIn())
{
@@ -411,7 +411,7 @@ else if($_REQUEST['versionId'])
echo "<input type=hidden name='superMaintainer' value=0>";
} else /* nope */
{
echo '<form method=post name=message action="maintainersubmit.php"><input type=submit value="Be a maintainer for this app" class=button>';
echo '<form method="post" name="message" action="maintainersubmit.php"><input type="submit" value="Be a maintainer for this app" class="button" title="Click here to know more about maintainers.">';
}
}
@@ -430,8 +430,8 @@ else if($_REQUEST['versionId'])
if ($_SESSION['current']->hasPriv("admin") || $_SESSION['current']->isMaintainer($oVersion->iVersionId))
{
echo "<tr><td colspan = 2><center>";
echo '<form method=post name=message action=admin/editAppVersion.php?appId='.$oApp->iAppId.'&versionId='.$oVersion->iVersionId.'>';
echo '<input type=submit value="Edit Version Info" class=button>';
echo '<form method="post" name="message" action="admin/editAppVersion.php?appId='.$oApp->iAppId.'&versionId='.$oVersion->iVersionId.'">';
echo '<input type=submit value="Edit Version" class=button>';
echo '</form>';
$url = BASE."admin/deleteAny.php?what=appVersion&appId=".$oApp->iAppId."&versionId=".$oVersion->iVersionId."&confirmed=yes";
echo "<form method=\"post\" name=\"delete\" action=\"javascript:deleteURL('Are you sure?', '".$url."')\">";

View File

@@ -2,6 +2,10 @@
<h3>Maintainers Guidelines</h3>
<p>
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 <a href="./?topic=appdb_faq">FAQ</a>.
</p>
<p>
Getting a (super) maintainer gives you certain rights on the Application Database. However as you may know, with great power, comes great responsibility...
</p>

View File

@@ -27,14 +27,13 @@ you would MOST like to see running in Wine.
<li><i>Please</i> 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.</li><p>
would not make much sense.</li>
<li>When voting for an application, you are voting for <b>ALL</b> its various versions. There is
a separate system in place for ranking versions.</li><p>
<li>When voting for an application, you are voting for <b>ALL</b> its various versions.</li>
<li>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.</li><p>
button.</li>
</ul>

View File

@@ -19,18 +19,18 @@ apidb_header("Wine Application Database");
<h1>Welcome</h1>
<p>This is the Wine Application Database. From here you get info on application
<p>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.</p>
<?php
$str_benefits="
<ul>
<li>Ability to Vote on Favorite Applications</li>
<li>Access to the Application Rating System. Rate the apps that \"Don't Suck\"</li>
<li>Ability to customize the View of the Apps DB and Comment System</li>
<li>Ability to <a href=\"".BASE."help/?topic=voting\" title=\"help on voting\">Vote</a> on Favorite Applications</li>
<li>Ability to customize the layout and behaviour of the AppDB and comments system</li>
<li>Take Credit for your witty posts</li>
<li>Ability to sign up to be an application maintainer.</li>
<li>Ability to sign up to be an <a href=\"".BASE."help/?topic=maintainer_guidelines\" title=\"informations about application maintainers\">application maintainer</a>.</li>
<li>Submit new applications and versions.</li>
<li>Submit new screenshots.</li>
</ul>
";
if(!$_SESSION['current']->isLoggedIn())
@@ -56,17 +56,7 @@ if(!$_SESSION['current']->isLoggedIn())
}
?>
<p>
If you have screenshots or links to contribute, please browse the database and use the AppDB interface to send us your contributions.
</p>
<?php
# FIXME: This is too "wine-specific" and must be replaced.
# (for example user could submit how-to's, etc using a form and an admin or app maintainer
# could accept or reject the how-to in the same way we are now handling screenshots.)
?>
<p>
If you have anything else to contribute (howtos, etc.), enroll to be an application maintainer or contact us at:
<a href="mailto:<?php echo APPDB_OWNER_EMAIL;?>"><?php echo APPDB_OWNER_EMAIL;?></a><br />
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 <a href="<?php echo APPDB_OWNER_URL;?>">main website</a>.
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).
</p>
<?php

View File

@@ -111,30 +111,22 @@ if($_REQUEST['maintainReason'])
echo "<p>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 "<p>Being an application maintainer comes with responsibilities. ";
echo "<br /><br /><b>You are expected to:</b>";
echo "<li>Keep the application comments clean, all stale data should be removed</li>";
echo "<li>Be an active user of that application and version</li>";
echo "<li>Keep up-to-date with all Wine releases, if there are regressions they should be reported to wine-devel</li>";
echo "<p><b>You will:</b>";
echo "<li>Receive an email anytime a comment is posted or deleted for the application or the application information is modified</li>";
echo "versions of Wine and to help other users run this application under Wine.</p>";
echo "<p>Being an application maintainer comes with new rights and new responsibilities; please be sure to read the <a href=\"".BASE."/help/?topic=maintainer_guidelines\">maintainer's guidelines</a> before to proceed.</p> ";
echo "<p>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 "<br />";
echo "don't have the experience with Wine that is necessary to help other users out.</p>\n";
/* Special message for super maintainer applications */
if($superMaintainer)
{
echo "<p>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 "<p>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.</p>\n";
}
echo "<br /><br />";