summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-16 17:20:58 -0400
committerDavid Robillard <d@drobilla.net>2016-08-17 17:24:49 -0400
commitc91a6de816db02ad3c988f6b4ff473704a6e6c50 (patch)
treed24fd7205e592bdbb15acd48c3b3f8ac7daff09d /README
parent74a0b8c6976c2a4ba9987c80e75d9fb1a39b6fbd (diff)
downloadganv-c91a6de816db02ad3c988f6b4ff473704a6e6c50.tar.gz
ganv-c91a6de816db02ad3c988f6b4ff473704a6e6c50.tar.bz2
ganv-c91a6de816db02ad3c988f6b4ff473704a6e6c50.zip
Add target for generating release announcements
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index f332828..f167deb 100644
--- a/README
+++ b/README
@@ -3,6 +3,7 @@ Ganv
Ganv is an interactive Gtk canvas widget for graph-based interfaces (patchers,
modular synthesizers, finite state automata, interactive graphs, etc).
+For more information, see <http://drobilla.net/software/ganv>.
Ganv provides classes for "Modules" (boxes with "Ports"), Circles, and
Edges (lines that connect either Ports or Circles). The user can rearrange
@@ -10,6 +11,4 @@ items, or Ganv can automatically arrange items using GraphViz. Edges can
be made by the user one at a time with the mouse, or in groups using the mouse
and keyboard.
-For more information, see <http://drobilla.net/software/ganv>.
-
-- David Robillard <d@drobilla.net>