From f6b1b172f479e7006d1d80623e43f5e94a119e0a Mon Sep 17 00:00:00 2001 From: lsces Date: Mon, 6 Apr 2026 15:21:42 +0100 Subject: Tidying links to bitweaver.org to avoid redirect from http --- includes/install_checks.php | 7 +++---- templates/install.tpl | 2 +- templates/install_checks.tpl | 2 +- templates/install_database.tpl | 4 ++-- templates/install_final_done.tpl | 10 +++++----- templates/install_login.tpl | 2 +- templates/install_packages.tpl | 2 +- templates/install_upgrade.tpl | 2 +- templates/install_welcome.tpl | 2 +- templates/migrate_database.tpl | 4 ++-- templates/upgrade_welcome.tpl | 2 +- 11 files changed, 19 insertions(+), 20 deletions(-) mode change 100644 => 100755 templates/install_checks.tpl mode change 100644 => 100755 templates/install_database.tpl mode change 100644 => 100755 templates/upgrade_welcome.tpl diff --git a/includes/install_checks.php b/includes/install_checks.php index 465b94a..fc70527 100755 --- a/includes/install_checks.php +++ b/includes/install_checks.php @@ -87,8 +87,7 @@ function check_settings() { $php_ext = [ 'zlib' => 'The zlib compression libraries are used to pack and unpack compressed files such as .zip files.', 'gd' => 'GD Libraries are used to manipulate images. Bitweaver uses these libraries to create thumbnails and convert images from one format to another. If you are running Red Hat or Fedora Core, you can try: yum install php-gd. The GD libaries are quite limited and don\'t support a number of image formats including .bmp. If you are planning on uploading and using a lot of images, we recommend you use one of the other image processors.', - 'imagick' => 'ImageMagick supports a multitude of different image and video formats and can be used instead of the GD Libraries. Using these libraries will allow you to upload most image formats without any difficulties. For installation help, please view ImageMagick and MagickWand installation instructions or visit the ImageMagick homepage.', - 'magickwand' => 'MagickWand is a newer PHP extension for ImageMagick. For installation help, please view Bitweaver\'s: ImageMagick and MagickWand installation instructions or visit the ImageMagick homepage.', + 'imagick' => 'ImageMagick supports a multitude of different image and video formats and can be used instead of the GD Libraries. Using these libraries will allow you to upload most image formats without any difficulties. For installation help, please view ImageMagick and MagickWand installation instructions or visit the ImageMagick homepage.', // 'ffmpeg' => 'ffmpeg-php is an extension that will allow you to better process uploaded videos. This extension requires ffmpeg to be installed on your server as well.', ]; foreach( $php_ext as $ext => $note ) { @@ -123,7 +122,7 @@ function check_settings() { 'command' => 'tar -xvf', 'dest_params' => '-C', 'testfile' => 'test.tar', - 'note' => 'Tarball is a common archiving format on Linux and tar is used to extract .tar files. For windows use bsdtar from gnuwin32 ( See Windows notes for installation help ).', + 'note' => 'Tarball is a common archiving format on Linux and tar is used to extract .tar files. For windows use bsdtar from gnuwin32 ( See Windows notes for installation help ).', ], 'bzip2' => [ 'command' => 'tar -jvxf', @@ -224,7 +223,7 @@ function check_settings() { ], // 'HTMLPurifier' => [ // 'path' => 'HTMLPurifier.php', -// 'note' => 'HTMLPurifier is an advanced system for defending against Cross Site Scripting (XSS) attacks and ensuring that all code on your site is standards compliant. It is highly recommended if you are going to allow HTML submission to your site. It is not required if you are only going to allow the input of a Wiki format like Tikiwiki or BBcode. You also need to enable it in the Liberty plugins administration after installation. See http://www.bitweaver.org/wiki/HTMLPurifier and http://htmlpurifier.org for more information.', +// 'note' => 'HTMLPurifier is an advanced system for defending against Cross Site Scripting (XSS) attacks and ensuring that all code on your site is standards compliant. It is highly recommended if you are going to allow HTML submission to your site. It is not required if you are only going to allow the input of a Wiki format like Tikiwiki or BBcode. You also need to enable it in the Liberty plugins administration after installation. See https://www.bitweaver.org/wiki/HTMLPurifier and http://htmlpurifier.org for more information.', // 'install_command' => 'pear channel-discover htmlpurifier.org;
pear install hp/HTMLPurifier;', // ], 'HTTP_Download' => [ diff --git a/templates/install.tpl b/templates/install.tpl index ee39d1f..6499b9a 100755 --- a/templates/install.tpl +++ b/templates/install.tpl @@ -40,7 +40,7 @@