You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2012/10/03 17:16:41 UTC

svn commit: r1393531 - in /incubator/ooo/ooo-site/trunk/content/support/test: consultant-submission.html consultants.html index.html

Author: robweir
Date: Wed Oct  3 15:16:40 2012
New Revision: 1393531

URL: http://svn.apache.org/viewvc?rev=1393531&view=rev
Log:
Added detailed information on the schema fields.  Regen of HTML.

Modified:
    incubator/ooo/ooo-site/trunk/content/support/test/consultant-submission.html
    incubator/ooo/ooo-site/trunk/content/support/test/consultants.html
    incubator/ooo/ooo-site/trunk/content/support/test/index.html

Modified: incubator/ooo/ooo-site/trunk/content/support/test/consultant-submission.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/support/test/consultant-submission.html?rev=1393531&r1=1393530&r2=1393531&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/support/test/consultant-submission.html (original)
+++ incubator/ooo/ooo-site/trunk/content/support/test/consultant-submission.html Wed Oct  3 15:16:40 2012
@@ -9,15 +9,51 @@ If you would like to have your listing a
 
 <ol>
     <li>Listings must be submitted to the <a href="http://incubator.apache.org/openofficeorg/mailing-lists.html#development-mailing-list">ooo-dev</a> mailing list as patches 
-    to the <a href="https://svn.apache.org/repos/asf/incubator/ooo/devtools/consultants/consultants.xml">consultants.xml</a> file.</li>
+    to the <a href="https://svn.apache.org/repos/asf/incubator/ooo/devtools/consultants/consultants.xml">consultants.xml</a> file.  If you are not familiar with XML, please 
+        submit the equivalent information in a post to the ooo-dev list and we can help you format it for submission.  But your listing will appear faster if it is submitted 
+        in the proper form.</li>
     <li>Listings must be valid per the <a href="https://svn.apache.org/repos/asf/incubator/ooo/devtools/consultants/consultants.xsd">consultants.xsd</a> schema file.</li>
     <li>Listings must be factual and relevant.</li>
     <li>The Description field is limited to 512 characters and must be plain text, with no embedded markup or images</li>
     <li>Listings and the websites and email addresses referenced must <a href="http://www.apache.org/foundation/marks/">respect ASF trademarks</a>.
     <li>Listings must not imply approval, endorsement or affiliation with the Apache OpenOffice project or the ASF.</li>
+    <li>Listings with invalid links, 404 errors, etc. may be removed.  Please keep your listing up-to-date.</li>
     <li>All listings appear soley at the discretion of the Apache OpenOffice PMC.  If you have any questions on the above, please ask on 
         the <a href="http://incubator.apache.org/openofficeorg/mailing-lists.html#development-mailing-list">ooo-dev</a> mailing list.</li>
 </ol>
 
+<h1>Technincal requirements for submissions</h1>
+
+<p>The XML Schema definition for submissions is <a href="https://svn.apache.org/repos/asf/incubator/ooo/devtools/consultants/consultants.xsd">here</a>.  
+Additionally, here are some details on the fields in that schema:</p>
+
+<ul>
+    <li>"name" is either your personal name or the name of your company or organization. We will sort on this field in our listings and link it to your website.  This field is required.</li>
+    <li>"country" contains an <a href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO-3166-1 alpha-2</a> two-letter country code.  It indicates a country in which you do business.  
+        If you do business in multiple countries you may have multiple "country" elements.  As a short-cut, if you do business globally you may use the value "global".  
+        The "country" field is required.</li>
+        <li>"practice" indicates an area of practice in which you offer services.  At least one "practice" element is required.  The areas are defined by the schema and limited to:
+            <ul>
+                <li>Deployment &mdash; services related to installation of OpenOffice.  This might include planning, migration, install customization, etc.</li>
+                <li>Support &mdash; services related to supporting users and deployments, including help support.</li>
+                <li>Development &mdash; programming, including core OpenOffice development, macros, scripts and extensions.</li>
+                <li>Certification &mdash; services related to certification of user skills, developers skills, etc.</li>
+                <li>Others</li>
+            </ul>
+        <li>"description" further describes the services you offer. Keep it brief and factual.  This field is required and is limited to 400 characters.</li>
+        <li>"website" is the URL for your website.  The "name" field is linked to this URL.  If you have a page specifically covering your OpenOffice-related services, this
+            might be preferred over a generic page that is not as relevant to OpenOffice users.  This element is required.</li>
+        <li>"email" is an email address where users can get more information.  This element is optional. If included it must be a valid email address.</li>
+        <li>"phone" is an phone number where users can get more information.  This element is optional.</li>
+</ul>
+
+    <xs:element ref="name"/>
+        <xs:element maxOccurs="unbounded" ref="country"/>
+        <xs:element maxOccurs="unbounded" ref="practice"/>
+        <xs:element ref="description"/>
+        <xs:element ref="website"/>
+        <xs:element minOccurs="0" ref="email"/>
+        <xs:element minOccurs="0" ref="phone"/>
+
 </body>
 </html>

Modified: incubator/ooo/ooo-site/trunk/content/support/test/consultants.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/support/test/consultants.html?rev=1393531&r1=1393530&r2=1393531&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/support/test/consultants.html (original)
+++ incubator/ooo/ooo-site/trunk/content/support/test/consultants.html Wed Oct  3 15:16:40 2012
@@ -1,4 +1,7 @@
-<html>
+<!--NOTE:  This file is machine-generated.  Do not edit it directly or else your changes will be overwritten the next time we generate the page.   
+    If you want to edit the underlying listing data then you need to edit the consultants.xml file.  If you want to edit the structure of the page then you need
+    to edit the to-html.xsl file.  If you want to change or translate the text in the page you want to edit strings_locale.xml.    
+   --><html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache OpenOffice Consultants</title>
@@ -6,7 +9,7 @@
 <body>
 <h1>Apache OpenOffice Consultants</h1>
 <p>Although most individual users are able to install and use Apache OpenOffice without any help, or with the assistance of volunteers on our community support forum and mailing lists, 
-        some users, especially corporate users, may have more complex requirements that require commercial services in order to optimize their deployments.  The following 
+        some users, especially corporate users, may have more complex requirements that require professional services in order to optimize their deployments.  The following 
         individuals and firms offer services that may be of interest.   The information provided here was provided by the entities named, and is not verified or endorsed by 
         the Apache OpenOffice project.  We offer this listing as a service to the ecosystem.</p>
 <p>Consultants who wish to add their listing here should refer to these instructions: <a href="consultant-submission.html">consultant-submission.html</a></p>
@@ -20,7 +23,7 @@
 </tr>
 <tr>
 <td><a rel="nofollow" href="http://www/jbloggsllc.com/openoffice.html">Joe Bloggs, LLC</a></td>
-<td>Deployment<br>Migration<br>
+<td>Deployment<br>
 </td>
 <td>AT<br>CH<br>DE<br>
 </td>
@@ -31,7 +34,7 @@
 </tr>
 <tr>
 <td><a rel="nofollow" href="http://www/jdoe.com/services.html">John Doe</a></td>
-<td>Extensions<br>
+<td>Development<br>
 </td>
 <td>ES<br>PT<br>
 </td>
@@ -42,7 +45,7 @@
 </tr>
 <tr>
 <td><a rel="nofollow" href="https://theingots.org/community/CertOOo">The Learning Machine, Ltd</a></td>
-<td>Certification<br>User Skills<br>
+<td>Certification<br>
 </td>
 <td>Global<br>
 </td>

Modified: incubator/ooo/ooo-site/trunk/content/support/test/index.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/support/test/index.html?rev=1393531&r1=1393530&r2=1393531&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/support/test/index.html (original)
+++ incubator/ooo/ooo-site/trunk/content/support/test/index.html Wed Oct  3 15:16:40 2012
@@ -89,7 +89,7 @@ Welcome to the Apache OpenOffice Support
    <a name="professional-services" id="professional-services"></a> 
     <span class='supporthead'>Professional Services</span>
     <div class="support">
-        <p>On our <a href="consultants.html">Consultants page</a> you will find a listing of individuals and companies that offer services related to OpenOffice.</p>
+        <p>On our <a href="consultants.html">Consultants page</a> you will find a listing of individuals and companies that offer professional services related to OpenOffice.</p>
  </div>
 
     <a name="books" id="books"></a>