operating_system.ttl 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. # This file is made available under the CC0 license
  2. # The descriptions of :Dragora, :Hyperbola, :Parabola, :Trisquel are from
  3. # https://www.gnu.org/distros/free-distros.html and is licensed under CC-BY-ND-4.0
  4. prefix : <dokk:operating_system:>
  5. :Android :name "Android" .
  6. :GnuLinux :name "GNU/Linux" .
  7. :GnuLinuxLibre :name "GNU/Linux-libre" .
  8. :Windows :name "Windows" .
  9. :Dragora :name "Dragora" ;
  10. :description "An independent GNU/Linux-Libre distribution based on concepts of simplicity." ;
  11. :operating_system :GnuLinuxLibre ;
  12. :website "https://dragora.org" .
  13. :Hyperbola :name "Hyperbola" ;
  14. :description "Hyperbola GNU/Linux-libre, a long-term support simplicity-focused distribution based on Arch GNU/Linux. " ;
  15. :operating_system :GnuLinuxLibre ;
  16. :website "https://www.hyperbola.info" .
  17. :Parabola :name "Parabola" ;
  18. :description "Parabola GNU/Linux-libre, a distribution based on Arch that prioritizes simple package and system management." ;
  19. :operating_system :GnuLinuxLibre ;
  20. :website "https://www.parabola.nu" .
  21. :Trisquel :name "Trisquel" ;
  22. :description "A fully free operating system for home users, small enterprises and educational centers." ;
  23. :operating_system :GnuLinuxLibre ;
  24. :website "https://trisquel.info" .