From 7298e28fad135c9ac22f137509afb447eaac743b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 24 Jun 2013 19:18:05 +0200 Subject: [PATCH] osx: use HTML files instead of RTF for welcome message Also add a conclusion file. --- osx/distribution.xml.in | 5 +++-- osx/resources/Welcome.rtf | 10 ---------- osx/resources/conclusion.html | 25 +++++++++++++++++++++++++ osx/resources/license.html | 25 +++++++++++++++++++++++++ osx/resources/license.txt | 5 ----- osx/resources/welcome.html | 23 +++++++++++++++++++++++ 6 files changed, 76 insertions(+), 17 deletions(-) delete mode 100644 osx/resources/Welcome.rtf create mode 100644 osx/resources/conclusion.html create mode 100644 osx/resources/license.html delete mode 100644 osx/resources/license.txt create mode 100644 osx/resources/welcome.html diff --git a/osx/distribution.xml.in b/osx/distribution.xml.in index 43088c21..a6353a1a 100644 --- a/osx/distribution.xml.in +++ b/osx/distribution.xml.in @@ -4,8 +4,9 @@ @PACKAGE@ @VERSION@ im.bernat.@PACKAGE@ - - + + + diff --git a/osx/resources/Welcome.rtf b/osx/resources/Welcome.rtf deleted file mode 100644 index 0e306b5a..00000000 --- a/osx/resources/Welcome.rtf +++ /dev/null @@ -1,10 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390 -{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;\f1\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\sa80\pardirnatural - -\f0\fs24 \cf0 lldp -\f1 d is an ISC-licensed implementation of LLDP for various Unixes. It also supports some proprietary protocols.\ -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\sa40\pardirnatural -\cf0 LLDP allows you to know exactly on which port is a server (and reciprocally). It is an industry standard protocol designed to supplant proprietary Link-Layer protocols such as EDP or CDP. The goal of LLDP is to provide an inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices.} \ No newline at end of file diff --git a/osx/resources/conclusion.html b/osx/resources/conclusion.html new file mode 100644 index 00000000..7dc33b59 --- /dev/null +++ b/osx/resources/conclusion.html @@ -0,0 +1,25 @@ + + +

Installation of lldpd is successful!

+ +

+ lldpd should already be running. You can check if + it discovered any neighbor by using lldpctl + command-line tool. +

+ +

+ For more information, have a look at the following manual pages: +

    +
  • lldpd(8)
  • +
  • lldpcli(8)
  • +
+

+ +

+ If you want to modify the way lldpd is invoked, you + have to + modify /Library/LaunchDaemons/im.bernat.lldpd.plist. +

+ + diff --git a/osx/resources/license.html b/osx/resources/license.html new file mode 100644 index 00000000..070627ae --- /dev/null +++ b/osx/resources/license.html @@ -0,0 +1,25 @@ + + +

+ Copyright © 2013 Vincent Bernat +

+ +

+ Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice + appear in all copies. +

+ +

+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR + CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, + NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +

+ + diff --git a/osx/resources/license.txt b/osx/resources/license.txt deleted file mode 100644 index f0616a52..00000000 --- a/osx/resources/license.txt +++ /dev/null @@ -1,5 +0,0 @@ -Copyright (c) 2008-2013 Vincent Bernat - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/osx/resources/welcome.html b/osx/resources/welcome.html new file mode 100644 index 00000000..8d8f9c37 --- /dev/null +++ b/osx/resources/welcome.html @@ -0,0 +1,23 @@ + + +

lldpd: a 802.1ab implementation

+

+ LLDP allows you to know exactly on which port is a + server (and reciprocally). +

+ +

+ It is an industry standard protocol designed to supplant + proprietary Link-Layer protocols such as EDP + or CDP. The goal of LLDP is to provide + an inter-vendor compatible mechanism to deliver Link-Layer + notifications to adjacent network devices. +

+ +

+ lldpd is an ISC-licensed implementation + of LLDP for various Unixes. It also supports some + proprietary protocols. +

+ + -- 2.39.5