XSF Discussion - 2022-09-06


  1. Guus

    Is Openfire's DOAP file broken, or is xmpp.org's rendering?

  2. Zash

    yes

  3. Guus

    That's what I thought!

  4. Zash

    My compliancer thing seems to be fine with the DOAP at least

  5. Zash

    Guus, there are duplicate XEPs, like, XEP-0198 is in there twice

  6. Zash

    Maybe the XSLT doesn't like the http://www.xmpp.org/ URLs

  7. Zash

    I added stuff to normalize http→https and www.xmpp.org → xmpp.org

  8. Zash

    I added stuff to normalize http→https and www.xmpp.org → xmpp.org ... in the compliancer tool, probably why it works

  9. Zash

    Oh yeah, https://github.com/xsf/xmpp.org/blob/master/static/hosted-doap/xmpp-style.xsl#L44

  10. Zash

    wurstsalat, poke

  11. Guus

    ah, thanks

  12. Guus

    That's an easy enough fix

  13. Zash

    RFCs have even more variants :/

  14. Guus

    how often does the xmpp.org re-render? Only on build?

  15. Zash

    Hourly or somesuch

  16. Zash

    Tho, it might only do it if there are new commits

  17. Guus

    hmm, when building the file via Vagrant, all kind of errors pop up during the build. When doing it through docker, the DAOP-based listing does not show. I'm giving up for tonight.

  18. wurstsalat

    Guus: sorry, I can have a look next monday

  19. wurstsalat

    Website is build after ever commit and every 24 hours.

  20. guus.der.kinderen

    Excellent