git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2923 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2009-03-25 06:51:27 +00:00
parent 78fb34e5d5
commit af29d631c8
1 changed files with 1 additions and 5 deletions

View File

@ -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"