diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-03-19 07:46:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-03-19 07:46:34 +0000 |
commit | cff3af1ec417fec0223499f9cb5bf895ecd54c6f (patch) | |
tree | e8832339c0208ec19fd328f14c3fa5ed31f9bad1 /app-editors/fe | |
parent | (#206989) Fix for amd64 by using rewritten Makefile.am (Dough Klima and me). ... (diff) | |
download | gentoo-2-cff3af1ec417fec0223499f9cb5bf895ecd54c6f.tar.gz gentoo-2-cff3af1ec417fec0223499f9cb5bf895ecd54c6f.tar.bz2 gentoo-2-cff3af1ec417fec0223499f9cb5bf895ecd54c6f.zip |
Add longdescription to metadata.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/fe')
-rw-r--r-- | app-editors/fe/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-editors/fe/metadata.xml b/app-editors/fe/metadata.xml index bc306fe58224..9c21f5231103 100644 --- a/app-editors/fe/metadata.xml +++ b/app-editors/fe/metadata.xml @@ -2,4 +2,26 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>emacs</herd> +<longdescription> + Fe is a small and easy to use folding editor. + + Fe allows to fold arbitrary text regions; it is not bound to syntactic + units. Unlike Origami, folds are not attributed with a trailing comment, + instead you can put folds before or after any text in the line, as you like. + + Fe has no configuration or extension language and requires no setup. Its + user interface is emacs-like and it has menues for the very most important + functions to help beginners. Further there is a reference card. It offers: + + * Regions and Emacs-like kill ring + * Incremental search + * Keyboard macros + * Editing binary files + * Multiple windows and views + * Compose function for Latin 1 characters + + In case you can't stand the emacs interface and want ultimate flexibility, + fe can easily be modified, because it is structured as an editor library + with a user interface frontend, all written in C. +</longdescription> </pkgmetadata> |