diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-06 14:35:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-06 14:35:49 +0000 |
commit | 24dea8a53ba59ffa4efc2332ffda1b8ba752aca1 (patch) | |
tree | 66235cddc849bed3d5410826f095878d745d5d0b /deskutils/Makefile | |
parent | 9c3292f5bdc997de8a8eca4703d914b795eead53 (diff) |
Add kdissert, a KDE mindmapping tool.
The goal of kdissert is to help to structure ideas and concepts by
associating them into a tree. The tree is there to help to see how the
ideas interact, and then to develop them further (add ramifications).
An idea is represented by a shape which can be a text or a picture. The
ideas can be connected, but there is a constraint : an idea cannot have
more than one parent.
A kdissert mind-map can be exported as a picture, or used to generate
documents. Templates include pdflatex (article, book) and html file
formats.
WWW: http://freehackers.org/~tnagy/kdissert/index.html
Notes
Notes:
svn path=/head/; revision=113067
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 9069cf65bd13..6bd4fb4e6b82 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -62,6 +62,7 @@ SUBDIR += kbirthday SUBDIR += kblticker SUBDIR += kdepim3 + SUBDIR += kdissert SUBDIR += kickpim SUBDIR += kluje SUBDIR += knowit |