]> git.phdru.name Git - git-wiki.git/commitdiff
Rename pep-103.txt -> git-wiki.txt
authorOleg Broytman <phd@phdru.name>
Sat, 22 Apr 2017 17:28:49 +0000 (20:28 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 22 Apr 2017 17:30:50 +0000 (20:30 +0300)
git-wiki.txt [moved from pep-103.txt with 100% similarity]
publish

similarity index 100%
rename from pep-103.txt
rename to git-wiki.txt
diff --git a/publish b/publish
index 1994fc274eb7167ecff12c2559944a089c2ce8df..b2d843eb579adf3c29e5659c587d4216e1d2ef9c 100755 (executable)
--- a/publish
+++ b/publish
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 web="$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/PEPs
 #! /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 \
 cd "$web" &&
 
 echo \
@@ -11,12 +11,12 @@ echo \
 #attr $Description = "Broytman Python Software Git"
 #attr $Copyright = 2015
 ##
 #attr $Description = "Broytman Python Software Git"
 #attr $Copyright = 2015
 ##
-#def body_rst' >pep-103.tmpl &&
+#def body_rst' >git-wiki.tmpl &&
 
 
-sed -e 's/\$/\\&/g' pep-103.txt >>pep-103.tmpl &&
+sed -e 's/\$/\\&/g' git-wiki.txt >>git-wiki.tmpl &&
 
 echo \
 '#end def
 
 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*