glfs/archive/others.xml
Pierre Labastie ce8d2890e6 Archive "other-something" pages
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22914 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-29 15:55:09 +00:00

50 lines
1.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="others-editors">
<?dbhtml filename="others.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Other Editors</title>
<itemizedlist>
<listitem>
<para>
<ulink url="http://www.geany.org/">Geany</ulink> is a text editor using
the <application>GTK+2</application> toolkit with basic features of an
integrated development environment. It was developed to provide a small
and fast IDE, which has only a few dependencies from other packages. It
supports many filetypes and has some nice features.
</para>
</listitem>
<listitem>
<para>
<ulink url="http://tarot.freeshell.org/leafpad/">Leafpad</ulink> is a
very simple text editor using the <application>GTK+2</application>
toolkit.
</para>
</listitem>
<listitem>
<para>
<command>mcedit</command> is a text editor installed as part of <xref
linkend="mc"/>.
</para>
</listitem>
<!-- <listitem>
<para>
<command>pico</command> is a text editor installed as a part of <xref
linkend="alpine"/>.
</para>
</listitem>-->
</itemizedlist>
</sect1>