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