From 38c3039b59bb75c5ef103f4530d26f8c4721cbd8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 Oct 2023 22:38:17 +0200 Subject: Update content for gemtext --- .../2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi | 4 ++-- ...23-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl | 4 ++-- gemfeed/atom.xml | 6 +++--- index.gmi | 2 +- uptime-stats.gmi | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi index 3ed6470a..c1269819 100644 --- a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi +++ b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi @@ -76,7 +76,7 @@ This is Photoalbum Version 0.5.1 ## Setting it up -Now, it's time to set up the Irregular Ninja static web photo album! Create a directory (here: `irregular.ninja` for the Irregular Ninja Photo site), and inside of that directory, create an `incoming` directory. The `incoming` directory. Copy all photos to be part of the album there. +Now, it's time to set up the Irregular Ninja static web photo album (or any other web photo album you may be setting up!)! Create a directory (here: `irregular.ninja` for the Irregular Ninja Photo site - or any oter sub-directory reflecting your album's name), and inside of that directory, create an `incoming` directory. The `incoming` directory. Copy all photos to be part of the album there. ``` % mkdir irregular.ninja @@ -141,7 +141,7 @@ TAR_OPTS='-c' #set -x ``` -In the case for `irregular.ninja`, I modified the defaults to the following: +In the case for `irregular.ninja`, I changed the defaults to the following: ```diff --- photoalbumrc 2023-10-29 21:42:00.894202045 +0200 diff --git a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl index 4ca42746..a79e4468 100644 --- a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl +++ b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl @@ -76,7 +76,7 @@ This is Photoalbum Version 0.5.1 ## Setting it up -Now, it's time to set up the Irregular Ninja static web photo album! Create a directory (here: `irregular.ninja` for the Irregular Ninja Photo site), and inside of that directory, create an `incoming` directory. The `incoming` directory. Copy all photos to be part of the album there. +Now, it's time to set up the Irregular Ninja static web photo album (or any other web photo album you may be setting up!)! Create a directory (here: `irregular.ninja` for the Irregular Ninja Photo site - or any oter sub-directory reflecting your album's name), and inside of that directory, create an `incoming` directory. The `incoming` directory. Copy all photos to be part of the album there. ``` % mkdir irregular.ninja @@ -141,7 +141,7 @@ TAR_OPTS='-c' #set -x ``` -In the case for `irregular.ninja`, I modified the defaults to the following: +In the case for `irregular.ninja`, I changed the defaults to the following: ```diff --- photoalbumrc 2023-10-29 21:42:00.894202045 +0200 diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index cbd1c508..42811463 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2023-10-29T22:32:07+02:00 + 2023-10-29T22:38:01+02:00 foo.zone feed To be in the .zone! @@ -96,7 +96,7 @@ This is Photoalbum Version 0.5.1

Setting it up



-Now, it's time to set up the Irregular Ninja static web photo album! Create a directory (here: irregular.ninja for the Irregular Ninja Photo site), and inside of that directory, create an incoming directory. The incoming directory. Copy all photos to be part of the album there.
+Now, it's time to set up the Irregular Ninja static web photo album (or any other web photo album you may be setting up!)! Create a directory (here: irregular.ninja for the Irregular Ninja Photo site - or any oter sub-directory reflecting your album's name), and inside of that directory, create an incoming directory. The incoming directory. Copy all photos to be part of the album there.

 % mkdir irregular.ninja
@@ -165,7 +165,7 @@ clean:
 #set -x
 

-In the case for irregular.ninja, I modified the defaults to the following:
+In the case for irregular.ninja, I changed the defaults to the following: