2 Commits 7b5e879a99 ... 466111683c

Author SHA1 Message Date
  pezcurrel 466111683c Updated to help text as in commit fd1b001 2 weeks ago
  pezcurrel fd1b001fc5 Edited again the help text to make it clearer and more complete 2 weeks ago
2 changed files with 12 additions and 12 deletions
  1. 6 6
      README.md
  2. 6 6
      pfaltgall

+ 6 - 6
README.md

@@ -5,12 +5,12 @@
 
 
 [[[ DESCRIPTION ]]]
 [[[ DESCRIPTION ]]]
 
 
- This is pfaltgall v0.2.1, a CLI PHP script that can generate an html file with
-a gallery from your Pixelfed profile. The html gallery file will load images
-dynamically, display each one using almost all the available screen space and
-will let you jump right from the start to any point in the timeline. It will
-also show each post’s text content, its date, and each image description
-(alt-text), if present.
+ This is pfaltgall v0.2.1, a CLI PHP script that can generate an html file
+with a gallery from your Pixelfed profile. The html gallery file will load
+images dynamically, display each one using almost all the available screen
+space and let you jump right from the start to any point in the timeline.
+It will also show each post’s text content, its date, and provide each image
+with its description (alt-text), if present.
  See my example gallery here: https://rame.altervista.org/foto-pixelfed
  See my example gallery here: https://rame.altervista.org/foto-pixelfed
  In order to create the html gallery file, you just need to login to your
  In order to create the html gallery file, you just need to login to your
 Pixelfed account and get an app token (Settings -> Applications -> Create new
 Pixelfed account and get an app token (Settings -> Applications -> Create new

+ 6 - 6
pfaltgall

@@ -40,12 +40,12 @@ $help=
 
 
 [[[ DESCRIPTION ]]]
 [[[ DESCRIPTION ]]]
 
 
- This is {$SCRIPTNAME} v{$SCRIPTVERSION}, a CLI PHP script that can generate an html file with
-a gallery from your Pixelfed profile. The html gallery file will load images
-dynamically, display each one using almost all the available screen space and
-will let you jump right from the start to any point in the timeline. It will
-also show each post’s text content, its date, and each image description
-(alt-text), if present.
+ This is {$SCRIPTNAME} v{$SCRIPTVERSION}, a CLI PHP script that can generate an html file
+with a gallery from your Pixelfed profile. The html gallery file will load
+images dynamically, display each one using almost all the available screen
+space and let you jump right from the start to any point in the timeline.
+It will also show each post’s text content, its date, and provide each image
+with its description (alt-text), if present.
  See my example gallery here: https://rame.altervista.org/foto-pixelfed
  See my example gallery here: https://rame.altervista.org/foto-pixelfed
  In order to create the html gallery file, you just need to login to your
  In order to create the html gallery file, you just need to login to your
 Pixelfed account and get an app token (Settings -> Applications -> Create new
 Pixelfed account and get an app token (Settings -> Applications -> Create new