Changeset adb96dde
- Timestamp:
- 10/26/2002 12:48:49 AM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e085a73
- Parents:
- b297702
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netlibs/curl/curl-intro.xml
rb297702 radb96dde 9 9 10 10 <para>The curl package contains curl and its support library. This is 11 useful for transferring files with URL syntax. For example, curl11 useful for transferring files with URL syntax. For example, <userinput>curl 12 12 http://curl.haxx.se/download/curl-&curl-version;.tar.gz > 13 curl-&curl-version;.tar.gz 13 curl-&curl-version;.tar.gz</userinput> 14 14 would download this programs tarball to the current directory. This 15 15 ability to both download and redirect files can be incorporated -
basicnet/netlibs/curl/curl.ent
rb297702 radb96dde 4 4 <!ENTITY curl-desc SYSTEM "curl-desc.xml"> 5 5 <!ENTITY curl-config SYSTEM "curl-config.xml"> 6 <!ENTITY curl-buildsize " 5.8MB">7 <!ENTITY curl-version "7. 9.8">8 <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-7. 9.8.tar.gz">9 <!ENTITY curl-download-ftp "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7. 9.8.tar.gz">10 <!ENTITY curl-size " 720KB">6 <!ENTITY curl-buildsize "6.5 MB"> 7 <!ENTITY curl-version "7.10.1"> 8 <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-7.10.1.tar.bz2"> 9 <!ENTITY curl-download-ftp "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.10.1.tar.bz2"> 10 <!ENTITY curl-size "664 KB"> -
general/prog/librep/librep-intro.xml
rb297702 radb96dde 15 15 <xref linkend="gmp"/> and <xref linkend="gdbm"/> 16 16 librep will utilize: 17 readline</screen>17 <xref linkend="readline"/></screen> 18 18 19 19 </sect2> -
index.xml
rb297702 radb96dde 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2002102 4">6 <!ENTITY releasedate "October 2 4th, 2002">5 <!ENTITY version "20021025"> 6 <!ENTITY releasedate "October 25th, 2002"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
rb297702 radb96dde 10 10 11 11 <itemizedlist> 12 13 <listitem><para>October 25th, 2002 [larry]: Basicnet: Update to 14 curl-7.10.1.</para></listitem> 12 15 13 16 <listitem><para>October 24th, 2002 [larry]: Xsoft: Edited Galeon for
Note:
See TracChangeset
for help on using the changeset viewer.