Changeset 5e19933
- Timestamp:
- 09/19/2003 02:15:02 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2fcc9ee
- Parents:
- 292bc8bf
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r292bc8bf r5e19933 12 12 content x kde gnome xsoft multimedia pst preface \ 13 13 appendices other 14 /usr/bin/openjade -t xml \15 -d /usr/share/dsssl/docbook/html/blfs.dsl \16 /usr/share/dsssl/docbook/dtds/decls/xml.dcl \17 14 /usr/bin/openjade -t sgml \ 15 -d /usr/share/sgml/docbook/dsssl-stylesheets-1.78/html/blfs.dsl \ 16 /usr/share/sgml/docbook/dsssl-stylesheets-1.78/dtds/decls/xml.dcl \ 17 /path/to/index.xml 18 18 19 19 … … 23 23 The NOCHUNKS HTML version is one big HTML file: 24 24 /usr/bin/openjade -t sgml \ 25 26 -d /usr/share/dsssl/docbook/html/blfs.dsl \27 /usr/share/dsssl/docbook/dtds/decls/xml.dcl \28 25 -V nochunks \ 26 -d /usr/share/sgml/docbook/dsssl-stylesheets-1.78/html/blfs.dsl \ 27 /usr/share/sgml/docbook/dsssl-stylesheets-1.78/dtds/decls/xml.dcl \ 28 /path/to/index.xml > nochunks.html 29 29 30 30 XML to TXT: -
basicnet/netlibs/gnet.xml
r292bc8bf r5e19933 5 5 &gnet-intro; 6 6 &gnet-inst; 7 &gnet-exp;8 7 &gnet-desc; 9 8 -
basicnet/netlibs/gnet/gnet-config.xml
r292bc8bf r5e19933 1 1 <sect2> 2 <title>Configuring gnet</title>2 <title>Configuring <application>gnet</application></title> 3 3 4 4 <sect3><title>Config files</title> -
basicnet/netlibs/gnet/gnet-desc.xml
r292bc8bf r5e19933 2 2 <title>Contents</title> 3 3 4 <para>The gnetpackage contains <filename>libgnet</filename> libraries.</para>4 <para>The <application>gnet</application> package contains <filename>libgnet</filename> libraries.</para> 5 5 6 6 </sect2> -
basicnet/netlibs/gnet/gnet-exp.xml
r292bc8bf r5e19933 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--enable-glib2</userinput> : This switch ensures that 5 gnet will link against GLib2. Configure defaults to GLib, if it is 6 installed, instead of GLib2.</para> 4 <para><command>--enable-glib2</command> : This switch ensures that 5 <application>gnet</application> will link against 6 <applicatin>GLib</application> version 2. Configure defaults to 7 <application>GLib</application>, if it is 8 installed, instead of <application>GLib</application> version 2.</para> 7 9 8 10 </sect2> -
basicnet/netlibs/gnet/gnet-inst.xml
r292bc8bf r5e19933 1 1 <sect2> 2 <title>Installation of gnet</title>2 <title>Installation of <application>gnet</application></title> 3 3 4 <para>Install gnet by running the following commands:</para> 4 <para>Install <application>gnet</application> by running the following commands: 5 </para> 5 6 6 < para><screen><userinput>./configure --prefix=/usr --enable-glib2&&7 <screen><userinput><command>./configure --prefix=/usr && 7 8 make && 8 make install</ userinput></screen></para>9 make install</command></userinput></screen> 9 10 10 11 </sect2> -
basicnet/netlibs/gnet/gnet-intro.xml
r292bc8bf r5e19933 1 1 <sect2> 2 <title>Introduction to gnet</title>2 <title>Introduction to <application>gnet</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&gnet-download-http;"/>5 Download location (FTP): <ulink url="&gnet-download-ftp;"/>6 Version used: &gnet-version;7 Package size: &gnet-size;8 Estimated Disk space required: &gnet-buildsize;9 Estimated build time: &gnet-time;</screen>10 4 11 <para>The gnet package contains a simple network library. This is useful 12 for supporting TCP sockets, UDP and IP multicast, asynchronous DNS 13 lookup, and more.</para> 5 <para>The <application>gnet</application> package contains a simple network 6 library. This is useful for supporting <acronym>TCP</acronym> sockets, 7 <acronym>UDP</acronym> and <acronym>IP</acronym> multicast, asynchronous 8 <acronym>DNS</acronym> lookup, and more.</para> 14 9 15 <screen>gnet depends on: 16 <xref linkend="GLib2"/></screen> 10 <sect3><title>Package information</title> 11 <itemizedlist spacing='compact'> 12 <listitem><para>Download (HTTP): <ulink 13 url="&gnet-download-http;"/></para></listitem> 14 <listitem><para>Download (FTP): <ulink 15 url="&gnet-download-ftp;"/></para></listitem> 16 <listitem><para>Download size: &gnet-size;</para></listitem> 17 <listitem><para>Estimated Disk space required: 18 &gnet-buildsize;</para></listitem> 19 <listitem><para>Estimated build time: 20 &gnet-time;</para></listitem></itemizedlist> 21 </sect3> 22 23 <sect3><title><application>gnet</application> dependencies</title> 24 <sect4><title>Required</title> 25 <para><xref linkend="GLib2"/></para></sect4> 26 </sect3> 27 17 28 18 29 </sect2> -
basicnet/netlibs/netlibs.xml
r292bc8bf r5e19933 6 6 &wvstreams; 7 7 &gnet; 8 &libsoup; 8 9 9 10 </chapter> -
connect/dhcp/dhcpcd/dhcpcd.ent
r292bc8bf r5e19933 7 7 <!ENTITY dhcpcd-buildsize "750 KB"> 8 8 <!ENTITY dhcpcd-version "1.3.22-pl4"> 9 <!ENTITY dhcpcd-download-http " ">9 <!ENTITY dhcpcd-download-http "http://www.phystech.com/ftp/dhcpcd-1.3.22-pl4.tar.gz"> 10 10 <!ENTITY dhcpcd-download-ftp "ftp://ftp.phystech.com/pub/dhcpcd-1.3.22-pl4.tar.gz"> 11 11 <!ENTITY dhcpcd-size "145 KB"> -
general/genlib/genlib.xml
r292bc8bf r5e19933 50 50 &slib; 51 51 &gwrap; 52 &libsoup;53 52 &STLport; 54 53 &LZO; -
gnome/lib/gconf/gconf1-config.xml
r292bc8bf r5e19933 1 1 <sect2> 2 <title>Configuring GConf</title>2 <title>Configuring <application>GConf</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
gnome/lib/gconf/gconf1-desc.xml
r292bc8bf r5e19933 2 2 <title>Contents</title> 3 3 4 <para>The GConf package contains <filename>libgconf</filename> libraries.</para> 4 <para>The <application>GConf</application> package contains <filename>libgconf 5 </filename> libraries.</para> 5 6 6 7 </sect2> … … 9 10 10 11 <sect3><title>libgconf libraries</title> 11 <para> libgconf libraries provide the functions necessary to maintain12 t he configuration database.</para></sect3>12 <para><filename>libgconf</filename> libraries provide the functions necessary 13 to maintain the configuration database.</para></sect3> 13 14 14 15 -
gnome/lib/gconf/gconf1-inst.xml
r292bc8bf r5e19933 1 1 <sect2> 2 <title>Installation of GConf</title>2 <title>Installation of <application>GConf</application></title> 3 3 4 <para>Install GConf by running the following commands:</para> 4 <para>Install <application>GConf</application> by running the following commands: 5 </para> 5 6 6 < para><screen><userinput>./configure --prefix=/opt/gnome &&7 <screen><userinput><command>./configure --prefix=/opt/gnome && 7 8 make && 8 make install</ userinput></screen></para>9 make install</command></userinput></screen> 9 10 10 11 </sect2> -
gnome/lib/gconf/gconf1-intro.xml
r292bc8bf r5e19933 1 1 <sect2> 2 <title>Introduction to GConf</title>2 <title>Introduction to <application>GConf</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&GConf1-download-http;"/> 5 Download location (FTP): <ulink url="&GConf1-download-ftp;"/> 6 Version used: &GConf1-version; 7 Package size: &GConf1-size; 8 Estimated Disk space required: &GConf1-buildsize;</screen> 4 <para>The <application>GConf</application> package contains a configuration 5 database system.</para> 9 6 10 <para>The GConf package contains a configuration database system.</para> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink 10 url="&GConf1-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&GConf1-download-ftp;"/></para></listitem> 13 <listitem><para>Download size: &GConf1-size;</para></listitem> 14 <listitem><para>Estimated Disk space required: 15 &GConf1-buildsize;</para></listitem> 16 <listitem><para>Estimated build time: 17 &GConf1-time;</para></listitem></itemizedlist> 18 </sect3> 19 20 <sect3><title><application>GConf</application> dependencies</title> 21 <sect4><title>Required</title> 22 <para><xref linkend="oaf"/>, <xref linkend="GTK"/> and <xref linkend="gdk"/></para></sect4> 23 <sect4><title>Optional</title> 24 <para><xref linkend="db-3.3"/> and <xref linkend="guile"/></para></sect4> 25 </sect3> 11 26 12 <screen>GConf depends on:13 <xref linkend="oaf"/>, <xref linkend="GTK"/> and <xref linkend="gdk"/>14 GConf will utilize:15 <xref linkend="db-3.3"/> and <xref linkend="guile"></xref></screen>16 27 17 28 </sect2> -
gnome/lib/gconf/gconf1.ent
r292bc8bf r5e19933 5 5 <!ENTITY GConf1-desc SYSTEM "gconf1-desc.xml"> 6 6 <!ENTITY GConf1-config SYSTEM "gconf1-config.xml"> 7 <!ENTITY GConf1-buildsize " 8.7MB">7 <!ENTITY GConf1-buildsize "20.0 MB"> 8 8 <!ENTITY GConf1-version "1.0.9"> 9 9 <!ENTITY GConf1-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/1.0/GConf-1.0.9.tar.bz2"> 10 10 <!ENTITY GConf1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/1.0/GConf-1.0.9.tar.bz2"> 11 <!ENTITY GConf1-size "1.2 MB"> 11 <!ENTITY GConf1-size "772 KB"> 12 <!ENTITY GConf1-time "0.44"> -
gnome/lib/gconf1.xml
r292bc8bf r5e19933 5 5 &GConf1-intro; 6 6 &GConf1-inst; 7 &GConf1-config;8 7 &GConf1-desc; 9 8
Note:
See TracChangeset
for help on using the changeset viewer.