X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=www.do;fp=www.do;h=0a93246678cd6c06753b7209896a73e33422e6ee;hp=342d2f253aae1ddf6477c96b6bcc0f7c767c339a;hb=ec095a28267dd9c453e5a4d66564942060d96fb5;hpb=9b76dae5f5d953aefb1d2ec3c3b7059c33c37bff diff --git a/www.do b/www.do index 342d2f2..0a93246 100644 --- a/www.do +++ b/www.do @@ -10,5 +10,14 @@ ${MAKEINFO:-makeinfo} --html \ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable ASCII_PUNCTUATION=1 \ --output pygost.html www.texi +( + cd pygost.html + export ATOM_ID="98c5d1c8-b867-4eee-91b0-ef2c507e93b9" + export NAME=PyGOST + export BASE_URL=http://www.pygost.cypherpunks.ru + export AUTHOR_EMAIL=pygost@cypherpunks.ru + ~/work/releases-feed/releases.atom.zsh +) +perl -i -npe 'print "\n" if /^<\/head>/' pygost.html/Download.html find pygost.html -type d -exec chmod 755 {} + find pygost.html -type f -exec chmod 644 {} +