Difference between revisions of "Editor team"

From XMPP WIKI
Jump to navigation Jump to search
m (Don't duplicate the team list, link to the website. Also remove unused calendar.)
m (HTTPS all the links)
(One intermediate revision by the same user not shown)
Line 11: Line 11:


== Useful Links ==
== Useful Links ==
* http://xmpp.org/about-xmpp/xsf/xsf-source-control/
* http://xmpp.org/extensions/xep-0001.html
* http://mail.jabber.org/mailman/admindb/editor


== Templates ==
* https://github.com/xsf/xeps
 
* https://xmpp.org/extensions/xep-0001.html
=== XEP Submission Response ===
* https://mail.jabber.org/mailman/admindb/editor
The following is the recommended response to a proto-XEP:
 
<code>
Thank you for your submission.  The Approving Body will poll on whether to accept your proposal within the next 14 days.
 
 
In accordance with the XSF IPR policy, do you:
 
1. Assert you own the rights to the content in the submitted proposal?
 
2. Promise to assign those rights to the XMPP Standards Foundation upon acceptance of the proposal?
 
 
The IPR policy is available at <
http://xmpp.org/extensions/ipr-policy.shtml >
 
 
- XEP Editor
</code>
 
=== XEP Inbox Redirect ===
<code>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Editor Queue&lt;/title&gt;
&lt;meta http-equiv="refresh" content="2;url=http://www.xmpp.org/extensions/xep-{xepnum}.html"
&lt;meta name="robots" content="noindex"&gt;
&lt;/head&gt;
&lt;body bgcolor="#ffffff"&gt;
&lt;p&gt;The document formerly at this location is now at &lt;&lt;a href="http://www.xmpp.org/extensions/xep-{xepnum}.html"&gt;http://www.xmpp.org/extensions/xep-{xepnum}
.html&lt;/a&gt;&gt;.&lt;/p&gt;
&lt;p&gt;You will be automatically redirected there in 2 seconds.&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
</code>
 
=== PR Update Notice ===
<code>
Subject: Updated Received for {xepnum}
 
Body:
 
 
Hello Author(s),
 
An update was received for your document ({xepnum}: {xeptitle}) has been received by the XEP Editor.  This notice is to ask if you have any objections to the changes.
 
The changes can be found in: < {xeppr} >
 
Please inform the XEP Editors at your earliest chance if you approve or reject the changes.
 
 
Thank you,
 
- XEP Editor
</code>

Revision as of 09:14, 1 September 2017

For a team list and other information, see the website: https://xmpp.org/about/xsf/editor-team

Process

The editor process is described in the following XEP: http://xmpp.org/extensions/xep-README.html

Contact

  • Mail (NOTE: You must include the string "XEP" in the subject line!)
  • Room (Archives)

Useful Links