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.)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
For a team list and other information, see the website: https://xmpp.org/about/xsf/editor-team


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


== Team Members ==
== Contact ==
* Steffen Larsen
* Matthew Miller
* Stefan Strigler
* Winfried Tilanus
* Ashley Ward
* Lloyd Watkin


== Contact ==
* [mailto:editor@xmpp.org Mail] (NOTE: You must include the string "XEP" in the subject line!)
* [mailto:editor@xmpp.org Mail]
* [xmpp:editor@muc.xmpp.org?join Room] ([http://logs.xmpp.org/editor/ Archives])
* [xmpp:editor@muc.xmpp.org?join Room] ([http://logs.xmpp.org/editor/ Archives])
== Calendar ==
http://xmpp.org/calendar/team-editor.ics


== Useful Links ==
== Useful Links ==
Line 24: Line 15:
* http://mail.jabber.org/mailman/admindb/editor
* http://mail.jabber.org/mailman/admindb/editor


== XEP Submission Response ==
== Templates ==
 
=== XEP Submission Response ===
The following is the recommended response to a proto-XEP:
The following is the recommended response to a proto-XEP:


Line 33: Line 26:
In accordance with the XSF IPR policy, do you:
In accordance with the XSF IPR policy, do you:


1. Acknowledge you own the rights to the content in the submitted proposal?
1. Assert you own the rights to the content in the submitted proposal?


2. Assign those rights to the XMPP Standards Foundation upon acceptance of the proposal?
2. Promise to assign those rights to the XMPP Standards Foundation upon acceptance of the proposal?




Line 45: Line 38:
</code>
</code>


== XEP Inbox Redirect Template ==
=== XEP Inbox Redirect ===
<code>
<code>
&lt;html&gt;
&lt;html&gt;
Line 59: Line 52:
&lt;/body&gt;
&lt;/body&gt;
&lt;/html&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>
</code>

Revision as of 18:55, 16 August 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

Templates

XEP Submission Response

The following is the recommended response to a proto-XEP:

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

XEP Inbox Redirect

<html> <head> <title>Editor Queue</title> <meta http-equiv="refresh" content="2;url=http://www.xmpp.org/extensions/xep-{xepnum}.html" <meta name="robots" content="noindex"> </head> <body bgcolor="#ffffff"> <p>The document formerly at this location is now at <<a href="http://www.xmpp.org/extensions/xep-{xepnum}.html">http://www.xmpp.org/extensions/xep-{xepnum} .html</a>>.</p> <p>You will be automatically redirected there in 2 seconds.</p> </body> </html>

PR Update Notice

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