Changeset de930747 for postlfs/editors


Ignore:
Timestamp:
05/02/2012 10:23:49 AM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
9cf2b10b
Parents:
cc7670a
Message:

Removed Xulrunner

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/bluefish.xml

    rcc7670a rde930747  
    55  %general-entities;
    66
    7   <!ENTITY bluefish-download-http "http://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
    8   <!ENTITY bluefish-download-ftp  "&gentoo-ftp-repo;/bluefish-&bluefish-version;.tar.bz2">
     7  <!ENTITY bluefish-download-http
     8    "http://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
     9  <!ENTITY bluefish-download-ftp
     10    "&gentoo-ftp-repo;/bluefish-&bluefish-version;.tar.bz2">
    911  <!ENTITY bluefish-md5sum        "23d894e065585d35dbc74c246c15cc9d">
    1012  <!ENTITY bluefish-size          "3.2 MB">
     
    3032    <title>Introduction to Bluefish</title>
    3133
    32     <para><application>Bluefish</application> is a
    33     <application>Gtk+-2</application> text editor targeted towards programmers
    34     and webdesigners, with many options to write websites, scripts and
    35     programming code. Bluefish supports many programming and markup languages,
    36     and it focuses on editing dynamic and interactive websites.</para>
     34    <para>
     35      <application>Bluefish</application> is a
     36      <application>Gtk 2</application> text editor targeted towards
     37      programmers and web designers, with many options to write websites,
     38      scripts and programming code. <application>Bluefish</application>
     39      supports many programming and markup languages, and it focuses on
     40      editing dynamic and interactive websites.
     41    </para>
    3742
    38     &lfs70_checked;
     43    &lfs71_checked;
    3944
    4045    <bridgehead renderas="sect3">Package Information</bridgehead>
    4146    <itemizedlist spacing="compact">
    4247      <listitem>
    43         <para>Download (HTTP): <ulink url="&bluefish-download-http;"/></para>
     48        <para>
     49          Download (HTTP): <ulink url="&bluefish-download-http;"/>
     50        </para>
    4451      </listitem>
    4552      <listitem>
    46         <para>Download (FTP): <ulink url="&bluefish-download-ftp;"/></para>
     53        <para>
     54          Download (FTP): <ulink url="&bluefish-download-ftp;"/>
     55        </para>
    4756      </listitem>
    4857      <listitem>
    49         <para>Download MD5 sum: &bluefish-md5sum;</para>
     58        <para>
     59          Download MD5 sum: &bluefish-md5sum;
     60        </para>
    5061      </listitem>
    5162      <listitem>
    52         <para>Download size: &bluefish-size;</para>
     63        <para>
     64          Download size: &bluefish-size;
     65        </para>
    5366      </listitem>
    5467      <listitem>
    55         <para>Estimated disk space required: &bluefish-buildsize;</para>
     68        <para>
     69          Estimated disk space required: &bluefish-buildsize;
     70        </para>
    5671      </listitem>
    5772      <listitem>
    58         <para>Estimated build time: &bluefish-time;</para>
     73        <para>
     74          Estimated build time: &bluefish-time;
     75        </para>
    5976      </listitem>
    6077    </itemizedlist>
     
    6683
    6784    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="pcre"/>, <xref linkend="gucharmap"/>,
    69     <xref linkend="enchant"/> (for spellchecking),
    70     <xref linkend="desktop-file-utils"/> and
    71     <xref linkend="shared-mime-info"/></para>
     85    <para role="optional">
     86      <xref linkend="pcre"/>,
     87      <xref linkend="gucharmap"/>,
     88      <xref linkend="enchant"/> (for spellchecking),
     89      <xref linkend="desktop-file-utils"/> and
     90      <xref linkend="shared-mime-info"/>
     91    </para>
    7292
    7393    <para condition="html" role="usernotes">User Notes:
    7494    <ulink url="&blfs-wiki;/bluefish"/></para>
    75 
    7695  </sect2>
    7796
     
    7998    <title>Installation of Bluefish</title>
    8099
    81     <para>Install <application>Bluefish</application> by running the following
    82     commands:</para>
     100    <para>Install <application>Bluefish</application> by running the
     101    following commands:</para>
    83102
    84103<screen><userinput>./configure --prefix=/usr &amp;&amp;
     
    103122      <seglistitem>
    104123        <seg>bluefish</seg>
    105         <seg>/usr/lib/bluefish and /usr/share/bluefish</seg>
     124        <seg>
     125          /usr/lib/bluefish and
     126          /usr/share/bluefish.
     127        </seg>
    106128      </seglistitem>
    107129    </segmentedlist>
     
    115137        <term><command>bluefish</command></term>
    116138        <listitem>
    117           <para>is an X Window System editor for markup and programming.</para>
     139          <para>
     140            is an X Window System editor for markup and programming.
     141          </para>
    118142          <indexterm zone="bluefish bluefish-prog">
    119143            <primary sortas="b-bluefish">bluefish</primary>
     
    121145        </listitem>
    122146      </varlistentry>
    123 
    124147    </variablelist>
    125 
    126148  </sect2>
    127 
    128149</sect1>
Note: See TracChangeset for help on using the changeset viewer.