summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-12-21 20:58:00 +0100
committerJonas Smedegaard <dr@jones.dk>2016-12-21 20:58:00 +0100
commita1e99b297886e65937422701f88f6d4c0eb32ce0 (patch)
tree8bb4f125de825b8bb647820efe6fa9eaa62c0c0b /debian
parenta494205f156f6000c25a0fb7b7fab36e26ba13e3 (diff)
downloadbiboumi-a1e99b297886e65937422701f88f6d4c0eb32ce0.tar.gz
biboumi-a1e99b297886e65937422701f88f6d4c0eb32ce0.tar.bz2
biboumi-a1e99b297886e65937422701f88f6d4c0eb32ce0.tar.xz
biboumi-a1e99b297886e65937422701f88f6d4c0eb32ce0.zip
Reuse parts of upstream README as long description.
Diffstat (limited to 'debian')
-rw-r--r--debian/control.in24
1 files changed, 16 insertions, 8 deletions
diff --git a/debian/control.in b/debian/control.in
index 7df5321..58e2fc9 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,13 +14,21 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: XMPP gateway to connect to IRC servers
- This package translates between XMPP and IRC protocols. It can be used to
- connect to IRC channels using any XMPP client as if these channels were XMPP
- MUCs.
+ Biboumi is an XMPP gateway that connects to IRC servers and translates
+ between the two protocols. It can be used to access IRC channels using
+ any XMPP client as if these channels were XMPP MUCs.
.
- The goal is to provide a way to access most of IRC features using any XMPP
- client. It doesn’t however try to provide a complete mapping of the features of
- both worlds simply because this is not useful and most probably impossible.
+ It is written in modern C++14 and makes great efforts to have as little
+ dependencies and to be as simple as possible.
.
- If IRC is the limiting factor then biboumi doesn’t try to work around this
- issue. An important goal of the tool is to keep the software light and simple. \ No newline at end of file
+ The goal is to provide a way to access most of IRC features using any
+ XMPP client. It doesn’t however try to provide a complete mapping of
+ the features of both worlds simply because this is not useful and most
+ probably impossible. For example all IRC modes are not all
+ translatable into an XMPP features. Some of them are (like +m (mute)
+ or +o (operator) modes), but some others are IRC-specific. If IRC is
+ the limiting factor (for example you cannot have a non-ASCII nickname
+ on IRC) then biboumi doesn’t try to work around this issue: it just
+ enforces the rules of the IRC server by telling the user that he/she
+ must choose an ASCII-only nickname. An important goal is to keep the
+ software (and its code) light and simple.