Changeset ca3bcd40 for basicnet/netprogs


Ignore:
Timestamp:
08/04/2002 07:08:14 PM (22 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
31bab14
Parents:
7c3bcfa
Message:

continue ent and intro updates, consistency changes

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

Location:
basicnet/netprogs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/cvs/cvs-intro.xml

    r7c3bcfa rca3bcd40  
    22<title>Introduction to cvs</title>
    33
    4 <screen>Download location:              <ulink url="&cvs-download;"/>
     4<screen>Download location (HTTP):       <ulink url="&cvs-download-http;"/>
     5Download location (FTP):        <ulink url="&cvs-download-ftp;"/>
    56Version used:                   &cvs-version;
    67Package size:                   &cvs-size;
  • basicnet/netprogs/cvs/cvs.ent

    r7c3bcfa rca3bcd40  
    66<!ENTITY cvs-buildsize "14 MB">
    77<!ENTITY cvs-version "1.11.2">
    8 <!ENTITY cvs-download "http://ftp.cvshome.org/cvs-1.11.2/cvs-1.11.2.tar.gz">
     8<!ENTITY cvs-download-http "http://ftp.cvshome.org/cvs-1.11.2/cvs-1.11.2.tar.gz">
     9<!ENTITY cvs-download-ftp "">
    910<!ENTITY cvs-size "2.6 MB">
  • basicnet/netprogs/ncftp/ncftp-intro.xml

    r7c3bcfa rca3bcd40  
    22<title>Introduction to ncftp</title>
    33
    4 <screen>Download location:              &ncftp-download;
     4<screen>Download location (HTTP):        <ulink url="&ncftp-download-http;"/>
     5Download location (FTP):        <ulink url="&ncftp-download-ftp;"/>
    56Version used:                   &ncftp-version;
    67Package size:                   &ncftp-size;
  • basicnet/netprogs/ncftp/ncftp.ent

    r7c3bcfa rca3bcd40  
    77<!ENTITY ncftp-buildsize "5.0 MB">
    88<!ENTITY ncftp-version "3.1.2">
    9 <!ENTITY ncftp-download "ftp://ftp.ncftp.com/ncftp/ncftp-3.1.2-src.tar.bz2">
     9<!ENTITY ncftp-download-http "">
     10<!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-3.1.2-src.tar.bz2">
    1011<!ENTITY ncftp-size "378 KB">
  • basicnet/netprogs/openssh-client.xml

    r7c3bcfa rca3bcd40  
    11<sect1 id="basicnet-netprogs-openssh">
    22<?dbhtml filename="openssh.html" dir="basicnet"?>
    3 <title>The OpenSSH-&openssh-version; client</title>
     3<title>OpenSSH-&openssh-version; client</title>
    44
    55<para>The ssh client is a secure replacement for telnet.  If you want to
    6 install it, the instructions can be found in Chapter 09 - <xref
     6install it, the instructions can be found in Chapter 23 - <xref
    77linkend="openssh"/>.  Note that if you only want to use the client, you
    88do <emphasis>not</emphasis> need to run the server and so do not need
Note: See TracChangeset for help on using the changeset viewer.