JabberCard/systems.toml
Schimon Jehudah, Adv. 373b7b1f05 CSS : Various of modifications and several fixes;
Python : Improve caching system;
Python : Support XEP-0292: vCard4 Over XMPP (Thank you. Marvin W);
SVG    : Add new icons, including characters as temporary placeholders (Thank you. Tigase);
TOML   : Add more systems and modify properties of clients;
XHTML  : Improve design and add a new page of extended vcard.
2024-10-30 22:04:05 +02:00

12 lines
406 B
TOML

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