mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
tweaks
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2727 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
80b8f82a47
commit
f2a15706d8
8
inxep.py
8
inxep.py
@ -52,14 +52,16 @@ def getText(nodelist):
|
|||||||
thisText = thisText + node.data
|
thisText = thisText + node.data
|
||||||
return thisText
|
return thisText
|
||||||
|
|
||||||
# READ IN ARGS:
|
# READ in XEP filename (sans extension)
|
||||||
#
|
|
||||||
# 1. XEP filename (sans extension)
|
|
||||||
|
|
||||||
xepname = sys.argv[1];
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user