diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-11 10:29:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-11 10:29:11 +0000 |
commit | 84cf703bf09ce9c30d184a392701a7d1b9e6376b (patch) | |
tree | c5a0bb89e48cce2096bc4fc628d4e556aa8f8b5d /editors/Makefile | |
parent | 707eca85cec551ea68465ccc2702617893cf63d2 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=165091
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> |