]> Cypherpunks.ru repositories - pygost.git/blobdiff - www.do
Releases Atom feed
[pygost.git] / www.do
diff --git a/www.do b/www.do
index 3ae1c576544f5a909223da5744b863ad16a236ca..0a93246678cd6c06753b7209896a73e33422e6ee 100644 (file)
--- a/www.do
+++ b/www.do
@@ -7,10 +7,17 @@ ${MAKEINFO:-makeinfo} --html \
     --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
     --set-customization-variable FORMAT_MENU=menu \
     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
-    --set-customization-variable SHOW_TITLE=0 \
     --set-customization-variable DATE_IN_HEADER=1 \
-    --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
-    --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
-    -o pygost.html www.texi
+    --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 "<link rel=\"alternate\" title=\"Releases\" href=\"releases.atom\" type=\"application/atom+xml\">\n" if /^<\/head>/' pygost.html/Download.html
 find pygost.html -type d -exec chmod 755 {} +
 find pygost.html -type f -exec chmod 644 {} +