
Svgtoipe
========

This is Svgtoipe, a Python script that reads SVG figures and generates
an XML file readable by Ipe.

You'll need Python installed on your system.  To process embedded
images in SVG figures will also require the Python Image Library
(PIL).  (On Ubuntu/Debian, install python-image).

For installation, just copy "svgtoipe" to a suitable location on your
system.

You can report bugs on the bug tracking system at
"http://ipe7.sourceforge.net/bugzilla.html".  Before reporting a bug,
check that you have the latest version of Svgtoipe, and check the
existing reports to see whether your bug has already been reported.
Please do not send bug reports directly to me (the first thing I would
do with the report is to enter it into the bug tracking system).

Suggestions for features, or random comments on Svgtoipe can be sent
to the Ipe discussion mailing list at <ipe-discuss@cs.uu.nl>.  If you
have problems installing or using Pdftoipe, the Ipe discussion mailing
list would also be the best place to ask.

You can send suggestions or comments directly to me by Email, but you
should then not expect a reply.  I cannot dedicate much time to Ipe,
and the little time I have I prefer to put into development.  I'm much
more likely to get involved in a discussion of desirable features on
the mailing list, where anyone interested can participate than by
direct Email.

	Otfried Cheong
	Dept. of Computer Science
	KAIST
	Daejeon, South Korea
	Email: otfried@ipe.airpost.net
	Ipe webpage: http://ipe7.sourceforge.net

--------------------------------------------------------------------

Copyright (C) 2009-2010 Otfried Cheong

svgtoipe is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your
option) any later version.

svgtoipe is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with svgtoipe; if not, you can find it at
"http://www.gnu.org/copyleft/gpl.html", or write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

--------------------------------------------------------------------

Changes
=======

 * 2009/10/18
   First version of svgtoipe.

 * 2010/06/08
   Added copyright notice and GPL license to svgtoipe distribution.

--------------------------------------------------------------------
