source: general/genlib/libidn2.xml

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

Lots of tags

  • Property mode set to 100644
File size: 4.9 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 libidn2-download-http "&gnu-http;/libidn/libidn2-&libidn2-version;.tar.gz">
8 <!ENTITY libidn2-download-ftp " ">
9 <!ENTITY libidn2-md5sum "de2818c7dea718a4f264f463f595596b">
10 <!ENTITY libidn2-size "2.1 MB">
11 <!ENTITY libidn2-buildsize "21 MB (add 3 MB for tests)">
12 <!ENTITY libidn2-time "0.1 SBU (add 0.6 SBU for tests)">
13]>
14
15<!-- Try to keep the indentation used in this file-->
16<sect1 id="libidn2" xreflabel="libidn2-&libidn2-version;">
17 <?dbhtml filename="libidn2.html"?>
18
19
20 <title>libidn2-&libidn2-version;</title>
21
22 <indexterm zone="libidn2">
23 <primary sortas="a-libidn2">libidn2</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to libidn2</title>
28
29 <para>
30 <application>libidn2</application> is a package designed for
31 internationalized string handling based on standards from the
32 Internet Engineering Task Force (IETF)'s IDN working group, designed for
33 internationalized domain names.
34 </para>
35
36 &lfs121_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libidn2-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libidn2-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libidn2-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libidn2-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libidn2-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libidn2-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libidn2 Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended">
76 <xref linkend="libunistring"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="git"/> and
82 <xref linkend="gtk-doc"/>
83 </para>
84
85 </sect2>
86
87 <!--Required section-->
88 <sect2 role="installation">
89 <title>Installation of libidn2</title>
90
91 <para>
92 Install <application>libidn2</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 To test the results, issue: <command>make check</command>.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/static-libraries.xml"/>
115
116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/gtk-doc-rebuild.xml"/>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directory</segtitle>
128
129 <seglistitem>
130 <seg>
131 idn2
132 </seg>
133 <seg>
134 libidn2.so
135 </seg>
136 <seg>
137 /usr/share/gtk-doc/html/libidn2
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <!-- If the program or library name conflicts (is the same) as the
148 package name, add -prog or -lib to the varlistentry entity id
149 and the 2nd entry of the indexterm zone entity -->
150
151 <varlistentry id="idn2">
152 <term><command>idn2</command></term>
153 <listitem>
154 <para>
155 is a command line interface to the internationalized domain
156 library
157 </para>
158 <indexterm zone="libidn2 idn2">
159 <primary sortas="b-idn2">idn2</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="libidn2-lib">
165 <term><filename class="libraryfile">libidn2.so</filename></term>
166 <listitem>
167 <para>
168 contains a generic Stringprep implementation used for
169 internationalized string handling
170 </para>
171 <indexterm zone="libidn2 libidn2-lib">
172 <primary sortas="c-libidn2">libidn2.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176 </variablelist>
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.