mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
9f12e36459
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6192 af4574ff-66df-0310-9fd7-8a98e5e911e0
157 lines
4.8 KiB
XML
157 lines
4.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY bluefish-download-http "http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-&bluefish-version;.tar.bz2 ">
|
|
<!ENTITY bluefish-download-ftp "ftp://ftp.ratisbona.com/pub/bluefish/downloads/bluefish-&bluefish-version;.tar.bz2">
|
|
<!ENTITY bluefish-md5sum "26701c09d41e5dea987155cdc9d0ac94">
|
|
<!ENTITY bluefish-size "1.4 MB">
|
|
<!ENTITY bluefish-buildsize "23.0 MB">
|
|
<!ENTITY bluefish-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="bluefish">
|
|
<?dbhtml filename="bluefish.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Bluefish-&bluefish-version;</title>
|
|
|
|
<indexterm zone="bluefish">
|
|
<primary sortas="a-Bluefish">Bluefish</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Bluefish</title>
|
|
|
|
<para>The <application>Bluefish</application> package contains a powerful X
|
|
Window System editor designed for web designers, but also suitable
|
|
as a programmer's editor. Bluefish supports many programming and markup
|
|
languages, and as such is ideal for editing XML and HTML files.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&bluefish-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&bluefish-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &bluefish-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &bluefish-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &bluefish-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &bluefish-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Bluefish Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="gtk2"/> and
|
|
<xref linkend="pcre"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="gnome-vfs"/> (for remote files),
|
|
<xref linkend="aspell"/> (for spellchecking),
|
|
<xref linkend="libgnomeui"/>,
|
|
<xref linkend="gnome-mime-data"/>,
|
|
<xref linkend="desktop-file-utils"/> and
|
|
<xref linkend="shared-mime-info"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/bluefish"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Bluefish</title>
|
|
|
|
<para>Install <application>Bluefish</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install
|
|
</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="configuration">
|
|
<title>Configuring Bluefish</title>
|
|
|
|
<sect3 id="bluefish-config">
|
|
<title>Config Files</title>
|
|
|
|
<para><filename>~/.bluefish/*</filename></para>
|
|
|
|
<indexterm zone="bluefish bluefish-config">
|
|
<primary sortas="e-AA.bluefish">~/.bluefish</primary>
|
|
</indexterm>
|
|
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title>Configuration Information</title>
|
|
|
|
<para>The directory <filename class='directory'>~/.bluefish</filename> is
|
|
created by the program when it is first run, and the configuration files
|
|
are maintained by the program automatically to preserve settings from run
|
|
to run.</para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>bluefish</seg>
|
|
<seg>None</seg>
|
|
<seg>/usr/share/bluefish</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="bluefish-prog">
|
|
<term><command>bluefish</command></term>
|
|
<listitem>
|
|
<para>is an X Window System editor for markup and programming.</para>
|
|
<indexterm zone="bluefish bluefish-prog">
|
|
<primary sortas="b-bluefish">bluefish</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|