mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:17:46 +08:00
update gtkhtml intro, soup intro and libghttp intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1111 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2fcc9ee5ca
commit
84e112b4d2
@ -14,5 +14,5 @@ future releases.</para>
|
||||
&fnlib;
|
||||
&pspell;
|
||||
&postlfs-security-nessus;
|
||||
|
||||
&bonobo-conf;
|
||||
</appendix>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<sect2>
|
||||
<title>Configuring gtkhtml</title>
|
||||
<title>Configuring <application>gtkhtml</application></title>
|
||||
&library-config;
|
||||
</sect2>
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The gtkhtml package contains the Gnome 1.4 html rendering engine.</para>
|
||||
<para>The <application>gtkhtml</application> package contains the GNOME 1.4
|
||||
<acronym>html</acronym> rendering engine.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,7 +1,8 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--prefix=/opt/gnome</userinput> : Install gtkhtml in the Gnome 1.4 area.</para>
|
||||
<para><command>--prefix=/opt/gnome</command> : Install
|
||||
<application>gtkhtml</application> in the GNOME 1.4 area.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
<sect2>
|
||||
<title>Installation of gtkhtml</title>
|
||||
<title>Installation of <application>gtkhtml</application></title>
|
||||
|
||||
<para>Install gtkhtml by running the following commands:</para>
|
||||
<para>Install <application>gtkhtml</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &&
|
||||
<screen><userinput><command>./configure --prefix=/opt/gnome --disable-gtk-doc &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,16 +1,28 @@
|
||||
<sect2>
|
||||
<title>Introduction to gtkhtml->khtml-version;</title>
|
||||
<title>Introduction to <application>gtkhtml</application></title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url=">khtml-download-http;"/>
|
||||
Download location (FTP): <ulink url=">khtml-download-ftp;"/>
|
||||
Version used: >khtml-version;
|
||||
Package size: >khtml-size;
|
||||
Estimated Disk space required: >khtml-buildsize;</screen>
|
||||
|
||||
<para>The gtkhtml package contains is a lightweight HTML
|
||||
rendering/printing/editing engine.</para>
|
||||
<para>The <application>gtkhtml</application> package contains is a lightweight
|
||||
<acronym>HTML</acronym> rendering/printing/editing engine.</para>
|
||||
|
||||
<screen>gtkhtml depends on:
|
||||
<xref linkend="gal"></xref>, <xref linkend ="libglade14"></xref> and <xref linkend="libcapplet"></xref>.</screen>
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url=">khtml-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url=">khtml-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download size: >khtml-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
>khtml-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
>khtml-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application>gtkhtml</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="GConf1"/>, <xref linkend="gal"/>, <xref
|
||||
linkend ="libglade14"/> and <xref linkend="libcapplet"/></para></sect4>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="soup"/></para></sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,8 +4,9 @@
|
||||
<!ENTITY gtkhtml-exp SYSTEM "gtkhtml-exp.xml">
|
||||
<!ENTITY gtkhtml-desc SYSTEM "gtkhtml-desc.xml">
|
||||
<!ENTITY gtkhtml-config SYSTEM "gtkhtml-config.xml">
|
||||
<!ENTITY gtkhtml-buildsize "62 MB">
|
||||
<!ENTITY gtkhtml-buildsize "78.6 MB">
|
||||
<!ENTITY gtkhtml-version "1.1.7">
|
||||
<!ENTITY gtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/1.1/gtkhtml->khtml-version;.tar.bz2">
|
||||
<!ENTITY gtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtkhtml/1.1/gtkhtml->khtml-version;.tar.bz2">
|
||||
<!ENTITY gtkhtml-size "1.1 KB">
|
||||
<!ENTITY gtkhtml-time "1.83 SBU">
|
||||
|
@ -5,7 +5,6 @@
|
||||
>khtml-intro;
|
||||
>khtml-inst;
|
||||
>khtml-exp;
|
||||
>khtml-config;
|
||||
>khtml-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<sect2>
|
||||
<title>Configuring libghttp</title>
|
||||
<title>Configuring <application>libghttp</application></title>
|
||||
&library-config;
|
||||
</sect2>
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The libghttp package contains an Gnome 1.4 HTTP client library.</para>
|
||||
<para>The <application>libghttp</application> package contains an GNOME
|
||||
1.4 <acronym>HTTP</acronym> client library.</para>
|
||||
</sect2>
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--prefix=/opt/gnome</userinput> : Install libghttp in the Gnome 1.4 area.</para>
|
||||
<para><command>--prefix=/opt/gnome</command> : Install
|
||||
<application>libghttp</application> in the GNOME 1.4 area.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
<sect2>
|
||||
<title>Installation of libghttp</title>
|
||||
<title>Installation of <application>libghttp</application></title>
|
||||
|
||||
<para>Install libghttp by running the following commands:</para>
|
||||
<para>Install <application>libghttp</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/opt/gnome &&
|
||||
<screen><userinput><command>./configure --prefix=/opt/gnome &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,12 +1,21 @@
|
||||
<sect2>
|
||||
<title>Introduction to libghttp-&libghttp-version;</title>
|
||||
<title>Introduction to <application>libghttp</application></title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&libghttp-download-http;"/>
|
||||
Download location (FTP): <ulink url="&libghttp-download-ftp;"/>
|
||||
Version used: &libghttp-version;
|
||||
Package size: &libghttp-size;
|
||||
Estimated Disk space required: &libghttp-buildsize;</screen>
|
||||
<para>The <application>libghttp</application> package contains a GNOME
|
||||
1.4 <acronym>HTTP</acronym> client library.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&libghttp-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&libghttp-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download size: &libghttp-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
&libghttp-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&libghttp-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<para>The libghttp package contains a Gnome 1.4 HTTP client library.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -9,3 +9,4 @@
|
||||
<!ENTITY libghttp-download-http "http://ftp.gnome.org/pub/GNOME/sources/libghttp/1.0/libghttp-&libghttp-version;.tar.gz">
|
||||
<!ENTITY libghttp-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libghttp/1.0/libghttp-&libghttp-version;.tar.gz">
|
||||
<!ENTITY libghttp-size "148 KB">
|
||||
<!ENTITY libghttp-time "0.01 SBU">
|
||||
|
@ -5,7 +5,6 @@
|
||||
&libghttp-intro;
|
||||
&libghttp-inst;
|
||||
&libghttp-exp;
|
||||
&libghttp-config;
|
||||
&libghttp-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -20,8 +20,7 @@ these libraries are needed for a Gnome desktop install.
|
||||
&gal;
|
||||
&guppi;
|
||||
&libcapplet;
|
||||
&soup;
|
||||
>khtml;
|
||||
&libghttp;
|
||||
&bonobo-conf;
|
||||
&soup;
|
||||
</chapter>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<sect2>
|
||||
<title>Configuring Soup</title>
|
||||
<title>Configuring <application>Soup</application></title>
|
||||
&library-config;
|
||||
</sect2>
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The soup package contains SOAP libraries, used to implement
|
||||
XML remote procedure calls.</para>
|
||||
<para>The <application>soup</application> package contains
|
||||
<acronym>SOAP</acronym> libraries, used to implement
|
||||
<acronym>XML</acronym> remote procedure calls.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,7 +1,8 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--prefix=/opt/gnome</userinput> : Install Soup in the Gnome 1.4 area.</para>
|
||||
<para><command>--prefix=/opt/gnome</command> : Install
|
||||
<application>Soup</application> in the GNOME 1.4 area.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
<sect2>
|
||||
<title>Installation of Soup</title>
|
||||
<title>Installation of <application>Soup</application></title>
|
||||
|
||||
<para>Install Soup by running the following commands:</para>
|
||||
<para>Install <application>Soup</application> by running the following commands:
|
||||
</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/opt/gnome &&
|
||||
<screen><userinput><command>./configure --prefix=/opt/gnome &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,13 +1,22 @@
|
||||
<sect2>
|
||||
<title>Introduction to Soup</title>
|
||||
<title>Introduction to <application>Soup</application></title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&soup-download-http;"/>
|
||||
Download location (FTP): <ulink url="&soup-download-ftp;"/>
|
||||
Version used: &soup-version;
|
||||
Package size: &soup-size;
|
||||
Estimated Disk space required: &soup-buildsize;</screen>
|
||||
<para>The <application>Soup</application> package contains a
|
||||
<acronym>SOAP</acronym> (Simple Object Access Protocol)
|
||||
implementation in <application>C</application>. </para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&soup-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&soup-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download size: &soup-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
&soup-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&soup-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<para>The Soup package contains a SOAP (Simple Object Access Protocol)
|
||||
implementation in C. </para>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,8 +4,9 @@
|
||||
<!ENTITY soup-exp SYSTEM "soup-exp.xml">
|
||||
<!ENTITY soup-desc SYSTEM "soup-desc.xml">
|
||||
<!ENTITY soup-config SYSTEM "soup-config.xml">
|
||||
<!ENTITY soup-buildsize "4.1 MB">
|
||||
<!ENTITY soup-version "0.7.4">
|
||||
<!ENTITY soup-download-http "http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.4.tar.bz2">
|
||||
<!ENTITY soup-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.4.tar.bz2">
|
||||
<!ENTITY soup-size "302 KB">
|
||||
<!ENTITY soup-buildsize "11.1 MB">
|
||||
<!ENTITY soup-version "0.7.11">
|
||||
<!ENTITY soup-download-http "http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.11.tar.bz2">
|
||||
<!ENTITY soup-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.11.tar.bz2">
|
||||
<!ENTITY soup-size "324 KB">
|
||||
<!ENTITY soup-time "0.33">
|
||||
|
@ -5,7 +5,6 @@
|
||||
&soup-intro;
|
||||
&soup-inst;
|
||||
&soup-exp;
|
||||
&soup-config;
|
||||
&soup-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>September 18th, 2003 [larry]: update to
|
||||
soup-0.7.11.</para></listitem>
|
||||
|
||||
<listitem><para>September 18th, 2003 [igor]: updated instructions
|
||||
for fcron-2.9.3.</para></listitem>
|
||||
|
||||
|
@ -20,7 +20,7 @@ url="&gnucash-download-ftp;"/></para></listitem>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="gnome-print"></xref>, <xref
|
||||
linkend="libglade14"></xref>, <xref linkend="db-3.3"></xref>,
|
||||
<xref linkend="gal"></xref>, <xref linkend="libcapplet"></xref>, <xref
|
||||
<xref linkend="gal"></xref>, , <xref
|
||||
linkend="gtkhtml"></xref>,
|
||||
<xref linkend="libghttp"></xref>, <xref linkend="bonobo14"></xref>,
|
||||
<xref linkend="guppi"></xref>,
|
||||
|
Loading…
Reference in New Issue
Block a user