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:15:28 UTC

svn commit: r1393530 - in /incubator/ooo/devtools/consultants: consultants.xml consultants.xsd strings_en.xml to-html.xsl

Author: robweir
Date: Wed Oct  3 15:15:28 2012
New Revision: 1393530

URL: http://svn.apache.org/viewvc?rev=1393530&view=rev
Log:
Revise the schema, add <xsl:comment> to force comment onto generated HTML.

Modified:
    incubator/ooo/devtools/consultants/consultants.xml
    incubator/ooo/devtools/consultants/consultants.xsd
    incubator/ooo/devtools/consultants/strings_en.xml
    incubator/ooo/devtools/consultants/to-html.xsl

Modified: incubator/ooo/devtools/consultants/consultants.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/consultants/consultants.xml?rev=1393530&r1=1393529&r2=1393530&view=diff
==============================================================================
--- incubator/ooo/devtools/consultants/consultants.xml (original)
+++ incubator/ooo/devtools/consultants/consultants.xml Wed Oct  3 15:15:28 2012
@@ -20,7 +20,7 @@
         <country>PT</country>
          <country>ES</country>
        
-        <practice>Extensions</practice>
+        <practice>Development</practice>
         <description>At John Doe we do application developement for OpenOffice.  Give us your requirements and we'll give you a quote.  
             No job is too small.</description>
             <website>http://www/jdoe.com/services.html</website>
@@ -32,7 +32,6 @@
              <country>DE</country>
             <country>CH</country>
             <country>AT</country>
-            <practice>Migration</practice>
             <practice>Deployment</practice>
            
         <description>Joe Bloggs, LLC provides custom deployment and migration servives for small and medium business moving to OpenOffice.  We work with the client from initial 
@@ -41,7 +40,5 @@
         <email>joe@jbloggsllc.com</email>
         <phone>123-456-7890</phone>
     </consultant>
-
    
-    
 </consultants>
\ No newline at end of file

Modified: incubator/ooo/devtools/consultants/consultants.xsd
URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/consultants/consultants.xsd?rev=1393530&r1=1393529&r2=1393530&view=diff
==============================================================================
--- incubator/ooo/devtools/consultants/consultants.xsd (original)
+++ incubator/ooo/devtools/consultants/consultants.xsd Wed Oct  3 15:15:28 2012
@@ -47,10 +47,9 @@
   <xs:simpleType name="practice">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Deployment"/>
-      <xs:enumeration value="Migration"/>
-      <xs:enumeration value="Extensions"/>
+      <xs:enumeration value="Support"/>
       <xs:enumeration value="Training"/>
-      <xs:enumeration value="Customization"/>
+      <xs:enumeration value="Development"/>
       <xs:enumeration value="Certification"/>
       <xs:enumeration value="Other"/>
     </xs:restriction>

Modified: incubator/ooo/devtools/consultants/strings_en.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/consultants/strings_en.xml?rev=1393530&r1=1393529&r2=1393530&view=diff
==============================================================================
--- incubator/ooo/devtools/consultants/strings_en.xml (original)
+++ incubator/ooo/devtools/consultants/strings_en.xml Wed Oct  3 15:15:28 2012
@@ -3,7 +3,7 @@
     <string id="page-title">Apache OpenOffice Consultants</string>
     
     <string id="disclaimer-text">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.</string>
     

Modified: incubator/ooo/devtools/consultants/to-html.xsl
URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/consultants/to-html.xsl?rev=1393530&r1=1393529&r2=1393530&view=diff
==============================================================================
--- incubator/ooo/devtools/consultants/to-html.xsl (original)
+++ incubator/ooo/devtools/consultants/to-html.xsl Wed Oct  3 15:15:28 2012
@@ -28,6 +28,11 @@
     
 <!-- Main template deals with the introductory text and the basic table declaration -->
     <xsl:template match="/">
+        
+    <xsl:comment>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.    
+   </xsl:comment>
         <html>
             <head>
                 <title><xsl:value-of select="$page-title"/></title>