diff options
author | alane <alane@FreeBSD.org> | 2002-11-19 09:24:48 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-19 09:24:48 +0800 |
commit | ba76214a1021d2a9e974a3a98b271de9f767dcea (patch) | |
tree | 1f461ee4979f4673ce71e3cca483e39e3fb1322e /editors/leo | |
parent | e7c1a54426d9a5b626a0cd6c26879c9e81822703 (diff) | |
download | freebsd-ports-gnome-ba76214a1021d2a9e974a3a98b271de9f767dcea.tar.gz freebsd-ports-gnome-ba76214a1021d2a9e974a3a98b271de9f767dcea.tar.zst freebsd-ports-gnome-ba76214a1021d2a9e974a3a98b271de9f767dcea.zip |
Put a real description in pkg-descr by copying the author's excellent
description of his work from his web site.
Diffstat (limited to 'editors/leo')
-rw-r--r-- | editors/leo/pkg-descr | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/editors/leo/pkg-descr b/editors/leo/pkg-descr index af8cce488d0c..707a01c66374 100644 --- a/editors/leo/pkg-descr +++ b/editors/leo/pkg-descr @@ -1,5 +1,29 @@ -Leo is an advanced outlining editor for "literate programming" and many -other uses. +* Leo is a programmer's editor and a flexible browser for projects, +programs, classes or data. Leo clarifies design, coding, debugging, testing +and maintenance. + +* Leo is an outlining editor. Outlines clarify the big picture while +providing unlimited space for details. + +* Leo is a literate programming tool, compatible with noweb and CWEB. Leo +enhances any text-based programming language, from assembly language and C +to Java, Python and XML. + +* Leo is also a data organizer. A single Leo outline can generate complex +data spanning many different files. Leo has been used to manage web sites. + +* Leo is a project manager. Leo provides multiple views of a project within +a single outline. Leo naturally represents tasks that remain up-to-date. + +* Leo is fully scriptable using Python and saves its files in XML format. + +* Leo is portable. Leo.py is 100% pure Python and will run on any platform +supporting Python and Tk/tcl, including Windows, Linux and MacOS X. +Leo.exe runs on any Windows platform. + +* Leo is Open Software, distributed under the Python License. + +The above shamelessly copied from this page: WWW: http://personalpages.tds.net/~edream/front.html |