1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00
Commit Graph

5769 Commits

Author SHA1 Message Date
Georg Lukas
8056721f8e XEP template: add <cve> element for security vulnerabilities 2021-04-07 19:04:05 +02:00
Florian Schmaus
5d186e6362 xep.xsl: produce BibLaTeX entry
I am tired of seeing all those badly or misreferenced XEPs out
there. This produces a high-quality BibLaTeX entry that follows the
recommendations of the biblatex Package and
draft-carpenter-rfc-citation-recs-01 § 5.2 [1].

It also uses proper 'date' attribution, from the first date in the XEP
history to the date of the latest revision entry.

1: https://tools.ietf.org/html/draft-carpenter-rfc-citation-recs-01#section-5.2
2021-04-07 16:11:08 +02:00
Jonas Schäfer
99afa86c07 Merge branch 'feature/xep-0393' into premerge 2021-04-06 16:38:25 +02:00
Jonas Schäfer
812ab80047
Merge pull request #1048 from Zash/markdownspacefix
xep2md: fix spaces around links or spans
2021-04-06 16:35:15 +02:00
Sam Whited
f160353ae4 XEP-0393: further changes for clarity when reading 2021-04-05 07:48:46 -04:00
Kim Alvefur
318e25bd6c xep2md: fix spaces around links or spans
Don't remember why it did this here. There's another spot where it
removes longer stretches of whitespace. Doesn't trim leading or trailing
whitespace tho, but that's what breaks it here.
2021-04-03 14:19:54 +02:00
Jonas Schäfer
50d32f9151 Accept XEP-0457 as Active
Approving body is Editor because of the track.
2021-03-31 17:50:18 +02:00
Jonas Schäfer
54031a176f XEP-0456: fix lack of algorithm description 2021-03-28 14:36:54 +02:00
Jonas Schäfer
6e78fdbf69 Merge branch 'feature/xep-0294' into premerge 2021-03-28 14:30:31 +02:00
Jonas Schäfer
b69af45439 XEP-0294: add revision block 2021-03-28 14:30:10 +02:00
Jonas Schäfer
9416f662aa Accept inbox/content-ratings.xml as XEP-0456 2021-03-28 14:28:52 +02:00
Jonas Schäfer
37f47915cf XEP-0280: Issue Last Call
As requested by the new author.
2021-03-23 19:07:37 +01:00
Jonas Schäfer
fbb8e4053d XEP-0280: add revision block 2021-03-23 19:00:53 +01:00
Georg Lukas
112ad10745 XEP-0280: take over XEP maintenance 2021-03-17 18:07:51 +01:00
Jonas Schäfer
ae0bdfb2fc XEP-0313: Issue last call 2021-03-16 21:14:00 +01:00
Jonas Schäfer
9bf75ae240 Merge branch 'feature/protoxep-content-rating-labels' into premerge 2021-03-09 21:05:29 +01:00
Jonas Schäfer
5d2424efff Merge branch 'feature/mix-namespace-fix' into premerge 2021-03-09 21:05:25 +01:00
Jonas Schäfer
325a61a843 XEP-0408: add revision block 2021-03-09 21:05:06 +01:00
Jonas Schäfer
121ac46fb7 XEP-0406: add revision block 2021-03-09 21:04:50 +01:00
Jonas Schäfer
7775f11d09 ProtoXEP: Content Rating Labels 2021-03-09 20:53:50 +01:00
Philipp Hancke
1b77f50b11 update to 8285 2021-03-08 13:47:17 +01:00
Jonas Schäfer
c5f8044bec XEP-0004: fix version date (sssh!) 2021-03-07 12:02:30 +01:00
Philipp Hancke
be6bc3a1e0 xep-0294: add mapping for a=extmap-allow-mixed 2021-03-05 21:58:28 +01:00
Jonas Schäfer
2b5ee06703 Merge branch 'feature/markdown-tooling-fixes' into premerge 2021-03-04 18:02:28 +01:00
Matthew Wild
373b9de7b6 Multiple XEPs: Cross-document editorial adjustments for inclusive language.
Further reading and some rationale for these changes can be found at:
https://tools.ietf.org/html/draft-knodel-terminology-04

All changes are intended to be editorial in nature, not break existing
wire protocols, and not alter the meanings of any text.
2021-03-04 17:59:37 +01:00
Kim Alvefur
e7e1fca3bf Pass trough entity references into markdown
In order to allow e.g. &xepnnnn; references in text.
2021-03-03 15:51:19 +01:00
Kim Alvefur
0ccc34d1cf Reduce error on missing required metadata to yelling on stderr 2021-03-03 15:51:19 +01:00
Kim Alvefur
e7625fa93b Allow dependencies to be missing from metadata
xep2md leaves it out if there are zero dependencies in the input, so
seems sensible to mirror that in the opposite direction
2021-03-03 15:51:19 +01:00
Jonas Schäfer
784177b64f Merge branch 'feature/xep-0004' into premerge 2021-03-02 17:46:32 +01:00
Jonas Schäfer
2cdc01a20f XEP-0004: add revision block 2021-03-02 17:45:52 +01:00
Jonas Schäfer
a372c1920d XEP-0004: Add note about compatibility for element ordering
After some discussion on-list [1] and in the council [2], we
agreed that an informational box would be best to convey the
change.

   [1]: https://mail.jabber.org/pipermail/standards/2021-February/038148.html
   [2]: https://logs.xmpp.org/council/2021-02-17#2021-02-17-f706cab427273ca0
2021-03-02 17:45:52 +01:00
Jonas Schäfer
bd5bef5cf1 Merge branch 'feature/markdown-tooling' into premerge 2021-03-02 17:44:41 +01:00
Kim Alvefur
297511b1cd xep2md: Warn if lua-yaml is missing
Since this does not carry the full metadata needed to roundtrip the
document, which can be fine if you're using the markdown for something
else.
2021-03-02 17:42:20 +01:00
Kim Alvefur
e6afb36d92 xep2md: Fix collection of date for simple metadata
Thanks jonas’

Another hook collected revision dates before this one
2021-03-02 17:42:07 +01:00
Florian Schmaus
9a0bafe030 XEP-0004: Clarify that <reported/> must appear first
It is important for form consuming entities which validate the form
field types that the <reported/> element appears before any <item/>
element in result forms. This is because the <reported/> element
contains the information about the field type of the fields. So if a
form has any <item/> before <reported/>, valididating entites would
need two passes to parse the form: the first pass to parse <reported/>
and the second one to parse the fields in <item/>s.

I consider this a non-breaking change, and just a clarification of the
XEP authors intention.
2021-03-02 17:38:52 +01:00
Florian Schmaus
df3d3d8b82 XEP-0004: Clarify which elements are meant 2021-03-02 17:38:37 +01:00
Jonas Schäfer
94ccd1f2a0 Merge branch 'feature/xep-0313' into premerge 2021-03-02 17:24:03 +01:00
Jonas Schäfer
20c5635d49 XEP-0313: add revision block 2021-03-02 17:23:35 +01:00
Kim Alvefur
d3d6c62426 xep2md: Include JID in author entry 2021-02-26 12:36:32 +01:00
Kim Alvefur
3dc3253a38 xep2md: Always serialize authors as list
Needed to roundtrip through 2xep.lua
2021-02-26 12:35:25 +01:00
mathieui
4f81fe0fdc Update MIX-CORE namespace in XEP-0408 2021-02-25 18:19:08 +01:00
mathieui
f0e086b69d Update MIX-CORE namespace in XEP-0406 2021-02-25 18:18:38 +01:00
Sam Whited
bace5148fe XEP-0313: fix mixed tabs/spaces in examples
I left this alone for the rest of the document because it would just
enlarge the diff, but there's a lot more of this that could really use
some cleanup.
2021-02-24 22:41:32 -05:00
Sam Whited
3256473bc8 XEP-0313: add registrar considerations section 2021-02-24 22:37:24 -05:00
Sam Whited
f38d91e3e4 XEP-0313: remove "FIXME" comment 2021-02-24 19:13:57 -05:00
Kim Alvefur
d562d815b5 Add tool to produce diff of markdown 2021-02-18 16:48:50 +01:00
Kim Alvefur
d4ea984d85 tools/xep2md.sh: Fix stuff reference to xep2md.lua
I had all these in the main source directory initially, hence the
relative paths, which broke after moving them into tools/
2021-02-18 16:47:31 +01:00
Kim Alvefur
e8d73dec14 Tweak headers of to/from markdown tooling 2021-02-17 16:28:31 +01:00
Paul Schaub
9fd906459f
XEP-0452: Fix reference to Stanza Forwarding 2021-02-16 16:17:56 +01:00
Kim Alvefur
10da72c298 Add tooling for conversion to/from Markdown
Long past time I recorded these somewhere.
2021-02-14 02:12:23 +01:00