sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit bdd14427aaaa40ada736dc2d457c33cc6cf57440
parent 59e46f178eccd10472f1a9a2a62d8efb0b3f7d15
Author: sewn <sewn@disroot.org>
Date:   Wed, 13 Mar 2024 20:17:36 +0300

rocks: remove irssi - NO REASON TO KEEP OTHER THAN BIAS

irssi uses glib.
irssi needs OpenSSL, and Perl.
irssi needs Meson.
irssi is 60 thousand lines of C.
This is against the suckless philosphy.
suckless has a strong opinion on glib: https://suckless.org/sucks/

If this commit is reverted - then rocks is biased and no longer supports
software that is on-par with the suckless philosphy, and cannot
be trusted.

Diffstat:
Msuckless.org/rocks/index.md | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -129,7 +129,6 @@ This covers most console-based programs and programs from * [irc.c from mpu](https://c9x.me/irc/) - A minimal curses IRC client. * [Irc](https://swtch.com/irc/) - IRC client for ACME. * [ircrc](http://plan9.bell-labs.com/sources/contrib/fgb/rc/ircrc) - An rc-based IRC client similar to ircc. Needs minor modification to run on UNIX. -* [irssi](https://irssi.org/) - Text-mode IRC client. * [jj](https://github.com/aaronNGi/jj) - A rework of ii that offloads all the IRC protocol parsing to an awk script, permitting triggers. * [kirc](https://github.com/mcpcpc/kirc) - A tiny IRC client written in POSIX C99. * [quIRC](https://github.com/ec429/quIRC) - a lightweight console IRC client. @@ -153,7 +152,6 @@ This covers most console-based programs and programs from * [bitlbee](https://www.bitlbee.org/main.php/news.r.html) - A program to translate IM protocols to IRC. * [CenterIM](https://www.centerim.org/index.php/Main_Page) - A centericq fork. -* [irssi-xmpp](http://cybione.org/~irssi-xmpp/) - An irssi plugin to connect to the Jabber network. * [mcabber](http://mcabber.com/) - A console jabber client. * [profanity](https://profanity-im.github.io/) - A console XMPP client written in C. OMEMO/GPG/OTR supported. * [ysm](http://ysmv7.sourceforge.net/) - A console-based ICQ client.