You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2017/12/01 19:34:21 UTC

svn commit: r1816900 - in /marmotta/site/trunk/content: markdown/kiwi/geosparql.md markdown/kiwi/geosparql.md.vm resources/css/site.css

Author: wikier
Date: Fri Dec  1 19:34:21 2017
New Revision: 1816900

URL: http://svn.apache.org/viewvc?rev=1816900&view=rev
Log:
added warning about geosparql

Added:
    marmotta/site/trunk/content/markdown/kiwi/geosparql.md
      - copied, changed from r1816899, marmotta/site/trunk/content/markdown/kiwi/geosparql.md.vm
Removed:
    marmotta/site/trunk/content/markdown/kiwi/geosparql.md.vm
Modified:
    marmotta/site/trunk/content/resources/css/site.css

Copied: marmotta/site/trunk/content/markdown/kiwi/geosparql.md (from r1816899, marmotta/site/trunk/content/markdown/kiwi/geosparql.md.vm)
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/kiwi/geosparql.md?p2=marmotta/site/trunk/content/markdown/kiwi/geosparql.md&p1=marmotta/site/trunk/content/markdown/kiwi/geosparql.md.vm&r1=1816899&r2=1816900&rev=1816900&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/kiwi/geosparql.md.vm (original)
+++ marmotta/site/trunk/content/markdown/kiwi/geosparql.md Fri Dec  1 19:34:21 2017
@@ -13,6 +13,12 @@ to accommodate systems based on qualitat
 In cooperation with the [GSoC2015](https://www.google-melange.com/gsoc/project/details/google/gsoc2015/fernandobac03/5707702298738688),
 in version `3.4.0` we have added GeoSPARQL support to our [SPARQL](sparql.html) implementation. 
 
+<p class="alert warning">
+  <strong>Warning!</strong> Because some portability issues, GeoSPARQL support has not been shipped as part of any public release.
+  We expect to manage to solve it in a future release. In the meantime, you need to build 
+  <a href="https://github.com/apache/marmotta/tree/MARMOTTA-584">branch MARMOTTA-584</a> manually from the source code.
+</p>
+
 Further technical details can be found [in the wiki](https://wiki.apache.org/marmotta/GSoC/2015/MARMOTTA-584). 
 
 Besides [our mailing lists](../mail-lists.html), if you are interested about geospatial technologies in a broader way, 
@@ -31,7 +37,7 @@ following dependency to your Maven proje
      <dependency>
          <groupId>org.apache.marmotta</groupId>
          <artifactId>kiwi-geosparql</artifactId>
-         <version>${projectVersion}</version>
+         <version>3.4.0-SNAPSHOT</version>
      </dependency>
 
 

Modified: marmotta/site/trunk/content/resources/css/site.css
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/resources/css/site.css?rev=1816900&r1=1816899&r2=1816900&view=diff
==============================================================================
--- marmotta/site/trunk/content/resources/css/site.css (original)
+++ marmotta/site/trunk/content/resources/css/site.css Fri Dec  1 19:34:21 2017
@@ -238,3 +238,9 @@ img[alt=gitflow] {
     clear: right;
 }
 
+p.alert.warning {
+    background-color: #fcf8e3;
+    border-color: #faebcc;
+    color: #8a6d3b; 
+}
+