From c2a8ebb562509b2c236abdd7a291a6871e8ce696 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 11 Jan 2023 20:57:59 +0100 Subject: [PATCH] tuning --- templates/register.html | 4 ++-- tools/make_image_ipfs_index_carousel.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/register.html b/templates/register.html index 8d876641..aa1977f8 100644 --- a/templates/register.html +++ b/templates/register.html @@ -58,8 +58,8 @@ header {

-

Découvrez LA ♥BOX ...^2223 Archivez vos DATA 👍 sur IPFS.^3222

-

Activez votre 👉TW👈 !^3112! - Ralliez Astroport - Le Web des Gens -^2312

+

Découvrez LA ♥BOX /^2223 Archivez vos DATA 👍 sur IPFS.^3222

+

Activez votre 👉TW👈 !^3112! Ralliez Astroport / Le Web des Gens^2312

diff --git a/tools/make_image_ipfs_index_carousel.sh b/tools/make_image_ipfs_index_carousel.sh index 408ba977..e527d8dc 100755 --- a/tools/make_image_ipfs_index_carousel.sh +++ b/tools/make_image_ipfs_index_carousel.sh @@ -41,7 +41,7 @@ echo " #Loop over images num=1 for i in "$img_dir"/*; do -if [[ $i =~ \.(jpg|png|jpeg|gif)$ ]]; then +if [[ $i =~ \.(JPG|jpg|PNG|png|JPEG|jpeg|GIF|gif)$ ]]; then if [ $num -ne 1 ]; then echo "
  • " >> $html_file fi @@ -57,7 +57,7 @@ echo " #Loop over images num=1 for i in "$img_dir"/*; do -if [[ $i =~ \.(jpg|png|jpeg|gif)$ ]]; then +if [[ $i =~ \.(JPG|jpg|PNG|png|JPEG|jpeg|GIF|gif)$ ]]; then ilink=$(ipfs add -q $i) img_info=$(identify -format '%w %h %[EXIF:*]' $i) img_width=$(echo $img_info | cut -d ' ' -f1)