X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=blobdiff_plain;f=publish;h=1994fc274eb7167ecff12c2559944a089c2ce8df;hp=1cb91d38923280b72acc1f81268e39fcc2f3f34e;hb=7e0594726d685e4f5cb5afea3c5989cf5e978236;hpb=403cfc73ce14c5cfa7163188c042a5f3025b8c49 diff --git a/publish b/publish index 1cb91d3..1994fc2 100755 --- a/publish +++ b/publish @@ -7,13 +7,13 @@ 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 && -sed -e '1,10s/^/| /' -e 's/\$/\\&/g' pep-103.txt >>pep-103.tmpl && +sed -e 's/\$/\\&/g' pep-103.txt >>pep-103.tmpl && echo \ '#end def