source: archive/ispell.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY ispell-download-http "http://membled.com/work/patches/ispell/ispell-&ispell-version;.tar.bz2">
20 <!ENTITY ispell-download-ftp " ">
21 <!ENTITY ispell-md5sum "d5d867e62776524f60b3b5dcc3d8014f">
22 <!ENTITY ispell-size "1.2 MB">
23 <!ENTITY ispell-buildsize "11 MB">
24 <!ENTITY ispell-time "less than 0.1 SBU">
25]>
26
27<sect1 id="ispell" xreflabel="ispell-&ispell-version;">
28 <?dbhtml filename="ispell.html"?>
29
30
31 <title>Ispell-&ispell-version;</title>
32
33 <indexterm zone="ispell">
34 <primary sortas="a-Ispell">Ispell</primary>
35 </indexterm>
36
37 <sect2 role="package">
38 <title>Introduction to Ispell</title>
39
40 <para>The <application>ispell</application> package contains a spell
41 checker that can handle international languages.</para>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&ispell-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&ispell-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &ispell-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &ispell-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &ispell-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &ispell-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <para condition="html" role="usernotes">User Notes:
66 <ulink url="&blfs-wiki;/ispell"/></para>
67
68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of Ispell</title>
72
73 <para>The first step is to create <filename>local.h</filename>.</para>
74
75<screen><userinput>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:" \
76 local.h.linux > local.h</userinput></screen>
77
78 <para>By default, <application>ispell</application> only installs an American
79 English dictionary. To set up other languages, check out the
80 <filename>config.X</filename> file for the #define entry to append to
81 <filename>local.h</filename>.</para>
82
83 <para>Build <application>ispell</application> using the
84 following commands:</para>
85
86<screen><userinput>make</userinput></screen>
87
88 <para>To test the build, issue: <command>make test</command>.</para>
89
90 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
91
92<screen><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><command>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:"
100 local.h.linux > local.h</command>: This command corrects the
101 installation directories of the package.</para>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directory</segtitle>
112
113 <seglistitem>
114 <seg>ispell</seg>
115 <seg>None</seg>
116 <seg>/usr/share/ispell</seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="ispell-prog">
126 <term><command>ispell</command></term>
127 <listitem>
128 <para>is used for spell checking.</para>
129 <indexterm zone="ispell ispell-prog">
130 <primary sortas="b-ispell">ispell</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 </variablelist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.