]> git.meshlink.io Git - catta/blob - man/avahi-bookmarks.1.xml.in
d863e2bb4a9a042affa6db5f294d186a9adba10c
[catta] / man / avahi-bookmarks.1.xml.in
1 <?xml version="1.0"?><!--*-nxml-*-->
2 <!DOCTYPE manpage SYSTEM "xmltoman.dtd">
3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
4
5 <!--
6   This file is part of avahi.
7
8   avahi is free software; you can redistribute it and/or modify it
9   under the terms of the GNU Lesser General Public License as
10   published by the Free Software Foundation; either version 2.1 of the
11   License, or (at your option) any later version.
12
13   avahi is distributed in the hope that it will be useful, but WITHOUT
14   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15   or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
16   Public License for more details.
17
18   You should have received a copy of the GNU Lesser General Public
19   License along with avahi; if not, write to the Free Software
20   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21   USA.
22 -->
23
24   <manpage name="avahi-bookmarks" section="1" desc="Web service showing mDNS/DNS-SD announced HTTP services using the Avahi daemon">
25
26         <synopsis>
27       <cmd>avahi-bookmarks</cmd>
28         </synopsis>
29
30     <description>
31       <p>A web service for listing HTTP services that are announced
32       via mDNS/DNS-SD using the Avahi daemon. avahi-bookmarks opens a
33       TCP socket on port 8080 and waits for incoming HTTP connections
34       returning a dynamic web site containing links to all services of
35       type _http._tcp on the LAN. Point your browser to
36       http://localhost:8080/ to make use of avahi-bookmarks.</p>
37
38         </description>
39
40     <options>
41       <option>
42         <p><opt>-p | --port=</opt> <arg>PORT</arg></p>
43         <optdesc><p>Specify a TCP port number to listen on. If omitted defaults to 8080.</p></optdesc>
44       </option>
45
46       <option>
47         <p><opt>-a | --address=</opt> <arg>address</arg></p>
48         <optdesc><p>Specify an IP address to listen on. If omitted defaults to 127.0.0.1. Specify 0.0.0.0 if you want to allow remote access.</p></optdesc>
49       </option>
50
51       <option>
52         <p><opt>-H | --host-names</opt></p>
53         <optdesc><p>Create links pointing to mDNS host names instead
54         of resolved IP addreses. This is only compatible with your
55         browser if you run some kind of local NSS module to resolve
56         mDNS host names (e.g. nss-mdns). If both -A and -H are ommited
57         avahi-bookmarks detects whether NSS support is available
58         locally. This option conflicts with -A.</p></optdesc>
59       </option>
60
61       <option>
62         <p><opt>-A | --addresses</opt></p>
63         <optdesc><p>Create links pointing to numeric IP addresses
64         instead of mDNS host names. This will break access to hosts
65         running virtual servers. If both -A and -H are ommited
66         avahi-bookmarks detects whether NSS support is available
67         locally. This option conflicts with -H.</p></optdesc>
68       </option>
69
70
71       <option>
72         <p><opt>-d | --domain</opt>=<arg>DOMAIN</arg></p>
73         <optdesc><p>The domain to browse for services in.</p></optdesc>
74       </option>
75
76           <option>
77                 <p><opt>-h | --help</opt></p>
78                 <optdesc><p>Show help</p></optdesc>
79           </option>
80
81     </options>
82
83         <section name="Authors">
84           <p>The Avahi Developers &lt;@PACKAGE_BUGREPORT@&gt;; Avahi is
85           available from <url href="@PACKAGE_URL@"/></p>
86         </section>
87
88         <section name="See also">
89           <p>
90         <manref name="avahi-browse" section="1"/>, <manref name="avahi-daemon" section="8"/>
91           </p>
92         </section>
93
94         <section name="Comments">
95           <p>This man page was written using <manref name="xml2man" section="1"
96                   href="http://masqmail.cx/xml2man/"/> by Oliver Kurth.</p>
97         </section>
98
99   </manpage>