X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=publish;h=b2d843eb579adf3c29e5659c587d4216e1d2ef9c;hb=08ff71dcde3af9361d87583c8de78f72737b0bee;hp=1cb91d38923280b72acc1f81268e39fcc2f3f34e;hpb=893d45ded9215943e86e2998e46b790cfe73f3b0;p=git-wiki.git diff --git a/publish b/publish index 1cb91d3..b2d843e 100755 --- a/publish +++ b/publish @@ -1,22 +1,22 @@ #! /bin/sh web="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/PEPs -rsync -pt pep-103.txt "$web" && +rsync -pt git-wiki.txt "$web" && cd "$web" && echo \ '#extends phd_site #implements respond -#attr $Title = "PEP 103: Collecting information about git" -#attr $Description = "Broytman Python Software PEP 103" +#attr $Title = "Git" +#attr $Description = "Broytman Python Software Git" #attr $Copyright = 2015 ## -#def body_rst' >pep-103.tmpl && +#def body_rst' >git-wiki.tmpl && -sed -e '1,10s/^/| /' -e 's/\$/\\&/g' pep-103.txt >>pep-103.tmpl && +sed -e 's/\$/\\&/g' git-wiki.txt >>git-wiki.tmpl && echo \ '#end def -$phd_site.respond(self)' >>pep-103.tmpl && +$phd_site.respond(self)' >>git-wiki.tmpl && -exec chmod u=rw,go=r "$web"/pep-103.t* +exec chmod u=rw,go=r "$web"/git-wiki.t*