Author: wikier
Date: Tue Sep  9 07:26:33 2014
New Revision: 1623677

URL: http://svn.apache.org/r1623677
Log:
added some documentation for the ldcache module

Added:
    
marmotta/site/trunk/content/resources/images/ldache-endpoint-configuration.png  
 (with props)
    
marmotta/site/trunk/content/resources/images/ldache-endpoint-example-configuration.png
   (with props)
Modified:
    marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm

Modified: marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm
URL: 
http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm?rev=1623677&r1=1623676&r2=1623677&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm 
(original)
+++ marmotta/site/trunk/content/markdown/platform/ldcache-module.md.vm Tue Sep  
9 07:26:33 2014
@@ -2,4 +2,30 @@
 
 # Apache Marmotta Platform: LDCache
 
-@TODO@
+Marmotta comes with a dedicated module managing [LDCache](../ldcache) for the 
platform, 
+allowing you to add different chache configurations over the registered 
[LDClient](../ldclient)
+data providers.
+
+Configuration
+-------------
+
+The configuration is done by defining endpoints, as the following screeshot 
shows:
+
+![LDcache endpoints configuration](../images/ldache-endpoint-configuration.png)
+
+Where:
+
+* `Name` is the name you want to give to the new endpoint.     
+* `Kind`/`Provider` is the [LDClient provider](../ldclient/dataproviders) you 
want to use to cache data.
+* `Prefix` defines a regular expression that the target resources must match.  
+* `Enpoint`    (optional) specifies where the resource will be requested (see 
the example below).
+* `Mimetype` (optional) defines the expected mimetype for those requests.
+* `Expiry Time` sets the resources' expiration time (in seconds) for the cache.
+
+Example
+-------
+
+The following example specifies a new LDCache endpoint to retrieve DBpedia 
resources using SPARQL:
+
+![LDcache endpoint example 
configuration](../images/ldache-endpoint-example-configuration.png)
+

Added: 
marmotta/site/trunk/content/resources/images/ldache-endpoint-configuration.png
URL: 
http://svn.apache.org/viewvc/marmotta/site/trunk/content/resources/images/ldache-endpoint-configuration.png?rev=1623677&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
marmotta/site/trunk/content/resources/images/ldache-endpoint-configuration.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
marmotta/site/trunk/content/resources/images/ldache-endpoint-example-configuration.png
URL: 
http://svn.apache.org/viewvc/marmotta/site/trunk/content/resources/images/ldache-endpoint-example-configuration.png?rev=1623677&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
marmotta/site/trunk/content/resources/images/ldache-endpoint-example-configuration.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to