source: xsoft/suites/koffice.xml@ 87ba6cd5

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 87ba6cd5 was 87ba6cd5, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 34

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

  • Property mode set to 100644
File size: 3.9 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 koffice-download-http "http://mirrors.isc.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
8 <!ENTITY koffice-download-ftp "ftp://ftp.kde.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
9 <!ENTITY koffice-size "11 MB">
10 <!ENTITY koffice-buildsize "155 MB">
11 <!ENTITY koffice-time "20.7 SBU">
12]>
13
14<sect1 id="koffice">
15<?dbhtml filename="koffice.html" ?>
16<title>KOffice-&koffice-version;</title>
17
18<sect2><title>Introduction to <application>KOffice</application></title>
19
20<para><application>KOffice</application> is the integrated office suite
21for <acronym>KDE</acronym>.</para>
22
23<sect3><title>Package information</title>
24<itemizedlist spacing='compact'>
25<listitem><para>Download (HTTP): <ulink
26url="&koffice-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink
28url="&koffice-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &koffice-size;</para></listitem>
30<listitem><para>Estimated Disk space required:
31&koffice-buildsize;</para></listitem>
32<listitem><para>Estimated build time:
33&koffice-time;</para></listitem>
34</itemizedlist>
35</sect3>
36
37<sect3><title>Additional downloads</title>
38
39<para>KOffice has many internationalization packages in the form
40of:
41<screen>koffice-i18n-<replaceable>[xx]</replaceable>-&koffice-version;.tar.bz2</screen>
42where the <replaceable>[xx]</replaceable> is a two to five letter code for the country covered. The
43sizes of these files range from about 0.5 MB to 4.0 MB.</para>
44
45</sect3>
46
47<sect3><title><application>KOffice</application> dependencies</title>
48<sect4><title>Required</title>
49<para><xref linkend="kdebase"/></para></sect4>
50<sect4><title>Optional</title>
51<para>
52<xref linkend="libart_lgpl"/>,
53<xref linkend="Python"/>,
54<xref linkend="libxml2"/>,
55<xref linkend="libxslt"/>,
56<xref linkend="aspell"/>,
57<xref linkend="imagemagick"/> and
58<ulink url="http://sourceforge.net/projects/wvware/">libwv2</ulink>
59</para></sect4>
60</sect3>
61</sect2>
62
63<sect2>
64<title>Installation of <application>KOffice</application></title>
65
66<para>Install <application>KOffice</application> with the following
67commands:</para>
68
69<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
70 --disable-dependency-tracking &amp;&amp;
71make &amp;&amp;
72make install</command></userinput></screen>
73
74</sect2>
75
76<sect2>
77<title>Contents</title>
78<para>The <application>KOffice</application> package provides
79<command>karbon</command>,
80<command>kchart</command>,
81<command>kformula</command>,
82<command>kivio</command>,
83<command>koconverter</command>,
84<command>koscript</command>,
85<command>koshell</command>,
86<command>kprconverter.pl</command>,
87<command>kpresenter</command>,
88<command>kspread</command>,
89<command>kthesaurus</command>,
90<command>kudesigner</command>,
91<command>kugar</command> and
92<command>kword</command>.
93</para>
94
95<sect3><title>kchart</title>
96<para><command>kchart</command> is a chart drawing
97application.</para></sect3>
98
99<sect3><title>kformula</title>
100<para><command>kformula</command> is a formula editor.</para></sect3>
101
102<sect3><title>kivio</title>
103<para><command>kivio</command> is a flowchart program.</para></sect3>
104
105<sect3><title>kpresenter</title>
106<para><command>kpresenter</command> is a presentation builder/display
107program.</para></sect3>
108
109<sect3><title>kspread</title>
110<para><command>kspread</command> is a scriptable spreadsheet
111program.</para></sect3>
112
113<sect3><title>kugar</title>
114<para><command>kugar</command> is a tool for creating
115reports.</para></sect3>
116
117<sect3><title>kword</title>
118<para><command>kword</command> is a framemaker-like word processing and
119desktop publishing program.</para></sect3>
120
121</sect2>
122
123</sect1>
Note: See TracBrowser for help on using the repository browser.