You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/01/30 10:17:16 UTC

svn commit: r1440314 - in /incubator/onami/trunk: autobind/src/site/site.xml cache/src/site/site.xml configuration/src/site/site.xml guava/src/site/site.xml lifecycle/src/site/site.xml scheduler/src/site/site.xml spi/src/site/site.xml

Author: simonetripodi
Date: Wed Jan 30 09:17:16 2013
New Revision: 1440314

URL: http://svn.apache.org/viewvc?rev=1440314&view=rev
Log:
link DOAP metedata in each page in each component site

@see [ONAMI-42] Allow parent to publish DOAP descriptors for all components

Modified:
    incubator/onami/trunk/autobind/src/site/site.xml
    incubator/onami/trunk/cache/src/site/site.xml
    incubator/onami/trunk/configuration/src/site/site.xml
    incubator/onami/trunk/guava/src/site/site.xml
    incubator/onami/trunk/lifecycle/src/site/site.xml
    incubator/onami/trunk/scheduler/src/site/site.xml
    incubator/onami/trunk/spi/src/site/site.xml

Modified: incubator/onami/trunk/autobind/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/src/site/site.xml?rev=1440314&r1=1440313&r2=1440314&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/src/site/site.xml (original)
+++ incubator/onami/trunk/autobind/src/site/site.xml Wed Jan 30 09:17:16 2013
@@ -26,6 +26,10 @@
   </bannerLeft>
 
   <body>
+    <head>
+      <link rel="meta" title="DOAP" href="${project.url}/doap.rdf" type="application/rdf+xml" />
+    </head>
+
     <menu name="Apache Onami™ Autobind">
       <item name="Home" href="index.html" />
     </menu>

Modified: incubator/onami/trunk/cache/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/cache/src/site/site.xml?rev=1440314&r1=1440313&r2=1440314&view=diff
==============================================================================
--- incubator/onami/trunk/cache/src/site/site.xml (original)
+++ incubator/onami/trunk/cache/src/site/site.xml Wed Jan 30 09:17:16 2013
@@ -22,6 +22,10 @@
   name="${project.name}">
 
   <body>
+    <head>
+      <link rel="meta" title="DOAP" href="${project.url}/doap.rdf" type="application/rdf+xml" />
+    </head>
+
     <menu name="Apache Onami™ Cache">
       <item name="Home" href="index.html" />
     </menu>

Modified: incubator/onami/trunk/configuration/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/configuration/src/site/site.xml?rev=1440314&r1=1440313&r2=1440314&view=diff
==============================================================================
--- incubator/onami/trunk/configuration/src/site/site.xml (original)
+++ incubator/onami/trunk/configuration/src/site/site.xml Wed Jan 30 09:17:16 2013
@@ -22,6 +22,10 @@
   name="${project.name}">
 
   <body>
+    <head>
+      <link rel="meta" title="DOAP" href="${project.url}/doap.rdf" type="application/rdf+xml" />
+    </head>
+
     <menu name="Apache Onami™ Configuration">
       <item name="Home" href="index.html" />
       <item name="Getting started" href="getting-started.html" />

Modified: incubator/onami/trunk/guava/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/guava/src/site/site.xml?rev=1440314&r1=1440313&r2=1440314&view=diff
==============================================================================
--- incubator/onami/trunk/guava/src/site/site.xml (original)
+++ incubator/onami/trunk/guava/src/site/site.xml Wed Jan 30 09:17:16 2013
@@ -22,6 +22,10 @@
   name="${project.name}">
 
   <body>
+    <head>
+      <link rel="meta" title="DOAP" href="${project.url}/doap.rdf" type="application/rdf+xml" />
+    </head>
+
     <links>
       <item name="Google Guice" href="http://code.google.com/p/google-guice/" />
       <item name="Google Guava Libraries" href="http://code.google.com/p/guava-libraries/" />

Modified: incubator/onami/trunk/lifecycle/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/lifecycle/src/site/site.xml?rev=1440314&r1=1440313&r2=1440314&view=diff
==============================================================================
--- incubator/onami/trunk/lifecycle/src/site/site.xml (original)
+++ incubator/onami/trunk/lifecycle/src/site/site.xml Wed Jan 30 09:17:16 2013
@@ -22,6 +22,10 @@
   name="${project.name}">
 
   <body>
+    <head>
+      <link rel="meta" title="DOAP" href="${project.url}/doap.rdf" type="application/rdf+xml" />
+    </head>
+
     <menu name="Apache Onami™ Lifecycle">
       <item name="Home" href="index.html" />
       <item name="After Injection callbacks" href="after-injection.html" />

Modified: incubator/onami/trunk/scheduler/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/site/site.xml?rev=1440314&r1=1440313&r2=1440314&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/site/site.xml (original)
+++ incubator/onami/trunk/scheduler/src/site/site.xml Wed Jan 30 09:17:16 2013
@@ -22,6 +22,10 @@
   name="${project.name}">
 
   <body>
+    <head>
+      <link rel="meta" title="DOAP" href="${project.url}/doap.rdf" type="application/rdf+xml" />
+    </head>
+
     <links>
       <item name="Google Guice" href="http://code.google.com/p/google-guice/" />
       <item name="Quartz Scheduler" href="http://quartz-scheduler.org/" />

Modified: incubator/onami/trunk/spi/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/site/site.xml?rev=1440314&r1=1440313&r2=1440314&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/site/site.xml (original)
+++ incubator/onami/trunk/spi/src/site/site.xml Wed Jan 30 09:17:16 2013
@@ -22,6 +22,10 @@
   name="${project.name}">
 
   <body>
+    <head>
+      <link rel="meta" title="DOAP" href="${project.url}/doap.rdf" type="application/rdf+xml" />
+    </head>
+
     <menu name="Apache Onami™ SPI">
       <item name="Home" href="index.html" />
       <item name="Load Modules" href="modules.html" />