mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
removed www from URLs
This commit is contained in:
parent
a94e459234
commit
b4717829fe
@ -102,7 +102,7 @@ remark = getText(remarkNode.childNodes)
|
|||||||
#
|
#
|
||||||
# Abstract: $abstract
|
# Abstract: $abstract
|
||||||
#
|
#
|
||||||
# URL: http://www.xmpp.org/extensions/xep-$xepnum.html
|
# URL: http://xmpp.org/extensions/xep-$xepnum.html
|
||||||
#
|
#
|
||||||
# If and when a new revision of this XEP is published,
|
# If and when a new revision of this XEP is published,
|
||||||
# its status will be changed back to Experimental.
|
# its status will be changed back to Experimental.
|
||||||
@ -117,7 +117,7 @@ toaddrs = "standards@xmpp.org"
|
|||||||
thesubject = 'DEFERRED: XEP-' + xepnum + " (" + title + ")"
|
thesubject = 'DEFERRED: XEP-' + xepnum + " (" + title + ")"
|
||||||
introline = 'XEP-' + xepnum + ' (' + title + ') has been Deferred because of inactivity.'
|
introline = 'XEP-' + xepnum + ' (' + title + ') has been Deferred because of inactivity.'
|
||||||
abstractline = 'Abstract: ' + abstract
|
abstractline = 'Abstract: ' + abstract
|
||||||
urlline = 'URL: http://www.xmpp.org/extensions/xep-' + xepnum + '.html'
|
urlline = 'URL: http://xmpp.org/extensions/xep-' + xepnum + '.html'
|
||||||
endline = 'If and when a new revision of this XEP is published, its status will be changed back to Experimental.'
|
endline = 'If and when a new revision of this XEP is published, its status will be changed back to Experimental.'
|
||||||
|
|
||||||
#msg = "From: %s\r\n" % fromaddr
|
#msg = "From: %s\r\n" % fromaddr
|
||||||
|
4
inxep.py
4
inxep.py
@ -100,7 +100,7 @@ remark = getText(remarkNode.childNodes)
|
|||||||
#
|
#
|
||||||
# Abstract: $abstract
|
# Abstract: $abstract
|
||||||
#
|
#
|
||||||
# URL: http://www.xmpp.org/extensions/inbox/$xepname.html
|
# URL: http://xmpp.org/extensions/inbox/$xepname.html
|
||||||
#
|
#
|
||||||
# The XMPP Council will now consider whether to accept
|
# The XMPP Council will now consider whether to accept
|
||||||
# this proposal as a full XEP.
|
# this proposal as a full XEP.
|
||||||
@ -116,7 +116,7 @@ thesubject = 'Proposed XMPP Extension: ' + title
|
|||||||
introline = 'The XMPP Extensions Editor has received a proposal for a new XEP.'
|
introline = 'The XMPP Extensions Editor has received a proposal for a new XEP.'
|
||||||
titleline = 'Title: ' + title
|
titleline = 'Title: ' + title
|
||||||
abstractline = 'Abstract: ' + abstract
|
abstractline = 'Abstract: ' + abstract
|
||||||
urlline = 'URL: http://www.xmpp.org/extensions/inbox/' + xepname + '.html'
|
urlline = 'URL: http://xmpp.org/extensions/inbox/' + xepname + '.html'
|
||||||
actionline = 'The XMPP Council will decide in the next two weeks whether to accept this proposal as an official XEP.'
|
actionline = 'The XMPP Council will decide in the next two weeks whether to accept this proposal as an official XEP.'
|
||||||
|
|
||||||
msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr
|
msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr
|
||||||
|
@ -105,7 +105,7 @@ remark = getText(remarkNode.childNodes)
|
|||||||
#
|
#
|
||||||
# Abstract: $abstract
|
# Abstract: $abstract
|
||||||
#
|
#
|
||||||
# URL: http://www.xmpp.org/extensions/xep-$xepnum.html
|
# URL: http://xmpp.org/extensions/xep-$xepnum.html
|
||||||
#
|
#
|
||||||
# This Last Call begins today and shall end at the close
|
# This Last Call begins today and shall end at the close
|
||||||
# of business on $enddate.
|
# of business on $enddate.
|
||||||
@ -134,7 +134,7 @@ toaddrs = "standards@xmpp.org"
|
|||||||
thesubject = 'LAST CALL: XEP-' + xepnum + " (" + title + ")"
|
thesubject = 'LAST CALL: XEP-' + xepnum + " (" + title + ")"
|
||||||
introline = 'This message constitutes notice of a Last Call for comments on XEP-' + xepnum + ' (' + title + ').'
|
introline = 'This message constitutes notice of a Last Call for comments on XEP-' + xepnum + ' (' + title + ').'
|
||||||
abstractline = 'Abstract: ' + abstract
|
abstractline = 'Abstract: ' + abstract
|
||||||
urlline = 'URL: http://www.xmpp.org/extensions/xep-' + xepnum + '.html'
|
urlline = 'URL: http://xmpp.org/extensions/xep-' + xepnum + '.html'
|
||||||
schedline = 'This Last Call begins today and shall end at the close of business on ' + enddate + '.'
|
schedline = 'This Last Call begins today and shall end at the close of business on ' + enddate + '.'
|
||||||
qline0 = 'Please consider the following questions during this Last Call and send your feedback to the standards@xmpp.org discussion list:'
|
qline0 = 'Please consider the following questions during this Last Call and send your feedback to the standards@xmpp.org discussion list:'
|
||||||
qline1 = '1. Is this specification needed to fill gaps in the XMPP protocol stack or to clarify an existing protocol?'
|
qline1 = '1. Is this specification needed to fill gaps in the XMPP protocol stack or to clarify an existing protocol?'
|
||||||
|
Loading…
Reference in New Issue
Block a user