Re: [Inkscape-user] Inkscape for windows
Bryce Harrington schrieb:
On Fri, Jul 29, 2005 at 07:28:14AM -0500, aaron@...749... wrote:
Sadly, the only real way to find out what is needed to make an extension work is chasing it through the inx files. Browse to the
As you figure out what various extensions require and confirm that they work, please add the details to the wiki. http://inkscape.org/cgi-bin/wiki.pl?GettingExtensionsWorking
Brett, Leopold, Aaron, Ted, Alexandre, and other participants in this thread, I think it'd be worthwhile if we could get this page fleshed out more. Could you guys take a look at that page and see how it could be improved?
Thanks, Bryce Could someone guide me to the page where all the parameter and options
of that .inx file is described.
Do we have an option to pipe not to STDIN/STDOUT but through temporary file ?
Adib.
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.
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. :(
--Ted
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
participants (3)
-
Adib Taraben
-
Bryce Harrington
-
Ted Gould