Changeset 84e112b for gnome


Ignore:
Timestamp:
09/19/2003 03:11:25 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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:
2e4a2f48
Parents:
2fcc9ee
Message:

update gtkhtml intro, soup intro and libghttp intro

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

Location:
gnome/otherlibs
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • gnome/otherlibs/gtkhtml/gtkhtml-config.xml

    r2fcc9ee r84e112b  
    11<sect2>
    2 <title>Configuring gtkhtml</title>
     2<title>Configuring <application>gtkhtml</application></title>
    33&library-config;
    44</sect2>
  • gnome/otherlibs/gtkhtml/gtkhtml-desc.xml

    r2fcc9ee r84e112b  
    22<title>Contents</title>
    33
    4 <para>The gtkhtml package contains the Gnome 1.4 html rendering engine.</para>
     4<para>The <application>gtkhtml</application> package contains the GNOME 1.4
     5<acronym>html</acronym> rendering engine.</para>
    56
    67</sect2>
  • gnome/otherlibs/gtkhtml/gtkhtml-exp.xml

    r2fcc9ee r84e112b  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/opt/gnome</userinput> : Install gtkhtml in the Gnome 1.4 area.</para>
     4<para><command>--prefix=/opt/gnome</command> : Install
     5<application>gtkhtml</application> in the GNOME 1.4 area.</para>
    56
    67</sect2>
  • gnome/otherlibs/gtkhtml/gtkhtml-inst.xml

    r2fcc9ee r84e112b  
    11<sect2>
    2 <title>Installation of gtkhtml</title>
     2<title>Installation of <application>gtkhtml</application></title>
    33
    4 <para>Install gtkhtml by running the following commands:</para>
     4<para>Install <application>gtkhtml</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    78make &amp;&amp;
    8 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • gnome/otherlibs/gtkhtml/gtkhtml-intro.xml

    r2fcc9ee r84e112b  
    11<sect2>
    2 <title>Introduction to gtkhtml-&gtkhtml-version;</title>
     2<title>Introduction to <application>gtkhtml</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gtkhtml-download-http;"/>
    5 Download location (FTP):        <ulink url="&gtkhtml-download-ftp;"/>
    6 Version used:                   &gtkhtml-version;
    7 Package size:                   &gtkhtml-size;
    8 Estimated Disk space required:  &gtkhtml-buildsize;</screen>
    9  
    10 <para>The gtkhtml package contains is a lightweight HTML
    11 rendering/printing/editing engine.</para>
     4<para>The <application>gtkhtml</application> package contains is a lightweight
     5<acronym>HTML</acronym> rendering/printing/editing engine.</para>
    126
    13 <screen>gtkhtml depends on:
    14 <xref linkend="gal"></xref>, <xref linkend ="libglade14"></xref> and <xref linkend="libcapplet"></xref>.</screen>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&gtkhtml-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&gtkhtml-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &gtkhtml-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&gtkhtml-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&gtkhtml-time;</para></listitem></itemizedlist>
     18</sect3>
     19                                                                               
     20<sect3><title><application>gtkhtml</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="GConf1"/>, <xref linkend="gal"/>, <xref
     23linkend ="libglade14"/> and <xref linkend="libcapplet"/></para></sect4>
     24<sect4><title>Optional</title>
     25<para><xref linkend="soup"/></para></sect4>
     26</sect3>
    1527
    1628</sect2>
  • gnome/otherlibs/gtkhtml/gtkhtml.ent

    r2fcc9ee r84e112b  
    55<!ENTITY gtkhtml-desc SYSTEM "gtkhtml-desc.xml">
    66<!ENTITY gtkhtml-config SYSTEM "gtkhtml-config.xml">
    7 <!ENTITY gtkhtml-buildsize "62 MB">
     7<!ENTITY gtkhtml-buildsize "78.6 MB">
    88<!ENTITY gtkhtml-version "1.1.7">
    99<!ENTITY gtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/1.1/gtkhtml-&gtkhtml-version;.tar.bz2">
    1010<!ENTITY gtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtkhtml/1.1/gtkhtml-&gtkhtml-version;.tar.bz2">
    1111<!ENTITY gtkhtml-size "1.1 KB">
     12<!ENTITY gtkhtml-time "1.83 SBU">
  • gnome/otherlibs/gtkhtml/gtkhtml.xml

    r2fcc9ee r84e112b  
    66&gtkhtml-inst;
    77&gtkhtml-exp;
    8 &gtkhtml-config;
    98&gtkhtml-desc;
    109
  • gnome/otherlibs/libghttp/libghttp-config.xml

    r2fcc9ee r84e112b  
    11<sect2>
    2 <title>Configuring libghttp</title>
     2<title>Configuring <application>libghttp</application></title>
    33&library-config;
    44</sect2>
  • gnome/otherlibs/libghttp/libghttp-desc.xml

    r2fcc9ee r84e112b  
    22<title>Contents</title>
    33
    4 <para>The libghttp package contains an Gnome 1.4 HTTP client library.</para>
     4<para>The <application>libghttp</application> package contains an GNOME
     51.4 <acronym>HTTP</acronym> client library.</para>
    56</sect2>
    67
  • gnome/otherlibs/libghttp/libghttp-exp.xml

    r2fcc9ee r84e112b  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/opt/gnome</userinput> : Install libghttp in the Gnome 1.4 area.</para>
     4<para><command>--prefix=/opt/gnome</command> : Install
     5<application>libghttp</application> in the GNOME 1.4 area.</para>
    56
    67</sect2>
  • gnome/otherlibs/libghttp/libghttp-inst.xml

    r2fcc9ee r84e112b  
    11<sect2>
    2 <title>Installation of libghttp</title>
     2<title>Installation of <application>libghttp</application></title>
    33
    4 <para>Install libghttp by running the following commands:</para>
     4<para>Install <application>libghttp</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
    78make &amp;&amp;
    8 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • gnome/otherlibs/libghttp/libghttp-intro.xml

    r2fcc9ee r84e112b  
    11<sect2>
    2 <title>Introduction to libghttp-&libghttp-version;</title>
     2<title>Introduction to <application>libghttp</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&libghttp-download-http;"/>
    5 Download location (FTP):        <ulink url="&libghttp-download-ftp;"/>
    6 Version used:                   &libghttp-version;
    7 Package size:                   &libghttp-size;
    8 Estimated Disk space required:  &libghttp-buildsize;</screen>
     4<para>The <application>libghttp</application> package contains a GNOME
     51.4 <acronym>HTTP</acronym> client library.</para>
    96
    10 <para>The libghttp package contains a Gnome 1.4 HTTP client library.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&libghttp-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&libghttp-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &libghttp-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&libghttp-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&libghttp-time;</para></listitem></itemizedlist>
     18</sect3>
     19
    1120
    1221</sect2>
  • gnome/otherlibs/libghttp/libghttp.ent

    r2fcc9ee r84e112b  
    1010<!ENTITY libghttp-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libghttp/1.0/libghttp-&libghttp-version;.tar.gz">
    1111<!ENTITY libghttp-size "148 KB">
     12<!ENTITY libghttp-time "0.01 SBU">
  • gnome/otherlibs/libghttp/libghttp.xml

    r2fcc9ee r84e112b  
    66&libghttp-inst;
    77&libghttp-exp;
    8 &libghttp-config;
    98&libghttp-desc;
    109
  • gnome/otherlibs/otherlibs.xml

    r2fcc9ee r84e112b  
    2121&guppi;
    2222&libcapplet;
     23&soup;
    2324&gtkhtml;
    2425&libghttp;
    25 &bonobo-conf;
    26 &soup;
    2726</chapter>
  • gnome/otherlibs/soup/soup-config.xml

    r2fcc9ee r84e112b  
    11<sect2>
    2 <title>Configuring Soup</title>
     2<title>Configuring <application>Soup</application></title>
    33&library-config;
    44</sect2>
  • gnome/otherlibs/soup/soup-desc.xml

    r2fcc9ee r84e112b  
    22<title>Contents</title>
    33
    4 <para>The soup package contains SOAP libraries, used to implement
    5 XML remote procedure calls.</para>
     4<para>The <application>soup</application> package contains
     5<acronym>SOAP</acronym> libraries, used to implement
     6<acronym>XML</acronym> remote procedure calls.</para>
    67
    78</sect2>
  • gnome/otherlibs/soup/soup-exp.xml

    r2fcc9ee r84e112b  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/opt/gnome</userinput> : Install Soup in the Gnome 1.4 area.</para>
     4<para><command>--prefix=/opt/gnome</command> : Install
     5<application>Soup</application> in the GNOME 1.4 area.</para>
    56
    67</sect2>
  • gnome/otherlibs/soup/soup-inst.xml

    r2fcc9ee r84e112b  
    11<sect2>
    2 <title>Installation of Soup</title>
     2<title>Installation of <application>Soup</application></title>
    33
    4 <para>Install Soup by running the following commands:</para>
     4<para>Install <application>Soup</application> by running the following commands:
     5</para>
    56
    6 <para><screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
    78make &amp;&amp;
    8 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • gnome/otherlibs/soup/soup-intro.xml

    r2fcc9ee r84e112b  
    11<sect2>
    2 <title>Introduction to Soup</title>
     2<title>Introduction to <application>Soup</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&soup-download-http;"/>
    5 Download location (FTP):        <ulink url="&soup-download-ftp;"/>
    6 Version used:                   &soup-version;
    7 Package size:                   &soup-size;
    8 Estimated Disk space required:  &soup-buildsize;</screen>
     4<para>The <application>Soup</application> package contains a
     5<acronym>SOAP</acronym> (Simple Object Access Protocol)
     6implementation in <application>C</application>.  </para>
    97
    10 <para>The Soup package contains a SOAP (Simple Object Access Protocol)
    11 implementation in C.  </para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&soup-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&soup-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &soup-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&soup-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&soup-time;</para></listitem></itemizedlist>
     19</sect3>
     20
    1221
    1322</sect2>
  • gnome/otherlibs/soup/soup.ent

    r2fcc9ee r84e112b  
    55<!ENTITY soup-desc SYSTEM "soup-desc.xml">
    66<!ENTITY soup-config SYSTEM "soup-config.xml">
    7 <!ENTITY soup-buildsize "4.1 MB">
    8 <!ENTITY soup-version "0.7.4">
    9 <!ENTITY soup-download-http "http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.4.tar.bz2">
    10 <!ENTITY soup-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.4.tar.bz2">
    11 <!ENTITY soup-size "302 KB">
     7<!ENTITY soup-buildsize "11.1 MB">
     8<!ENTITY soup-version "0.7.11">
     9<!ENTITY soup-download-http "http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.11.tar.bz2">
     10<!ENTITY soup-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.11.tar.bz2">
     11<!ENTITY soup-size "324 KB">
     12<!ENTITY soup-time "0.33">
  • gnome/otherlibs/soup/soup.xml

    r2fcc9ee r84e112b  
    66&soup-inst;
    77&soup-exp;
    8 &soup-config;
    98&soup-desc;
    109
Note: See TracChangeset for help on using the changeset viewer.