source: xsoft/office/abiword.xml@ d77e0a4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 d77e0a4 was d77e0a4, checked in by Andrew Benton <andy@…>, 18 years ago

Fixed the Abiword and Fluxbox buildsizes (after a slap round the ear from Randy). Thanks Randy

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

  • Property mode set to 100644
File size: 10.1 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 AbiWord-download-http "http://www.abisource.com/downloads/abiword/2.4.1/source/abiword-&AbiWord-version;.tar.bz2">
8 <!ENTITY AbiWord-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/abiword-&AbiWord-version;.tar.bz2">
9 <!ENTITY AbiWord-md5sum "03d47aad66c4c9f9d329e3538de97dcd">
10 <!ENTITY AbiWord-size "24.1 MB">
11 <!ENTITY AbiWord-buildsize "212 MB">
12 <!ENTITY AbiWord-time "3.1 SBU (to build and install the program, docs and all plugins)">
13]>
14
15<sect1 id="abiword" xreflabel="AbiWord-&AbiWord-version;">
16 <?dbhtml filename="AbiWord.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">abiword-&AbiWord-version;.tar</keyword>
23 <keyword role="ftpdir">abiword</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>AbiWord-&AbiWord-version;</title>
28
29 <indexterm zone="abiword">
30 <primary sortas="a-AbiWord">AbiWord</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to AbiWord</title>
35
36 <para>The <application>AbiWord</application> package contains a word
37 processing application. This is useful for writing reports, letters and
38 other formatted documents.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&AbiWord-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&AbiWord-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &AbiWord-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &AbiWord-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &AbiWord-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &AbiWord-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">AbiWord Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="fribidi"/> and
66 <xref linkend="libgnomeprintui"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional">
70 <ulink url="http://www.abisource.com/enchant/">Enchant</ulink>
71 (uses <xref linkend="aspell"/>), <xref linkend="gucharmap"/>,
72 <xref linkend="imagemagick"/> and
73 <ulink url="http://wvware.sourceforge.net/">wv</ulink> (with
74 <ulink url="http://sourceforge.net/projects/wvware">libwmf</ulink>
75 installed first)</para>
76
77 <bridgehead renderas="sect4">Optional for Plugins</bridgehead>
78 <para role="optional"><xref linkend="libgsf"/>
79 (needed to build the OpenDocument/OpenOffice plugin),
80 <xref linkend="poppler"/> (for the pdf plugin),
81 <xref linkend="librsvg"/>,
82 <xref linkend="gnome-utils"/>,
83 <ulink url="http://aiksaurus.sourceforge.net/">Aiksaurus</ulink>,
84 <ulink url="http://www.gnome-db.org/">libgda</ulink>,
85 <ulink url="http://www.gnome-db.org/">libgnomedb</ulink>,
86 <ulink url="http://sourceforge.net/projects/wvware">libwmf</ulink>,
87 <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>,
88 <ulink url="http://ftp.gnome.org/pub/gnome/sources/goffice/0.1/">goffice</ulink>,
89 <ulink url="http://libots.sourceforge.net/">OTS</ulink> and
90 <ulink url="http://software.frodo.looijaard.name/psiconv/">Psiconv</ulink></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of AbiWord</title>
96
97 <para>Install <application>AbiWord</application> by running the following
98 commands:</para>
99
100<screen><userinput>cd abiword-plugins &amp;&amp;
101./configure --prefix=/usr --without-inter7eps &amp;&amp;
102make &amp;&amp;
103cd ../abi &amp;&amp;
104./configure --prefix=/usr &amp;&amp;
105make</userinput></screen>
106
107 <para>This package does not come with a test suite.</para>
108
109 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
110
111<screen role="root"><userinput>make install &amp;&amp;
112cp -v -rf docs /usr/share/AbiSuite-2.4/AbiWord &amp;&amp;
113cd ../abiword-plugins &amp;&amp;
114make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Install The Help Documentation</title>
120
121 <para>Build the help files by issuing the following commands as an
122 unprivileged user:</para>
123
124<screen><userinput>cd ../abiword-docs &amp;&amp;
125sed -i 's@AbiWord-2.0@abiword@' make-gnome-html.sh &amp;&amp;
126./make-gnome-html.sh &amp;&amp;
127./make-html.sh</userinput></screen>
128
129 <para>Then, as the <systemitem class="username">root</systemitem> user,
130 install the help files:</para>
131
132<screen role="root"><userinput>install -v -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
133install -v -m644 Manual/en/Abiword_Manual.abw \
134 /usr/share/AbiSuite-2.4/AbiWord/docs &amp;&amp;
135cp -v -rf help /usr/share/AbiSuite-2.4/AbiWord &amp;&amp;
136find /usr/share/AbiSuite-2.4/AbiWord/help \
137 -type d -exec chmod -v 755 {} \;</userinput></screen>
138
139<!-- I commented this out because I don't know what it does. Andy
140 <para>If you have a <application>GNOME-2</application> installation, issue
141 the following command as the <systemitem class="username">root</systemitem>
142 user:</para>
143
144<screen role="root"><userinput>cd .. &amp;&amp;
145install -v -m644 abidistfiles/GNOME_AbiWord_Control_2_4.server \
146 $GNOME_PREFIX/lib/bonobo/servers</userinput></screen>
147-->
148
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <para><parameter>--without-inter7eps</parameter>: Some of the headers from
155 the <application>EPS</application> package are not compatible with
156 <application>GCC</application>-4.0.x. This parameter prevents linking to
157 the package and incurring a build failure.</para>
158
159 <para><command>sed -i 's@AbiWord-2.0@abiword@' make-gnome-html.sh</command>:
160 This command alters the make-gnome-html.sh script to look for the current
161 version of <command>abiword</command>.</para>
162
163 </sect2>
164
165 <sect2 role="configuration">
166 <title>Configuring Abiword</title>
167
168 <sect3 id="abiword-config">
169 <title>Config File</title>
170
171 <para><filename>~/.AbiSuite/templates/normal.awt</filename></para>
172
173 </sect3>
174
175 <sect3>
176 <title>Configuration Information</title>
177
178 <para>Choose the right template for your language and locale:</para>
179
180<screen><userinput>ls /usr/share/AbiSuite-2.4/templates</userinput></screen>
181
182 <para>Create the folder
183 <filename class='directory'>~/.AbiSuite/templates</filename> then copy the
184 <filename>normal.awt</filename> you want into it:</para>
185
186<screen><userinput>mkdir -p -v ~/.AbiSuite/templates &amp;&amp;
187cp -v /usr/share/AbiSuite-2.4/templates/normal.awt-[lang] \
188 ~/.AbiSuite/templates/normal.awt</userinput></screen>
189
190 <para>Obviously, change <emphasis role="strong">[lang]</emphasis> in that
191 command to fit the name of the file you want</para>
192
193 <para><application>Abiword</application> uses Times New Roman as its default
194 font. If you'd like it to default to a different font, edit
195 <filename>~/.AbiSuite/templates/normal.awt</filename> and change the font to
196 the one you want. Open <application>Abiword</application>, choose the font,
197 type one letter then save the document in your home folder as
198 <filename>test.abw</filename>. Find out what name
199 <application>Abiword</application> uses for the font:</para>
200
201<screen><userinput>grep -m 1 '"font-family' ~/test.abw</userinput></screen>
202
203 <para>Now put it into your <application>Abiword</application> template. For
204 example, if you want to use Bitstream Vera Sans:</para>
205
206<screen><userinput>sed -i 's@Times New Roman@Bitstream Vera Sans@g' \
207 ~/.AbiSuite/templates/normal.awt</userinput></screen>
208
209 </sect3>
210
211 </sect2>
212
213 <sect2 role="content">
214 <title>Contents</title>
215
216 <segmentedlist>
217 <segtitle>Installed Programs</segtitle>
218 <segtitle>Installed Libraries</segtitle>
219 <segtitle>Installed Directories</segtitle>
220
221 <seglistitem>
222 <seg>abiword, AbiWord-2.4, ttfadmin.sh, and ttftool</seg>
223 <seg>Numerous plugin library support modules</seg>
224 <seg>/usr/lib/AbiWord-2.4 and
225 /usr/share/AbiSuite-2.4</seg>
226 </seglistitem>
227 </segmentedlist>
228
229 <variablelist>
230 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
231 <?dbfo list-presentation="list"?>
232 <?dbhtml list-presentation="table"?>
233
234 <varlistentry id="abiword-prog">
235 <term><command>abiword</command></term>
236 <listitem>
237 <para>is a symbolic link to the main
238 <command>AbiWord-2.4</command>
239 executable.</para>
240 <indexterm zone="abiword abiword-prog">
241 <primary sortas="g-abiword">abiword</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="AbiWord-2.4">
247 <term><command>AbiWord-2.4</command></term>
248 <listitem>
249 <para>is the word-processing program executable.</para>
250 <indexterm zone="abiword AbiWord-2.4">
251 <primary sortas="b-AbiWord-2.4">AbiWord-2.4</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="ttfadmin.sh">
257 <term><command>ttfadmin.sh</command></term>
258 <listitem>
259 <para>generates support files required by
260 <application>AbiWord</application> for each TrueType font in a
261 given directory.</para>
262 <indexterm zone="abiword ttfadmin.sh">
263 <primary sortas="b-ttfadmin.sh">ttfadmin.sh</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="ttftool">
269 <term><command>ttftool</command></term>
270 <listitem>
271 <para>is a utility for processing TrueType fonts.</para>
272 <indexterm zone="abiword ttftool">
273 <primary sortas="b-ttftool">ttftool</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 </variablelist>
279
280 </sect2>
281
282</sect1>
Note: See TracBrowser for help on using the repository browser.