SVG : Add icons for Moxxy and POSIX;
TOML : Enable more entries; Python : Add logic for POSIX; XHTML : Add a notice about POSIX.
This commit is contained in:
parent
ab6c6b687e
commit
40ad9bd58d
5 changed files with 86 additions and 65 deletions
5
fasi.py
5
fasi.py
|
@ -637,7 +637,10 @@ class HttpInstance:
|
|||
software = 'apple'
|
||||
|
||||
name = software.title()
|
||||
if 'os' in software: name = name.replace('os', 'OS')
|
||||
if software == 'posix':
|
||||
name = 'POSIX'
|
||||
elif 'os' in software:
|
||||
name = name.replace('os', 'OS')
|
||||
|
||||
filename_clients = 'clients.toml'
|
||||
clients = Data.open_file_toml(filename_clients)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue