diff options
author | xengineering <me@xengineering.eu> | 2023-04-16 21:44:08 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-04-16 21:44:08 +0200 |
commit | 83b5cc4b64b955276c4a59db26c266a2e02e431b (patch) | |
tree | 4248ee200c42111b01de5482efde4891ce6a0e7d | |
parent | f51ccbf831d5fa8d9a1844cd498fd7d3be7a6a3f (diff) | |
download | website-83b5cc4b64b955276c4a59db26c266a2e02e431b.tar website-83b5cc4b64b955276c4a59db26c266a2e02e431b.tar.zst website-83b5cc4b64b955276c4a59db26c266a2e02e431b.zip |
Update LimoX page
-rw-r--r-- | content/git/limox.md | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/content/git/limox.md b/content/git/limox.md index f489956..5279ba5 100644 --- a/content/git/limox.md +++ b/content/git/limox.md @@ -7,7 +7,7 @@ {{< rawhtml >}} <p> - <center><img src="../limox.svg" alt="Image: Big letter L inside a green speech bubble"></center> + <center><img src="../limox.svg" alt="The LimoX icon: A big letter L inside a green speech bubble"></center> </p> {{< /rawhtml >}} @@ -24,17 +24,14 @@ If this goal is reached it would be possible to turn LimoX into a generic multi-platform XMPP client with support for Linux, Windows, MacOS, Android and iOS. -The current state is far from the described goals, while simple text messages -in one-to-one-chats are already implemented. Have a look at the [README][3] for -a detailed roadmap. - -LimoX is now based on SDL2 and dropped (nearly all) features compared to the -legacy [GTK4 / libstrophe][4] version. You can still use the old version with -the legacy/gtk4-libstrophe branch, but future work will rely on SDL2 and -self-written XMPP logic. +LimoX is now written in the [Go language][5] and uses [Gio][6] for the user +interface. Have a look at the [README][3] and [ROADMAP][4] files for details +especially about the current state. [1]: https://xmpp.org/ [2]: https://en.wikipedia.org/wiki/Kano_model [3]: https://cgit.xengineering.eu/limox/tree/README.md -[4]: https://cgit.xengineering.eu/limox/tree?h=legacy%2Fgtk4-libstrophe +[4]: https://cgit.xengineering.eu/limox/tree/ROADMAP.md +[5]: https://go.dev +[6]: https://gioui.org |