aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Module/Ping.php2
-rwxr-xr-xboot.php1
-rw-r--r--install/INSTALL.txt20
3 files changed, 11 insertions, 12 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php
index d95df34a0..baefe62ec 100644
--- a/Zotlabs/Module/Ping.php
+++ b/Zotlabs/Module/Ping.php
@@ -645,7 +645,7 @@ class Ping extends \Zotlabs\Web\Controller {
dbesc($forums[$x]['xchan_hash'])
);
if($r[0]['unseen']) {
- $forums[$x]['notify_link'] = (($forums[$x]['private_forum']) ? $forums[$x]['xchan_url'] : z_root() . '/network/?f=&cid=' . $forums[$x]['abook_id']);
+ $forums[$x]['notify_link'] = (($forums[$x]['private_forum']) ? $forums[$x]['xchan_url'] : z_root() . '/network/?f=&pf=1&cid=' . $forums[$x]['abook_id']);
$forums[$x]['name'] = $forums[$x]['xchan_name'];
$forums[$x]['url'] = $forums[$x]['xchan_url'];
$forums[$x]['photo'] = $forums[$x]['xchan_photo_s'];
diff --git a/boot.php b/boot.php
index e7e48d1a0..c17db6d36 100755
--- a/boot.php
+++ b/boot.php
@@ -85,7 +85,6 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net');
$DIRECTORY_FALLBACK_SERVERS = array(
'https://hubzilla.zottel.net',
- 'https://gravizot.de',
'https://zotadel.net'
);
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index 88269f032..c39c8ad8b 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -16,14 +16,14 @@ be able to support Hubzilla. Many will - but please review the requirements
and confirm these with your hosting provider prior to installation. (And
preferably before entering into a long-term contract.)
-If you encounter installation issues, please let us know via the Github issue
-tracker where you downloaded the software. Please be as clear as
-you can about your operating environment and provide as much detail as possible
-about any error messages you may see, so that we can prevent it from happening
-in the future. Due to the large variety of operating systems and PHP platforms
-in existence we may have only limited ability to debug your PHP installation
-or acquire any missing modules - but we will do our best to solve any general
-code issues.
+If you encounter installation issues, please let us know via the issue
+tracker at https://framagit.org/hubzilla where you downloaded the software.
+Please be as clear as you can about your operating environment and provide as
+much detail as possible about any error messages you may see, so that we can
+prevent it from happening in the future. Due to the large variety of operating
+systems and PHP platforms in existence we may have only limited ability to
+debug your PHP installation or acquire any missing modules - but we will do
+our best to solve any general code issues.
@@ -113,7 +113,7 @@ web server platforms.
software much easier to update. The Linux command to clone the repository
into a directory "mywebsite" would be
- git clone https://github.com/redmatrix/hubzilla.git mywebsite
+ git clone https://framagit.org/hubzilla/core.git mywebsite
- and then you can pick up the latest changes at any time with
@@ -144,7 +144,7 @@ web server platforms.
a nickname of 'hzaddons'. You can pull in other hubzilla addon repositories by
giving them different nicknames.
- util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git hzaddons
+ util/add_addon_repo https://framagit.org/hubzilla/addons.git hzaddons
- For keeping the addon tree updated, you should be on your top level website
directory and issue an update command for that repository.