You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by bu...@apache.org on 2013/11/08 11:04:19 UTC

svn commit: r885842 [3/3] - in /websites/staging/marmotta/trunk/content: ./ apidocs/ css/ images/ kiwi/ ldcache/ ldclient/ ldpath/ platform/

Modified: websites/staging/marmotta/trunk/content/dependency-info.html
==============================================================================
--- websites/staging/marmotta/trunk/content/dependency-info.html (original)
+++ websites/staging/marmotta/trunk/content/dependency-info.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/dependency-management.html
==============================================================================
--- websites/staging/marmotta/trunk/content/dependency-management.html (original)
+++ websites/staging/marmotta/trunk/content/dependency-management.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/development.html
==============================================================================
--- websites/staging/marmotta/trunk/content/development.html (original)
+++ websites/staging/marmotta/trunk/content/development.html Fri Nov  8 10:04:17 2013
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Marmotta - </title>
+    <title>Apache Marmotta - Development</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 
@@ -326,7 +326,8 @@
                 
         <div id="bodyColumn" >
                                   
-            <h1>Development</h1>
+            <p> <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --></p>
+<h1>Development</h1>
 <p>Here you can find the development related issues when working with the Apache Marmotta source code and/or contributing to it.</p>
 <div class="section">
 <h2>Communication<a name="Communication"></a></h2>
@@ -378,11 +379,19 @@
   
 <li><tt>platform</tt> contains the Linked Data Platform implementation of Apache Marmotta.</li>
 </ul>
-<p>Marmotta is using <a class="externalLink" href="http://maven.apache.org">Apache Maven</a> as its build system, check out how to <a href="installation.html#src">build it from the source code</a>. </p>
-<p>Marmotta uses a <a class="externalLink" href="http://git-scm.com/book/en/Git-Branching-Branching-Workflows">branching workflow</a> depicted by the following diagram:</p>
-<p><img src="images/git-branching-workflow.png" alt="branching workflow followed by Marmotta" /></p>
-<p>Where we have a stable <tt>master</tt> branch and a unstable <tt>develop</tt> branch. Besides, optionally <tt>topic</tt> branches could be open for some topics/issues, which don&#x2019;t necessarily need to be pushed to the public repository.</p>
-<p>The code of this web site is also available, via <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> in this case:</p>
+<p><img src="images/gitflow-workflow.png" alt="gitflow" /></p>
+<p><a class="externalLink" href="http://maven.apache.org">Apache Maven</a> is used as integrated build system; check out how to <a href="installation.html#src">build Marmotta from the source code</a>. </p>
+<p>Marmotta uses a <a class="externalLink" href="http://nvie.com/posts/a-successful-git-branching-model/">Gitflow Workflow</a> (<a class="externalLink" href="http://www.atlassian.com/git/workflows#!workflow-gitflow">read more</a>), depicted by the diagram on the right, which uses the following framework:</p>
+
+<ul>
+  
+<li>Instead of a single <tt>master</tt> branch, we are using two branches to record the history of the project: the <tt>master</tt> branch stores the official release history, and the <tt>develop</tt> branch serves as an integration branch for features. The whole project development works around the distinction between these two branches.</li>
+  
+<li>New features could optionally open feature branches for some topics/issues, which are typically identified with the issue key from our issue tracker (<tt>MARMOTTA-XYZ</tt>).</li>
+  
+<li>In addition, maintenance or hotfix branches (<tt>maintenance-3.0.x</tt> for instance) are also used to quickly patch production releases without interrupting the current development cycle.</li>
+</ul>
+<p>Besides the actual code of the project, the code of this web site is also available, via <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> in this case:</p>
 
 <div class="source">
 <pre>svn:https://svn.apache.org/repos/asf/incubator/marmotta/site/trunk

Modified: websites/staging/marmotta/trunk/content/distribution-management.html
==============================================================================
--- websites/staging/marmotta/trunk/content/distribution-management.html (original)
+++ websites/staging/marmotta/trunk/content/distribution-management.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/download.html
==============================================================================
--- websites/staging/marmotta/trunk/content/download.html (original)
+++ websites/staging/marmotta/trunk/content/download.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Download</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Added: websites/staging/marmotta/trunk/content/images/gitflow-workflow.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/marmotta/trunk/content/images/gitflow-workflow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/staging/marmotta/trunk/content/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/index.html (original)
+++ websites/staging/marmotta/trunk/content/index.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Home</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/installation.html
==============================================================================
--- websites/staging/marmotta/trunk/content/installation.html (original)
+++ websites/staging/marmotta/trunk/content/installation.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/integration.html
==============================================================================
--- websites/staging/marmotta/trunk/content/integration.html (original)
+++ websites/staging/marmotta/trunk/content/integration.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/issue-tracking.html
==============================================================================
--- websites/staging/marmotta/trunk/content/issue-tracking.html (original)
+++ websites/staging/marmotta/trunk/content/issue-tracking.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/kiwi-triplestore.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi-triplestore.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi-triplestore.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/kiwi/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi/index.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi/index.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/kiwi/reasoner.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi/reasoner.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi/reasoner.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/kiwi/transactions.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi/transactions.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi/transactions.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/kiwi/triplestore.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi/triplestore.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi/triplestore.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/kiwi/tripletable.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi/tripletable.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi/tripletable.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/kiwi/versioning.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi/versioning.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi/versioning.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldcache/backends.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldcache/backends.html (original)
+++ websites/staging/marmotta/trunk/content/ldcache/backends.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldcache/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldcache/index.html (original)
+++ websites/staging/marmotta/trunk/content/ldcache/index.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldcache/usage.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldcache/usage.html (original)
+++ websites/staging/marmotta/trunk/content/ldcache/usage.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldcache/wrappers.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldcache/wrappers.html (original)
+++ websites/staging/marmotta/trunk/content/ldcache/wrappers.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldclient/dataproviders.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldclient/dataproviders.html (original)
+++ websites/staging/marmotta/trunk/content/ldclient/dataproviders.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldclient/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldclient/index.html (original)
+++ websites/staging/marmotta/trunk/content/ldclient/index.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldclient/modules.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldclient/modules.html (original)
+++ websites/staging/marmotta/trunk/content/ldclient/modules.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldclient/usage.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldclient/usage.html (original)
+++ websites/staging/marmotta/trunk/content/ldclient/usage.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldpath.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldpath.html (original)
+++ websites/staging/marmotta/trunk/content/ldpath.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldpath/backends.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldpath/backends.html (original)
+++ websites/staging/marmotta/trunk/content/ldpath/backends.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldpath/functions.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldpath/functions.html (original)
+++ websites/staging/marmotta/trunk/content/ldpath/functions.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldpath/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldpath/index.html (original)
+++ websites/staging/marmotta/trunk/content/ldpath/index.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldpath/language.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldpath/language.html (original)
+++ websites/staging/marmotta/trunk/content/ldpath/language.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldpath/template.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldpath/template.html (original)
+++ websites/staging/marmotta/trunk/content/ldpath/template.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/ldpath/usage.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldpath/usage.html (original)
+++ websites/staging/marmotta/trunk/content/ldpath/usage.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/license.html
==============================================================================
--- websites/staging/marmotta/trunk/content/license.html (original)
+++ websites/staging/marmotta/trunk/content/license.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/mail-lists.html
==============================================================================
--- websites/staging/marmotta/trunk/content/mail-lists.html (original)
+++ websites/staging/marmotta/trunk/content/mail-lists.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/client-library.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/client-library.html (original)
+++ websites/staging/marmotta/trunk/content/platform/client-library.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/core-module.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/core-module.html (original)
+++ websites/staging/marmotta/trunk/content/platform/core-module.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/index.html (original)
+++ websites/staging/marmotta/trunk/content/platform/index.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/ldcache-module.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/ldcache-module.html (original)
+++ websites/staging/marmotta/trunk/content/platform/ldcache-module.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/ldpath-module.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/ldpath-module.html (original)
+++ websites/staging/marmotta/trunk/content/platform/ldpath-module.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/reasoner-module.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/reasoner-module.html (original)
+++ websites/staging/marmotta/trunk/content/platform/reasoner-module.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/security-module.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/security-module.html (original)
+++ websites/staging/marmotta/trunk/content/platform/security-module.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/sesame.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/sesame.html (original)
+++ websites/staging/marmotta/trunk/content/platform/sesame.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/sparql-module.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/sparql-module.html (original)
+++ websites/staging/marmotta/trunk/content/platform/sparql-module.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/user-module.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/user-module.html (original)
+++ websites/staging/marmotta/trunk/content/platform/user-module.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/platform/versioning-module.html
==============================================================================
--- websites/staging/marmotta/trunk/content/platform/versioning-module.html (original)
+++ websites/staging/marmotta/trunk/content/platform/versioning-module.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/plugin-management.html
==============================================================================
--- websites/staging/marmotta/trunk/content/plugin-management.html (original)
+++ websites/staging/marmotta/trunk/content/plugin-management.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/plugins.html
==============================================================================
--- websites/staging/marmotta/trunk/content/plugins.html (original)
+++ websites/staging/marmotta/trunk/content/plugins.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Build Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/privacy.html
==============================================================================
--- websites/staging/marmotta/trunk/content/privacy.html (original)
+++ websites/staging/marmotta/trunk/content/privacy.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/project-info.html
==============================================================================
--- websites/staging/marmotta/trunk/content/project-info.html (original)
+++ websites/staging/marmotta/trunk/content/project-info.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/project-reports.html
==============================================================================
--- websites/staging/marmotta/trunk/content/project-reports.html (original)
+++ websites/staging/marmotta/trunk/content/project-reports.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/project-summary.html
==============================================================================
--- websites/staging/marmotta/trunk/content/project-summary.html (original)
+++ websites/staging/marmotta/trunk/content/project-summary.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/sesame.html
==============================================================================
--- websites/staging/marmotta/trunk/content/sesame.html (original)
+++ websites/staging/marmotta/trunk/content/sesame.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Sesame Tools</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/source-repository.html
==============================================================================
--- websites/staging/marmotta/trunk/content/source-repository.html (original)
+++ websites/staging/marmotta/trunk/content/source-repository.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/start.html
==============================================================================
--- websites/staging/marmotta/trunk/content/start.html (original)
+++ websites/staging/marmotta/trunk/content/start.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Getting Started</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/team-list.html
==============================================================================
--- websites/staging/marmotta/trunk/content/team-list.html (original)
+++ websites/staging/marmotta/trunk/content/team-list.html Fri Nov  8 10:04:17 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-11-07
+ | Generated by Apache Maven Doxia at 2013-11-08
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20131107" />
+    <meta name="Date-Revision-yyyymmdd" content="20131108" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -313,7 +313,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-11-07</li>
+                  <li id="publishDate">Last Published: 2013-11-08</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.1.0-incubating</li>