www.do | 9 +++++++++ diff --git a/www.do b/www.do index ec1dd8a8246805eb9f4dc7c6357b683cd406b50aad25b55cb8066c97515f92ca..36a1486c689bd1a9e8b1ae142e6415848349aac4ee2ff4681431479b2a940695 100644 --- a/www.do +++ b/www.do @@ -13,5 +13,14 @@ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ -o $html www.texi +( + cd $html + export ATOM_ID="34c4c603-9fa7-4441-a089-881d216d8638" + export NAME=GoGOST + export BASE_URL=http://www.gogost.cypherpunks.ru + export AUTHOR_EMAIL=gogost@cypherpunks.ru + ~/work/releases-feed/releases.atom.zsh +) +perl -i -npe 'print "\n" if /^<\/head>/' $html/Download.html find $html -type d -exec chmod 755 {} + find $html -type f -exec chmod 644 {} +