From af29d631c8ed1e1cfa045d0781ccd577cb2449cf Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Wed, 25 Mar 2009 06:51:27 +0000 Subject: [PATCH] tweaks git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2923 4b5297f7-1745-476d-ba37-a9c6900126ab --- inxep.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/inxep.py b/inxep.py index 51ece076..4dfd9a76 100755 --- a/inxep.py +++ b/inxep.py @@ -58,10 +58,6 @@ xepname = sys.argv[1]; xepfile = xepname + '.xml' -inboxpath=/var/www/vhosts/xmpp.org/extensions/inbox -xsltproc xep.xsl $xepfile > $inboxpath/$xepname.html -cp $xepfile.xml $xeppath/ - # PARSE XEP HEADERS: # # - title @@ -112,7 +108,7 @@ remark = getText(remarkNode.childNodes) fromaddr = "editor@xmpp.org" # for testing... -# toaddrs = "stpeter@jabber.org" +# toaddrs = "editor@jabber.org" # for real... toaddrs = "standards@xmpp.org"