You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/26 08:03:21 UTC

svn commit: r1189032 - /james/project/trunk/src/site/site.xml

Author: felixk
Date: Wed Oct 26 06:03:21 2011
New Revision: 1189032

URL: http://svn.apache.org/viewvc?rev=1189032&view=rev
Log:
Add doap file to site header

Modified:
    james/project/trunk/src/site/site.xml

Modified: james/project/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/src/site/site.xml?rev=1189032&r1=1189031&r2=1189032&view=diff
==============================================================================
--- james/project/trunk/src/site/site.xml (original)
+++ james/project/trunk/src/site/site.xml Wed Oct 26 06:03:21 2011
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  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.    
+    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.    
 -->
 <project name="Apache James Project">
 
@@ -39,12 +39,17 @@
     </bannerRight>
 
     <body>
-<!-- 
-    Breadcrumbs are desactivated as they give strange results.
-    <breadcrumbs>
-      <item name="Home" />
-    </breadcrumbs>
--->
+
+        <head>
+            <link rel="meta" title="DOAP" href="${project.url}/doap_${project.artifactId}.rdf" type="application/rdf+xml"/>
+        </head>
+
+        <!-- 
+            Breadcrumbs are desactivated as they give strange results.
+            <breadcrumbs>
+              <item name="Home" />
+            </breadcrumbs>
+        -->
 
         <links>
             <item name="Home" href="http://james.apache.org/index.html" />



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org