mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Merge pull request #19 from linuxwolf/stylesheet-fixes
Exclude note on when last call ends if no <lastcall>
This commit is contained in:
commit
3905d3b3a6
5
xep.xsl
5
xep.xsl
@ -196,7 +196,10 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
<p style='color:red'>WARNING: This document has been obsoleted by the XMPP Standards Foundation. Implementation of the protocol described herein is not recommended. Developers desiring similar functionality are advised to implement the protocol that supersedes this one (if any).</p>
|
||||
</xsl:if>
|
||||
<xsl:if test='$thestatus = "Proposed"'>
|
||||
<p style='color:red'>NOTICE: This document is currently within Last Call or under consideration by the XMPP Council for advancement to the next stage in the XSF standards process. The Last Call ends on <xsl:value-of select='/xep/header/lastcall'/>. Please send your feedback to the <a href='http://mail.jabber.org/mailman/listinfo/standards'>standards@xmpp.org</a> discussion list.</p>
|
||||
<p style='color:red'>NOTICE: This document is currently within Last Call or under consideration by the XMPP Council for advancement to the next stage in the XSF standards process.
|
||||
<xsl:if test='/xep/header/lastcall'>The Last Call ends on <xsl:value-of select='/xep/header/lastcall'/>.
|
||||
</xsl:if>
|
||||
Please send your feedback to the <a href='http://mail.jabber.org/mailman/listinfo/standards'>standards@xmpp.org</a> discussion list.</p>
|
||||
</xsl:if>
|
||||
<xsl:if test='$thestatus = "ProtoXEP"'>
|
||||
<p style='color:red'>WARNING: This document has not yet been accepted for consideration or approved in any official manner by the XMPP Standards Foundation, and this document is not yet an XMPP Extension Protocol (XEP). If this document is accepted as a XEP by the XMPP Council, it will be published at <<a href="http://xmpp.org/extensions/">http://xmpp.org/extensions/</a>> and announced on the <standards@xmpp.org> mailing list.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user