Minor rebranding

There's nothing experimental about this project anymore.  It's stable.

Maybe we should add a photo of Hitler or something.
This commit is contained in:
Přemysl Eric Janouch 2020-10-31 13:42:56 +01:00
parent 47a4c8beca
commit 8ccf38ad76
Signed by: p
GPG Key ID: A0420B94F92B9493
8 changed files with 12 additions and 12 deletions

View File

@ -216,7 +216,7 @@ foreach (page ${project_MAN_PAGES})
endforeach ()
# CPack
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental IRC client, daemon and bot")
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Unethical IRC client, daemon and bot")
set (CPACK_PACKAGE_VERSION "${project_version_safe}")
set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")

View File

@ -3,8 +3,8 @@ uirc3
:compact-option:
The [line-through]#unethical# edgy IRC trinity. This project consists of an
experimental IRC client, daemon, and bot. It's all you're ever going to need
for chatting, as long as you can make do with minimalist software.
IRC client, daemon, and bot. It's all you're ever going to need for chatting,
as long as you can make do with minimalist software.
All of them have these potentially interesting properties:

View File

@ -6,7 +6,7 @@ degesch(1)
Name
----
degesch - an experimental IRC client
degesch - terminal-based IRC client
Synopsis
--------

View File

@ -1,5 +1,5 @@
/*
* degesch.c: the experimental IRC client
* degesch.c: a terminal-based IRC client
*
* Copyright (c) 2015 - 2020, Přemysl Eric Janouch <p@janouch.name>
*
@ -14064,7 +14064,7 @@ main (int argc, char *argv[])
};
struct opt_handler oh =
opt_handler_make (argc, argv, opts, NULL, "Experimental IRC client.");
opt_handler_make (argc, argv, opts, NULL, "Terminal-based IRC client.");
bool format_mode = false;
int c;

View File

@ -6,7 +6,7 @@ kike(1)
Name
----
kike - an experimental IRC daemon
kike - IRC daemon
Synopsis
--------

4
kike.c
View File

@ -1,5 +1,5 @@
/*
* kike.c: the experimental IRC daemon
* kike.c: an IRC daemon
*
* Copyright (c) 2014 - 2020, Přemysl Eric Janouch <p@janouch.name>
*
@ -3991,7 +3991,7 @@ main (int argc, char *argv[])
};
struct opt_handler oh =
opt_handler_make (argc, argv, opts, NULL, "Experimental IRC daemon.");
opt_handler_make (argc, argv, opts, NULL, "IRC daemon.");
int c;
while ((c = opt_handler_get (&oh)) != -1)

View File

@ -6,7 +6,7 @@ zyklonb(1)
Name
----
zyklonb - an experimental IRC bot
zyklonb - modular IRC bot
Synopsis
--------

View File

@ -1,5 +1,5 @@
/*
* zyklonb.c: the experimental IRC bot
* zyklonb.c: a modular IRC bot
*
* Copyright (c) 2014 - 2020, Přemysl Eric Janouch <p@janouch.name>
*
@ -1983,7 +1983,7 @@ main (int argc, char *argv[])
};
struct opt_handler oh =
opt_handler_make (argc, argv, opts, NULL, "Experimental IRC bot.");
opt_handler_make (argc, argv, opts, NULL, "Modular IRC bot.");
int c;
while ((c = opt_handler_get (&oh)) != -1)