-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
Very old XEPs (previously named JEPs) and recent have a problem of links for previous versions:
- Bad name link -> xep instead of jep: https://xmpp.org/about/xsf/records/proposals/protocol-branding/ (2006-09-20)
- Bad version number link 1.x instead of 1.x.x or 1.x.x instead of 1.x
- A lot of missing version files need to be added
Note: Do not forget that at beginning there was not 4 numbers for JEP/XEP.
There was a change of JEP-1 to XEP-0001.
I will do only ONE EXAMPLE to explain here the problem (not new).
Example with the the XEP-0001 (formerly a JEP): https://xmpp.org/extensions/xep-0001.html
Links into are:
- https://xmpp.org/extensions/attic/xep-0001-0.1.html
- https://xmpp.org/extensions/attic/xep-0001-1.0.html
- https://xmpp.org/extensions/attic/xep-0001-1.1.html
- https://xmpp.org/extensions/attic/xep-0001-1.2.html
- https://xmpp.org/extensions/attic/xep-0001-1.3.html
- https://xmpp.org/extensions/attic/xep-0001-1.3.1.html
- https://xmpp.org/extensions/attic/xep-0001-1.4.html
- https://xmpp.org/extensions/attic/xep-0001-1.5.html
- https://xmpp.org/extensions/attic/xep-0001-1.6.html
- https://xmpp.org/extensions/attic/xep-0001-1.7.html
- https://xmpp.org/extensions/attic/xep-0001-1.8.html
- https://xmpp.org/extensions/attic/xep-0001-1.9.html
- https://xmpp.org/extensions/attic/xep-0001-1.10.html
- https://xmpp.org/extensions/attic/xep-0001-1.11.html
- https://xmpp.org/extensions/attic/xep-0001-1.13.html
- https://xmpp.org/extensions/attic/xep-0001-1.14.html
- https://xmpp.org/extensions/attic/xep-0001-1.15.html
- https://xmpp.org/extensions/attic/xep-0001-1.16.html
- https://xmpp.org/extensions/attic/xep-0001-1.17.html
- https://xmpp.org/extensions/attic/xep-0001-1.18.html
- https://xmpp.org/extensions/attic/xep-0001-1.19.html
- https://xmpp.org/extensions/attic/xep-0001-1.20.html
- https://xmpp.org/extensions/attic/xep-0001-1.21rc1.html
- https://xmpp.org/extensions/attic/xep-0001-1.21.1.html
- https://xmpp.org/extensions/attic/xep-0001-1.22.html
- https://xmpp.org/extensions/attic/xep-0001-1.23.html
- https://xmpp.org/extensions/attic/xep-0001-1.23.1.html
- https://xmpp.org/extensions/attic/xep-0001-1.24.html
- https://xmpp.org/extensions/attic/xep-0001-1.25.html
But in https://xmpp.org/extensions/attic/ there are ONLY (a lot of missing files):
- https://xmpp.org/extensions/attic/jep-0001-1.14.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.15.html (JEP filename)
- https://xmpp.org/extensions/attic/xep-0001-1.17.html
- https://xmpp.org/extensions/attic/xep-0001-1.18.html
- https://xmpp.org/extensions/attic/xep-0001-1.19.html
- https://xmpp.org/extensions/attic/xep-0001-1.20.html
- https://xmpp.org/extensions/attic/xep-0001-1.21rc1.html
- https://xmpp.org/extensions/attic/xep-0001-1.23.0.html (there is a .0 in more in file name)
- https://xmpp.org/extensions/attic/xep-0001-1.24.0.html (there is a .0 in more in file name)
- https://xmpp.org/extensions/attic/xep-0001-1.25.0.html (there is a .0 in more in file name)
Missing files:
- https://xmpp.org/extensions/attic/jep-0001-0.1.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.0.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.1.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.2.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.3.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.3.1.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.4.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.5.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.6.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.7.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.8.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.9.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.10.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.11.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.13.html (JEP filename)
- https://xmpp.org/extensions/attic/jep-0001-1.16.html (JEP filename)
- https://xmpp.org/extensions/attic/xep-0001-1.21.1.html
- https://xmpp.org/extensions/attic/xep-0001-1.22.html
- https://xmpp.org/extensions/attic/xep-0001-1.23.1.html
Solutions:
- I think that it is possible to rename old jep files to xep files because the number has been previously done.
- I think it is possible to add the .0 in filename to file without a subnumber or to remove the .0 in filename to file with it.
- Add all missing version files
Linked to:
Metadata
Metadata
Assignees
Labels
No labels