From ffb50c43695e84bdbf5c603a377965a88e057485 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 11 Jun 2006 10:29:11 +0000 Subject: 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 --- editors/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/Makefile') 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 -- cgit