diff --git a/admin/adminMaintainers.php b/admin/adminMaintainers.php index da56f47..5fcdd42 100644 --- a/admin/adminMaintainers.php +++ b/admin/adminMaintainers.php @@ -27,7 +27,7 @@ if(!$hResult || !query_num_rows($hResult)) { // no apps echo html_frame_start("","90%"); - echo '

There are no application maintainers.

',"\n"; + echo '

There are no operating system maintainers.

',"\n"; echo html_frame_end(" "); } else @@ -41,7 +41,7 @@ else echo "\n"; echo " Submission Date\n"; echo " Maintainer\n"; - echo " Application\n"; + echo " Operating System\n"; echo " Version\n"; echo " Action\n"; echo "\n\n"; diff --git a/admin/editAppFamily.php b/admin/editAppFamily.php index 1908692..5c9c3b4 100644 --- a/admin/editAppFamily.php +++ b/admin/editAppFamily.php @@ -32,12 +32,12 @@ else if(!$oApp) { - util_show_error_page_and_exit('Application does not exist'); + util_show_error_page_and_exit('Operating system does not exist'); } if($_SESSION['current']->showDebuggingInfos()) { echo "

appName: $oApp->sName

"; } - apidb_header("Edit Application Family"); + apidb_header("Edit Operating System Family"); echo "
\n"; diff --git a/admin/editAppVersion.php b/admin/editAppVersion.php index fe0e8bf..15f8f86 100644 --- a/admin/editAppVersion.php +++ b/admin/editAppVersion.php @@ -25,7 +25,7 @@ if(!empty($aClean['sSubmit'])) $oVersion = new Version($aClean['iVersionId']); - apidb_header("Edit Application Version"); + apidb_header("Edit Operating System Version"); echo "
\n"; diff --git a/admin/editBundle.php b/admin/editBundle.php index b0523e6..2ee93eb 100644 --- a/admin/editBundle.php +++ b/admin/editBundle.php @@ -25,9 +25,9 @@ if($aClean['sCmd']) $hResult = query_parameters("DELETE FROM appBundle WHERE appId ='?' AND bundleId = '?'", $aClean['iAppId'], $aClean['iBundleId']); if($hResult) - addmsg("App deleted from bundle", "green"); + addmsg("OS deleted from bundle", "green"); else - addmsg("Failed to delete app from bundle!", "red"); + addmsg("Failed to delete OS from bundle!", "red"); } if($aClean['sCmd'] == "add") { @@ -36,22 +36,22 @@ if($aClean['sCmd']) $aClean['iBundleId'], $aClean['iAppId']); if($hResult) - addmsg("App $appId added to Bundle".$aClean['iBundleId'], "green"); + addmsg("OS $appId added to Bundle".$aClean['iBundleId'], "green"); } } -apidb_header("Edit Application Bundle"); +apidb_header("Edit Operating System Bundle"); $hResult = query_parameters("SELECT bundleId, appBundle.appId, appName FROM appBundle, appFamily ". "WHERE bundleId = '?' AND appFamily.appId = appBundle.appId", $aClean['iBundleId']); -echo html_frame_start("Apps in this Bundle","300",'',0); +echo html_frame_start("OSes in this Bundle","300",'',0); echo "\n\n"; echo "\n"; -echo " \n"; +echo " \n"; echo " \n"; echo "\n\n"; @@ -76,7 +76,7 @@ if($hResult && query_num_rows($hResult)) { /* indicate to the user that there are no apps in this bundle at the moment */ echo "\n"; - echo " \n"; + echo " \n"; echo "\n"; } @@ -85,7 +85,7 @@ echo html_frame_end(); echo "\n"; -echo html_frame_start("Application List (double click to add)","",'',2); +echo html_frame_start("Operating System List (double click to add)","",'',2); build_app_list(); echo html_frame_end(); diff --git a/appbrowse.php b/appbrowse.php index 2a96800..049b022 100644 --- a/appbrowse.php +++ b/appbrowse.php @@ -12,6 +12,6 @@ require(BASE."include/"."incl.php"); $iId = getInput('iCatId', $aClean); -util_redirect_and_exit(BASE."objectManager.php?sClass=category&iId=$iId&sAction=view&sTitle=Browse+Applications"); +util_redirect_and_exit(BASE."objectManager.php?sClass=category&iId=$iId&sAction=view&sTitle=Browse+Operating+Systems"); ?> diff --git a/help/appdb_faq.help b/help/appdb_faq.help index 5a97460..29b98c6 100644 --- a/help/appdb_faq.help +++ b/help/appdb_faq.help @@ -27,27 +27,16 @@ developers.

Q: What is QEMU?

-

A:Think of Wine as a Windows compatibility layer. Wine does not require -Microsoft Windows, as it is a completely alternative implementation -consisting of 100% Microsoft-free code, but it can optionally use -native system DLLs if they are available. Wine provides both a development -toolkit (Winelib) for porting Windows sources to Unix and a program loader, -allowing many unmodified Windows binaries to run on x86-based Unixes, including -Linux, -FreeBSD, and -Solaris.

- -

More information can be found at the -Wine FAQ.

-

- -

Q: What are the benefits of this Application Database?

-
-

A: QEMU is a generic and open source machine emulator and virtualizer.
+

A:QEMU is a generic and open source machine emulator and virtualizer.
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.
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.

+

Q: What are the benefits of this Operating Systems Database?

+
+

A:This database lets developers and users to know what operating systems work in QEMU, to insert or read HOW-TOs, check screenshots, and detect regressions.

+

+

Q: How does a new operating system get added to the database?

A: Any registered user can submit an application. Use the Submit OS 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 Your Queued Items page.

diff --git a/help/maintainer.help b/help/maintainer.help index fb8900b..ae2d761 100644 --- a/help/maintainer.help +++ b/help/maintainer.help @@ -9,7 +9,7 @@ Information on what a maintainer is and why they are important to the os db.

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 +released. They also respond to forum posts for their oses/versions and review and process test results and screenshots that users submit. Please see the maintainer's guidelines for more information on the kinds of things a maintainer has stewardship over.

diff --git a/help/maintainer_guidelines.help b/help/maintainer_guidelines.help index a4eac61..1d47fd4 100644 --- a/help/maintainer_guidelines.help +++ b/help/maintainer_guidelines.help @@ -22,7 +22,7 @@ You are expected to: You will:

  • Receive an email when a comment is posted or deleted for the operating system or the operating system information is modified
  • -
  • Be able to modify all aspects of your application(s) and version(s), including the description, screenshots, HOWTOs, notes, comments, etc.
  • +
  • Be able to modify all aspects of your operating system(s) and version(s), including the description, screenshots, HOWTOs, notes, comments, etc.

diff --git a/help/voting.help b/help/voting.help index 9fd18df..bc64250 100644 --- a/help/voting.help +++ b/help/voting.help @@ -31,7 +31,7 @@ you would MOST like to see running in QEMU. 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. -
  • You can clear your vote at any time. Browse to any application +
  • You can clear your vote at any time. Browse to any operating system version, select ‘Vote’ from the table showing name, license, rating etc., then choose the slots you wish to clear and press ‘Delete’.

  • Application Name Operating System Name Delete
    No applications in this bundleNo operating systems in this bundle