From 373cc677a939a3135641da044f7e2cd366d1a284 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 23 Jun 2014 18:42:14 +0300 Subject: [PATCH] navbar: add znc installation. --- navbar.html | 5 +++-- navbar.html.md | 2 +- pages/external/zncinstall.html | 2 +- pages/external/zncinstall.html.md | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/navbar.html b/navbar.html index 9dde6c3..a4a27ff 100755 --- a/navbar.html +++ b/navbar.html @@ -28,9 +28,10 @@ Navigation bar +
  • Installing ZNC - +
  • + diff --git a/navbar.html.md b/navbar.html.md index df2b518..0e33e1b 100755 --- a/navbar.html.md +++ b/navbar.html.md @@ -32,7 +32,7 @@ IRC: * Auto-login * UTF-8 - +* Installing ZNC diff --git a/pages/external/zncinstall.html b/pages/external/zncinstall.html index 44e2724..68f856d 100644 --- a/pages/external/zncinstall.html +++ b/pages/external/zncinstall.html @@ -10,7 +10,7 @@ Installing ZNC from git

    This page tells you how to install ZNC from git. The package names are mainly for Debian based distributions, but you should be able to figure out what they are in other distributions and install them.

    -

    **If you don't know what znc is, click here.. If you are looking for the official installation instructions, click here.

    +

    If you don't know what znc is, click here. If you are looking for the official installation instructions, click here.

    I am going to presume that you don't install ZNC globally, if you do, remove the --PREFIX=$HOME/.local from your configure command.

    Installing requirements

    sudo apt-get build-dep znc
    diff --git a/pages/external/zncinstall.html.md b/pages/external/zncinstall.html.md
    index 860eb6b..6ee74fc 100755
    --- a/pages/external/zncinstall.html.md
    +++ b/pages/external/zncinstall.html.md
    @@ -16,8 +16,8 @@ This page tells you how to install ZNC from git. The package names are
     mainly for Debian based distributions, but you should be able to figure 
     out what they are in other distributions and install them.
     
    -**If you don't know [what znc is, click here.](http://wiki.znc.in). If you 
    -[are looking for the official installation instructions, click here.](http://wiki.znc.in/Installation)
    +**If you don't know [what znc is, click here.](http://wiki.znc.in) If you 
    +[are looking for the official installation instructions, click here.](http://wiki.znc.in/Installation)**
     
     I am going to presume that you don't install ZNC globally, if you do, 
     remove the `--PREFIX=$HOME/.local` from your configure command.