From 9a0f688b376bd8c95356f4226a960a0fbc466422 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 12 Aug 2015 10:49:40 -0300 Subject: Initial code for showing cached bookmarks --- data/config.default.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'data/config.default.php') 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; + ?> -- cgit v1.2.3