flatpak / flatpak.github.io

Flatpak website
55 stars 95 forks source link

Reorganize distro data #651

Closed razzeee closed 7 months ago

razzeee commented 7 months ago

While looking into supporting https://schema.org/HowTo on the flathub side of things it became apparent, that the data structure has some problems.

It would be nice to change the yaml a bit, currently we have:

- name: "Ubuntu"
  logo: "ubuntu.svg"
  info: <some html>

My current idea would be:

- name: "Ubuntu"
  logo: "ubuntu.svg"
  introduction: <some html>
  steps: 
    - <html>
    - <html>

Steps would need to be optional and they don't have the

  • tag.

    What do you think?

  • razzeee commented 7 months ago

    Working on it here https://github.com/razzeee/flatpak.github.io/tree/rework-setups