Use https by default
[gentoo.git] / app-editors / fe / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <herd>emacs</herd>
5 <longdescription>
6   Fe is a small and easy to use folding editor.
7
8   Fe allows to fold arbitrary text regions; it is not bound to syntactic
9   units. Unlike Origami, folds are not attributed with a trailing comment,
10   instead you can put folds before or after any text in the line, as you like.
11
12   Fe has no configuration or extension language and requires no setup. Its
13   user interface is emacs-like and it has menues for the very most important
14   functions to help beginners. Further there is a reference card. It offers:
15
16    * Regions and Emacs-like kill ring
17    * Incremental search
18    * Keyboard macros
19    * Editing binary files
20    * Multiple windows and views
21    * Compose function for Latin 1 characters
22
23   In case you can't stand the emacs interface and want ultimate flexibility,
24   fe can easily be modified, because it is structured as an editor library
25   with a user interface frontend, all written in C.
26 </longdescription>
27 <use>
28   <flag name='sendmail'>Send mail after editor abend</flag>
29 </use>
30 </pkgmetadata>