source: postlfs/editors/bluefish.xml@ de930747

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
Last change on this file since de930747 was de930747, checked in by Andrew Benton <andy@…>, 12 years ago

Removed Xulrunner

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

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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">
11 <!ENTITY bluefish-md5sum "23d894e065585d35dbc74c246c15cc9d">
12 <!ENTITY bluefish-size "3.2 MB">
13 <!ENTITY bluefish-buildsize "53 MB">
14 <!ENTITY bluefish-time "0.4 SBU">
15]>
16
17<sect1 id="bluefish" xreflabel="Bluefish-&bluefish-version;">
18 <?dbhtml filename="bluefish.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Bluefish-&bluefish-version;</title>
26
27 <indexterm zone="bluefish">
28 <primary sortas="a-Bluefish">Bluefish</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Bluefish</title>
33
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>
42
43 &lfs71_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&bluefish-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&bluefish-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &bluefish-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &bluefish-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &bluefish-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &bluefish-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Bluefish Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required"><xref linkend="gtk2"/></para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
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>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/bluefish"/></para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Bluefish</title>
99
100 <para>Install <application>Bluefish</application> by running the
101 following commands:</para>
102
103<screen><userinput>./configure --prefix=/usr &amp;&amp;
104make</userinput></screen>
105
106 <para>This package does not come with a test suite.</para>
107
108 <para>Now, as the <systemitem class="username">root</systemitem>
109 user:</para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Program</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>bluefish</seg>
124 <seg>
125 /usr/lib/bluefish and
126 /usr/share/bluefish.
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="bluefish-prog">
137 <term><command>bluefish</command></term>
138 <listitem>
139 <para>
140 is an X Window System editor for markup and programming.
141 </para>
142 <indexterm zone="bluefish bluefish-prog">
143 <primary sortas="b-bluefish">bluefish</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147 </variablelist>
148 </sect2>
149</sect1>
Note: See TracBrowser for help on using the repository browser.