Ignore:
Timestamp:
06/13/2004 08:01:55 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
87ba6cd5
Parents:
feeb99a
Message:

XML update for Chapter 33

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnumeric.xml

    rfeeb99a r613c524f  
     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 gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.2/gnumeric-&gnumeric-version;.tar.bz2">
     8  <!ENTITY gnumeric-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.2/gnumeric-&gnumeric-version;.tar.bz2">
     9  <!ENTITY gnumeric-size          "13.9 MB">
     10  <!ENTITY gnumeric-buildsize     "270.7 MB">
     11  <!ENTITY gnumeric-time          "2.81 SBU">
     12]>
     13
    114<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
    215<?dbhtml filename="gnumeric.html" ?>
    316<title>Gnumeric-&gnumeric-version;</title>
    417
    5 &gnumeric-intro;
    6 &gnumeric-inst;
    7 &gnumeric-exp;
    8 &gnumeric-desc;
     18<sect2>
     19<title>Introduction to <application>Gnumeric</application></title>
     20
     21<para>The <application>Gnumeric</application> package contains a spreadsheet
     22program. This is useful for financial analysis.</para>
     23
     24<sect3><title>Package information</title>
     25<itemizedlist spacing='compact'>
     26<listitem><para>Download (HTTP): <ulink
     27url="&gnumeric-download-http;"/></para></listitem>
     28<listitem><para>Download (FTP): <ulink
     29url="&gnumeric-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &gnumeric-size;</para></listitem>
     31<listitem><para>Estimated Disk space required:
     32&gnumeric-buildsize;</para></listitem>
     33<listitem><para>Estimated build time:
     34&gnumeric-time;</para></listitem></itemizedlist>
     35</sect3>
     36
     37<sect3><title><application>Gnumeric</application> dependencies</title>
     38<sect4><title>Required</title>
     39<para><xref linkend="libgnomeprintui"/> and <xref linkend="libgsf"/></para></sect4>
     40<sect4><title>Optional</title>
     41<para>gda</para></sect4>
     42</sect3>
     43
     44
     45</sect2>
     46
     47<sect2>
     48<title>Installation of <application>Gnumeric</application></title>
     49
     50<para>Install <application>Gnumeric</application> by running the following commands:</para>
     51
     52<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin \
     53   --localstatedir=/var/lib  --sysconfdir=/etc &amp;&amp;
     54make &amp;&amp;
     55make install</command></userinput></screen>
     56
     57</sect2>
     58
     59<sect2>
     60<title>Command explanations</title>
     61
     62<para><parameter>--localstatedir=/var/lib</parameter>: This switch
     63puts <application>ScrollKeeper</application> files in <filename
     64class="directory">/var/lib/scrollkeeper</filename>
     65instead of <filename class="directory">/usr/var/scrollkeeper</filename>.</para>
     66
     67<para><parameter>--sysconfdir=/etc</parameter>: This switch
     68puts configuration files in <filename class="directory">/etc</filename> instead of
     69<filename class="directory">/usr/etc</filename>.</para>
     70
     71<para><parameter>--libexecdir=/usr/sbin</parameter>: This switch
     72puts libexec files in <filename class="directory">/usr/sbin</filename> instead of
     73<filename class="directory">/usr/libexec</filename>.</para>
     74
     75</sect2>
     76
     77<sect2>
     78<title>Contents</title>
     79
     80<para>The <application>Gnumeric</application> package contains <command>gnumeric</command>.</para>
     81
     82</sect2>
     83
     84<sect2><title>Description</title>
     85
     86<sect3><title>gnumeric</title>
     87
     88<para><command>gnumeric</command> is
     89<application><acronym>GNOME</acronym></application>'s spreadsheet
     90application.</para>
     91
     92</sect3>
     93
     94</sect2>
    995
    1096</sect1>
Note: See TracChangeset for help on using the changeset viewer.