Changeset c30e8cc7


Ignore:
Timestamp:
10/02/2003 08:12:01 AM (21 years ago)
Author:
Igor Živković <igor@…>
Branches:
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a294e133
Parents:
d218887
Message:

hacked koffice.xml into separate files

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

Location:
xsoft/suites
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/suites/koffice.xml

    rd218887 rc30e8cc7  
    33<title>KOffice-&koffice-version;</title>
    44
    5 <sect2><title>Introduction to <application>KOffice</application></title>
     5&koffice-intro;
     6&koffice-inst;
     7&koffice-desc;
    68
    7 <para><application>KOffice</application> is the integrated office suite for KDE.</para>
    8 
    9 <sect3><title>Package information</title>
    10 <itemizedlist spacing='compact'>
    11 <listitem><para>Download (HTTP): <ulink
    12 url="&koffice-download-http;"/></para></listitem>
    13 <listitem><para>Download (FTP): <ulink
    14 url="&koffice-download-ftp;"/></para></listitem>
    15 <listitem><para>Download size: &koffice-size;</para></listitem>
    16 <listitem><para>Estimated Disk space required:
    17 &koffice-buildsize;</para></listitem>
    18 <listitem><para>Estimated build time:
    19 &koffice-time;</para></listitem>
    20 </itemizedlist>
    21 </sect3>
    22 
    23 <sect3><title><application>KOffice</application> dependencies</title>
    24 <sect4><title>Required</title>
    25 <para><xref linkend="kde-base"/></para></sect4>
    26 </sect3>
    27 </sect2>
    28 
    29 <sect2><title>Additional downloads</title>
    30 
    31 <para>KOffice also has many internationalization packages in the form of:
    32 <screen>koffice-i18n-xx-&koffice-version;.tar.bz2</screen>
    33 where the xx is a two to five letter code for the country covered. The sizes of these
    34 files range from about 289 KB to 408 KB.</para>
    35 </sect2>
    36 
    37 
    38 <sect2><title>Installation of <application>KOffice</application></title>
    39 <para>Install <application>KOffice</application> with the following
    40 commands:</para>
    41 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug &amp;&amp;
    42 make &amp;&amp;
    43 make install</command></userinput></screen>
    44 </sect2>
    45      
    46 <sect2><title>Command explanations</title>
    47 <para>The options are the same as for <xref linkend="kde-base"/> and are not
    48 repeated here.</para>
    49 </sect2>
    50      
    51 <sect2><title>Configuring <application>KOffice</application></title>
    52 <para>There is no explicit configuration for the <application>KOffice
    53 </application> package.
    54 </para>
    55 </sect2>
    56        
    57 <sect2>
    58 <title>Contents</title>
    59 <para>The <application>KOffice</application> package provides:</para>
    60 <itemizedlist>
    61 <listitem><para>KWord - Framemaker-like word processing and desktop publishing program</para></listitem>
    62 <listitem><para>KSpread - Spreadsheet program (scriptable)</para></listitem>
    63 <listitem><para>KPresenter - Presentation builder/display program</para></listitem>
    64 <listitem><para>Kivio - Flowchart program</para></listitem>
    65 <listitem><para>Kontour - Vector drawing program</para></listitem>
    66 <listitem><para>Krita - Painting and image editing program</para></listitem>
    67 <listitem><para>Kugar - A tool for creating reports</para></listitem>
    68 <listitem><para>KPlato - Project management application (early stages of development)</para></listitem>
    69 <listitem><para>KChart - Chart drawing application</para></listitem>
    70 <listitem><para>KFormula - Formula editor</para></listitem>
    71 </itemizedlist>
    72 </sect2>
    739</sect1>
  • xsoft/suites/koffice/koffice.ent

    rd218887 rc30e8cc7  
    11<!ENTITY koffice SYSTEM "../koffice.xml">
     2<!ENTITY koffice-intro SYSTEM "koffice-intro.xml">
     3<!ENTITY koffice-inst SYSTEM "koffice-inst.xml">
     4<!ENTITY koffice-desc SYSTEM "koffice-desc.xml">
    25<!ENTITY koffice-version "1.2.1">
    36<!ENTITY koffice-download-http "http://download.at.kde.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.