X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=www.do;h=90c52e79f223d014c3047d39fffb7db5e3e41a00;hb=f3806b3cf5a9ccae5c358c1942262cf0f1d16227;hp=1d288edb04f683be0e2b1a6873ceee6b177bb270;hpb=9d164d4752669895c45db4770309e5815498ff1e;p=pygost.git diff --git a/www.do b/www.do index 1d288ed..90c52e7 100644 --- a/www.do +++ b/www.do @@ -2,16 +2,22 @@ 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 \ --set-customization-variable EXTRA_HEAD='' \ - --set-customization-variable SHOW_TITLE=0 \ --set-customization-variable DATE_IN_HEADER=1 \ - --set-customization-variable TOP_NODE_UP_URL=index.html \ - --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ - --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ - -o pygost.html www.texi -find pygost.html -type d -exec chmod 755 {} \; -find pygost.html -type f -exec chmod 644 {} \; + --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 {} +