From 56aa6d18b51c231c2b84466f1d2bd883f1673edb Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Wed, 6 Oct 2004 15:09:19 +0000 Subject: [PATCH] * Move supported applications to AppDB --- apidb.css | 3 + index.php | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 195 insertions(+), 2 deletions(-) diff --git a/apidb.css b/apidb.css index aee6462..3c6f2ad 100644 --- a/apidb.css +++ b/apidb.css @@ -55,6 +55,9 @@ TD.button2 { background-color: #ABB2D5; } .color3 { background-color: #666666 } .color4 { background-color: #999999 } +/* Colors for supported apps table */ +.gold { background-color: #daa520 } + /* box */ .box-title { background-color: #AAAAAA; color: #FFFFFF; font-weight: bold } .box-label { background-color: #C0C0C0 } diff --git a/index.php b/index.php index 6a4e7dd..2d31c56 100644 --- a/index.php +++ b/index.php @@ -63,11 +63,201 @@ apidb_header("Wine Application Database"); echo "$voteAppName being the\n"; echo "top voted application.\n"; + +?> +

Wine 0.9 Supported Applications List

+ +

This is a working version of the application lists which we hope to +support 'officially' for Wine 0.9. Please send comments, and suggestions, +about the list to Carlos Lozano; +direct formatting related flames to Dimitrie O. Paun.

+ +

The Gold List

+

Applications which install and run virtually flawless on a + out-of-the-box Wine installation make it to the Gold list:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ApplicationVersionDescriptionTucows topNotesScreenshot
Acrobat Reader5.0.5This is the solution to your PDF troubles.6Dlls installed by the program: advpack.dll, msvcrt.dll, shfolder.dll, w95inf32.dll, msvcp60.dll, oleaut32.dll, w95inf16.dll[TODO]
WS-FTP LE5.08A great application that allows remote file edits, chmods on UNIX boxes and file moves.9No dlls installed.[TODO]
mIRC6.03This is a popular IRC client.25No dlls installed.[TODO]
Putty0.52Simple Telnet/SSH client & console.29No install needed.[TODO]
FTP Commander5.58A remote file management and command-line FTP client.83No dlls installed.[TODO]
Pegasus Mail4.02E-mail client of choice for many beginner and advanced users.96You may need to mark WINSOCK.DLL as "On demand only" in Tools->Options->Advanced[TODO]
12Ghosts ZipXP/31This is a fast compression utility.N/ANo dlls installed.[TODO]
WinMerge2.1.4A visual text file differencing and merging tool for Win32 platforms.10@SFNo dlls installed.[TODO]
FileZilla2.2.2FileZilla is a fast FTP client for Windows with a lot of features.11@SFNo dlls installed.[TODO]
+ +

The Silver List

+

The Silver list contains apps which we hope we can easily fix so they make it + to Gold status: +

+ +
WinZip + - The most popular compression utility for Windows just got better.
+
+
    +
  • VERSION 8.1 +
  • Install: Yes. (Dlls installed none) +
  • Run: Yes,(but it needs riched20.dll to shown the text in zipped files what + includes a message, zipped files without messages works fine) +
  • Tucows top 100 ladder: 4 +
+
+ +
ICQ for Windows + - The new and improved ICQ is here with all the great +features you've come to expect -- plus a whole new set!
+
+
    +
  • VERSION 2002a +
  • Install: Yes, but it need "touch /c/windows/system/setupapi.dll" + (Dlls installed atl.dll,msvcrt.dll) +
  • Run: No, required comctl32 (imagelist proble) and riched32 native. + (it wasn't able to add users to contact list even with this native + dlls, i don't know if it was a different problem, or wine related) +
  • Tucows top 100 ladder: 5 +
+
+ +
Winamp + - This program has so many possibilities and offers such a wide +range of interfaces, you'll need no other player.
+
+
    +
  • VERSION 3.0 +
  • Install: Yes. (Dlls installed none) +
  • Run: No. (Need native msvcrt.dll then works) +
  • Tucows top 100 ladder: 10 +
+
+ +
WinRAR + - This is a version of the popular RAR compression format, offering +significantly improved compression ratios.
+
+
    +
  • VERSION 3.00 +
  • Install: Yes. (It will install winrar in the directory what you are + when run the installer, it is a buggy because you must stop the + installation with ctrl+c when it will ask by "overwrite files", but + it works). +
  • Run: Yes. (minor glitches in bugzilla) +
  • Tucows top 100 ladder: 11 +
+
+ +
WinMX + - Take file sharing to a new level.
+
+
    +
  • VERSION 3.22 +
  • Install: Yes (Dlls installed none) +
  • Run: Yes. (listbox is not working in it (comctl32)) +
  • Tucows top 100 ladder: 50 +
+
+ +
SnagIt + - Use this to capture and manage images, text, and video.
+
+
    +
  • VERSION 6.1.1 +
  • Install: Yes. (Dlls installed advpack.dll, setupapi.dll, w95inf16.dll, + cfgmgr32.dll,shfolder.dll,w95inf32.dll) +
  • Run: Partial. (it has too options, some options like capture avi, or + capture web are not working) +
  • Tucows top 100 ladder: No +
+
+ +
+ +

Other Wine Application Compatibility Sites

+ +

+Frank's Corner: Frank has a fantastic Wine +application site. The site contains tips and howtos on getting listed apps to run. +

+ + 

\n"; apidb_footer(); - - ?>