source: archive/others.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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