diff options
author | pav <pav@FreeBSD.org> | 2006-06-11 18:29:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-11 18:29:11 +0800 |
commit | ffb50c43695e84bdbf5c603a377965a88e057485 (patch) | |
tree | 11e3db504e17c977ce1b218e682ca7768acff995 /editors/Makefile | |
parent | 750a39978270e45efd56add6f0a5e81ac11f4c32 (diff) | |
download | freebsd-ports-gnome-ffb50c43695e84bdbf5c603a377965a88e057485.tar.gz freebsd-ports-gnome-ffb50c43695e84bdbf5c603a377965a88e057485.tar.zst freebsd-ports-gnome-ffb50c43695e84bdbf5c603a377965a88e057485.zip |
Zim is a WYSIWYG text editor written in Gtk2-Perl which aims to bring the
concept of a wiki to your desktop. Every page is saved as a text file with
wiki markup.
Pages can contain links to other pages, and are saved automatically. Creating
a new page is as easy as linking to a non-existing page.
Pages are ordered in a hierarchical structure that gives it the look and feel
of an outliner.
WWW: http://zoidberg.student.utwente.nl/zim/
PR: ports/95161
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 84323fbce6e3..c7e19db64b02 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -188,6 +188,7 @@ SUBDIR += yudit SUBDIR += zed SUBDIR += zile + SUBDIR += zim SUBDIR += zoinks .include <bsd.port.subdir.mk> |