mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -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
|
||||
return thisText
|
||||
|
||||
# READ IN ARGS:
|
||||
#
|
||||
# 1. XEP filename (sans extension)
|
||||
# READ in XEP filename (sans extension)
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user