source: general/genlib/aspell.xml@ 4a7d1a4

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 4a7d1a4 was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 5.4 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 "8fa031d0eb37a5538aa6fefa657e707f">
10<!ENTITY aspell-size "1.6 MB">
11<!ENTITY aspell-buildsize "39.3 MB">
12<!ENTITY aspell-time "0.74 SBU">
13]>
14
15<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="aspell.html"?>
21<title>Aspell-&aspell-version;</title>
22
23<sect2>
24<title>Introduction to <application>Aspell</application></title>
25
26<para>The <application>Aspell</application> package contains an interactive
27spell checking program and the <application>Aspell</application> libraries.
28<application>Aspell</application> can either be used as a library or as an
29independent spell checker.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&aspell-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&aspell-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &aspell-md5sum;</para></listitem>
38<listitem><para>Download size: &aspell-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&aspell-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&aspell-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title>Additional download(s)</title>
46<para>You'll need to download at least one dictionary. The link below will take
47you to a page containing links to dictionaries in many languages.</para>
48
49<itemizedlist spacing='compact'>
50<listitem><para>Aspell dictionaries: <ulink
51url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para></listitem>
52</itemizedlist>
53</sect3>
54
55<sect3><title><application>Aspell</application> dependencies</title>
56<sect4><title>Required</title>
57<para><xref linkend="which"/></para>
58</sect4>
59</sect3>
60
61</sect2>
62
63<sect2>
64<title>Installation of <application>Aspell</application></title>
65
66<para>Install <application>Aspell</application> by running the following
67commands:</para>
68
69<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
70make &amp;&amp;
71make install</command></userinput></screen>
72
73</sect2>
74
75<sect2>
76<title>Configuring <application>Aspell</application></title>
77
78<sect3><title>Configuration Information</title>
79
80<para>After <application>Aspell</application> is installed, you must set up at
81least one dictionary. Install one or more dictionaries by running the following
82commands:</para>
83
84<screen><userinput><command>./configure &amp;&amp;
85make &amp;&amp;
86make install</command></userinput></screen>
87</sect3>
88
89</sect2>
90
91<sect2>
92<title>Contents</title>
93
94<para>The <application>Aspell</application> package contains
95<command>aspell</command>,
96<command>aspell-import</command>,
97<command>precat</command>,
98<command>preunzip</command>,
99<command>prezip</command>,
100<command>prezip-bin</command>,
101<command>pspell-config</command>,
102<command>run-with-aspell</command>,
103<command>word-list-compress</command>,
104filters, dictionaries, compatibility scripts and the
105<filename class='libraryfile'>libaspell</filename> and
106<filename class='libraryfile'>libpspell</filename> libraries.</para>
107
108</sect2>
109
110<sect2><title>Description</title>
111
112<sect3><title>aspell</title>
113<para><command>aspell</command> is a utility that can function as an
114<command>ispell -a</command> replacement, as an independent spell checker, as
115a test utility to test out <application>Aspell</application> features, and as
116a utility for managing dictionaries.</para></sect3>
117
118<sect3><title>aspell-import</title>
119<para><command>aspell-import</command> imports old personal dictionaries into
120<application>Aspell</application>.</para></sect3>
121
122<sect3><title>precat</title>
123<para><command>precat</command> decompresses a <command>prezip</command>ped
124file to stdout.</para></sect3>
125
126<sect3><title>preunzip</title>
127<para><command>preunzip</command> decompresses a <command>prezip</command>ped
128file.</para></sect3>
129
130<sect3><title>prezip</title>
131<para><command>prezip</command> is a prefix delta compressor, used to compress
132sorted word lists or other similar text files.</para></sect3>
133
134<sect3><title>prezip-bin</title>
135<para><command>prezip-bin</command> is called by the various wrapper scripts to
136perform the actual compressing and decompressing.</para></sect3>
137
138<sect3><title>pspell-config</title>
139<para><command>pspell-config</command> displays information about the
140<filename class='libraryfile'>libpspell</filename> installation, mostly for use
141in build scripts.</para></sect3>
142
143<sect3><title>run-with-aspell</title>
144<para><command>run-with-aspell</command> is a script to help use
145<application>Aspell</application> as an <command>ispell</command>
146replacement.</para></sect3>
147
148<sect3><title>word-list-compress</title>
149<para><command>word-list-compress</command> compresses or decompresses sorted
150word lists for use with the <application>Aspell</application> spell
151checker.</para></sect3>
152
153<sect3><title>aspell libraries</title>
154<para>The <filename class='libraryfile'>lib{a,p}spell</filename> libraries
155are spell checking library interfaces.</para></sect3>
156
157</sect2>
158
159</sect1>
160
Note: See TracBrowser for help on using the repository browser.