source: general/genlib/aspell.xml@ def11b7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 def11b7 was 7b6e8a6, checked in by Randy McMurchy <randy@…>, 20 years ago

Updated to Aspell-0.60

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

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