- improve the sidebar links to the help system (only one link instead of two)

- remove the help about user rating as it doesn't exist anymore
- improve exisiting help documentation and FAQs (remove out of date
informations, dead link, etc.)
- add new help page for maintainers with details on how to maintain an application
This commit is contained in:
Jonathan Ernst
2005-02-09 23:59:09 +00:00
committed by WineHQ
parent 9312f6063c
commit 6922c0cea2
8 changed files with 133 additions and 172 deletions

View File

@@ -9,14 +9,13 @@ function global_sidebar_menu() {
$g->add("Back to ".APPDB_OWNER, APPDB_OWNER_URL);
$g->done();
$g = new htmlmenu("App DB");
$g = new htmlmenu("AppDB");
$g->add("AppDB Home", BASE);
$g->add("Browse Apps", BASE."appbrowse.php");
$g->add("Top 25", BASE."votestats.php");
$g->add("Submit App", BASE."appsubmit.php?apptype=1");
$g->add("Documentation", BASE."help/");
$g->add("Help & Support", BASE."support.php");
$g->add("Appdb Stats", BASE."appdbStats.php");
$g->add("Submit Application", BASE."appsubmit.php?apptype=1");
$g->add("Help & Documentation", BASE."help/");
$g->add("AppDB Stats", BASE."appdbStats.php");
$g->done();
$g = new htmlmenu("Search");