This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Jonathan Ernst 1dad1cf959 - uses <h1> <h2> and <h3> correctly (removed <big><b></b></big> kind of things)
- made a table with the silver list so that it looks like the gold list (but in silver color)
- added a link to Sidenet's page (see WWN 250 and 251)
- added a bullet point to let user that they can enroll to be app maintainer
2004-12-11 03:52:57 +00:00
2004-03-15 16:22:00 +00:00
2004-05-13 20:34:17 +00:00
2004-03-15 16:22:00 +00:00
2004-03-15 18:55:58 +00:00
2004-04-19 23:14:59 +00:00
2004-03-15 16:22:00 +00:00
2004-03-15 16:22:00 +00:00
2004-03-25 21:21:21 +00:00
2004-03-15 16:22:00 +00:00
2004-03-25 16:29:47 +00:00
2004-03-15 16:22:00 +00:00
2004-05-13 20:33:32 +00:00
2004-03-15 16:22:00 +00:00
2004-03-15 16:22:00 +00:00
2004-03-15 16:22:00 +00:00

WineHQ Application Database
------------------------------------------------------------------------
Authors:
    Jeremy Newman <jnewman@codeweavers.com>
    Charles Leop <charles@codeweavers.com>
    
Contributors:
    Paul van Schayck <info@wwwdesign.tmfweb.nl>
    Chris Morgan <cmorgan@alum.wpi.edu>


To install locally for testing/hacking:
------------------------------------------------------------------------

- Symlink from /var/www to the appdb directory

- Copy include/config.php.sample to include/config.php

- Edit include/config.php as you see fit, the default name of the database 
  used in the table creation step below is "apidb", you'll have to modify 
  these files if you change this in config.php

- cd tables, run ./create_tables to create the database tables

- Try to open up localhost/appdb, if you get a directory listing
  Edit your /etc/apache/httpd.conf "DirectoryIndex" to include index.php 
  so apache will open index.php after not finding index.html/index.htm etc

- Check your /etc/php/php.ini to ensure that
  'register_globals = On' (variables won't get passed)
  'magic_quotes_gpc = Off' (you would end up with \ everywhere)
  'session.bug_compat_42' = On' (Problem with auto-globals and session variables)
Description
Modification of WINE's AppDB to make QEMU Official OS Support List
Readme 3.2 MiB
Languages
PHP 56.7%
JavaScript 31%
HTML 9.3%
CSS 2.6%
Perl 0.4%