From 07dca01b6e9a4ce221ea181fef0a7647468c36ee Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 22 Feb 2021 17:51:38 -0500 Subject: Iterate over text files to generate feed So that only "published" text files are included. --- www/text.causal.agency/feed.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/text.causal.agency/feed.sh b/www/text.causal.agency/feed.sh index fe028621..f45bd326 100644 --- a/www/text.causal.agency/feed.sh +++ b/www/text.causal.agency/feed.sh @@ -23,8 +23,8 @@ encode() { ' "$@" } -for entry in *.7; do - txt="${entry%.7}.txt" +for txt in *.txt; do + entry="${txt%.txt}.7" date=$(grep '^[.]Dd' "$entry" | cut -c 5-) title=$(grep '^[.]Nm' "$entry" | cut -c 5- | encode) summary=$(grep '^[.]Nd' "$entry" | cut -c 5- | encode) -- cgit 1.4.1 es'> libtls for OpenSSL
about summary refs log tree commit diff
path: root/man/tls_client.3 (unfollow)
Commit message (Collapse)Author
2021-05-08Import LibreSSL 3.3.3June McEnroe
2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe
2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe
2021-04-18Import LibreSSL 3.3.2June McEnroe
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck.
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe