JabberCard/systems.toml
Schimon Jehudah, Adv. 8675f295e6 CSS : Modify the design of download page;
Python: Add instructions for operating systems and for featured clients;
SVG   : Add new icons and optimize existing icons;
TOML  : Add a file for operating systems;
XHTML : Add a page for operating systems.
2024-10-26 20:14:45 +03:00

11 lines
372 B
TOML

systems = [
{ name = "Android", id = "android" },
{ name = "Apple", id = "apple" },
{ name = "Browser", id = "browser" },
{ name = "Haiku", id = "haiku" },
{ name = "KaiOS", id = "kaios" },
{ name = "Linux", id = "linux" },
{ name = "POSIX", id = "posix" },
{ name = "UBports", id = "ubports" },
{ name = "Windows", id = "windows" },
]