CSS : Improve appearance for narrower displays;
Python : Add branding and correct cached data; TOML : Add keys for branding and add default values; XHTML : Modify HTML code for branding.
This commit is contained in:
parent
11c832a2bf
commit
714103a331
9 changed files with 127 additions and 69 deletions
|
@ -2,5 +2,12 @@
|
|||
|
||||
[account]
|
||||
alias = "FASI" # Alias
|
||||
xmpp = "" # Jabber ID
|
||||
pass = "" # Password
|
||||
xmpp = "" # Jabber ID
|
||||
pass = "" # Password
|
||||
|
||||
[brand]
|
||||
name = "XMPP" # Name of brand
|
||||
chat = "XMPP Client" # Name of chat software
|
||||
news = "Reeder" # Name of news software
|
||||
site = "https://xmpp.org" # Address of site
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue