source: postlfs/editors/bluefish.xml@ c88907f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since c88907f was c88907f, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Updated to bluefish-1.0.5

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

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