You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2012/10/04 15:06:47 UTC

svn commit: r834024 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/bizdev/ content/bizdev/consultants/

Author: buildbot
Date: Thu Oct  4 13:06:47 2012
New Revision: 834024

Log:
Staging update by buildbot for openofficeorg

Added:
    websites/staging/ooo-site/trunk/content/bizdev/consultant-submission.html
    websites/staging/ooo-site/trunk/content/bizdev/consultants/
    websites/staging/ooo-site/trunk/content/bizdev/consultants.html
    websites/staging/ooo-site/trunk/content/bizdev/consultants/consultants.xml   (with props)
    websites/staging/ooo-site/trunk/content/bizdev/consultants/consultants.xsd   (with props)
    websites/staging/ooo-site/trunk/content/bizdev/consultants/strings_en.xml   (with props)
    websites/staging/ooo-site/trunk/content/bizdev/consultants/strings_it.xml   (with props)
    websites/staging/ooo-site/trunk/content/bizdev/consultants/to-html.xsl   (with props)
Removed:
    websites/staging/ooo-site/trunk/content/bizdev/todos.html
Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct  4 13:06:47 2012
@@ -1 +1 @@
-1394021
+1394036

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct  4 13:06:47 2012
@@ -1 +1 @@
-1394021
+1394036

Added: websites/staging/ooo-site/trunk/content/bizdev/consultant-submission.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/bizdev/consultant-submission.html (added)
+++ websites/staging/ooo-site/trunk/content/bizdev/consultant-submission.html Thu Oct  4 13:06:47 2012
@@ -0,0 +1,81 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+    <title>How to submit your professional services listing</title>
+
+<!--#include virtual="/google-analytics.js" -->
+</head>
+<body>
+<!--#include virtual="/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a href="/bizdev/">bizdev</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+<h1>How to submit your professional services listing</h1>
+<p>The Apache OpenOffice project offers a list of relevant practioners of interest to Apache OpenOffice users.  No endorsement is implied by these listings.
+If you would like to have your listing added to this page, please observe the following instructions and conditions:</p>
+
+<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/ooo-site/trunk/content/bizdev/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/ooo-site/trunk/content/bizdev/consultants/consultants.xsd">consultants.xsd</a> schema file.</li>
+    <li>Listings must be factual and specifically relevant to OpenOffice.  Generic IT services companies without a specific offering on their website directly relevant to OpenOffice 
+        would probably not be a good fit for these listings.  In other words, if your website is not mentioning OpenOffice, why should our website mention you?</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>.  Note: Our official name is now 
+        Apache OpenOffice&trade;</li>
+    <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/ooo-site/trunk/content/bizdev/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
+            is 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"/>
+
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/bizdev/consultants.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/bizdev/consultants.html (added)
+++ websites/staging/ooo-site/trunk/content/bizdev/consultants.html Thu Oct  4 13:06:47 2012
@@ -0,0 +1,79 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache OpenOffice Consultants</title>
+
+<!--#include virtual="/google-analytics.js" -->
+</head>
+<body>
+<!--#include virtual="/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a href="/bizdev/">bizdev</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+<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 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>
+<br><table border="1">
+<tr>
+<th>Name</th>
+<th>Area of Practice</th>
+<th>Countries</th>
+<th width="50%">Description</th>
+<th>Contact</th>
+</tr>
+<tr>
+<td><a rel="nofollow" href="http://www/jbloggsllc.com/openoffice.html">Joe Bloggs, LLC</a></td>
+<td>Deployment<br>
+</td>
+<td>AT<br>CH<br>DE<br>
+</td>
+<td>Joe Bloggs, LLC provides custom deployment and migration servives for small and medium business moving to OpenOffice.  We work with the client from initial 
+        evaluation and piloting, through deployment and beyond.  References and whitepaper are available on our website.</td>
+<td>
+<a href="mailto:joe@jbloggsllc.com">joe@jbloggsllc.com</a><br>123-456-7890</td>
+</tr>
+<tr>
+<td><a rel="nofollow" href="http://www/jdoe.com/services.html">John Doe</a></td>
+<td>Development<br>
+</td>
+<td>ES<br>PT<br>
+</td>
+<td>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.</td>
+<td>
+<a href="mailto:j@doe.com">j@doe.com</a><br>123-456-7890</td>
+</tr>
+<tr>
+<td><a rel="nofollow" href="https://theingots.org/community/CertOOo">The Learning Machine, Ltd</a></td>
+<td>Certification<br>
+</td>
+<td>Global<br>
+</td>
+<td>The Learning Machine, Ltd provides certification of IT
+            user skills in the context of Apache Open Office, accredited by the UK
+            national Regulators and referenced to the European Qualifications
+            Framework. We work through organisations such as schools, colleges and
+            adult education providers.</td>
+<td>
+<a href="mailto:ian.lynch@theingots.org">ian.lynch@theingots.org</a><br>+44 (0) 1827305940</td>
+</tr>
+</table>
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Added: websites/staging/ooo-site/trunk/content/bizdev/consultants/consultants.xml
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ooo-site/trunk/content/bizdev/consultants/consultants.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: websites/staging/ooo-site/trunk/content/bizdev/consultants/consultants.xsd
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ooo-site/trunk/content/bizdev/consultants/consultants.xsd
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: websites/staging/ooo-site/trunk/content/bizdev/consultants/strings_en.xml
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ooo-site/trunk/content/bizdev/consultants/strings_en.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: websites/staging/ooo-site/trunk/content/bizdev/consultants/strings_it.xml
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ooo-site/trunk/content/bizdev/consultants/strings_it.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: websites/staging/ooo-site/trunk/content/bizdev/consultants/to-html.xsl
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ooo-site/trunk/content/bizdev/consultants/to-html.xsl
------------------------------------------------------------------------------
    svn:mime-type = application/xml