Changeset 6195a27c


Ignore:
Timestamp:
06/06/2005 12:07:01 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
22c1df71
Parents:
4570991
Message:

Grammar and tagging corrections to the Bluefish instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/bluefish.xml

    r4570991 r6195a27c  
    3030    <title>Introduction to Bluefish</title>
    3131
    32     <para>The <application>bluefish</application> package contains a powerful X
     32    <para>The <application>Bluefish</application> package contains a powerful X
    3333    Window System editor designed for web designers, but which is also suitable
    3434    as a programmer's editor.  Bluefish supports many programming and markup
    35     languages, and as such is ideal for editing xml and html files.</para>
     35    languages, and as such is ideal for editing XML and HTML files.</para>
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5858
    5959    <bridgehead renderas="sect3">Bluefish Dependencies</bridgehead>
    60    <bridgehead renderas="sect4">Required</bridgehead>
    61     <para><xref linkend="gtk2"/> <xref linkend="pcre"/></para>
     60
     61    <bridgehead renderas="sect4">Required</bridgehead>
     62    <para><xref linkend="gtk2"/> and
     63    <xref linkend="pcre"/></para>
     64
    6265    <bridgehead renderas="sect4">Optional</bridgehead>
    63     <para><xref linkend="gnome-vfs"/> (for remote files)
     66    <para><xref linkend="gnome-vfs"/> (for remote files) and
    6467          <xref linkend="aspell"/> (for spellchecking)</para>
    6568
     
    6972    <title>Installation of Bluefish</title>
    7073
    71     <para>Install <application>bluefish</application> by running the following
     74    <para>Install <application>Bluefish</application> by running the following
    7275    commands:</para>
    7376
    7477<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7578make</userinput></screen>
     79
     80    <para>This package does not come with a test suite.</para>
    7681
    7782    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    8893      <title>Config Files</title>
    8994
    90       <para> Directory <filename>~/.bluefish</filename></para>
     95      <para><filename>~/.bluefish/*</filename></para>
    9196
    9297      <indexterm zone="bluefish bluefish-config">
     
    99104      <title>Configuration Information</title>
    100105
    101       <para>The directory ~/.bluefish is created by the program when it is
    102       first run, and the configuration files are maintained by the program
    103       automatically to preserve settings from run to run.</para>
     106      <para>The directory <filename class='directory'>~/.bluefish</filename> is
     107      created by the program when it is first run, and the configuration files
     108      are maintained by the program automatically to preserve settings from run
     109      to run.</para>
    104110
    105111    </sect3>
     
    111117
    112118    <segmentedlist>
    113       <segtitle>Installed Programs</segtitle>
     119      <segtitle>Installed Program</segtitle>
    114120      <segtitle>Installed Libraries</segtitle>
    115121      <segtitle>Installed Directory</segtitle>
Note: See TracChangeset for help on using the changeset viewer.