mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 01:32:22 -05:00
parent
4bba55b8c0
commit
a2c7826aab
17
README.md
17
README.md
@ -13,7 +13,7 @@ Please use this repository to raise issues and submit pull requests:
|
|||||||
https://github.com/xsf/xeps/issues
|
https://github.com/xsf/xeps/issues
|
||||||
https://github.com/xsf/xeps/pulls
|
https://github.com/xsf/xeps/pulls
|
||||||
|
|
||||||
For in-depth technical discussion, please post to the standards@xmpp.org
|
For in-depth technical discussion, please post to the standards@xmpp.org
|
||||||
email list:
|
email list:
|
||||||
|
|
||||||
http://mail.jabber.org/mailman/listinfo/standards
|
http://mail.jabber.org/mailman/listinfo/standards
|
||||||
@ -23,7 +23,18 @@ page:
|
|||||||
|
|
||||||
http://xmpp.org/xmpp-protocols/xmpp-extensions/submitting-a-xep/
|
http://xmpp.org/xmpp-protocols/xmpp-extensions/submitting-a-xep/
|
||||||
|
|
||||||
[XEP-0001: XMPP Extension Protocols](http://xmpp.org/extensions/xep-0001.html) defines the standards process followed by the XMPP Standards Foundation.
|
[XEP-0001: XMPP Extension Protocols](http://xmpp.org/extensions/xep-0001.html)
|
||||||
|
defines the standards process followed by the XMPP Standards Foundation.
|
||||||
|
|
||||||
Thanks!
|
Building XEPs
|
||||||
|
-------------
|
||||||
|
|
||||||
|
To build a single XEP as HTML simply run:
|
||||||
|
|
||||||
|
make xep-xxxx
|
||||||
|
|
||||||
|
To change the output directory, set the variable `OUTDIR`, eg.
|
||||||
|
|
||||||
|
OUTDIR=/tmp/xeps make all
|
||||||
|
|
||||||
|
For more information try `make help`.
|
||||||
|
Loading…
Reference in New Issue
Block a user