You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2018/06/18 18:59:23 UTC

svn commit: r1833751 - in /marmotta/site/trunk/content/markdown: download.md.vm index.md platform/ldp-module.md

Author: jakob
Date: Mon Jun 18 18:59:23 2018
New Revision: 1833751

URL: http://svn.apache.org/viewvc?rev=1833751&view=rev
Log:
3.4.0 released, update download page

Modified:
    marmotta/site/trunk/content/markdown/download.md.vm
    marmotta/site/trunk/content/markdown/index.md
    marmotta/site/trunk/content/markdown/platform/ldp-module.md

Modified: marmotta/site/trunk/content/markdown/download.md.vm
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/download.md.vm?rev=1833751&r1=1833750&r2=1833751&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/download.md.vm (original)
+++ marmotta/site/trunk/content/markdown/download.md.vm Mon Jun 18 18:59:23 2018
@@ -2,7 +2,8 @@
 ## Add further releases here:
 ## 'version':['release-date','jira-versionid',isArchived],
 #set( $releases = { 
-  '3.3.0':['2014-12-05','12325240',false],
+  '3.4.0':['2018-06-12','12328680',false],
+  '3.3.0':['2014-12-05','12325240',true],
   '3.2.1':['2014-05-20','12326945',true],  
   '3.2.0':['2014-04-09','12324278',true],
   '3.1.0-incubating':['2013-10-03','12324026',true],
@@ -23,13 +24,11 @@
 #if( $a )
 #link($arch, $version, $qualifier, $ext, $linkText)
     (#link($arch, $version, $qualifier, "${ext}.asc", 'asc'),
-     #link($arch, $version, $qualifier, "${ext}.sha1", 'sha1'),
-     #link($arch, $version, $qualifier, "${ext}.md5", 'md5'))
+     #link($arch, $version, $qualifier, "${ext}.sha1", 'sha1'))
 #else
 #link($dyn, $version, $qualifier, $ext, $linkText)
     (#link($www, $version, $qualifier, "${ext}.asc", 'asc'),
-     #link($www, $version, $qualifier, "${ext}.sha1", 'sha1'),
-     #link($www, $version, $qualifier, "${ext}.md5", 'md5'))
+     #link($www, $version, $qualifier, "${ext}.sha1", 'sha1'))
 #end
 #end
 #macro(toc $version $dString)

Modified: marmotta/site/trunk/content/markdown/index.md
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/index.md?rev=1833751&r1=1833750&r2=1833751&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/index.md (original)
+++ marmotta/site/trunk/content/markdown/index.md Mon Jun 18 18:59:23 2018
@@ -2,10 +2,10 @@
 
 <p id="highlight">
 
-  <a href="download.html#a3.3.0" class="highlight">
+  <a href="download.html#a3.4.0" class="highlight">
     download<br/>
     <strong>Apache Marmotta</strong><br/>
-    3.3.0
+    3.4.0
   </a>
 
   <iframe src="http://platform.twitter.com/widgets/follow_button.html?screen_name=ApacheMarmotta" allowtransparency="true" frameborder="0" scrolling="no"></iframe>

Modified: marmotta/site/trunk/content/markdown/platform/ldp-module.md
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/platform/ldp-module.md?rev=1833751&r1=1833750&r2=1833751&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/platform/ldp-module.md (original)
+++ marmotta/site/trunk/content/markdown/platform/ldp-module.md Mon Jun 18 18:59:23 2018
@@ -6,7 +6,7 @@ Since 3.2.0 Marmotta [provides experimen
 for the [current working draft](http://www.w3.org/TR/2014/WD-ldp-20140311/) of the
 [Linked Data Platform 1.0](http://www.w3.org/TR/ldp/) specification.
 
-For the (upcoming) 3.3.0 version, the LDP implementation has been updated to the [last call working draft](http://www.w3.org/TR/2014/WD-ldp-20140916/)
+For the 3.3.0 version, the LDP implementation has been updated to the [last call working draft](http://www.w3.org/TR/2014/WD-ldp-20140916/)
 and a [official compliance report](https://dvcs.w3.org/hg/ldpwg/raw-file/default/tests/reports/ldp.html#subj_8) is available at the W3C.
 
 The ASF actively participates in the [W3C Working Group](http://www.w3.org/2012/ldp) helping to define the 
@@ -21,7 +21,7 @@ which will be addressed in future releas
 * Currently, Marmotta only supports <abbr title="LDP Basic Containers">LDP-BC</abbr> as containers, <abbr title="LDP Direct Containers">LDP-DC</abbr>
     and <abbr title="LDP Indirect Containers">LDP-IC</abbr> will be discussed for further development.
     <abbr title="LDP Non-RDF Source">LDP-NR</abbr>s are fully supported.
-* LDP allows a server to ignore *server-managed* properties of a <abbr title="LDP RDF Source">LDP-RS</abbr>. Currently (3.3.0), the following
+* LDP allows a server to ignore *server-managed* properties of a <abbr title="LDP RDF Source">LDP-RS</abbr>. Currently (3.3.0 and on), the following
     properties are considered as *server-managed*. This list may be extended in future versions:
     * <abbr title="http://www.w3.org/ns/ldp#contains">ldp:contains</abbr>
 * All resources created using a `Content-Type` that is not recognized as *RDF Format* are treated as <abbr title="LDP Non-RDF Source">LDP-NR</abbr>.