2 次代碼提交 7b5e879a99 ... 466111683c

作者 SHA1 備註 提交日期
  pezcurrel 466111683c Updated to help text as in commit fd1b001 2 周之前
  pezcurrel fd1b001fc5 Edited again the help text to make it clearer and more complete 2 周之前
共有 2 個文件被更改,包括 12 次插入12 次删除
  1. 6 6
      README.md
  2. 6 6
      pfaltgall

+ 6 - 6
README.md

@@ -5,12 +5,12 @@
 
 [[[ 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
  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

+ 6 - 6
pfaltgall

@@ -40,12 +40,12 @@ $help=
 
 [[[ 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
  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