source: xsoft/office/abiword.xml@ 802e40b9

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

Updated to AbiWord-2.2.0

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

  • Property mode set to 100644
File size: 4.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 AbiWord-download-http "http://prdownloads.sourceforge.net/abiword/abiword-&AbiWord-version;.tar.bz2">
8 <!ENTITY AbiWord-download-ftp " ">
9 <!ENTITY AbiWord-md5sum "N/A">
10 <!ENTITY AbiWord-size "22.8 MB">
11 <!ENTITY AbiWord-buildsize "189 MB">
12 <!ENTITY AbiWord-time "2.01 SBU">
13]>
14
15<sect1 id="AbiWord" xreflabel="AbiWord-&AbiWord-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="AbiWord.html" ?>
21<title>AbiWord-&AbiWord-version;</title>
22
23<sect2>
24<title>Introduction to <application>AbiWord</application></title>
25
26<para>The <application>AbiWord</application> package contains a word
27processing application. This is useful for writing reports, letters and
28other formatted documents.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&AbiWord-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&AbiWord-download-ftp;"/></para></listitem>
36<listitem><para>Download MD5 sum: &AbiWord-md5sum;</para></listitem>
37<listitem><para>Download size: &AbiWord-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&AbiWord-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&AbiWord-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application>AbiWord</application> dependencies</title>
45<sect4><title>Required</title>
46<para><xref linkend="popt"/>,
47<xref linkend="libglade"/> and
48<ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink></para>
49</sect4>
50
51<sect4><title>Recommended</title>
52<para><xref linkend="libjpeg"/></para>
53</sect4>
54
55<sect4><title>Optional</title>
56<para><xref linkend="libgnomeprintui"/>,
57<xref linkend="nautilus"/>,
58<xref linkend="gucharmap"/>,
59<xref linkend="imagemagick"/>,
60<ulink url="http://www.abisource.com/enchant/">Enchant</ulink>
61(uses <xref linkend="aspell"/>) and
62<ulink url="http://wvware.sourceforge.net/">wv</ulink></para>
63</sect4>
64</sect3>
65
66</sect2>
67
68<sect2>
69<title>Installation of <application>AbiWord</application></title>
70
71<para>Install <application>AbiWord</application> by running the following
72commands:</para>
73
74<screen><userinput><command>cd abi &amp;&amp;
75./configure --prefix=/usr &amp;&amp;
76make &amp;&amp;
77make install &amp;&amp;
78cp -rf docs /usr/share/AbiSuite-2.2/AbiWord &amp;&amp;
79cd ../abiword-docs &amp;&amp;
80./make-html.sh &amp;&amp;
81install -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
82install -m644 Manual/en/Abiword_Manual.abw \
83 /usr/share/AbiSuite-2.2/AbiWord/docs &amp;&amp;
84cp -rf help /usr/share/AbiSuite-2.2/AbiWord/help</command></userinput></screen>
85
86<para>To integrate <application>AbiWord</application> into your
87<application><acronym>GNOME</acronym>-2</application> environment, run the
88following commands:</para>
89
90<screen><userinput><command>cd .. &amp;&amp;
91install -m644 abidistfiles/GNOME_AbiWord_Control_2_2.server \
92 $GNOME_PREFIX/lib/bonobo/servers &amp;&amp;
93install -m644 abi/abiword.desktop $GNOME_PREFIX/share/applications</command></userinput></screen>
94
95</sect2>
96
97<sect2>
98<title>Command explanations</title>
99
100<para><command>./make-html.sh</command>: This command creates the
101<acronym>HTML</acronym> files used by <application>AbiWord</application> when
102help is requested from the main menu.</para>
103
104</sect2>
105
106<sect2>
107<title>Contents</title>
108
109<para>The <application>AbiWord</application> package contains
110<command>abiword</command>, <command>ttfadmin.sh</command> and
111<command>ttftool</command>.</para>
112
113</sect2>
114
115<sect2><title>Description</title>
116
117<sect3><title>abiword</title>
118<para><command>abiword</command> is a symlink to the main
119<command>AbiWord-2.0</command> executable.</para></sect3>
120
121<sect3><title>ttfadmin.sh</title>
122<para><command>ttfadmin.sh</command> generates support files
123required by <application>AbiWord</application> for each TrueType font in a
124given directory.</para></sect3>
125
126<sect3><title>ttftool</title>
127<para><command>ttftool</command> is a utility for processing
128TrueType fonts.</para></sect3>
129
130</sect2>
131
132</sect1>
133
Note: See TracBrowser for help on using the repository browser.