8675f295e6
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.
11 lines
372 B
TOML
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" },
|
|
]
|