removed www from URLs

This commit is contained in:
stpeter 2011-09-21 11:32:46 -06:00
parent a94e459234
commit b4717829fe
3 changed files with 6 additions and 6 deletions

View File

@ -102,7 +102,7 @@ remark = getText(remarkNode.childNodes)
#
# 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,
# its status will be changed back to Experimental.
@ -117,7 +117,7 @@ toaddrs = "standards@xmpp.org"
thesubject = 'DEFERRED: XEP-' + xepnum + " (" + title + ")"
introline = 'XEP-' + xepnum + ' (' + title + ') has been Deferred because of inactivity.'
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.'
#msg = "From: %s\r\n" % fromaddr

View File

@ -100,7 +100,7 @@ remark = getText(remarkNode.childNodes)
#
# 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
# 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.'
titleline = 'Title: ' + title
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.'
msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr

View File

@ -105,7 +105,7 @@ remark = getText(remarkNode.childNodes)
#
# 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
# of business on $enddate.
@ -134,7 +134,7 @@ toaddrs = "standards@xmpp.org"
thesubject = 'LAST CALL: XEP-' + xepnum + " (" + title + ")"
introline = 'This message constitutes notice of a Last Call for comments on XEP-' + xepnum + ' (' + title + ').'
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 + '.'
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?'