From 26120dd0ebada9235e1d18343e843401c7ba5090 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 11 Aug 2023 16:02:39 +0300 Subject: [PATCH] Atom feed --- doc/www.do | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/www.do b/doc/www.do index 0a8de34..66148fa 100644 --- a/doc/www.do +++ b/doc/www.do @@ -11,5 +11,14 @@ ${MAKEINFO:=makeinfo} --html \ --set-customization-variable ASCII_PUNCTUATION=1 \ --output $html index.texi cp -a *.webp ../PUBKEY-* $html/ +( + cd $html/download + export ATOM_ID="e1e74079-3844-11ee-9b0c-a4ae1277b945" + export NAME=tofuproxy + export BASE_URL=http://www.tofuproxy.stargrave.org/download + export AUTHOR_EMAIL=tofuproxy@cypherpunks.ru + ~/work/releases-feed/releases.atom.zsh +) +perl -i -npe 'print "\n" if /^<\/head>/' $html/Install.html find $html -type d -exec chmod 755 {} + find $html -type f -exec chmod 644 {} + -- 2.44.0