source: xsoft/office/abiword.xml@ 6591249

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 6591249 was 6591249, checked in by Andrew Benton <andy@…>, 18 years ago

Removed some things from the Abiword page that belong in the wiki

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

  • Property mode set to 100644
File size: 9.5 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/&AbiWord-version;/source/abiword-&AbiWord-version;.tar.bz2">
8 <!ENTITY AbiWord-download-ftp " ">
9 <!ENTITY AbiWord-md5sum "69dd69179b861a41613291afd10af9ab">
10 <!ENTITY AbiWord-size "23.5 MB">
11 <!ENTITY AbiWord-buildsize "217 MB">
12 <!ENTITY AbiWord-time "3.6 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 <xref linkend="goffice"/>,
84 <ulink url="http://aiksaurus.sourceforge.net/">Aiksaurus</ulink>,
85 <ulink url="http://www.gnome-db.org/">libgda</ulink>,
86 <ulink url="http://www.gnome-db.org/">libgnomedb</ulink>,
87 <ulink url="http://sourceforge.net/projects/wvware">libwmf</ulink>,
88 <ulink url="http://libwpd.sourceforge.net/">libwpd</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 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/abiword"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of AbiWord</title>
99
100 <para>Install <application>AbiWord</application> by running the following
101 commands:</para>
102
103<screen><userinput>cd abiword-plugins &amp;&amp;
104./configure --prefix=/usr --without-inter7eps &amp;&amp;
105make &amp;&amp;
106cd ../abi &amp;&amp;
107./configure --prefix=/usr &amp;&amp;
108make</userinput></screen>
109
110 <para>This package does not come with a test suite.</para>
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role="root"><userinput>make install &amp;&amp;
115cp -v -R docs /usr/share/AbiSuite-2.4/AbiWord &amp;&amp;
116cd ../abiword-plugins &amp;&amp;
117make install</userinput></screen>
118
119 <para>If you have a <application>GNOME-2</application> installation, issue
120 the following command as the <systemitem class="username">root</systemitem>
121 user to install the <application>AbiWord</application> Bonobo component
122 description file:</para>
123
124<screen role="root"><userinput>cd .. &amp;&amp;
125install -v -m644 abidistfiles/GNOME_AbiWord_Control_2_4.server \
126 $GNOME_PREFIX/lib/bonobo/servers</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="installation">
131 <title>Install The Help Documentation</title>
132
133 <para>Build the help files by issuing the following commands as an
134 unprivileged user:</para>
135
136<screen><userinput>cd abiword-docs &amp;&amp;
137sed -i 's@AbiWord-2.0@abiword@' make-gnome-html.sh &amp;&amp;
138./make-gnome-html.sh &amp;&amp;
139./make-html.sh</userinput></screen>
140
141 <para>Then, as the <systemitem class="username">root</systemitem> user,
142 install the help files:</para>
143
144<screen role="root"><userinput>install -v -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
145install -v -m644 Manual/en/Abiword_Manual.abw \
146 /usr/share/AbiSuite-2.4/AbiWord/docs &amp;&amp;
147cp -v -R help /usr/share/AbiSuite-2.4/AbiWord &amp;&amp;
148find /usr/share/AbiSuite-2.4/AbiWord/help \
149 -type d -exec chmod -v 755 {} \;</userinput></screen>
150
151 </sect2>
152
153 <sect2 role="commands">
154 <title>Command Explanations</title>
155
156 <para><parameter>--without-inter7eps</parameter>: Some of the headers from
157 the <application>EPS</application> package are not compatible with
158 <application>GCC</application>-&gcc-version;. This parameter prevents
159 linking to the package and incurring a build failure.</para>
160
161 <para><command>sed -i 's@AbiWord-2.0@abiword@' make-gnome-html.sh</command>:
162 This command alters the <command>make-gnome-html.sh</command> script to
163 look for the current version of <command>abiword</command>.</para>
164
165 </sect2>
166
167 <sect2 role="configuration">
168 <title>Configuring AbiWord</title>
169
170 <sect3 id="abiword-config">
171 <title>Config File</title>
172
173 <para><filename>~/.AbiSuite/templates/normal.awt</filename></para>
174
175 <indexterm zone="abiword abiword-config">
176 <primary sortas="e-AA.AbiSuite-templates-normal">~/.AbiSuite/templates/normal.awt</primary>
177 </indexterm>
178
179 </sect3>
180
181 <sect3>
182 <title>Configuration Information</title>
183
184 <para>Choose the right template for your language and locale from the
185 list produced by the following command:</para>
186
187<screen><userinput>ls /usr/share/AbiSuite-2.4/templates</userinput></screen>
188
189 <para>Create the folder
190 <filename class='directory'>~/.AbiSuite/templates</filename> then copy the
191 <filename>normal.awt</filename> you want into it:</para>
192
193<screen><userinput>mkdir -p -v ~/.AbiSuite/templates &amp;&amp;
194cp -v /usr/share/AbiSuite-2.4/templates/normal.awt-<replaceable>&lt;lang&gt;</replaceable> \
195 ~/.AbiSuite/templates/normal.awt</userinput></screen>
196
197 <para>Change <replaceable>&lt;lang&gt;</replaceable> in the above
198 command to fit the name of the file you want.</para>
199
200 </sect3>
201
202 </sect2>
203
204 <sect2 role="content">
205 <title>Contents</title>
206
207 <segmentedlist>
208 <segtitle>Installed Programs</segtitle>
209 <segtitle>Installed Libraries</segtitle>
210 <segtitle>Installed Directories</segtitle>
211
212 <seglistitem>
213 <seg>abiword, AbiWord-2.4, ttfadmin.sh, and ttftool</seg>
214 <seg>Numerous plugin library support modules</seg>
215 <seg>/usr/lib/AbiWord-2.4 and
216 /usr/share/AbiSuite-2.4</seg>
217 </seglistitem>
218 </segmentedlist>
219
220 <variablelist>
221 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
222 <?dbfo list-presentation="list"?>
223 <?dbhtml list-presentation="table"?>
224
225 <varlistentry id="abiword-prog">
226 <term><command>abiword</command></term>
227 <listitem>
228 <para>is a symbolic link to the main
229 <command>AbiWord-2.4</command>
230 executable.</para>
231 <indexterm zone="abiword abiword-prog">
232 <primary sortas="g-abiword">abiword</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="AbiWord-2.4">
238 <term><command>AbiWord-2.4</command></term>
239 <listitem>
240 <para>is the word-processing program executable.</para>
241 <indexterm zone="abiword AbiWord-2.4">
242 <primary sortas="b-AbiWord-2.4">AbiWord-2.4</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="ttfadmin.sh">
248 <term><command>ttfadmin.sh</command></term>
249 <listitem>
250 <para>generates support files required by
251 <application>AbiWord</application> for each TrueType font in a
252 given directory.</para>
253 <indexterm zone="abiword ttfadmin.sh">
254 <primary sortas="b-ttfadmin.sh">ttfadmin.sh</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="ttftool">
260 <term><command>ttftool</command></term>
261 <listitem>
262 <para>is a utility for processing TrueType fonts.</para>
263 <indexterm zone="abiword ttftool">
264 <primary sortas="b-ttftool">ttftool</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 </variablelist>
270
271 </sect2>
272
273</sect1>
Note: See TracBrowser for help on using the repository browser.