diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index 3cfecb7..eae2c82 100644 --- a/README.adoc +++ b/README.adoc @@ -2,9 +2,9 @@ xK == 'xK' (chat kit) is an IRC software suite consisting of a daemon, bot, notifier, -terminal client, and web/Windows/macOS frontends for the client. It's all -you're ever going to need for chatting, so long as you can make do with slightly -minimalist software. +terminal client, and web/Windows/macOS/Linux/FreeBSD/Android/iOS frontends +for the client. It's all you're ever going to need for chatting, so long as +you can make do with slightly minimalist software. They're all lean on dependencies, and offer a maximally permissive licence. @@ -33,6 +33,10 @@ including link:xC.adoc#_key_bindings[keyboard shortcuts]. image::xP.webp[align="center"] +xA, xW, xM +---------- +The native frontends for 'xC'. Using them is not recommended. + xD -- The IRC daemon. It is designed for use as a regular user application rather @@ -142,6 +146,12 @@ For remote use, it's recommended to put 'xP' behind a reverse proxy, with TLS, and some form of HTTP authentication. Pass the external URL of the WebSocket endpoint as the third command line argument in this case. +xA +~~ +The Fyne frontend supports all of Linux, FreeBSD, Windows, macOS, Android, and +iOS natively, albeit somewhat poorly. Only use `fyne` or `fyne-cross` after +running `make` first. + xW ~~ The Win32 frontend is a separate CMake subproject that should be compiled |