You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/06/05 12:20:04 UTC

svn commit: r1346331 - in /incubator/syncope/trunk/parent/src/site: site.xml xdoc/professional-services.xml

Author: ilgrosso
Date: Tue Jun  5 10:20:04 2012
New Revision: 1346331

URL: http://svn.apache.org/viewvc?rev=1346331&view=rev
Log:
Adding professional services page

Added:
    incubator/syncope/trunk/parent/src/site/xdoc/professional-services.xml   (with props)
Modified:
    incubator/syncope/trunk/parent/src/site/site.xml

Modified: incubator/syncope/trunk/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/site.xml?rev=1346331&r1=1346330&r2=1346331&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/src/site/site.xml (original)
+++ incubator/syncope/trunk/parent/src/site/site.xml Tue Jun  5 10:20:04 2012
@@ -59,6 +59,7 @@ under the License.
       <item name="Downloads" href="downloads.html"/>
       <item name="Javadoc" href="apidocs/index.html"/>
       <item name="License" href="license.html"/>
+      <item name="Professional Services" href="professional-services.html"/>
     </menu>
   
     <menu name="Community">

Added: incubator/syncope/trunk/parent/src/site/xdoc/professional-services.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/xdoc/professional-services.xml?rev=1346331&view=auto
==============================================================================
--- incubator/syncope/trunk/parent/src/site/xdoc/professional-services.xml (added)
+++ incubator/syncope/trunk/parent/src/site/xdoc/professional-services.xml Tue Jun  5 10:20:04 2012
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+  <properties>
+    <title>Professional Services</title>
+    <author email="syncope-dev@incubator.apache.org">Apache Syncope Documentation Team</author>
+  </properties>
+
+  <body>    
+    <section name="Professional Services">
+      These companies provide professional services around Apache Syncope (sorted by alphabetical order):
+      <ul>
+        <li><a href="http://syncope.tirasa.net">Tirasa</a></li>
+      </ul>
+    </section>
+  </body>
+</document>

Propchange: incubator/syncope/trunk/parent/src/site/xdoc/professional-services.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/syncope/trunk/parent/src/site/xdoc/professional-services.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/syncope/trunk/parent/src/site/xdoc/professional-services.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml