From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/2] man: add color documentation Date: Mon, 10 Jul 2017 17:10:41 +0200 Message-ID: <1499699442-13492-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4553648804423659961==" List-Id: --===============4553648804423659961== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- Makefile.am | 1 + man/network-color.xml | 91 +++++++++++++++++++++++++++++++++++++++++++++++++= ++ man/network-port.xml | 17 ++++++++++ man/network-zone.xml | 16 +++++++++ 4 files changed, 125 insertions(+) create mode 100644 man/network-color.xml diff --git a/Makefile.am b/Makefile.am index 32e7166..08050d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -333,6 +333,7 @@ INSTALL_DIRS +=3D \ MANPAGES =3D \ man/firewall-settings.8 \ man/network.8 \ + man/network-color.8 \ man/network-device.8 \ man/network-dhcp.8 \ man/network-dns-server.8 \ diff --git a/man/network-color.xml b/man/network-color.xml new file mode 100644 index 0000000..d8fce73 --- /dev/null +++ b/man/network-color.xml @@ -0,0 +1,91 @@ + + + + + + networ-color + network + + + + Developer + Jonatan + Schlag + jonatan.schlag(a)ipfire.org + + + + + + network-color + 8 + + + + network-color + Network Configuration Control Program + + + + Description + + + The color helps to manage colors for zone and ports. + The color is shown in the webinterface and on the status page of a port = or zone. + and make it much easier to identify a port or a zone. + + + + + Commands + + + The following commands are understood: + + + + + + set hex-color-value + + + + + The color of a zone or port are set with the set co= mmand. + It is always required to pass a valid color hex value like 880400. + + + + + + reset + + + + + This reset the color of a zone or port to white. + + + + + + + See Also + + + + network + 8 + , + + network-zone + 8 + , + + network-port + 8 + + + + diff --git a/man/network-port.xml b/man/network-port.xml index 181bd8c..92d35d8 100644 --- a/man/network-port.xml +++ b/man/network-port.xml @@ -147,6 +147,23 @@ + + + PORT color + + + + + With this command you can set a color for a port. + See + + network-color + 8, + + for more information. + + + =20 diff --git a/man/network-zone.xml b/man/network-zone.xml index cd7017a..817ad26 100644 --- a/man/network-zone.xml +++ b/man/network-zone.xml @@ -164,7 +164,23 @@ + + + ZONE color + =20 + + + This command make is possible to set a color for a zone. + See + + network-color + 8, + + for more information. + + + ZONE identify --=20 2.6.3 --===============4553648804423659961==--