the feed entry.
Just like the .links files, article-specific files containing captcha data are
-created and can be edited in ./captchas/. The first line of such a file is meant
-as a captcha, and the second line as its description, which may be inserted via
-templating into the article HTML file.
+created and can be edited in ./captchas/linkable/. The first line of such a file
+is meant as a captcha, and the second line as its description, which may be
+inserted via templating into the article HTML file.
Some metadata files will also be generated below ./metadata/: For each article,
there will be generated a .automatic_metadata (to contain an article's UUID,
# Pull in global dependencies.
. ./helpers.sh
metadata_dir=metadata
-captchas_dir=captchas/public
+captchas_dir=captchas/linkable
mkdir -p "$captchas_dir"
meta_file="${metadata_dir}/${1%.html}.automatic_metadata"
redo-ifchange "$meta_file"