From: Sergey Matveev Date: Fri, 11 Aug 2023 13:02:39 +0000 (+0300) Subject: Atom feed X-Git-Tag: v0.3.0~2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=26120dd0ebada9235e1d18343e843401c7ba5090;hp=082d601014e80e27b3b68fc83b27ee11e8cebe8e;p=tofuproxy.git Atom feed --- 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 {} +