Adapted help to QEMU

svn path=/; revision=19
This commit is contained in:
2010-01-30 20:14:40 +00:00
parent 0154f8a227
commit 90808033fe
8 changed files with 154 additions and 127 deletions

View File

@@ -1,31 +1,31 @@
<!--TITLE: Application Database FAQ -->
<!--TITLE: OS Database FAQ -->
<h3>Application Database FAQ</h3>
<h3>OS Database FAQ</h3>
<p>This FAQ answers questions related to the usage of the
Application Database.</p>
OS Database.</p>
<ul>
<p><b>Q: What is the Application Database?</b></p>
<p><b>Q: What is the OS Database?</b></p>
<blockquote>
<p><b>A:</b> The Application Database is a repository for
Windows application compatibility information with Wine.
<p><b>A:</b> The OS Database is a repository for
operating system compatibility information with QEMU.
In particular it provides the following information:<br>
(see the <a href="/objectManager.php?sClass=application&amp;iId=296">Visual FoxPro</a> entry for an
(see the <a href="../objectManager.php?sClass=application&amp;iId=2">Windows NT</a> entry for an
example)<p>
<ul>
<li>Whether a given application works at all with Wine.</li>
<li>If it is partially working, then which areas of the application
<li>Whether a given operating system works at all with Wine.</li>
<li>If it is partially working, then which areas of it
have problems.</li>
<li>How to install and get that application working best.</li>
<li>How to install and get that operating system working best.</li>
</ul>
<p>And if the Windows application you want most to use with Wine does not
work, it lets you vote for it to bring it to the attention of Wine
<p>And if the operating system you want most to use with QEMU does not
work, it lets you vote for it to bring it to the attention of QEMU
developers.</p>
</blockquote>
<p><b>Q: What is Wine?</b></p>
<p><b>Q: What is QEMU?</b></p>
<blockquote>
<p><b>A:</b>Think of Wine as a Windows compatibility layer. Wine does not require
Microsoft Windows, as it is a completely alternative implementation
@@ -43,31 +43,30 @@ allowing many unmodified Windows binaries to run on x86-based Unixes, including
<p><b>Q: What are the benefits of this Application Database?</b></p>
<blockquote>
<p><b>A:</b> The Application database benefits both Wine developers and users.
It lets Wine developers know which applications the community most wants to
see working. And it lets Wine user know beforehand if their application will
work in Wine, and also what are the tricks to get it working best.<p>
<p><b>A:</b> QEMU is a generic and open source machine emulator and virtualizer.<br>
When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performances.<br>
When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.<p>
</blockquote>
<p><b>Q: How does a new application get added to the database?</b></p>
<p><b>Q: How does a new operating system get added to the database?</b></p>
<blockquote>
<p><b>A:</b> Any registered user can submit an application. Use the <a href="../objectManager.php?sClass=application_queue&sTitle=Submit+Application&sAction=add">Submit App</a> link in the AppDB sidebar to add an entry; it will be processed by an admin before becoming visible to all users. You can make changes to your queued entries by visiting the <a href="../queueditems.php">Your Queued Items</a> page.</p>
<p><b>A:</b> Any registered user can submit an application. Use the <a href="../objectManager.php?sClass=application_queue&sTitle=Submit+Application&sAction=add">Submit OS</a> link in the OS DB sidebar to add an entry; it will be processed by an admin before becoming visible to all users. You can make changes to your queued entries by visiting the <a href="../queueditems.php">Your Queued Items</a> page.</p>
</blockquote>
<p><b>Q: How can I submit screenshots?</b></p>
<blockquote>
<p><b>A:</b> We love to hear from our users. Send those helpful screenshots by clicking on any screenshot image you will see in the specific version page of the application you want to add a screenshot for. If you are not a maintainer, your screenshot will be reviewed and will then be added to the database.</p>
<p><b>A:</b> Send those helpful screenshots by clicking on any screenshot image you will see in the specific version page of the application you want to add a screenshot for. If you are not a maintainer, your screenshot will be reviewed and will then be added to the database.</p>
</blockquote>
<p><b>Q: How can I submit how-to's?</b></p>
<blockquote>
<p><b>A:</b>If you are not a maintainer, you can't create new official How-to's. So the best way to proceed is to post your How-to as a comment in the specific version page of the application of interest. A maintainer might then choose to add your How-to as an official How-to for this database entry.</p>
<p><b>A:</b>If you are not a maintainer, you can't create new official How-to's. So the best way to proceed is to post your How-to as a comment in the specific version page of the application of interest. A maintainer might then choose to add your How-to as an official How-to for this database entry.</p>
</blockquote>
<p><b>Q: How do I become an Application Database maintainer?</b></p>
<p><b>Q: How do I become an Operating System Database maintainer?</b></p>
<blockquote>
<p><b>A:</b> Pretty much anyone supporting Wine is welcome (begged?) to be an application maintainer.
<p><b>A:</b> Pretty much anyone supporting QEMU is welcome (begged?) to be an application maintainer.
Simply click on the button you will find in the application overview or specific version page to send your request. An administrator will then review your proposal and add you to the maintainer's team for this application or version. Once we have a community of maintainers, we hope that community will further refine the policies and procedures.</p>
</blockquote>
@@ -79,9 +78,9 @@ Simply click on the button you will find in the application overview or specific
<p><b>Q: What is meant by the term &#8216;vendor&#8217;?</b></p>
<blockquote>
<p><b>A:</b> The vendor is the developer of an application.</p>
<p><b>A:</b> The vendor is the developer of an operating system.</p>
</blockquote>
</ul>
If you have more questions you would like to add to our FAQ, please contact us
at <a href="mailto:appdb@winehq.org">appdb@winehq.org</a>.
at <a href="mailto:natalia@claunia.com">natalia@claunia.com</a> or at the <a href="http://www.qemu.org/lists.html">mailing lists</a>.

View File

@@ -1,56 +1,26 @@
<!--TITLE: General help on running applications under Wine -->
<!--TITLE: General help on running operating systems under QEMU -->
<center>This is meant as a general guide in case an AppDB entry
for a certain program hasn't been created.</center>
<center>This is meant as a general guide in case an OS DB entry
for a certain operating system hasn't been created.</center>
<ol>
<li> Make sure your Wine release is recent.<p>
<li> Make sure your QEMU release is recent.<p>
<ul>
<li><a href="http://www.winehq.org/site/download"> Official WineHQ builds</a>
for all the popular platforms and distributions, hosted by
<a href="http://sourceforge.net/project/showfiles.php?group_id=6241">SourceForge.net</a>.</li>
<li>Consult <a href="http://www.winehq.org/site/git">the git instructions</a> for information on obtaining the latest source.
<p>For how to build and install Wine via source consult the README or for building Wine on a 64bit GNU/Linux read over the
<a href="http://wiki.winehq.org/WineOn64bit">WineOn64bit wiki entry</a>.</li>
<li><a href="http://www.qemu.org/download.html"> Official QEMU builds</a>
for all the popular platforms and distributions.</li>
<li>Consult <a href="http://savannah.gnu.org/projects/qemu">the savannah project entry</a> for information on obtaining the latest sources from git.</li>
</ul>
</li>
<li><p>Run your program by changing into the directory where it is located, and then type 'wine yourprogram.exe'.
<br>Alternately your file manager should know to open .exe files with 'wine').</li>
<li><p>If there is an error about missing files, or it does not start at all, make sure you are in the directory where it was installed.</li>
<li><p> Many newer games contain copy protection, which is sometimes not supported in Wine. <br>Third party applications may be able to circumvent this,
when this is required an application cannot be rated higher than Gold.</li>
<li><p> In case of failure, try different builtin, native DLL settings:
Run Wine with 'WINEDEBUG=+loaddll wine yourprogram.exe' to find out which
DLLs are loaded as native or builtin.
<br>Then make sure appropriate native versions are in the
c:\windows\system32 directory as configured in winecfg's DLL overrides tab.
<br>There are four options you can choose from when setting
dll overrides.<p>
<pre>
(native, builtin)
(builtin, native)
(native)
(builtin)
</pre>
</li>
<li><p> For sound problems, run &#8216;winecfg&#8217; and look at the audio tab.</li>
<li><p> In case of persisting failure, you may want to read over the
<a href="http://www.winehq.org/site/documentation">Wine Documentation</a>
and you may also want to read the
<a href="http://www.winehq.org/site/docs/wine-faq/index">Wine FAQ</a>.</li>
<li><p> The Wine <a href="http://www.winehq.org/site/getting_help">'Getting Help'</a> page shows the current methods of getting help with Wine.</li>
<li><p> If you have more questions, please contact us
at <a href="mailto:appdb@winehq.org">appdb@winehq.org</a>.</li>
</p>
<p>
<li>Try to run the operating system with different graphics card and without sound neither network if it is not running at all.</li>
</p>
<p>
<li>If you have more questions, please contact us
at <a href="mailto:natalia@claunia.com">natalia@claunia.com</a> or at the <a href="http://www.qemu.org/lists.html">mailing lists</a>.</li>
</p>
</ol>
<p>&nbsp;</p>

58
help/input_help.help Normal file
View File

@@ -0,0 +1,58 @@
<!--TITLE: General help on creating a new entry -->
<h3>General help on creating a new entry</h3>
<p>
This page gives basic information on how to add a new entry.
</p>
<p>
In this new version of the operating system support list, all entries will be checked by an administrator before becoming public.<br>
Any entry sent that violates these guidelines will be rejected.
</p>
<h4>What are you expected to indicate</h4>
<ul>
<li>
What you have tested and works.<br>
This is, you must indicate what graphics cards did you use, command line parameters, special hacks, network cards and sound cards.
</li>
<li>
If the operating system does not include a driver, or it is not available at all, you MUST NOT consider the emulated device is not working.<br>
You MUST consider it is not working when a driver is avaiable, it is known that works with real devices, and it is not working with the emulated device.</li>
<li>
If you test a Linux you must indicate the base distribution and revision.<br>
If your distribution has updated the Linux kernel version without changing the distribution revision, that change and new version MUST be indicated in test comments.</li>
<li>
You MUST take on account that some operating system version have a change name from the real operating system name.<br>
Examples following:<br>
<ul>
<li>Windows NT (operating system name) has following name changes: Windows XP, Windows Vista, Windows 2003, Windows 2008, Windows 7</li>
<li>OS/2 (operating system name) has following name changes: OS/2 Warp, eComStation</li>
<li>BeOS (operating system name) has following name changes: BeOS, BeIA, Zeta</li>
</ul>
</li>
<li>
You SHOULD take on account that some operating system's name change is enough justify to consider them different operating systems.<br>
For example, while NeXTStep, OpenStep, Rhapsody and Mac OS X are just evolutions of the same operating system, heavy changes in kernel, API and developer justify them to be different operating systems.</li>
<li>
You SHOULD also take on account that some operating systems are just called in a variety of names in the same time period, without a real reason for that.<br>
For example, AmigaOS, Amiga Workbench and Commodore Workbench, all do refer to the exact same operating system, and by convention, only one name will be used in the entries.
</li>
<li>
Clones (AmigaOS vs MorphOS), reworks (BeOS vs Haiku), distributions (Debian Linux vs Gentoo Linux), kernels (Debian Linux vs Debian Hurd) and open source editions (Darwin vs Mac OS X or Solaris vs OpenSolaris) ARE different operating systems and MUST be reflected as so in the entries.
</ul>
<h4>If it fails</h4>
<ul>
<li>
You MUST include a screenshot of the operating system failing.<br>
Screenshot of QEMU crashing is not enough, neither welcome.<br>
If the operating system makes QEMU crash without showing a message, DO NOT include a screenshot.
</li>
<li>
You MUST send a message to the developers mailing list about the fail.<br>
The developers cannot check on a timely basis the support list, and will miss the fail if you do not do so.
</ul>
<p>If you have additional questions, please do not hesitate to contact us on <a href="mailto:natalia@claunia.com">natalia@claunia.com</a>.</p>

View File

@@ -3,19 +3,19 @@
<h3>Maintainers</h3>
<p>
Information on what a maintainer is and why they are important to the appdb.
Information on what a maintainer is and why they are important to the os db.
</p>
<p>
Maintainers are privileged users who have the ability to administrate applications and versions. Maintainers typically use the
applications and versions they maintain on a daily or weekely basis and test them with each new version of Wine that is
Maintainers are privileged users who have the ability to administrate operating systems and versions. Maintainers typically use the
operating systems and versions they maintain on a weekely or monthly basis and test them with each new version of QEMU that is
released. They also respond to forum posts for their applications/versions and review and process test results and
screenshots that users submit. Please see the <a href="./?sTopic=maintainer_guidelines" style="cursor: help">maintainer's guidelines</a>
for more information on the kinds of things a maintainer has stewardship over.
<p>
Maintainers are crucial to the usefulness of the AppDB as they ensure that information is kept up-to-date. With the large
number of applications and versions present in the AppDB today it would be a difficult task for the small number of AppDB
Maintainers are crucial to the usefulness of the OS DB as they ensure that information is kept up-to-date. With the large
number of applications and versions present in the OS DB today it would be a difficult task for the small number of OS DB
admins to try to perform this task.
<p>
See the AppDB <a href="./?sTopic=appdb_faq" style="cursor: help">FAQ</a> for the difference between a maintainer and a super
See the OS DB <a href="./?sTopic=appdb_faq" style="cursor: help">FAQ</a> for the difference between a maintainer and a super
maintainer.

View File

@@ -3,48 +3,48 @@
<h3>Maintainers Guidelines</h3>
<p>
This page gives information on how to maintain an application once you are an application maintainer. If you are looking for information on how to become an application maintainer, this topic is covered in the <a href="./?sTopic=appdb_faq" style="cursor: help">FAQ</a>.
This page gives information on how to maintain an operating system once you are an operating system maintainer. If you are looking for information on how to become an operating system maintainer, this topic is covered in the <a href="./?sTopic=appdb_faq" style="cursor: help">FAQ</a>.
</p>
<p>
Becoming a (super) maintainer gives you certain rights on the Application Database. However as you may know, with great power, comes great responsibility...
Becoming a (super) maintainer gives you certain rights on the Operating System Database. However as you may know, with great power, comes great responsibility...
</p>
<p>An application maintainer is someone who runs the application regularly and who is willing to be active in reporting regressions with newer versions of Wine and to help other users run this application under Wine.</p>
<p>An operating system maintainer is someone who tests the operating system extensively and who is willing to be active in reporting regressions with newer versions of QEMU and to help other users run this operating system under QEMU.</p>
You are expected to:
<ul>
<li>Keep the application comments clean, all stale data should be removed</li>
<li>Be an active user of that application and version</li>
<li>Keep up-to-date with all Wine releases, if there are regressions they should filed as bugs in <a href="http://bugs.winehq.org">Bugzilla</a> if there are not bugs already filed.</li>
<li>Keep the operating system comments clean, all stale data should be removed</li>
<li>Be an active user of that operating system and version</li>
<li>Keep up-to-date with all QEMU releases, if there are regressions they should filed as bugs in the <a href="http://www.qemu.org/lists.html">mailing lists</a> if there are not bugs already filed.</li>
</ul>
You will:
<ul>
<li>Receive an email when a comment is posted or deleted for the application or the application information is modified</li>
<li>Receive an email when a comment is posted or deleted for the operating system or the operating system information is modified</li>
<li>Be able to modify all aspects of your application(s) and version(s), including the description, screenshots, HOWTOs, notes, comments, etc.</li>
</ul>
<br>
<h4>Application overview page guidelines</h4>
<p><i>N.B. Only super maintainers can change the general description of an application.</i><br>
You can edit an application overview page by clicking on the "Edit Application" button in the application overview page. You will be then presented with a form whose fields are explained thereafter.
<h4>Operating system overview page guidelines</h4>
<p><i>N.B. Only super maintainers can change the general description of an operating system.</i><br>
You can edit an operating system overview page by clicking on the "Edit OS" button in the operating system overview page. You will be then presented with a form whose fields are explained thereafter.
<ul>
<li>
Application name should be checked against official application name and should not contain the vendor's name.
Operating system name should be checked against official operating system name and should not contain the vendor's name.
</li>
<li>
Application vendor should be set correctly. If the vendor is missing, please contact <a href="mailto:appdb@winehq.org">appdb@winehq.org</a>.
Operating system vendor should be set correctly. If the vendor is missing, please contact <a href="mailto:natalia@claunia.com">natalia@claunia.com</a>.
</li>
<li>
Keywords are used by the search engine. You don't need to repeat the application's name but you are encouraged to provide some keywords in this field.
Keywords are used by the search engine. You don't need to repeat the operating system's name but you are encouraged to provide some keywords in this field.
</li>
<li>
Description should describe the application in a general manner (what it does). The Wine and version specific considerations go in version-specific pages (described below). If you want to add more than a short sentence, please add a carriage return after the first sentence as it will be used when showing the application summary in the search engine, top-25 page and so on.
Description should describe the operating system in a general manner (what it is). The QEMU and version specific considerations go in version-specific pages (described below). If you want to add more than a short sentence, please add a carriage return after the first sentence as it will be used when showing the application summary in the search engine, top-25 page and so on.
</li>
<li>
Webpage should contain the home page for this application. Please remember that a URL starts with http://.
Webpage should contain the wikipedia entry for this operating system. Please remember that a URL starts with http://.
</li>
</ul>
@@ -54,27 +54,27 @@ Webpage should contain the home page for this application. Please remember that
You can edit a version page by clicking on the "Edit Version" button in any version page for which you are a (super) maintainer. You will then be presented with a form whose fields are explained thereafter.
<ul>
<li>
Version name should be checked against official version name. However if you feel that two minor revisions of an application will share the same problems or success, you are encouraged to use wildcards in the version number to avoid cluttering the database with hundreds of versions. For example if you know that Adobe Acrobat 6.0, 6.01 and 6.1 are about the same application, just choose 6.x as a version name. You can however use the full version name in an history table in the description field (see below).
Version name should be checked against official version name.
</li>
<li>
Description should describe the application version and not be a repetition of the application description. Please use a short sentence as the first line of your description to describe what this version is, and then add a carriage return after this first sentence as it will be used when showing version summary, in the application page for example. <br>
Description should describe the operating system version and not be a repetition of the operating system description. Please use a short sentence as the first line of your description to describe what this version is, and then add a carriage return after this first sentence as it will be used when showing version summary, in the operating system page for example. <br>
</li>
<li>
Rating lets you rate how this version ran with the latest Wine version you tested. For rating definitions, please see this <a href="index.php?sTopic=maintainer_ratings">page</a>.
Rating lets you rate how this version ran with the latest QEMU version you tested. For rating definitions, please see this <a href="index.php?sTopic=maintainer_ratings">page</a>.
</li>
<li>
Release is the latest release of Wine you tested this version with.
Release is the latest release of QEMU you tested this version with.
</li>
</ul>
<h4>Additional URLs guidelines</h4>
<p>
In both application and version editing pages you can add additional URLs. These URLs can, for example, help the user find native alternatives for this application (in application overview page) or find specific dlls (in version page).
In both operating system and version editing pages you can add additional URLs. These URLs can, for example, help the user find drivers for this operating system or find specific installation guides.
</p>
<h4>Screenshots guidelines</h4>
<p>
As a maintainer you are encouraged to provide screenshots for the versions you tested under Wine. To add a screenshot, simply click on the screenshot thumbnail in the version page.
As a maintainer you are encouraged to provide screenshots for the versions you tested under QEMU. To add a screenshot, simply click on the screenshot thumbnail in the version page.
</p>
<h4>Notes guidelines</h4>
@@ -85,25 +85,25 @@ In the version page you can add, edit and delete notes for the versions you main
<h4>HOWTO guidelines</h4>
<p>
HOWTOs are just a special kind of notes. You can provide step-by-step explanations on how to install or run a specific version of the current application here. Please try to keep HOWTOs up to date (for example some steps might no longer be needed if using a more recent version of Wine).
HOWTOs are just a special kind of notes. You can provide step-by-step explanations on how to install or run a specific version of the current application here. Please try to keep HOWTOs up to date (for example some steps might no longer be needed if using a more recent version of QEMU).
</p>
<h4>Warnings guidelines</h4>
<p>
Warnings are just a special kind of note. Warnings appear in red to catch the attention of the reader. They can be used to warning users against potential data corruption for instance. Please keep the warning up-to-date, especially if it is not true when using a recent Wine version (in this case you might choose to keep the warning and tell users that since Wine X.Y, this has been fixed).
Warnings are just a special kind of note. Warnings appear in red to catch the attention of the reader. They can be used to warning users against potential data corruption for instance. Please keep the warning up-to-date, especially if it is not true when using a recent QEMU version (in this case you might choose to keep the warning and tell users that since QEMU X.Y, this has been fixed).
</p>
<h4>Comments guidelines</h4>
<p>
As a maintainer you are entitled to delete comments. Use this feature wisely and always explain why you deleted a comment. If a comment is useless or is not true anymore, you can safely delete it. Whenever you can, extract how-tos, other peoples tests (for your test history table for example) from the comments and put it in your versions page and how-to notes.
<p>
If users paste large amounts of debug/crash output from wine, it might be a good idea to delete their comment and depending on whether or not a bug report as been filed for the problem, ask them to file a report and attach the information.
If users paste large amounts of debug/crash output from QEMU, it might be a good idea to delete their comment and depending on whether or not a bug report as been filed for the problem, ask them to file a report and attach the information.
</p>
<h4>Using the HTML editor</h4>
<p>
The HTML editor allows users of the AppDB to write richer descriptions, guides or warnings by providing a WYSIWYG HTML editor. The HTML editor can be disabled in your Preferences which will allow you to edit the html source of various fields.
The HTML editor allows users of the OS DB to write richer descriptions, guides or warnings by providing a WYSIWYG HTML editor. The HTML editor can be disabled in your Preferences which will allow you to edit the html source of various fields.
</p>
<br>
<p>If you have additional questions, please do not hesitate to contact us on <a href="mailto:appdb@winehq.org">appdb@winehq.org</a>.</p>
<p>If you have additional questions, please do not hesitate to contact us on <a href="mailto:natalia@claunia.com">natalia@claunia.com</a>.</p>

View File

@@ -3,8 +3,8 @@
<h3>Maintainer Rating Definitions</h3>
<p>
The Application Database features a maintainer rating system that allows you to see
which applications work best in Wine. This rating system is designed to assist
The Operating System Database features a maintainer rating system that allows you to see
which operating systems work best in Wine. This rating system is designed to assist
users by giving a rating based on an &#8216;expert's&#8217; experience.
</p>
@@ -13,35 +13,35 @@ users by giving a rating based on an &#8216;expert's&#8217; experience.
<li class="platinum">Platinum
<p>
An application can be rated as Platinum if it installs and runs flawlessly &#8216;out of the box&#8217;. No changes required in winecfg.
An operating system can be rated as Platinum if it installs and runs flawlessly &#8216;out of the box&#8217;. It also has drivers available for at least one of the available graphics cards, networks cards and sound cards.
</p>
</li>
<li class="gold">Gold
<p>
Application works flawlessly with some DLL overrides, other settings or third party software.
Operating system works flawlessly with some configuration overrides, other settings or third party drivers.<br>
Having to use a QEMU workaround like -no-fd-bootchk or -win2k-hack automatically classifies the operating system for this rating, or a lower one if applicable.
</p>
</li>
<li class="silver">Silver
<p>
Application works excellently for &#8216;normal&#8217; use; a game works fine in single-player but not
in multi-player, Windows Media Player works fine as a plug-in and stand-alone player, but cannot handle DRM etc.
Operating system works excellently for &#8216;most&#8217; uses; an operating system works in default vga mode and without sound even if drivers are available.
</p>
</li>
<li class="Bronze">Bronze
<p>
Application works, but it has some issues, even for normal use; a game may not redraw properly or display fonts in wrong colours, be much slower than it should etc.
Operating system works, but it has some issues, even for normal use; a game may not redraw properly or display fonts in wrong colours, be much slower than it should etc.
</p>
</li>
<li class="Garbage">Garbage
<p>
An application gets this rating if it cannot be used for the purpose it was designed for.
There should be at least one bug report in Bugzilla if it gets this rating.
Application cannot be installed, does not start, or starts but has so many errors that it is nearly impossible to use it.
An operating system gets this rating if it cannot be installed or used at all.
There should be at least one bug report in the mailing lists if it gets this rating.
Operating system cannot be installed, does not start, or starts but has so many errors that it is nearly impossible to use it.
</p>
</li>
</ul>

View File

@@ -1,12 +1,12 @@
<!--TITLE: Application Database Privacy Policy -->
<!--TITLE: Operating System Database Privacy Policy -->
<h3>Application Database Privacy Policy</h3>
<h3>Operating System Database Privacy Policy</h3>
<p>
<b>WineHQ is dedicated to the privacy of its users.</b><br>
<b>QEMU and Claunia.com are dedicated to the privacy of its users.</b><br>
<ul>
Whatever specific information you give to us will be used only to enable user
specific features of the Application Database. We will give your information
specific features of the Operating System Database. We will give your information
to no third parties, nor will we send you email that you have not requested.
</ul>
</p>
@@ -14,8 +14,8 @@
<p>
<b>Cookies</b>
<ul>
The Application Database uses cookies only to preserve login information in your web browser.
Advertisers and other companies do not have access to the AppDB's cookies.
The Operating System Database uses cookies only to preserve login information in your web browser.
Advertisers and other companies do not have access to the OS DB's cookies.
</ul>
</p>
@@ -32,7 +32,7 @@
<b>Questions or Suggestions</b><br>
<ul>
If you have questions or suggestions, feel free to contact us at
<a href="mailto:appdb@winehq.org">appdb@winehq.org</a>
<a href="mailto:natalia@claunia.com">natalia@claunia.com</a> or at the <a href="http://www.qemu.org/lists.html">mailing lists</a>
</ul>
</p>

View File

@@ -1,18 +1,18 @@
<!--TITLE: Voting Help -->
<h3>Application Voting System Help</h3>
<h3>Operating System Voting System Help</h3>
<p>
The Application Database features a voting system that allows you to pick which <b>3</b> application versions
you would MOST like to see running in Wine.
The Operating System Database features a voting system that allows you to pick which <b>3</b> operating system versions
you would MOST like to see running in QEMU.
</p>
<p><b>Step by Step Help on Voting</b></p>
<ol>
<li><p>Log in to the Application Database.</p></li>
<li><p>Log in to the Operating System Database.</p></li>
<li><p>Browse to the application version you wish to add to your vote list.</p></li>
<li><p>Browse to the operating system version you wish to add to your vote list.</p></li>
<li><p>In the table showing name, license, rating etc., click on &#8216;Vote&#8217;.</p></li>
@@ -27,9 +27,9 @@ you would MOST like to see running in Wine.
<ul>
<li><i>Please</i> vote for applications which will benefit the
community. Don't vote for applications that are known to be working well.
We know Solitaire works. Voting for it would not make much sense.</li>
<li><i>Please</i> vote for operating systems which will benefit the
community. Don't vote for operating systems that are known to be working well.
We know MS-DOS works. Voting for it would not make much sense.</li>
<li>You can clear your vote at any time. Browse to any application
version, select &#8216;Vote&#8217; from the table showing name, license, rating etc., then choose the slots you wish to clear and press &#8216;Delete&#8217;.</p></li>