From c91925fbc224aa6d6172e39bed5e5d06d43d623d Mon Sep 17 00:00:00 2001 From: Jesse Rhodes Date: Fri, 22 May 2026 09:36:44 -0400 Subject: [PATCH 1/5] Match intro to distro package short descriptions. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 99723b22..80db8952 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@
-ZoiteChat is an HexChat based IRC client for Windows and UNIX-like operating systems. +ZoiteChat is a GTK3 IRC client based on HexChat, available for Windows and UNIX-like operating systems. See [IRCHelp.org](http://irchelp.org) for information about IRC in general. For more information on ZoiteChat please read our [documentation](https://docs.zoitechat.org/): - [Downloads](https://zoitechat.org/download) From a367591327529acc6b39360c59b1c41860298632 Mon Sep 17 00:00:00 2001 From: Jesse Rhodes Date: Fri, 22 May 2026 09:38:07 -0400 Subject: [PATCH 2/5] Fix download link 404. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 80db8952..b5e570f6 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@ ZoiteChat is a GTK3 IRC client based on HexChat, available for Windows and UNIX-like operating systems. See [IRCHelp.org](http://irchelp.org) for information about IRC in general. For more information on ZoiteChat please read our [documentation](https://docs.zoitechat.org/): -- [Downloads](https://zoitechat.org/download) +- [Downloads](https://zoitechat.org/download.php) - [Troubleshooting](troubleshooting.md) From ff8ba71948409fef11018c9524040adf3c260ded Mon Sep 17 00:00:00 2001 From: Jesse Rhodes Date: Fri, 22 May 2026 09:41:23 -0400 Subject: [PATCH 3/5] Remove link to incomplete/outdated (?) troubleshooting guide. --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index b5e570f6..8b1ea4a3 100644 --- a/readme.md +++ b/readme.md @@ -36,8 +36,6 @@ See [IRCHelp.org](http://irchelp.org) for information about IRC in general. For more information on ZoiteChat please read our [documentation](https://docs.zoitechat.org/): - [Downloads](https://zoitechat.org/download.php) -- [Troubleshooting](troubleshooting.md) - --- From 4f0632cdf199a3d459a53fbc270125e61eb80366 Mon Sep 17 00:00:00 2001 From: Jesse Rhodes Date: Fri, 22 May 2026 09:44:29 -0400 Subject: [PATCH 4/5] Update existing links. --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8b1ea4a3..2235711b 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,10 @@ ZoiteChat is a GTK3 IRC client based on HexChat, available for Windows and UNIX-like operating systems. See [IRCHelp.org](http://irchelp.org) for information about IRC in general. -For more information on ZoiteChat please read our [documentation](https://docs.zoitechat.org/): +For more information on ZoiteChat: + +- [Main Documentation](https://docs.zoitechat.org/) and [FAQ](https://docs.zoitechat.org/en/latest/faq.html) + - [Downloads](https://zoitechat.org/download.php) From 9f58d30050fe75e416b30bcf80125acea8d1ec48 Mon Sep 17 00:00:00 2001 From: Jesse Rhodes Date: Fri, 22 May 2026 09:47:13 -0400 Subject: [PATCH 5/5] Add more short description. --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 2235711b..32a0bc53 100644 --- a/readme.md +++ b/readme.md @@ -32,7 +32,13 @@ ZoiteChat is a GTK3 IRC client based on HexChat, available for Windows and UNIX-like operating systems. + +Features include HexChat-compatible Python, Perl and Lua scripting support, a plugin API, +multiple server/channel windows, spell checking, multiple authentication methods including SASL, +and customizable notifications. + See [IRCHelp.org](http://irchelp.org) for information about IRC in general. + For more information on ZoiteChat: - [Main Documentation](https://docs.zoitechat.org/) and [FAQ](https://docs.zoitechat.org/en/latest/faq.html)