XSF Discussion - 2023-03-13


  1. Fishbowler

    Beautiful.

  2. MattJ

    https://matthewwild.co.uk/uploads/screenshot-20230313-1678715369-16422.png

  3. MattJ

    A little related to the above

  4. MattJ

    But this query shows XEPs in the compliance suites that are not necessarily in "good" states

  5. Trung

    nice, thank you MattJ!

  6. wurstsalat

    that's useful!

  7. MattJ

    It builds heavily on the data and tooling for the new xmpp.org :)

  8. tmolitor

    MattJ where does this tool gets its data from?

  9. tmolitor

    the inbox query lists xeps already merged and equiped with a xep number...

  10. MattJ

    https://xmpp.org/extensions/xeplist.xml

  11. wurstsalat

    > It builds heavily on the data and tooling for the new xmpp.org :) that's great :)

  12. tmolitor

    ah, thx

  13. MattJ

    Okay, a weekend project went too far but I just deployed https://data.xmpp.net/explore/

  14. pep.

    MattJ: using tags when?! :)

  15. MattJ

    It's very similar to the older project I did, but a bit more powerful and has more data tables

  16. pep.

    XEP tags I mean

  17. MattJ

    When they're in xeplist.xml

  18. pep.

    They should be

  19. pep.

    Just that no tags were added

  20. pep.

    If there's a tool to use them I guess it would encourage people to contribute :)

  21. pep.

    Thanks for the tool anyway, looks nice

  22. MattJ

    If anyone comes up with useful queries, I can add them to the quick links

  23. jonas’

    ctrl+z does not work in the code editor

  24. jonas’

    why is everything terrible

  25. MattJ

    Weird, it works for me

  26. jonas’

    yes

  27. jonas’

    I disable shortcuts for websites by default

  28. jonas’

    someone needs to explain to me why that breaks Ctrl+z in this editor though, that should still work as it's a browser built-in

  29. jonas’

    also, "You can only execute one statement at a time."

  30. MattJ

    If this was a textarea, yeah

  31. jonas’

    ah, misplaced semicolon

  32. jonas’

    dear lord, I wish I hadn't looked

  33. jonas’

    but awesome tool

  34. MattJ

    Yup. I've worked with this editor before, and it's a pile of hacks all the way :)

  35. moparisthebest

    All of computing? Yes

  36. jonas’

    this includes stuff in inbox apparently?

  37. MattJ

    Yes

  38. jonas’

    funny, we have one thing in inbox with <status>Experimental</status>

  39. jonas’

    https://data.xmpp.net/explore/xmpp?sql=select%0D%0A++xeps.number%2C%0D%0A++xeps.title%2C%0D%0A++xeps.last_updated%0D%0Afrom+xeps%0D%0Awhere+xeps.status+%3D+%22Experimental%22+and+xeps.last_updated+%3C%3D+%222022-09-13%22%0D%0Aorder+by+xeps.last_updated+asc%3B

  40. MattJ

    Ha, I didn't catch that. We have one with status "Proto" (all the others are "ProtoXEP")

  41. MattJ

    (I fixed that one in the import script)

  42. jonas’

    :/

  43. jonas’ steps away and does other things