Ignore:
Timestamp:
06/15/2004 12:20:58 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:
fdca4266
Parents:
c117e5a
Message:

Chapter 31 new XML

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gtksourceview.xml

    rc117e5a r9d2dc4e2  
     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 gtksourceview-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.0/gtksourceview-&gtksourceview-version;.tar.bz2">
     8<!ENTITY gtksourceview-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.0/gtksourceview-&gtksourceview-version;.tar.bz2">
     9<!ENTITY gtksourceview-size "642 KB">
     10<!ENTITY gtksourceview-buildsize "13 MB">
     11<!ENTITY gtksourceview-time "0.10 SBU">
     12
     13]>
     14
    115<sect1 id="gtksourceview" xreflabel="gtksourceview-&gtksourceview-version;">
    216<?dbhtml filename="gtksourceview.html"?>
    317<title>gtksourceview-&gtksourceview-version;</title>
    418
    5 &gtksourceview-intro;
    6 &gtksourceview-inst;
    7 &gtksourceview-desc;
     19<sect2>
     20<title>Introduction to <application>gtksourceview</application></title>
     21
     22<para>The <application>gtksourceview</application> package contains
     23<filename>libgtksourceview</filename> libraries. This is useful for
     24extending the gtk text functions to include syntax highlighting.</para>
     25
     26<sect3><title>Package information</title>
     27<itemizedlist spacing='compact'>
     28<listitem><para>Download (HTTP): <ulink url="&gtksourceview-download-http;"/></para></listitem>
     29<listitem><para>Download (FTP): <ulink url="&gtksourceview-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &gtksourceview-size;</para></listitem>
     31<listitem><para>Estimated Disk space required: &gtksourceview-buildsize;</para></listitem>
     32<listitem><para>Estimated build time: &gtksourceview-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>gtksourceview</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="libgnomeprintui"/></para></sect4>
     38<sect4><title>Optional</title>
     39<para><xref linkend="gtk-doc"/></para></sect4>
     40</sect3>
     41
     42</sect2>
     43
     44<sect2>
     45<title>Installation of <application>gtksourceview</application></title>
     46
     47<para>Install <application>gtksourceview</application> by running the following commands:</para>
     48
     49<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     50make &amp;&amp;
     51make install</command></userinput></screen>
     52
     53</sect2>
     54
     55<sect2>
     56<title>Contents</title>
     57
     58<para>The <application>gtksourceview</application> package contains
     59<filename>libgtksourceview</filename> libraries.</para>
     60
     61</sect2>
     62
     63<sect2><title>Description</title>
     64
     65<sect3><title>libgtksourceview libraries</title>
     66<para><filename>libgtksourceview</filename> libraries contain function
     67extensions for the GtkTextView widget.</para></sect3>
     68
     69</sect2>
    870
    971</sect1>
Note: See TracChangeset for help on using the changeset viewer.