X-Git-Url: https://plomlompom.com/repos/?p=redo-blog;a=blobdiff_plain;f=processor%2Fdefault.html.do;h=ba163e2e29f32369cd2075f5d282cd6b46879326;hp=c744889405bbe8e4f8b9070b18cd02828d994882;hb=0dddf8e27165915e413feaa4a6acf234e4ca5d17;hpb=7849f6d516ab555c83ae9d979c71e874383b9c17 diff --git a/processor/default.html.do b/processor/default.html.do index c744889..ba163e2 100644 --- a/processor/default.html.do +++ b/processor/default.html.do @@ -10,6 +10,7 @@ prep_url() { # Pull in global dependencies. . ./helpers.sh metadata_dir=metadata +captchas_dir=captchas meta_file="${metadata_dir}/${1%.html}.automatic_metadata" redo-ifchange "$meta_file" intermediate_file="${metadata_dir}/${1%.html}.intermediate" @@ -22,6 +23,8 @@ linkback_tmpl_file="${metadata_dir}"/linkback.tmpl redo-ifchange "$linkback_tmpl_file" replies_file="${1%.html}.links" redo-ifchange "$replies_file" +captcha_file="$captchas_dir/${1%.html}" +redo-ifchange "$captcha_file" # Build entry data. blog_title=$(read_and_escape_file "$title_file" | head -1 | prep_sed)