X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=www.do;h=f6bbd0461c2e7500e4e655083e5c53bcc34634fc;hb=HEAD;hp=342d2f253aae1ddf6477c96b6bcc0f7c767c339a;hpb=496566b2e4e8827b4e9ef9e7cbff77cc6cd2b9a5;p=pygost.git diff --git a/www.do b/www.do index 342d2f2..f6bbd04 100644 --- a/www.do +++ b/www.do @@ -2,7 +2,7 @@ redo-ifchange *.texi VERSION rm -f pygost.html/*.html ${MAKEINFO:-makeinfo} --html \ -D "VERSION `cat VERSION`" \ - --css-include style.css \ + --set-customization-variable NO_CSS=1 \ --set-customization-variable SECTION_NAME_IN_TITLE=1 \ --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \ --set-customization-variable FORMAT_MENU=menu \ @@ -10,5 +10,15 @@ ${MAKEINFO:-makeinfo} --html \ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable ASCII_PUNCTUATION=1 \ --output pygost.html www.texi +cp PUBKEY-* pygost.html/ +( + 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 {} +