From c0b063465aa2f86bbeda592f20c52dc303b265bd Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 6 May 2019 21:17:19 +0200 Subject: remove sfeed_tail and recently added security considerations ... both are out-of-scope for sfeed. - sfeed_tail can be written as some simple customized awk script reading from a FIFO. The C version did not work well on FIFO's. - Security considerations are mentioned in the official HTML spec and applies to all HTML and protocol handlers, so is out-of-scope. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a53f31a..37a881c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ BIN = \ sfeed_mbox\ sfeed_opml_import\ sfeed_plain\ - sfeed_tail\ sfeed_twtxt\ sfeed_web\ sfeed_xmlenc @@ -24,7 +23,6 @@ SCRIPTS = \ SRC = ${BIN:=.c} HDR = \ - tree.h\ util.h\ xml.h -- cgit v1.2.3