source: archive/others.xml@ 994987bf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 994987bf was ce8d2890, checked in by Pierre Labastie <pieere@…>, 4 years ago

Archive "other-something" pages

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

  • Property mode set to 100644
File size: 1.4 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
8<sect1 id="others-editors">
9 <?dbhtml filename="others.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Other Editors</title>
17
18 <itemizedlist>
19 <listitem>
20 <para>
21 <ulink url="http://www.geany.org/">Geany</ulink> is a text editor using
22 the <application>GTK+2</application> toolkit with basic features of an
23 integrated development environment. It was developed to provide a small
24 and fast IDE, which has only a few dependencies from other packages. It
25 supports many filetypes and has some nice features.
26 </para>
27 </listitem>
28 <listitem>
29 <para>
30 <ulink url="http://tarot.freeshell.org/leafpad/">Leafpad</ulink> is a
31 very simple text editor using the <application>GTK+2</application>
32 toolkit.
33 </para>
34 </listitem>
35 <listitem>
36 <para>
37 <command>mcedit</command> is a text editor installed as part of <xref
38 linkend="mc"/>.
39 </para>
40 </listitem>
41<!-- <listitem>
42 <para>
43 <command>pico</command> is a text editor installed as a part of <xref
44 linkend="alpine"/>.
45 </para>
46 </listitem>-->
47 </itemizedlist>
48
49</sect1>
Note: See TracBrowser for help on using the repository browser.