Ignore:
Timestamp:
06/15/2004 04:33:15 AM (20 years ago)
Author:
DJ Lucas <dj@…>
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:
f3a7922
Parents:
9d2dc4e2
Message:

Last of XML rewrite

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-panel.xml

    r9d2dc4e2 rfdca4266  
     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 gnome-panel-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/2.6/gnome-panel-&gnome-panel-version;.tar.bz2">
     8<!ENTITY gnome-panel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-panel/2.6/gnome-panel-&gnome-panel-version;.tar.bz2">
     9<!ENTITY gnome-panel-size "2.8 MB">
     10<!ENTITY gnome-panel-buildsize "70.2 MB">
     11<!ENTITY gnome-panel-time "1.14 SBU">
     12
     13]>
     14
    115<sect1 id="gnome-panel" xreflabel="GNOME Panel-&gnome-panel-version;">
    216<?dbhtml filename="gnome-panel.html"?>
    317<title>GNOME Panel-&gnome-panel-version;</title>
    418
    5 &gnome-panel-intro;
    6 &gnome-panel-inst;
    7 &gnome-panel-exp;
    8 &gnome-panel-desc;
     19<sect2>
     20<title>Introduction to <application><acronym>GNOME</acronym> Panel</application></title>
     21
     22<para>The <application><acronym>GNOME</acronym> Panel</application> package contains the menu and
     23applet systems.</para>
     24
     25<sect3><title>Package information</title>
     26<itemizedlist spacing='compact'>
     27<listitem><para>Download (HTTP): <ulink
     28url="&gnome-panel-download-http;"/></para></listitem>
     29<listitem><para>Download (FTP): <ulink
     30url="&gnome-panel-download-ftp;"/></para></listitem>
     31<listitem><para>Download size: &gnome-panel-size;</para></listitem>
     32<listitem><para>Estimated Disk space required:
     33&gnome-panel-buildsize;</para></listitem>
     34<listitem><para>Estimated build time:
     35&gnome-panel-time;</para></listitem></itemizedlist>
     36</sect3>
     37
     38<sect3><title><application><acronym>GNOME</acronym> Panel</application> dependencies</title>
     39<sect4><title>Required</title>
     40<para>
     41<xref linkend="gnome-desktop"/> and
     42<xref linkend="libwnck"/>
     43</para></sect4>
     44<sect4><title>Optional</title>
     45<para>
     46<xref linkend="startup-notification"/>,
     47<xref linkend="gtk-doc"/> and
     48<ulink url="http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/">evolution-data-server</ulink>
     49</para></sect4>
     50</sect3>
     51
     52</sect2>
     53
     54<sect2>
     55<title>Installation of <application><acronym>GNOME</acronym> Panel</application></title>
     56
     57<para>Install <application><acronym>GNOME</acronym> Panel</application> by running the following commands:</para>
     58
     59<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     60    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
     61    --localstatedir=/var/lib --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
     62make &amp;&amp;
     63make install</command></userinput></screen>
     64
     65</sect2>
     66
     67<sect2>
     68<title>Command explanations</title>
     69
     70<para><parameter>--libexecdir=$GNOME_PREFIX/sbin</parameter>: This switch puts
     71libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     72<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     73
     74<para><parameter>--libexecdir=`pkg-config --variable=prefix
     75ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
     76<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     77<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     78
     79<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
     80puts configuration files in <filename class="directory">/etc/gnome</filename> instead of
     81<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     82
     83<para><option>--disable-gtk-doc</option>: This switch prevents
     84the rebuilding of documentation during the <command>make</command> command.</para>
     85
     86</sect2>
     87
     88<sect2>
     89<title>Contents</title>
     90
     91<para>The <application><acronym>GNOME</acronym> Panel</application> package contains
     92<filename class="libraryfile">libpanel-applet-2</filename> libraries and applets.</para>
     93
     94</sect2>
     95
     96<sect2><title>Description</title>
     97
     98<sect3><title>libpanel-applet libraries</title>
     99<para><filename class="libraryfile">libpanel-applet</filename> libraries allow development of small
     100applications which may be embedded in the panel called applets.</para></sect3>
     101
     102<sect3><title>Applets</title>
     103<para>Applets included are Workspace Switcher, Window List, Inbox
     104Monitor, Clock and 'Wanda the Fish'.</para></sect3>
     105
     106</sect2>
    9107
    10108</sect1>
Note: See TracChangeset for help on using the changeset viewer.