From 707d7f7c8ffd1e3dbacd8b53b53fa553bfa2f84b Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sat, 28 Sep 2024 21:20:26 +0200 Subject: [PATCH] Updated to help text as in commit 3c7146c --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dc7e632..bccdb0f 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ [[[ DESCRIPTION ]]] This is pfaltgall v0.2, a CLI PHP script that can generate an html file with -a gallery from your Pixelfed profile. The gallery loads each image -dynamically, displays it using almost all the available screen space and lets -you jump right from the start to any point in the timeline. It also preserves -each post’s text content and any possible image description (alt-text). +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. + 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 token), then create a configuration file for pfaltgall like this (don’t write @@ -29,7 +31,7 @@ token=as7f8a7s0d89f7as97df09a8s7d90f81jkl2h34lkj12h3jkl4 Then run pfaltgall with the path of the configuration file you have created and the path of an output file as arguments (if the output file exists, it -will be overwritten) - e.g.: «pfaltgall goofy@pixelfed.social.conf index.html». +will be overwritten), e.g.: «pfaltgall goofy@pixelfed.social.conf index.html». This will create an html file that will be ready to be put where you want (you’ll also be able to see it locally, obviously).