<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>gaphas</name>
<shortdesc>Gaphas is a GTK+ based diagramming widget</shortdesc>
<description>Gaphas is a MVC canvas that uses Cairo_ for rendering. One of the nicer things
of this widget is that the user (model) is not bothered with bounding box
calculations: this is all done through Cairo.

Some more features:

- Each item has it's own separate coordinate space (easy when items are
  rotated).
- Items on the canvas can be connected to each other. Connections are
  maintained by a linear constraint solver.
- Multiple views on one Canvas.
- What is drawn is determined by Painters. Multiple painters can be used and
  painters can be chained.
- User interaction is handled by Tools. Tools can be chained.
- Versatile undo/redo system

GTK+ and PyGTK_ are required.

.. _Cairo: http://cairographics.org/
.. _PyGTK: http://www.pygtk.org/</description>
<maintainer><foaf:Person><foaf:name>Arjan J. Molenaar</foaf:name>
<foaf:mbox_sha1sum>4fdad336f1850e37098974ac18ea047251399a43</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.4.1</revision></Version></release>
</Project></rdf:RDF>