You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2013/07/21 22:43:53 UTC

svn commit: r1505472 - /openoffice/ooo-site/trunk/content/contact_us.html

Author: marcus
Date: Sun Jul 21 20:43:53 2013
New Revision: 1505472

URL: http://svn.apache.org/r1505472
Log:
Corrected HTML error

Modified:
    openoffice/ooo-site/trunk/content/contact_us.html

Modified: openoffice/ooo-site/trunk/content/contact_us.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/contact_us.html?rev=1505472&r1=1505471&r2=1505472&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/contact_us.html (original)
+++ openoffice/ooo-site/trunk/content/contact_us.html Sun Jul 21 20:43:53 2013
@@ -1,46 +1,39 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" />
 <head>
-	<title>Contact Us</title>
-
-
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>Apache OpenOffice - Contact Us</title>
 </head>
 
 <body>
+
 <h1>Thank you for contacting Apache OpenOffice</h1>
 <ul>
-<li><h2>If you need user support and don't want to file a bug...</h2>
-Please navigate to the <a href="/support">Support Page</a> where you'll find a variety of ways to get help with Apache OpenOffice
-including a "users" mailing list and the OpenOffice.org Community Forum.
-</li>
-
-
-<li><h2>If you want to report a problem...</h2>
-
-<p>You will need to use the Bugzilla "bug" reporting system.</p>
- 
-<p>Get started by searching to see if your issue has already been reported by using 
-<a href="http://www.openoffice.org/qa/issue_handling/submission_gateway.html">the issue submission gateway</a>, using the search
-box at the top left of the page. Searching issues with Bugzilla does not require an account.</p>
-
-<p>To update existing issues (for example, add your findings to an existing issue), or file a new issue,
-you will need a Bugzilla account. Register with Bugzilla using the 
-<a href="https://issues.apache.org/ooo/createaccount.cgi">New Account link</a>. Once you obtain your
-Bugzilla login, you can return to <a href="http://www.openoffice.org/qa/issue_handling/submission_gateway.html">the issue submission gateway</a> to update
-issues or enter new ones. Or, use the default Bugzilla interface.</p>
-</li>
-
-<li><h2>If you want to contact the Apache OpenOffice developer team...</h2>
-Please check out the <a href="http://openoffice.apache.org/mailing-lists.html">public mailing lists page</a> and use the developer public mailing list.
-</li>
-	
-<li><h2>If this is a Press or Analyst inquiry...</h2>
-For Media and Analyst inquiries ONLY please consult our <a href="http://openoffice.apache.org/press.html">press page</a> for information on how to contact us.
-</li>	
-	
+  <li><h2>If you need user support and don't want to file a bug...</h2>
+  Please navigate to the <a href="support/index.html">Support Page</a> where you will find a variety of ways to get help
+  with Apache OpenOffice including a "users" mailing list and the OpenOffice.org Community Forum.</li>
+  <li><h2>If you want to report a problem...</h2>
+
+  <p>You will need to use the Bugzilla "bug" reporting system.</p>
+
+  <p>Get started by searching to see if your issue has already been reported by using 
+  <a href="qa/issue_handling/submission_gateway.html">the issue submission gateway</a>, using the
+  search box at the top left of the page. Searching issues with Bugzilla does not require an account.</p>
+
+  <p>To update existing issues (for example, add your findings to an existing issue), or file a new issue, you will need a
+  Bugzilla account. Register with Bugzilla using the <a href="https://issues.apache.org/ooo/createaccount.cgi">
+  New Account link</a>. Once you obtain your Bugzilla login, you can return to
+  <a href="qa/issue_handling/submission_gateway.html">the issue submission gateway</a> to update
+  issues or enter new ones. Or, use the default Bugzilla interface.</p></li>
+
+  <li><h2>If you want to contact the Apache OpenOffice developer team...</h2>
+  Please check out the <a href="http://openoffice.apache.org/mailing-lists.html">public mailing lists page</a> and use the
+  developer public mailing list.</li>
+
+  <li><h2>If this is a Press or Analyst inquiry...</h2>
+  For Media and Analyst inquiries ONLY please consult our <a href="http://openoffice.apache.org/press.html">press page</a>
+  for information on how to contact us.</li>	
 </ul>
- 
 
 </body>
 </html>