summaryrefslogtreecommitdiffstats
path: root/editors/yzis/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'editors/yzis/DETAILS')
-rwxr-xr-xeditors/yzis/DETAILS38
1 files changed, 0 insertions, 38 deletions
diff --git a/editors/yzis/DETAILS b/editors/yzis/DETAILS
deleted file mode 100755
index 6132f9b160..0000000000
--- a/editors/yzis/DETAILS
+++ /dev/null
@@ -1,38 +0,0 @@
- SPELL=yzis
- VERSION=M3
- SOURCE=${SPELL}-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://yzis.org.free.fr/releases/${SOURCE}
- WEB_SITE=http://www.yzis.org/
- LICENSE[0]=GPL
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- ENTERED=20050222
- KEYWORDS="editors"
- SHORT="A vi-compatible editor composed of a generic vi engine and independant GUI."
-cat << EOF
-
-Yzis a brand new editor inspired by vim. Yzis aims to be a powerful, fast
-editor with all of Vim's features and hopefully, at some point, more.
-
-It is developed in C++ and relies on Qt for the some of the background
-classes (lists and strings mainly).
-
-In Yzis, the core editing functionality is placed in a library, and
-interfaces are written on top of that. As of now, there are frontends for
-KDE and ncurses. Especially the KDE-interface provides an easy-to-use
-interface for users and allows you to have tabs for different buffers and a
-GUI that allows you to change things like colour schemes and syntax
-highlighting easily, while still letting (g)vim users feel at home.
-
-By using the powerful scripting language Lua, you can also easily extend
-yzis' functionality with scripts.
-
-With an editing-engine clearly separated from the GUI, the different
-interfaces can be written to be closely integrated in their respective
-environments. The KDE frontend, kyzis, can be seamlessly embedded in KDE
-apps like Kdevelop.
-
-libyzis is published under the terms of the LGPL.
-kyzis and nyzis are published under the terms of the GPL.
-
-EOF