- replaced tons of tabs with spaces
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more) - improved overall code lisibility
This commit is contained in:
60
support.php
60
support.php
@@ -1,9 +1,7 @@
|
||||
<?
|
||||
|
||||
/*
|
||||
* Application Database Support Page
|
||||
*
|
||||
*/
|
||||
<?php
|
||||
/*************************************/
|
||||
/* Application Database Support Page */
|
||||
/*************************************/
|
||||
|
||||
include("path.php");
|
||||
require(BASE."include/"."incl.php");
|
||||
@@ -11,32 +9,30 @@ require(BASE."include/"."incl.php");
|
||||
apidb_header("Help and Support");
|
||||
|
||||
?>
|
||||
<p><big><b>Who Can Help Me Out?</b></big></p>
|
||||
|
||||
<p>
|
||||
If you have questions, comments on the Wine Application Database, you can contact
|
||||
us at <a href="mailto:appdb@winehq.org">appdb@winehq.org</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you notice something that seems to be wrong, or busticated, there is a way you can
|
||||
help us out.<br>
|
||||
We also have a <a href="http://bugs.winehq.org/">Bug Tracking Database</a>
|
||||
where you can register bugs. This is the best way to get problems fixed. You can go directly
|
||||
to the App DB Bug Database by following this
|
||||
<a href="http://bugs.winehq.org/buglist.cgi?product=Wine+Apps+Database">link</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you need more information on the Wine Project itself, there are plenty of resources.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.winehq.org">Wine Development HQ</a></li>
|
||||
<li><a href="http://www.codeweavers.com">CodeWeavers Home Page</a></li>
|
||||
</ul>
|
||||
<?
|
||||
<p><big><b>Who Can Help Me Out?</b></big></p>
|
||||
|
||||
<p>
|
||||
If you have questions, comments on the Wine Application Database, you can contact
|
||||
us at <a href="mailto:appdb@winehq.org">appdb@winehq.org</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you notice something that seems to be wrong, or busticated, there is a way you can
|
||||
help us out.<br>
|
||||
We also have a <a href="http://bugs.winehq.org/">Bug Tracking Database</a>
|
||||
where you can register bugs. This is the best way to get problems fixed. You can go directly
|
||||
to the App DB Bug Database by following this
|
||||
<a href="http://bugs.winehq.org/buglist.cgi?product=Wine+Apps+Database">link</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you need more information on the Wine Project itself, there are plenty of resources.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.winehq.org">Wine Development HQ</a></li>
|
||||
<li><a href="http://www.codeweavers.com">CodeWeavers Home Page</a></li>
|
||||
</ul>
|
||||
<?php
|
||||
apidb_footer();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user