aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-08-24 11:34:58 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-08-24 11:37:07 -0400
commit7b17c60bb18b122f3d14795780f4642717cfd81b (patch)
tree09613f885adc2cdad4095f1676c5a154ae096711 /constants.php
parentd1f79fee69a3667913f419cd9726ffb11f410bd0 (diff)
Add shortcuts
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable. Add a shortcut to access user filters the same way to access share actions.
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.php b/constants.php
index e32b8cbc3..483989371 100644
--- a/constants.php
+++ b/constants.php
@@ -1,6 +1,7 @@
<?php
define('FRESHRSS_VERSION', '0.8-dev');
define('FRESHRSS_WEBSITE', 'http://freshrss.org');
+define('FRESHRSS_WIKI', 'http://doc.freshrss.org/doku.php?id=fr:start');
// PHP text output compression http://php.net/ob_gzhandler (better to do it at Web server level)
define('PHP_COMPRESSION', false);