source: networking/netutils/whois.xml

trunk
Last change on this file was 5d0e7b8, checked in by Douglas R. Reno <renodr@…>, 2 months ago

A bunch of tags

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY whois-download-http "https://github.com/rfc1036/whois/archive/v&whois-version;/whois-&whois-version;.tar.gz">
8 <!ENTITY whois-download-ftp " ">
9 <!ENTITY whois-md5sum "381dce8db7c6e38ef013b5d6527f494c">
10 <!ENTITY whois-size "100 KB">
11 <!ENTITY whois-buildsize "1.2 MB">
12 <!ENTITY whois-time "less than 0.1 SBU">
13]>
14
15<sect1 id="whois" xreflabel="Whois-&whois-version;">
16 <?dbhtml filename="whois.html"?>
17
18
19 <title>Whois-&whois-version;</title>
20
21 <indexterm zone="whois">
22 <primary sortas="a-Whois">Whois</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Whois</title>
27
28 <para>
29 <application>Whois</application> is a client-side application which
30 queries the whois directory service for information pertaining to a
31 particular domain name. This package will install two programs by default:
32 <command>whois</command> and <command>mkpasswd</command>. The
33 <command>mkpasswd</command> command is also installed by the
34 expect package in LFS.
35 </para>
36
37 &lfs121_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&whois-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&whois-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &whois-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &whois-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &whois-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &whois-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Whois Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="libidn"/> or
78 <xref linkend="libidn2"/>
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Whois</title>
85
86 <para>
87 Build the application with:
88 </para>
89
90<screen><userinput>make</userinput></screen>
91
92 <para>
93 You can install the <command>whois</command> program, the
94 <command>mkpasswd</command> program, and the locale files independently.
95 Control your choice of what is installed with the following commands
96 issued as the <systemitem class="username">root</systemitem> user:
97 </para>
98
99 <note>
100 <para>
101 Installing this version of <command>mkpasswd</command> will
102 overwrite the same command installed in LFS.
103 </para>
104 </note>
105
106<!-- dev note: make BASEDIR=<DESTDIR> prefix=/usr install-whois -->
107
108<screen role="root"><userinput>make prefix=/usr install-whois
109make prefix=/usr install-mkpasswd
110make prefix=/usr install-pos</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>whois and mkpasswd</seg>
124 <seg>None</seg>
125 <seg>None</seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="whois-prog">
135 <term><command>whois</command></term>
136 <listitem>
137 <para>
138 is a client-side application which queries the whois directory
139 service for information pertaining to a particular domain name
140 </para>
141 <indexterm zone="whois whois-prog">
142 <primary sortas="b-whois">whois</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 <varlistentry id="mkpasswd-whois">
148 <term><command>mkpasswd</command></term>
149 <listitem>
150 <para>
151 generates a new password, and optionally applies it to a user
152 </para>
153 <indexterm zone="whois mkpasswd-whois">
154 <primary sortas="b-mkpasswd-whois">mkpasswd</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.