
On Sat, Jul 30, 2005 at 02:20:17PM -0700, Ted Gould wrote:
On Sat, 2005-07-30 at 21:29 +0200, Adib Taraben wrote:
Could someone guide me to the page where all the parameter and options of that .inx file is described.
The best reference I know of is the DTD file that Aaron wrote, but I can't find it now. Aaron, do you still have that? Let's put it in CVS, if someone wants to change the format to some other XML format they can contribute it later.
There is also an Extensions Specification document that I wrote a year or so ago. It is in the inkscape/doc/ directory. It probably could use some updating...
Do we have an option to pipe not to STDIN/STDOUT but through temporary file ?
Not yet, but it's definitely on the roadmap. I think that would be a better mode of operation overall, but currently we're not that sophisticated. :(
Ironically, my very first go at this used temporary files instead of pipes (I was having trouble getting pipes to work). That code is long gone and irrelevant, but I don't think it would be difficult.
Bryce