source: postlfs/editors/bluefish.xml@ cf6a230

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since cf6a230 was cf6a230, checked in by Richard Downing <richard@…>, 16 years ago

Updated to Bluefish-1.0.7

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

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[1881a5b]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[1881a5b]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[cf6a230]7 <!ENTITY bluefish-download-http "http://www.bennewitz.com/bluefish/stable/source/bluefish-1.0.7.tar.bz2">
[97b68c0]8 <!-- <!ENTITY bluefish-download-ftp "ftp://ftp.ratisbona.com/pub/bluefish/downloads/bluefish-&bluefish-version;.tar.bz2"> -->
9 <!ENTITY bluefish-download-ftp " ">
[cf6a230]10 <!ENTITY bluefish-md5sum "2c3b3c9c8f8e32b9473dfd879f216dea">
11 <!ENTITY bluefish-size "1.49 MB">
12 <!ENTITY bluefish-buildsize "18.0 MB">
[1881a5b]13 <!ENTITY bluefish-time "0.3 SBU">
14]>
15
16<sect1 id="bluefish">
17 <?dbhtml filename="bluefish.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Bluefish-&bluefish-version;</title>
25
26 <indexterm zone="bluefish">
27 <primary sortas="a-Bluefish">Bluefish</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Bluefish</title>
32
[6195a27c]33 <para>The <application>Bluefish</application> package contains a powerful X
[13679edb]34 Window System editor designed for web designers, but also suitable
[1881a5b]35 as a programmer's editor. Bluefish supports many programming and markup
[6195a27c]36 languages, and as such is ideal for editing XML and HTML files.</para>
[1881a5b]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&bluefish-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&bluefish-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &bluefish-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &bluefish-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &bluefish-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &bluefish-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Bluefish Dependencies</bridgehead>
[6195a27c]61
62 <bridgehead renderas="sect4">Required</bridgehead>
[e19ad480]63 <para role="required"><xref linkend="gtk2"/> and
[6195a27c]64 <xref linkend="pcre"/></para>
65
[1881a5b]66 <bridgehead renderas="sect4">Optional</bridgehead>
[e19ad480]67 <para role="optional"><xref linkend="gnome-vfs"/> (for remote files),
[3aea4e43]68 <xref linkend="aspell"/> (for spellchecking),
69 <xref linkend="libgnomeui"/>,
70 <xref linkend="gnome-mime-data"/>,
71 <xref linkend="desktop-file-utils"/> and
72 <xref linkend="shared-mime-info"/></para>
[1881a5b]73
[3597eb6]74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/bluefish"/></para>
76
[1881a5b]77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Bluefish</title>
81
[6195a27c]82 <para>Install <application>Bluefish</application> by running the following
[1881a5b]83 commands:</para>
84
85<screen><userinput>./configure --prefix=/usr &amp;&amp;
86make</userinput></screen>
87
[6195a27c]88 <para>This package does not come with a test suite.</para>
89
[1881a5b]90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install
93</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="configuration">
98 <title>Configuring Bluefish</title>
99
100 <sect3 id="bluefish-config">
101 <title>Config Files</title>
102
[6195a27c]103 <para><filename>~/.bluefish/*</filename></para>
[1881a5b]104
105 <indexterm zone="bluefish bluefish-config">
106 <primary sortas="e-AA.bluefish">~/.bluefish</primary>
107 </indexterm>
108
109 </sect3>
110
111 <sect3>
112 <title>Configuration Information</title>
113
[6195a27c]114 <para>The directory <filename class='directory'>~/.bluefish</filename> is
115 created by the program when it is first run, and the configuration files
116 are maintained by the program automatically to preserve settings from run
117 to run.</para>
[1881a5b]118
119 </sect3>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
[6195a27c]127 <segtitle>Installed Program</segtitle>
[1881a5b]128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directory</segtitle>
130
131 <seglistitem>
132 <seg>bluefish</seg>
133 <seg>None</seg>
134 <seg>/usr/share/bluefish</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="bluefish-prog">
144 <term><command>bluefish</command></term>
145 <listitem>
146 <para>is an X Window System editor for markup and programming.</para>
147 <indexterm zone="bluefish bluefish-prog">
148 <primary sortas="b-bluefish">bluefish</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.