]> Cypherpunks.ru repositories - nncp.git/blob - doc/www.do
OpenSSH signature support
[nncp.git] / doc / www.do
1 html=nncp.html
2 redo $html
3 cp -a .well-known $html/
4 cp -a download $html/
5 cp ../PUBKEY-* $html/
6 (
7     cd $html/download
8     export ATOM_ID="e33cb83e-bf33-46f8-b9b1-6115f46e1218"
9     export NAME=NNCP
10     export BASE_URL=http://www.nncpgo.org/download
11     export AUTHOR_EMAIL=releases@nncpgo.org
12     ~/work/releases-feed/releases.atom.zsh
13 )
14 perl -i -npe 'print "<link rel=\"alternate\" title=\"Releases\" href=\"download/releases.atom\" type=\"application/atom+xml\">\n" if /^<\/head>/' $html/Tarballs.html
15 find nncp.html -type d -exec chmod 755 {} +
16 find nncp.html -type f -exec chmod 644 {} +