CharTr 0.18 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News CharTr 0.18 (Default branch)
# 1  
Old 10-27-2008
CharTr 0.18 (Default branch)

Image CharTr is a mind mapping tool written for GNOME. It lets you create/manage/export mind maps. It's written in Python and uses GTK, Cairo, and Gstreamer. License: GNU General Public License (GPL) Changes:
This version adds some minor features like linking between maps, and has some bugfixes. Available features include: Vim-like keyboard navigation (search, bookmarks, add nodes, center on a node, move map, move node, etc.); exporting a map in PDF, PNG, or PS; linking between maps; adding icons; adding some text to a node; adding some audio to a node; and adding LaTeX equations. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PYSCRIPT(1)							  [FIXME: manual]						       PYSCRIPT(1)

NOM
pyscript - Pyscript tool for generating an Encapsulated PostScript (EPS) SYNOPSIS
pyscript [--version] pyscript file.py [options] [-o output file name file] [-l log file] DESCRIPTION
Pyscript allows to write images using the Python programming language. Use pyscript to create an Encapsulated PostScript (EPS) from a python program using pyscript objects. An source python file name has to be given to the script. By default, pyscript is written its output to foo.eps where foo.py is the file name of the python program. this behavior can be change by specifying -o output or --output=output to the script. The path of an alternative log file can also be written using the -l file or --logfile=file. OPTIONS
--version/-V print version and URL of the project. --help/-h print usage information --output/-o Output is written to the given file name --logfile/-l Write the logfile to the given file name AUTHORS
Pyscript was written by Alexei Gilchrist aalexei@users.sourceforge.net and Paul Cochrane paultcochrane at users.sourceforge.net. This manual page was written by Arnaud Fontaine arnau@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. COPYRIGHT
Copyright (C) 2006 Arnaud Fontaine [FIXME: source] may 05, 2006 PYSCRIPT(1)