aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-12 10:49:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-12 10:49:47 -0300
commit9a0f688b376bd8c95356f4226a960a0fbc466422 (patch)
tree426539064f9f784fc7a043c1d52b5fd0be2d6a09 /data/config.default.php
parent200aa3c79324ceb2b42ec6452bc11888e5fafa7d (diff)
downloadsemanticscuttle-9a0f688b376bd8c95356f4226a960a0fbc466422.tar.gz
semanticscuttle-9a0f688b376bd8c95356f4226a960a0fbc466422.tar.bz2
Initial code for showing cached bookmarksfeature/cache
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php
index 5e560a7..dd220ac 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -778,4 +778,27 @@ $unittestUrl = null;
*/
$allowUnittestMode = false;
+/***************************************************
+ * Caching support
+ *
+ * Use the following configuration if you want to provide a link
+ * to a cached copy of your bookmarks.
+ *
+ * Please note that these feature just provide the link if a cached
+ * copy exists.
+ *
+ * You should download SemanticScuttle bookmarks using a tool like
+ * https://git.sarava.org/?p=httruta.git
+ */
+
+/**
+ * Set to the filesystem folder where your bookmark cache resides.
+ */
+$cacheFolder = null;
+
+/**
+ * Set to the base public URL of you cache folder.
+ */
+$cacheUrl = null;
+
?>