]> git.wh0rd.org - tt-rss.git/commitdiff
OWNCLOUD_URL-parameter out of config.php-dist
authorThomas Renard <cybaer42@web.de>
Thu, 27 Dec 2012 12:35:24 +0000 (13:35 +0100)
committerThomas Renard <cybaer42@web.de>
Thu, 27 Dec 2012 12:35:24 +0000 (13:35 +0100)
Comment in plugins/owncloud/owncloud.php

config.php-dist
plugins/owncloud/owncloud.php

index db6ec661f8e8702d1c40d8d3579fc94e2a3b4095..e0949c61e089bc8b514e03bccd4f860da8b4da06 100644 (file)
        // Displays an URL for users to provide feedback or comments regarding
        // this instance of tt-rss. Can lead to a forum, contact email, etc.
 
-       define('OWNCLOUD_URL', '');
-       // owncloud-plugin:
-       // This is the base url of your owncloud server as called from the browser
-        // Actually this is a server global parameter only
-
        define('CONFIG_VERSION', 26);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).
index e63ff959cbfd42228eb0532c3474e9f20d25b96f..d7007e0f04b5e0c2047eabd7179cde702a8d2f24 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// This plugin creates ReadLater bookmarks in your owncloud.
+// The plugin needs a 
+// define('OWNCLOUD_URL','http(s)://your.serv.er/owncloud'); 
+// in your config.php. The parameter is actually global. user_pref
+// with editable parameter in future versions.
+
 require_once "config.php";
 
 class OwnCloud extends Plugin {