mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 18:22:24 -05:00
tweaks
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2923 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
78fb34e5d5
commit
af29d631c8
6
inxep.py
6
inxep.py
@ -58,10 +58,6 @@ xepname = sys.argv[1];
|
|||||||
|
|
||||||
xepfile = xepname + '.xml'
|
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:
|
# PARSE XEP HEADERS:
|
||||||
#
|
#
|
||||||
# - title
|
# - title
|
||||||
@ -112,7 +108,7 @@ remark = getText(remarkNode.childNodes)
|
|||||||
|
|
||||||
fromaddr = "editor@xmpp.org"
|
fromaddr = "editor@xmpp.org"
|
||||||
# for testing...
|
# for testing...
|
||||||
# toaddrs = "stpeter@jabber.org"
|
# toaddrs = "editor@jabber.org"
|
||||||
# for real...
|
# for real...
|
||||||
toaddrs = "standards@xmpp.org"
|
toaddrs = "standards@xmpp.org"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user