mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
added source control links
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2478 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
9fc5315295
commit
e718e84117
28
xep.xsl
28
xep.xsl
@ -235,6 +235,21 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
<<a href='{$registryURL}'><xsl:value-of select='$registryURL'/></a>>
|
||||
<br />
|
||||
</xsl:if>
|
||||
<xsl:variable name='sourceHTML'>
|
||||
<xsl:text>http://svn.xmpp.org:18080/browse/XMPP/trunk/extensions/xep-</xsl:text>
|
||||
<xsl:value-of select='/xep/header/number'/>
|
||||
<xsl:text>.xml</xsl:text>
|
||||
</xsl:variable>
|
||||
<xsl:variable name='sourceRSS'>
|
||||
<xsl:text>http://svn.xmpp.org:18080//changelog/~rss/XMPP/trunk/extensions/xep-</xsl:text>
|
||||
<xsl:value-of select='/xep/header/number'/>
|
||||
<xsl:text>.xml/rss.xml</xsl:text>
|
||||
</xsl:variable>
|
||||
<xsl:if test='$thestatus != "ProtoXEP"'>
|
||||
Source Control:
|
||||
<a class='standardsButton' href='{$sourceHTML}'>HTML</a> 
|
||||
<a class='standardsButton' href='{$sourceRSS}'>RSS</a>
|
||||
</xsl:if>
|
||||
</p>
|
||||
<hr />
|
||||
<!-- AUTHOR INFO -->
|
||||
@ -255,9 +270,18 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
<p class='indent'>Discussion by the membership of the XSF may also be appropriate (see <<a href="http://mail.jabber.org/mailman/listinfo/members">http://mail.jabber.org/mailman/listinfo/members</a>> for details).</p>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p class='indent'>The preferred venue for discussion of this document is the Standards discussion list: <<a href="http://mail.jabber.org/mailman/listinfo/standards">http://mail.jabber.org/mailman/listinfo/standards</a>>.</p>
|
||||
<p class='indent'>
|
||||
The preferred venue for discussion of this document is the standards@xmpp.org discussion list:
|
||||
<br />
|
||||
<<a href="http://mail.jabber.org/mailman/listinfo/standards">http://mail.jabber.org/mailman/listinfo/standards</a>>
|
||||
</p>
|
||||
<p>Discussion on other xmpp.org discussion lists might also be appropriate; see <<a href='http://xmpp.org/about/discuss.shtml'>http://xmpp.org/about/discuss.shtml</a>> for a complete list.</p>
|
||||
<xsl:if test='contains(/xep/header/dependencies,"RFC")'>
|
||||
<p class='indent'>Given that this XMPP Extension Protocol normatively references IETF technologies, discussion on the XSF-IETF list may also be appropriate (see <<a href="http://mail.jabber.org/mailman/listinfo/xsf-ietf">http://mail.jabber.org/mailman/listinfo/xsf-ietf</a>> for details).</p>
|
||||
<p class='indent'>
|
||||
Given that this XMPP Extension Protocol normatively references IETF technologies, discussion on the XSF-IETF list might also be appropriate:
|
||||
<br />
|
||||
<<a href="http://mail.jabber.org/mailman/listinfo/xsf-ietf">http://mail.jabber.org/mailman/listinfo/xsf-ietf</a>>
|
||||
</p>
|
||||
</xsl:if>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
|
Loading…
Reference in New Issue
Block a user