From 67f571b160c7080f02ec5489a16841dabc37e2f4 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 28 Feb 2017 23:31:06 +0000 Subject: [PATCH] Reformat md --- znc/content.md | 19 +++++-------------- znc/variant-slim.md | 3 +-- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/znc/content.md b/znc/content.md index 5be6dd36a..89b79995d 100644 --- a/znc/content.md +++ b/znc/content.md @@ -1,18 +1,12 @@ # What is ZNC? -ZNC is an IRC network bouncer (BNC). It can detach the client from the -actual IRC server, and also from selected channels. Multiple clients -from different locations can connect to a single ZNC account -simultaneously and therefore appear under the same nickname on IRC. +ZNC is an IRC network bouncer (BNC). It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC. [ZNC Wiki](http://znc.in/) # How to use this image -ZNC in this image stores its configuration in `/znc-data`. -If you have existing configuration, you can reuse it with `-v $HOME/.znc:/znc-data`. -Alternatively, you can create a new config in a volume or in a local dir. -The examples below assumes a volume named `znc-cfg`. +ZNC in this image stores its configuration in `/znc-data`. If you have existing configuration, you can reuse it with `-v $HOME/.znc:/znc-data`. Alternatively, you can create a new config in a volume or in a local dir. The examples below assumes a volume named `znc-cfg`. ```console $ docker run -it -v znc-cfg:/znc-data znc --makeconf @@ -24,11 +18,8 @@ To run ZNC: $ docker run -p 6697:6697 -v znc-cfg:/znc-data znc ``` -The port should match the port you used during `--makeconf`. Note that 6667 is -often blocked by web browsers, and therefore is not recommended. +The port should match the port you used during `--makeconf`. Note that 6667 is often blocked by web browsers, and therefore is not recommended. -If you use any external module, put the .cpp, .py or .pm file to -`/znc-data/modules` (you may need to create that directory). +If you use any external module, put the .cpp, .py or .pm file to `/znc-data/modules` (you may need to create that directory). -Musl silently doesn't support `AI_ADDRCONFIG` yet, and ZNC doesn't support [Happy Eyeballs](https://en.wikipedia.org/wiki/Happy_Eyeballs) yet. -Together they cause very slow connection. So for now IPv6 is disabled here. +Musl silently doesn't support `AI_ADDRCONFIG` yet, and ZNC doesn't support [Happy Eyeballs](https://en.wikipedia.org/wiki/Happy_Eyeballs) yet. Together they cause very slow connection. So for now IPv6 is disabled here. diff --git a/znc/variant-slim.md b/znc/variant-slim.md index bc9edf2df..3b100bc39 100644 --- a/znc/variant-slim.md +++ b/znc/variant-slim.md @@ -1,4 +1,3 @@ ## `%%REPO%%:slim` -This image is smaller, but it doesn't support external modules. -If you need any external C++, Perl or Python module, use `latest` instead of `slim`. +This image is smaller, but it doesn't support external modules. If you need any external C++, Perl or Python module, use `latest` instead of `slim`.