source: general/genlib/aspell.xml@ fc7e79c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fc7e79c was b280fcc, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged aspell.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3895 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 9.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY aspell-download-http "http://gnu.mirror.mcgill.ca/aspell/aspell-&aspell-version;.tar.gz">
8 <!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
9 <!ENTITY aspell-md5sum "d067596a1d9029d127d85e5040bab0ab">
10 <!ENTITY aspell-size "1.6 MB">
11 <!ENTITY aspell-buildsize "41.5 MB (includes the English dictionary)">
12 <!ENTITY aspell-time "0.76 SBU">
13]>
14
15<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
16 <?dbhtml filename="aspell.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Aspell-&aspell-version;</title>
24
25 <indexterm zone="aspell">
26 <primary sortas="a-Aspell">Aspell</primary>
27 </indexterm>
28
29 <sect2>
30 <title>Introduction to Aspell</title>
31
32 <para>The <application>Aspell</application> package contains an interactive
33 spell checking program and the <application>Aspell</application> libraries.
34 <application>Aspell</application> can either be used as a library or as an
35 independent spell checker.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&aspell-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&aspell-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &aspell-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &aspell-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &aspell-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &aspell-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <para>You'll need to download at least one dictionary. The link below will take
61 you to a page containing links to dictionaries in many languages.</para>
62
63 <itemizedlist spacing='compact'>
64 <listitem>
65 <para>Aspell dictionaries: <ulink
66 url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Aspell Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para><xref linkend="which"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of Aspell</title>
79
80 <para>Install <application>Aspell</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=/usr &amp;&amp;
84make</userinput></screen>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="configuration">
93 <title>Configuring Aspell</title>
94
95 <sect3>
96 <title>Configuration Information</title>
97
98 <para>After <application>Aspell</application> is installed, you must set up at
99 least one dictionary. Install one or more dictionaries by running the following
100 commands:</para>
101
102<screen><userinput>./configure &amp;&amp;
103make</userinput></screen>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect3>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config,
123 run-with-aspell and word-list-compress</seg>
124 <seg>libaspell.so and libpspell.so</seg>
125 <seg>/usr/include/pspell and /usr/lib/aspell-0.60</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="aspell-prog">
135 <term><command>aspell</command></term>
136 <listitem>
137 <para>is a utility that can function as an
138 <command>ispell -a</command> replacement, as an independent spell checker, as
139 a test utility to test out <application>Aspell</application> features, and as
140 a utility for managing dictionaries.</para>
141 <indexterm zone="aspell aspell-prog">
142 <primary sortas="b-aspell">aspell</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 <varlistentry id="aspell-import">
148 <term><command>aspell-import</command></term>
149 <listitem>
150 <para>imports old personal dictionaries into
151 <application>Aspell</application>.</para>
152 <indexterm zone="aspell aspell-import">
153 <primary sortas="b-aspell-import">aspell-import</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="precat">
159 <term><command>precat</command></term>
160 <listitem>
161 <para>decompresses a <command>prezip</command>ped file to
162 stdout.</para>
163 <indexterm zone="aspell precat">
164 <primary sortas="b-precat">precat</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="preunzip">
170 <term><command>preunzip</command></term>
171 <listitem>
172 <para>decompresses a <command>prezip</command>ped file.</para>
173 <indexterm zone="aspell preunzip">
174 <primary sortas="b-preunzip">preunzip</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="prezip">
180 <term><command>prezip</command></term>
181 <listitem>
182 <para>is a prefix delta compressor, used to compress sorted word
183 lists or other similar text files.</para>
184 <indexterm zone="aspell prezip">
185 <primary sortas="b-prezip">prezip</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="prezip-bin">
191 <term><command>prezip-bin</command></term>
192 <listitem>
193 <para>is called by the various wrapper scripts to perform the
194 actual compressing and decompressing.</para>
195 <indexterm zone="aspell prezip-bin">
196 <primary sortas="b-prezip-bin">prezip-bin</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="pspell-config">
202 <term><command>pspell-config</command></term>
203 <listitem>
204 <para>displays information about the
205 <filename class='libraryfile'>libpspell</filename> installation, mostly for use
206 in build scripts.</para>
207 <indexterm zone="aspell pspell-config">
208 <primary sortas="b-pspell-config">pspell-config</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="run-with-aspell">
214 <term><command>run-with-aspell</command></term>
215 <listitem>
216 <para>is a script to help use <application>Aspell</application>
217 as an <command>ispell</command> replacement.</para>
218 <indexterm zone="aspell run-with-aspell">
219 <primary sortas="b-run-with-aspell">run-with-aspell</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="word-list-compress">
225 <term><command>word-list-compress</command></term>
226 <listitem>
227 <para>compresses or decompresses sorted word lists for use with the
228 <application>Aspell</application> spell checker.</para>
229 <indexterm zone="aspell word-list-compress">
230 <primary sortas="b-word-list-compress">word-list-compress</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="libaspell">
236 <term><filename class='libraryfile'>libaspell.so</filename></term>
237 <listitem>
238 <para>contains spell checking API functions.</para>
239 <indexterm zone="aspell libaspell">
240 <primary sortas="c-lib">libaspell.so</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="libpspell">
246 <term><filename class='libraryfile'>libpspell.so</filename></term>
247 <listitem>
248 <para>is an interface to the
249 <filename class='libraryfile'>libaspell</filename> library. All the spell
250 checking funtionality is now in
251 <filename class='libraryfile'>libaspell</filename> but this library is
252 included for backwards compatibility.</para>
253 <indexterm zone="aspell libpspell">
254 <primary sortas="c-libpspell">libpspell.so</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260
261 </sect2>
262
263</sect1>
264
Note: See TracBrowser for help on using the repository browser.