> Being drunk is not an excuse
Hmmm
# I am the Watcher. I am your guide through this vast new twtiverse. # # Usage: # https://watcher.sour.is/api/plain/users View list of users and latest twt date. # https://watcher.sour.is/api/plain/twt View all twts. # https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri. # https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject. # # Options: # uri Filter to show a specific users twts. # offset Start index for quey. # limit Count of items to return (going back in time). # # twt range = 1 61083 # self = https://watcher.sour.is?uri=https://twtxt.net/user/prologic/twtxt.txt&offset=37091 # next = https://watcher.sour.is?uri=https://twtxt.net/user/prologic/twtxt.txt&offset=37191 # prev = https://watcher.sour.is?uri=https://twtxt.net/user/prologic/twtxt.txt&offset=36991
$ yarnd --help 2>&1 | grep interval
--fetch-interval string cache fetch interval (how often to update feeds) in cron syntax (https://pkg.go.dev/github.com/robfig/cron) (default "@every 5m")
websub to your "Operational Features" in the Web UI or --enable-feature websub until we do:
$ yarnd --help 2>&1 | grep feature
--enable-feature feature enable the named feature
$ yarnd --help 2>&1 | grep interval
--fetch-interval string cache fetch interval (how often to update feeds) in cron syntax (https://pkg.go.dev/github.com/robfig/cron) (default "@every 5m")
websub to your "Operational Features" in the Web UI or --enable-feature websub until we do:
$ yarnd --help 2>&1 | grep feature
--enable-feature feature enable the named feature
/api/v1/admin/delete API endpoint which takes {"hash": <hash>} as JSON input.yarnc admin delete <hash> sub-command (start a new sub-command group)yarnd has.
/api/v1/admin/delete API endpoint which takes {"hash": <hash>} as JSON input.yarnc admin delete <hash> sub-command (start a new sub-command group)yarnd has.
include plugin for zs:
#!/bin/sh
if [ ! $# = 1 ]; then
printf "Usage: %s <file>\n" "$(basename "$0")"
exit 0
fi
if [ -f "$1" ]; then
cat "$1"
else
echo "error: file not found $1"
fi
include plugin for zs:
#!/bin/sh
if [ ! $# = 1 ]; then
printf "Usage: %s <file>\n" "$(basename "$0")"
exit 0
fi
if [ -f "$1" ]; then
cat "$1"
else
echo "error: file not found $1"
fi
include plugin for zs:
#!/bin/sh
if [ ! $# = 1 ]; then
printf "Usage: %s <file>\\n" "$(basename "$0")"
exit 0
fi
if [ -f "$1" ]; then
cat "$1"
else
echo "error: file not found $1"
fi
$ cat .zs/include.sh
#!/bin/sh
if [ ! $# = 1 ]; then
printf "Usage: %s <file>\n" "$(basename "$0")"
exit 0
fi
fn="${ZS_OUTDIR}/$1"
if [ -f "${ZS_OUTDIR}/$1" ]; then
cat "${ZS_OUTDIR}/$1"
else
echo "error: file not found ${ZS_OUTDIR}/$1"
fi
{{ include.sh twtxt.txt }} (as used by the Yarn.social site and to include a full-example feed in the "Manually" section (Thanks to @autiomaa for this feedback! πββοΈ) #Yarn.social #zs #static-site #static-site-generator
$ cat .zs/include.sh
#!/bin/sh
if [ ! $# = 1 ]; then
printf "Usage: %s <file>\n" "$(basename "$0")"
exit 0
fi
fn="${ZS_OUTDIR}/$1"
if [ -f "${ZS_OUTDIR}/$1" ]; then
cat "${ZS_OUTDIR}/$1"
else
echo "error: file not found ${ZS_OUTDIR}/$1"
fi
{{ include.sh twtxt.txt }} (as used by the Yarn.social site and to include a full-example feed in the "Manually" section (Thanks to @autiomaa for this feedback! πββοΈ) #Yarn.social #zs #static-site #static-site-generator
$ cat .zs/include.sh
#!/bin/sh
if [ ! $# = 1 ]; then
printf "Usage: %s <file>\\n" "$(basename "$0")"
exit 0
fi
fn="${ZS_OUTDIR}/$1"
if [ -f "${ZS_OUTDIR}/$1" ]; then
cat "${ZS_OUTDIR}/$1"
else
echo "error: file not found ${ZS_OUTDIR}/$1"
fi
{{ include.sh twtxt.txt }} (as used by the Yarn.social site and to include a full-example feed in the "Manually" section (Thanks to @autiomaa for this feedback! πββοΈ) #Yarn.social #zs #static-site #static-site-generator
Host header (_virtual hosts_) π
Host header (_virtual hosts_) π
yarnd v0.15.1? I still can't repro here... π’
yarnd v0.15.1? I still can't repro here... π’