source: archive/others.xml@ acb648f

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 acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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