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 2014/11/21 13:09:49 UTC

svn commit: r929969 [18/18] - in /websites/staging/marmotta/trunk/content: ./ apidocs/ apidocs/org/apache/marmotta/commons/sesame/transactions/api/ apidocs/org/apache/marmotta/commons/sesame/transactions/api/class-use/ apidocs/org/apache/marmotta/commo...

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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Platform - Versioning</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Platform - Versioning" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Platform, -, Versioning" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</li>
                       
                 
@@ -348,16 +348,18 @@
                                   
             <p> <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --></p>
 <h1>Apache Marmotta Platform: Versioning</h1>
-<p>Marmotta offers a versioning service that keeps track of triple updates in configurable graphs. Versioning is transaction based, i.e. every time a transaction is committed successfully, a new version entry is created by the versioning services. Marmotta currently supports listing versions (<b>timemap</b>) as well as inspecting snapshots (<b>mementos</b>) (i.e. going back in time) for resources. To give a smooth web access to <b>timemaps</b> and <b>snapshots</b>, Marmottas Versioning module implements the Memento protocol. To make use of the versioning service you have to insert the dependency to <b>marmotta-versioning</b> module in the pom.xml file of the Marmotta plattform like this:</p>
+<p>Marmotta offers a versioning service that keeps track of triple updates in configurable graphs. Versioning is transaction based, i.e. every time a transaction is committed successfully, a new version entry is created by the versioning services. Marmotta currently supports listing versions (<b>timemap</b>) as well as inspecting snapshots (<b>mementos</b>) (i.e. going back in time) for resources. To give a smooth web access to <b>timemaps</b> and <b>snapshots</b>, Marmottas Versioning module implements the Memento protocol (<a class="externalLink" href="https://tools.ietf.org/html/rfc7089">RFC 7089</a>).</p>
+<p>To make use of the versioning service you have to insert the dependency to <b>marmotta-versioning</b> module in the pom.xml file of the Marmotta plattform like this:</p>
 
 <div class="source">
-<pre>&lt;modules&gt;
-    ...
-    &lt;module&gt;marmotta-versioning&lt;/module&gt;
-    ...
-&lt;/modules&gt;
+<pre>&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.marmotta&lt;/groupId&gt;
+    &lt;artifactId&gt;marmotta-versioning&lt;/artifactId&gt;
+    &lt;version&gt;3.2.1&lt;/version&gt;
+&lt;/dependency&gt;
 </pre></div>
-<p>After starting the server the module appears in the administration interface. The Memento protocol aims to bring time-based access to web resources using common web standards. The whole description of the protocol with several examples of resource access and browsing can be found on <a class="externalLink" href="http://www.mementoweb.org">the webpage of the Memento project</a>. Nevertheless we give a short introduction to the topic. Memento decides between resources (URI-R), timegates (URI-G) and mementos (URI-M<small>x</small>). <img src="http://www.mementoweb.org/guide/quick-intro/memento.png" style="display:block;margin:0 auto;" alt="memento follow your nose architecture" title="memento follow your nose architecture" /></p>
+<p>After starting the server the module appears in the administration interface. The Memento protocol aims to bring time-based access to web resources using common web standards. The whole description of the protocol with several examples of resource access and browsing can be found on <a class="externalLink" href="http://www.mementoweb.org">the webpage of the Memento project</a>. Nevertheless we give a short introduction to the topic.</p>
+<p>Memento decides between resources (URI-R), timegates (URI-G) and mementos (URI-M<small>x</small>). <img src="http://www.mementoweb.org/guide/quick-intro/memento.png" style="display:block;margin:0 auto;" alt="memento follow your nose architecture" title="memento follow your nose architecture" /></p>
 <p>Resources are the original resources. When requesting such resources, the HTTP response include links to the timemap (a list of all versions of the resource) and the timegate (where you can request the resource with Accept-Datetime header).</p>
 
 <ul>

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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Project Plugin Management</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Project Plugin Management" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Project, Plugin, Management" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Project Build Plugins</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Project Build Plugins" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Project, Build, Plugins" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Privacy Policy</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Privacy Policy" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Privacy, Policy" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Project Information</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Project Information" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Project, Information" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Generated Reports</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Generated Reports" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Generated, Reports" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Project Summary</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Project Summary" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Project, Summary" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta -  Sesame Tools</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data -  Sesame Tools" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Sesame, Tools" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Source Repository</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Source Repository" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Source, Repository" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Getting Started</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Getting Started" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Getting, Started" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</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 21 12:09:33 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-11-12
+ | Generated by Apache Maven Doxia at 2014-11-21
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
-        <meta name="dcterms.modified" content="2014-11-12" />
+        <meta name="dcterms.modified" content="2014-11-21" />
     <title>Apache Marmotta - Team list</title>
       <meta name="description" content="Apache Marmotta - An Open Platform for Linked Data - Team list" />
         <meta name="keywords" content="Apache Marmotta, Linked Data, LDP, LDC, SPARQL, Team, list" />
@@ -333,7 +333,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-11-12</li>
+                  <li id="publishDate">Last Published: 2014-11-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.2.1</li>