source: xsoft/office/abiword.xml@ cedbed6c

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 cedbed6c was e615d9b, checked in by Randy McMurchy <randy@…>, 19 years ago

Changed instances of 'normal users' to 'unprivileged users'

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

  • Property mode set to 100644
File size: 7.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.2.8/source/abiword-&AbiWord-version;.tar.bz2">
8 <!ENTITY AbiWord-download-ftp " ">
9 <!ENTITY AbiWord-md5sum "f6f58e6ea4720ca635ede7b7f13cf156">
10 <!ENTITY AbiWord-size "23.4 MB">
11 <!ENTITY AbiWord-buildsize "208 MB">
12 <!ENTITY AbiWord-time "2.7 SBU">
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 </sect1info>
22
23 <title>AbiWord-&AbiWord-version;</title>
24
25 <indexterm zone="abiword">
26 <primary sortas="a-AbiWord">AbiWord</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to AbiWord</title>
31
32 <para>The <application>AbiWord</application> package contains a word
33 processing application. This is useful for writing reports, letters and
34 other formatted documents.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&AbiWord-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&AbiWord-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &AbiWord-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &AbiWord-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &AbiWord-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &AbiWord-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">AbiWord Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para><xref linkend="popt"/>,
62 <xref linkend="libglade"/> and
63 <xref linkend="fribidi"/></para>
64
65 <bridgehead renderas="sect4">Recommended</bridgehead>
66 <para><xref linkend="libjpeg"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para><xref linkend="libgnomeprintui"/>,
70 <xref linkend="librsvg"/>,
71 <xref linkend="gnome-utils"/>,
72 <xref linkend="nautilus"/>,
73 <xref linkend="gucharmap"/>,
74 <xref linkend="imagemagick"/>,
75 <xref linkend="python"/>for gypsthon mailmerge,
76 <ulink url="http://www.abisource.com/enchant/">Enchant</ulink>
77 (uses <xref linkend="aspell"/>),
78 <ulink url="http://aiksaurus.sourceforge.net/">aiksaurus</ulink>,
79 <ulink url="http://www.gnome-db.org/">libgda</ulink>,
80 <ulink url="http://wvware.sourceforge.net/index.html">libwmf</ulink>,
81 <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>,
82 <ulink url="http://libots.sourceforge.net/">libots</ulink> and
83 <ulink url="http://wvware.sourceforge.net/">wv</ulink></para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of AbiWord</title>
88
89 <para>Install <application>AbiWord</application> by running the following
90 commands:</para>
91
92<screen><userinput>cd abi &amp;&amp;
93./configure --prefix=/usr &amp;&amp;
94make &amp;&amp;
95cd ../abiword-plugins &amp;&amp;
96sed -i 's:python2.3:python2.4:g' configure &amp;&amp;
97./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>cd ../abi &amp;&amp;
103make install &amp;&amp;
104cp -v -rf docs /usr/share/AbiSuite-2.2/AbiWord &amp;&amp;
105cd ../abiword-plugins &amp;&amp;
106make install</userinput></screen>
107
108 <para>To build the help files, issue the following commands as an
109 unprivileged user:</para>
110
111<screen><userinput>cd ../abiword-docs &amp;&amp;
112./make-html.sh</userinput></screen>
113
114 <para>And, as the <systemitem class="username">root</systemitem> user:</para>
115
116<screen role="root"><userinput>install -v -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
117install -v -m644 Manual/en/Abiword_Manual.abw \
118 /usr/share/AbiSuite-2.2/AbiWord/docs &amp;&amp;
119cp -v -rf help /usr/share/AbiSuite-2.2/AbiWord &amp;&amp;
120find /usr/share/AbiSuite-2.2/AbiWord/help \
121 -type d -exec chmod -v 755 {} \;</userinput></screen>
122
123 <para>To integrate <application>AbiWord</application> into your
124 <application>GNOME-2</application> environment, run the
125 following commands:</para>
126
127<screen role="root"><userinput>cd .. &amp;&amp;
128install -v -m644 abidistfiles/GNOME_AbiWord_Control_2_2.server \
129 $GNOME_PREFIX/lib/bonobo/servers &amp;&amp;
130install -v -m644 abi/abiword.desktop $GNOME_PREFIX/share/applications</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para><command>./make-html.sh</command>: This command creates the HTML files
138 used by <application>AbiWord</application> when help is requested from the
139 main menu.</para>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directory</segtitle>
150
151 <seglistitem>
152 <seg>abiword, AbiWord-2.2, ttfdmin.sh, and ttftool</seg>
153 <seg>None</seg>
154 <seg>/usr/share/AbiSuite-2.2</seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="abiword-prog">
164 <term><command>abiword</command></term>
165 <listitem>
166 <para>is a symbolic link to the main <command>AbiWord-2.2</command>
167 executable.</para>
168 <indexterm zone="abiword abiword-prog">
169 <primary sortas="g-abiword">abiword</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="AbiWord-2.2">
175 <term><command>AbiWord-2.2</command></term>
176 <listitem>
177 <para>is the word-processing program executable.</para>
178 <indexterm zone="abiword AbiWord-2.2">
179 <primary sortas="b-AbiWord-2.2">AbiWord-2.2</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="ttfadmin.sh">
185 <term><command>ttfadmin.sh</command></term>
186 <listitem>
187 <para>generates support files required by
188 <application>AbiWord</application> for each TrueType font in a
189 given directory.</para>
190 <indexterm zone="abiword ttfadmin.sh">
191 <primary sortas="b-ttfadmin.sh">ttfadmin.sh</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="ttftool">
197 <term><command>ttftool</command></term>
198 <listitem>
199 <para>is a utility for processing TrueType fonts.</para>
200 <indexterm zone="abiword ttftool">
201 <primary sortas="b-ttftool">ttftool</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.