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"; + +?> +
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.
+ +Applications which install and run virtually flawless on a
+ out-of-the-box Wine installation make it to the Gold list:
+
| Application | Version | Description | Tucows top | Notes | Screenshot | +
|---|---|---|---|---|---|
| Acrobat Reader | +5.0.5 | +This is the solution to your PDF troubles. | +6 | +Dlls installed by the program: advpack.dll, msvcrt.dll, shfolder.dll, w95inf32.dll, msvcp60.dll, oleaut32.dll, w95inf16.dll | +[TODO] | +
| WS-FTP LE | +5.08 | +A great application that allows remote file edits, chmods on UNIX boxes and file moves. | +9 | +No dlls installed. | +[TODO] | +
| mIRC | +6.03 | +This is a popular IRC client. | +25 | +No dlls installed. | +[TODO] | +
| Putty | +0.52 | +Simple Telnet/SSH client & console. | +29 | +No install needed. | +[TODO] | +
| FTP Commander | +5.58 | +A remote file management and command-line FTP client. | +83 | +No dlls installed. | +[TODO] | +
| Pegasus Mail | +4.02 | +E-mail client of choice for many beginner and advanced users. | +96 | +You may need to mark WINSOCK.DLL as "On demand only" in Tools->Options->Advanced | +[TODO] | +
| 12Ghosts Zip | +XP/31 | +This is a fast compression utility. | +N/A | +No dlls installed. | +[TODO] | +
| WinMerge | +2.1.4 | +A visual text file differencing and merging tool for Win32 platforms. | +10@SF | +No dlls installed. | +[TODO] | +
| FileZilla | +2.2.2 | +FileZilla is a fast FTP client for Windows with a lot of features. | +11@SF | +No dlls installed. | +[TODO] | +
The Silver list contains apps which we hope we can easily fix so they make it + to Gold status: +
+Frank's Corner: Frank has a fantastic Wine +application site. The site contains tips and howtos on getting listed apps to run. +
+ + echo "\n"; apidb_footer(); - - ?>