or is that supposed to be added by some automation that transforms this into a html page
Samhas joined
lovetox
like if you look at the one for gajim https://gajim.org/support/extensions/
lovetox
i think thats not so useful for people dont know by heart the xep numbers
Link Mauve
lovetox, you can pick those from the xeps.xml pretty easily though.
Mario Sabatinohas joined
Link Mauve
I you need any metadata about the XEPs themselves, they’re all there.
lovetox
hm, but was there not a project who does the conversion to html
lovetox
im pretty sure we didnt develop this ourself
blackjack24has joined
Kevhas left
dezanthas joined
atomicwatchhas left
pulkomandy
I wrote the xslt to generate html. If you need something added there I can have a look
larmahas joined
lovetox
pulkomandy, is there a github project?
lovetox
where i could open a feature request
lovetox
is there any client that does something special with https://xmpp.org/extensions/xep-0461.html
lovetox
i dont have a idea GUI wise what i should do with the information that a message is a reply to some other message
lovetox
ah i can pull metadata from the other message and display it, like time and username which sent the original messasge
atomicwatchhas joined
dezanthas left
larmahas left
Kevhas joined
goffihas joined
thomaslewishas left
jubalhhas joined
wurstsalathas joined
Kevhas left
thomaslewishas joined
hoshhas left
Yagizаhas joined
Yagizаhas left
xnamedhas joined
xeckshas joined
Mx2has left
Kevhas joined
dezanthas joined
dezanthas left
dezanthas joined
pulkomandy
https://github.com/pulkomandy/xmpp-doap
Mx2has joined
emushas left
Laurahas left
adxhas joined
larmahas joined
mhhas left
mhhas joined
Kevhas left
Kevhas joined
Kevhas left
Kevhas joined
atomicwatchhas left
atomicwatchhas joined
xeckshas left
Mx2has left
Mx2has joined
thomaslewishas left
thomaslewishas joined
debaclehas joined
Apollohas left
Matrix Traveler (bot)has left
homebeachhas left
homebeachhas joined
Matrix Traveler (bot)has joined
thomaslewishas left
PapaTutuWawahas joined
Samhas left
Samhas joined
adxhas left
Lettucehas joined
thomaslewishas joined
spectrumhas joined
Mx2has left
Mx2has joined
thomaslewishas left
Laurahas joined
xeckshas joined
Marandahas left
Mjolnir Archonhas left
Apollohas joined
navhas joined
thomaslewishas joined
adxhas joined
xeckshas left
marc0shas left
Apollohas left
nav
lovetox: Or do a tap/click to scroll/focus the original message into view.
marc0shas joined
jubalhhas left
Alexhas left
Alexhas joined
jubalhhas joined
john-machanhas left
spectrumhas left
xnamedhas left
xnamedhas joined
Kevhas left
Kevhas joined
Kevhas left
Kevhas joined
Kevhas left
Kevhas joined
nav
With reference to https://github.com/pulkomandy/xmpp-doap/issues/10, there is https://xmpp.org/extensions/xeplist.xml that gets generated via the Makefile, though given the format of the current DOAP samples, it would appear to be simpler to s/.html$/.xml/ on <xmpp:xep rdf:resource="…"/> which would land you on the relevant XEP .xml.
nav
Aside from the name, it would be nice to also pull the version number of the latest XEP, to compare with the implemented version.
blackjack24has left
jubalhhas left
blackjack24has joined
spectrumhas joined
thomaslewishas left
emushas joined
Apollohas joined
jubalhhas joined
Kevhas left
MSavoritias (fae,ve)has left
MSavoritias (fae,ve)has joined
miruxhas left
miruxhas joined
john-machanhas joined
xeckshas joined
thomaslewishas joined
PapaTutuWawahas left
PapaTutuWawahas joined
thomaslewishas left
miruxhas left
miruxhas joined
blackjack24has left
Kevhas joined
thomaslewishas joined
MSavoritias (fae,ve)has left
MSavoritias (fae,ve)has joined
blackjack24has joined
john-machanhas left
spectrumhas left
kikuchiyohas left
thomaslewishas left
Mx2has left
Mx2has joined
kikuchiyohas joined
Kevhas left
Matrix Traveler (bot)has left
homebeachhas left
homebeachhas joined
Matrix Traveler (bot)has joined
thomaslewishas joined
Kevhas joined
techmetx11has left
techmetx11has joined
heartyhas left
MSavoritias (fae,ve)has left
Kevhas left
heartyhas joined
me9has joined
spectrumhas joined
uhas left
Kevhas joined
Kevhas left
MSavoritias (fae,ve)has joined
debaclehas left
marc0shas left
marc0shas joined
goffihas left
spectrumhas left
thomaslewishas left
PapaTutuWawahas left
thomaslewishas joined
thomaslewishas left
emushas left
spectrumhas joined
goffihas joined
thomaslewishas joined
norayrhas left
norayrhas joined
Kevhas joined
mhhas left
atomicwatchhas left
atomicwatchhas joined
mhhas joined
thomaslewishas left
norayrhas left
norayrhas joined
PapaTutuWawahas joined
PapaTutuWawahas left
PapaTutuWawahas joined
atomicwatchhas left
MSavoritias (fae,ve)has left
MSavoritias (fae,ve)has joined
Laurahas left
Laurahas joined
thomaslewishas joined
marc0shas left
atomicwatchhas joined
Kevhas left
marc0shas joined
atomicwatchhas left
john-machanhas joined
atomicwatchhas joined
hoshhas joined
atomicwatchhas left
atomicwatchhas joined
john-machanhas left
xeckshas left
xeckshas joined
Kevhas joined
john-machanhas joined
antranigvhas joined
Alexhas left
Alexhas joined
MSavoritias (fae,ve)has left
miruxhas left
miruxhas joined
Kevhas left
me9has left
spectrumhas left
Zash
A tool that compares XEP version numbers from DOAP with the latest ones would be really nice to have, so you can check if there's something that needs to be updated. Not that it's too difficult to wrangle both into csv and compare
mhhas left
mhhas joined
jubalhhas left
thomaslewishas left
john-machanhas left
raghavgururajanhas joined
thomaslewishas joined
MSavoritias (fae,ve)has joined
thomaslewishas left
thomaslewishas joined
MSavoritias (fae,ve)has left
MSavoritias (fae,ve)has joined
thomaslewishas left
john-machanhas joined
lovetox
python command line tool would be ok?
`$ doap-version-compare https://gajim.org/gajim.doap`
lovetox
and the you get all outdated xeps with info to the version?
pulkomandy
It seems xslt can load data from other xml files, I'll see if that works, if it does I can use it to load the xeps and get the title and latest version from there
lovetox
that would be great
lovetox
like one column with XEP newest Version
Kevhas joined
lovetox
and then one column with XEP Name
pulkomandy
Yes, something like that, I keep it in mind for next time I sit in front of a computer
I've hacked https://github.com/pulkomandy/xmpp-doap/blob/master/style.xsl to extract the title and abstract from the xmpp.org XMLs.
nav
(not without running into a spot of bother with xsltproc and switching to Saxon)
nav
I'll see if I can get the latest version
nav
Not difficult *if* the newest version is always the first <revision/> element.
Apollohas left
nikhas left
larmahas joined
antranigvhas left
atomicwatchhas left
jonas’
nav, that is guaranteed™
jonas’
nav, but even better, use xeplist.xml
jonas’
nav, https://xmpp.org/extensions/xeplist.xml that has that information readily extracted
nav
jonas’: It's more difficult to match against xeplist.xml
jonas’
what would be needed to make it easier?
nav
This is what I have so far: https://labs.navlost.eu/pub/doap.html
nav
jonas’: Four digit XEP numbers
nav
https://labs.navlost.eu/pub/doap-style.xsl
emushas joined
norayrhas joined
thomaslewishas left
atomicwatchhas joined
jgarthas joined
Apollohas joined
Kevhas joined
marc0shas left
marc0shas joined
Mx2has left
Kevhas left
xnamedhas left
nav
Ok, there goes my latest version:
nav
https://labs.navlost.eu/pub/doap.html
alhas joined
Mx2has joined
FireFlyhas left
FireFlyhas joined
rom1dephas left
nav
Source file: https://labs.navlost.eu/pub/doap.xml (note that it would render directly on the browser if https://xmpp.org/extensions had the appropriate CORS headers).
jonas’: I like going to the individual XEP better because that allows me to extract the date of the implemented version (as well as the date and number of the latest version, which is in xeplist)
nav
I then put the date on the "title" attribute.
inkyhas left
inkyhas joined
marc0shas left
thomaslewishas joined
marc0shas joined
PapaTutuWawahas joined
alhas left
thomaslewishas left
thomaslewishas joined
xnamedhas joined
thomaslewishas left
lovetox
great nav, that looks like good improvements
larmahas left
lovetox
one nitpick, can we name it "Version implemented"
thomaslewishas joined
lovetox
Use version sounds like some lib we use
wurstsalat
"Latest Version" "Implemented Version" sounds good to me :)
nav, great to see somebody working on this!
nav
lovetox: Roger, why not. I've just uploaded a new version of https://labs.navlost.eu/pub/doap-style.xsl (cleaned up a bit).
larmahas joined
nav
Better now? https://labs.navlost.eu/pub/doap.html
nav
wurstsalat: It was either this or doing the taxes. 😬
Kevhas joined
lovetox
i find wurstsalat suggestion better than mine
lovetox
would be great if you could do a PR against https://github.com/pulkomandy/xmpp-doap with your changes
wurstsalat
nav, good choice ;)
yeah please do a PR! I have some styling ideas I'd like to try
xeckshas left
thomaslewishas left
thomaslewishas joined
jubalhhas joined
Kevhas left
xeckshas joined
nephelehas joined
nephelehas left
nephelehas joined
nav
wurstsalat: I'm not touching Github with a bargepole. Here's a diff instead.
You may also git-email it to someone or a mailing list instead.
xnamedhas joined
miruxhas left
miruxhas joined
Kevhas joined
Millesimushas left
xeckshas left
xeckshas joined
PapaTutuWawahas left
Kevhas left
PapaTutuWawahas joined
Kevhas joined
xeckshas left
xeckshas joined
Millesimushas joined
thomaslewishas joined
Kevhas left
thomaslewishas left
Dele Olajidehas joined
aliex@exploit.imhas joined
thomaslewishas joined
Millesimushas left
aliex@exploit.im
Y
aliex@exploit.imhas left
nav
Martin: One is more of an XMPP type. 😊
thomaslewishas left
nav
Not that I've seen an email (or for that matter, XMPP) address in that Github page anyway (though you can get them from the git log).
thomaslewishas joined
nav
Anyway, I'm working on making it possible to send patches via XMPP to GitLab & Gitea repositories, so you don't have to have an account to contribute.
Millesimushas joined
nav
It is already possible to file bug reports via XMPP without an account on the relevant GitLab / Gitea server, provided that someone with write access to the project configures an appropriate XMPP endpoint.