]> Cypherpunks repositories - keks.git/commitdiff
releases.atom
authorSergey Matveev <stargrave@stargrave.org>
Mon, 30 Jun 2025 10:02:08 +0000 (13:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 30 Jun 2025 10:02:08 +0000 (13:02 +0300)
spec/mk-html

index 0ed7dd995af4de6c146e0831f62d729b5e462b117beaaac76848e128731e0cf1..21d9ff354aea5da03ee4acae1912ab698569c503ed4a51260592ba5eb7182f32 100755 (executable)
@@ -7,5 +7,16 @@ perl -i -npe 's#^<title>.*$#<title>KEKS</title>#' $html/index.html
 for pub in PUBKEY-CM.pub PUBKEY-CM.pub.asc PUBKEY-SSH.pub PUBKEY-SSH.pub.asc ; do
     [ -e $html/$pub ] || ln ../$pub $html
 done
+
+(
+    cd $html/download
+    export ATOM_ID="d18c0516-d0a8-44ee-b5b6-656591c9e520"
+    export NAME=keks
+    export BASE_URL=http://www.keks.cypherpunks.su/download
+    export AUTHOR_EMAIL=keks@cypherpunks.su
+    releases.atom.zsh || :
+)
+perl -i -npe 'print "<link rel=\"alternate\" title=\"Releases\" href=\"download/releases.atom\" type=\"application/atom+xml\">\n" if /^<\/head>/' $html/INSTALL.html
+
 find $html -type d -exec chmod 755 {} +
 find $html -type f -exec chmod 644 {} +