Adding #slide-copy tag. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 880ad7cbffd80013c092029141c728091370a81f | |
parent 361e8bdfcbdc6d8d65264f7a1aa1ccf510d402ec | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 10 May 2020 16:59:59 +0200 | |
Adding #slide-copy tag. | |
Diffstat: | |
M modules/hashtags/hashtags.txt | 1 + | |
M phlog-index | 15 ++++++++++----- | |
2 files changed, 11 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt | |
@@ -1984,6 +1984,7 @@ | |
#slayer gopher://bitreich.org/9/memecache/slayer.mp4 | |
#sleep gopher://bitreich.org/I/memecache/sleep.jpg | |
#slicing gopher://bitreich.org/I/memecache/slicing.jpg | |
+#slide-copy gopher://bitreich.org/I/memecache/slide-copy.png | |
#slides gopher://bitreich.org/I/memecache/slides.png | |
#sloth gopher://bitreich.org/9/memecache/sloth.mp4 | |
#slow-cooker gopher://bitreich.org/I/memecache/slow-cooker.png | |
diff --git a/phlog-index b/phlog-index | |
@@ -1,5 +1,7 @@ | |
#!/bin/sh | |
+set -x | |
+ | |
export PATH="$PATH:/home/annna/bin" | |
doforce=0 | |
@@ -103,11 +105,11 @@ then | |
[ -z "$title" ] && continue | |
gphpth="$(printf "$gopherbase" "$user" "$fname")" | |
- annna-say -c "$ircchans" \ | |
- "$(printf "%s – »%s« by %s gopher://bitreich.org/0… | |
- "$tstamp" "$title" "$user" "$gphpth")" | |
+ #annna-say -c "$ircchans" \ | |
+ # "$(printf "%s – »%s« by %s gopher://bitreich.org/… | |
+ # "$tstamp" "$title" "$user" "$gphpth")" | |
# Case against excess flood. | |
- sleep 2 | |
+ #sleep 2 | |
done | |
fi | |
@@ -127,11 +129,14 @@ cp lsr.new lsr.old | |
} | ed -s /br/gopher/news.gph | |
# Make the atom news file ready for consumption. | |
+cp /br/gopher/news.atom.xml.tmpl /br/gopher/news.atom.xml | |
{ | |
printf "/updated/+1,/\\/feed/-1d\n" | |
+ printf "1\n" | |
printf "/updated/c\n" | |
- printf "\t<updated>%s</updated>\n" "$(date -u +%F%T%z)" | |
+ printf "\t<updated>%s</updated>\n" "$(date -u +%F%T%z)\n" | |
printf ".\n" | |
+ printf "1\n" | |
printf "/updated/r !cat /home/annna/phlogs/agg.atom.xml\n" | |
printf "w\nq\n" | |
} | ed -s /br/gopher/news.atom.xml |