Changeset c626b08
- Timestamp:
- 02/02/2005 05:50:55 AM (18 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, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5831a7e
- Parents:
- 7887ef0e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netlibs/curl.xml
r7887ef0e rc626b08 8 8 <!ENTITY curl-size "1.8 MB"> 9 9 <!ENTITY curl-buildsize "24.6 MB"> 10 <!ENTITY curl-time "0.42 SBU (additional 2.98 SBU to run test suite )">10 <!ENTITY curl-time "0.42 SBU (additional 2.98 SBU to run test suite w/Valgrind)"> 11 11 ]> 12 12 … … 18 18 <?dbhtml filename="curl.html"?> 19 19 <title>cURL-&curl-version;</title> 20 <indexterm zone="curl"> 21 <primary sortas="a-CURL">CURL</primary></indexterm> 20 22 21 23 <sect2> … … 52 54 <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink></para> 53 55 </sect4> 56 57 <sect4><title>Optional (for running the test suite)</title> 58 <para><xref linkend="stunnel"/> (for running <acronym>HTTPS</acronym> and 59 <acronym>FTPS</acronym> tests) and 60 <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para> 61 </sect4> 54 62 </sect3> 55 63 … … 63 71 64 72 <screen><userinput><command>./configure --prefix=/usr && 65 make && 66 make install && 73 make</command></userinput></screen> 74 75 <para>Now, as the root user:</para> 76 77 <screen><userinput role='root'><command>make install && 67 78 find docs -name "Makefile*" \ 68 79 -o -name "*.1" \ … … 85 96 <title>Contents</title> 86 97 87 <para>The <application>cURL</application> package contains 88 <command>curl</command>, <command>curl-config</command> and the 89 <filename class="libraryfile">libcurl</filename> libraries.</para> 98 <segmentedlist> 99 <segtitle>Installed Programs</segtitle> 100 <segtitle>Installed Library</segtitle> 101 <segtitle>Installed Directories</segtitle> 90 102 91 </sect2> 103 <seglistitem> 104 <seg>curl and curl-config</seg> 105 <seg>libcurl.[so,a]</seg> 106 <seg>/usr/include/curl, /usr/share/curl 107 and /usr/share/doc/curl-&curl-version;</seg> 108 </seglistitem> 109 </segmentedlist> 92 110 93 <sect2><title>Description</title> 111 <variablelist> 112 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 113 <?dbfo list-presentation="list"?> 94 114 95 <sect3><title>curl</title> 96 <para><command>curl</command> is a client that can get documents from or send 97 documents to any of the following protocols: <acronym>HTTP</acronym>, 115 <varlistentry id="curl-prog"> 116 <term><command>curl</command></term> 117 <listitem><para>is a client that can get documents from or send documents to 118 any of the following protocols: <acronym>HTTP</acronym>, 98 119 <acronym>HTTPS</acronym> (needs <xref linkend="openssl"/>), 99 120 <acronym>FTP</acronym>, GOPHER, DICT, TELNET, <acronym>LDAP</acronym> (needs 100 <xref linkend="openldap"/>) or FILE.</para></sect3> 121 <xref linkend="openldap"/> at run time) or FILE.</para> 122 <indexterm zone="curl curl-prog"> 123 <primary sortas="b-curl">curl</primary> 124 </indexterm></listitem> 125 </varlistentry> 101 126 102 <sect3><title>curl-config</title> 103 <para><command>curl-config</command> prints information about the last compile, 104 like libraries linked to and prefix setting.</para></sect3> 127 <varlistentry id="curl-config"> 128 <term><command>curl-config</command></term> 129 <listitem><para>prints information about the last compile, like libraries 130 linked to and prefix setting.</para> 131 <indexterm zone="curl curl-config"> 132 <primary sortas="b-curl-config">curl-config</primary> 133 </indexterm></listitem> 134 </varlistentry> 105 135 106 <sect3><title>libcurl</title> 107 <para><filename class="libraryfile">libcurl</filename> provides the 108 functionality of <command>curl</command> to other programs.</para></sect3> 136 <varlistentry id="libcurl"> 137 <term><filename class='libraryfile'>libcurl.[so,a]</filename></term> 138 <listitem><para>provides the <acronym>API</acronym> functions required by 139 <command>curl</command> and other programs.</para> 140 <indexterm zone="curl libcurl"> 141 <primary sortas="c-libcurl">libcurl.[so,a]</primary> 142 </indexterm></listitem> 143 </varlistentry> 144 </variablelist> 109 145 110 146 </sect2> -
general.ent
r7887ef0e rc626b08 1 <!ENTITY day "0 1">1 <!ENTITY day "02"> 2 2 <!ENTITY month "02"> 3 3 <!ENTITY year "2005"> 4 4 <!ENTITY version "svn-&year;&month;&day;"> 5 <!ENTITY releasedate "February &day; st, &year;">5 <!ENTITY releasedate "February &day;nd, &year;"> 6 6 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 7 7 <!ENTITY blfs-version "cvs"> <!-- cvs|[release #] --> … … 197 197 198 198 <!-- Chapter 16 --> 199 <!ENTITY curl-version "7.1 2.3">199 <!ENTITY curl-version "7.13.0"> 200 200 <!ENTITY wvstreams-version "3.75.0"> 201 201 <!ENTITY gnet-version "2.0.5"> … … 408 408 <!ENTITY firefox-version "1.0"> 409 409 <!ENTITY galeon-version "1.3.18"> 410 <!ENTITY dillo-version "0.8. 3">410 <!ENTITY dillo-version "0.8.4"> 411 411 412 412 <!-- Chapter 36 --> -
introduction/welcome/changelog.xml
r7887ef0e rc626b08 22 22 23 23 <itemizedlist> 24 25 <listitem><para>February 2nd, 2005 [randy]: Updated to cURL-7.13.0 and 26 Dillo-0.8.4.</para></listitem> 24 27 25 28 <listitem><para>February 1st, 2005 [randy]: Added MD5 sums to GCC-3.3.4, -
xsoft/graphweb/dillo.xml
r7887ef0e rc626b08 7 7 <!ENTITY dillo-download-http "http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2"> 8 8 <!ENTITY dillo-download-ftp "ftp://distro.ibiblio.org/pub/Linux/distributions/sorcerer/sources/dillo/&dillo-version;/dillo-&dillo-version;.tar.bz2"> 9 <!ENTITY dillo-size "4 18KB">9 <!ENTITY dillo-size "423 KB"> 10 10 <!ENTITY dillo-buildsize "9.5 MB"> 11 11 <!ENTITY dillo-time "0.19 SBU"> … … 19 19 <?dbhtml filename="dillo.html" ?> 20 20 <title><application>Dillo</application>-&dillo-version;</title> 21 <indexterm zone="dillo"> 22 <primary sortas="a-Dillo">Dillo</primary></indexterm> 21 23 22 24 <sect2> … … 24 26 25 27 <para><application>Dillo</application> is a fast, small footprint graphical 26 browser. Version &dillo-version; is now considered a stable beta.28 browser. Version &dillo-version; is now considered a very stable beta. 27 29 <application>Dillo</application> does not support 28 30 <application>Java</application>, JavaScript or <acronym>CSS</acronym>, and the … … 51 53 52 54 <sect4><title>Optional</title> 53 <para><xref linkend="openssl"/> and 55 <para><xref linkend="openssl"/>, 56 <xref linkend="wget"/> (for downloading via <acronym>FTP</acronym>) and 54 57 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para> 55 58 </sect4> … … 63 66 <note><para>Dillo has no mechanism of character set 64 67 selection and always uses iso8859-1. If this character set is not 65 appropriate, replace all occur ences of iso8859-1 to the68 appropriate, replace all occurrences of iso8859-1 to the 66 69 desired character set in <filename>src/dw_style.c</filename>.</para></note> 67 70 … … 70 73 71 74 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/dillo && 72 make && 73 make install</command></userinput></screen> 75 make</command></userinput></screen> 76 77 <para>Now, as the root user:</para> 78 79 <screen><userinput role='root'><command>make install</command></userinput></screen> 74 80 75 81 </sect2> … … 78 84 <title>Configuring <application>Dillo</application></title> 79 85 80 <sect3 ><title>Config files</title>86 <sect3 id="dillo-config"><title>Config files</title> 81 87 82 88 <para><filename>/etc/dillo/dillorc</filename>, 83 89 <filename>/etc/dillo/dpidrc</filename>, 84 90 <filename>~/.dillo/*</filename></para> 91 <indexterm zone="dillo dillo-config"> 92 <primary sortas="e-AA.dillo-star">~/.dillo/*</primary></indexterm> 93 <indexterm zone="dillo dillo-config"> 94 <primary sortas="e-etc-dillo-dillorc">/etc/dillo/dillorc</primary></indexterm> 95 <indexterm zone="dillo dillo-config"> 96 <primary sortas="e-etc-dillo-dpidrc">/etc/dillo/dpidrc</primary></indexterm> 85 97 </sect3> 86 98 … … 100 112 <title>Contents</title> 101 113 102 < para>The <application>Dillo</application> package contains103 < command>dillo</command>,104 < command>dpid</command> and105 < command>dpidc</command>.</para>114 <segmentedlist> 115 <segtitle>Installed Programs</segtitle> 116 <segtitle>Installed Libraries</segtitle> 117 <segtitle>Installed Directories</segtitle> 106 118 107 </sect2> 119 <seglistitem> 120 <seg>dillo, dpid and dpidc</seg> 121 <seg>None</seg> 122 <seg>~/.dillo, /etc/dillo and /usr/lib/dillo</seg> 123 </seglistitem> 124 </segmentedlist> 108 125 109 <sect2><title>Description</title> 126 <variablelist> 127 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 128 <?dbfo list-presentation="list"?> 110 129 111 <sect3><title>dillo</title> 112 <para><command>dillo</command> is a <acronym>GTK</acronym>+ graphical 113 <acronym>WWW</acronym> browser with limited facilities, but a 114 small footprint and runs fast on slower machines.</para></sect3> 130 <varlistentry id="dillo-prog"> 131 <term><command>dillo</command></term> 132 <listitem><para>is a <acronym>GTK</acronym>+ graphical <acronym>WWW</acronym> 133 browser with limited facilities, but a small footprint and runs fast on 134 slower machines.</para> 135 <indexterm zone="dillo dillo-prog"> 136 <primary sortas="b-dillo">dillo</primary> 137 </indexterm></listitem> 138 </varlistentry> 115 139 116 <sect3><title>dpid</title> 117 <para><command>dpid</command> is a <application>Dillo</application> 118 plugin daemon.</para></sect3> 140 <varlistentry id="dpid"> 141 <term><command>dpid</command></term> 142 <listitem><para>is a <application>Dillo</application> plugin daemon.</para> 143 <indexterm zone="dillo dpid"> 144 <primary sortas="b-dpid">dpid</primary> 145 </indexterm></listitem> 146 </varlistentry> 119 147 120 <sect3><title>dpidc</title> 121 <para><command>dpidc</command> is a control program for 122 <command>dpid</command>.</para></sect3> 148 <varlistentry id="dpidc"> 149 <term><command>dpidc</command></term> 150 <listitem><para>is a control program for <command>dpid</command>.</para> 151 <indexterm zone="dillo dpidc"> 152 <primary sortas="b-dpidc">dpidc</primary> 153 </indexterm></listitem> 154 </varlistentry> 155 </variablelist> 123 156 124 157 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.