On Fri, 2006-04-28 at 00:28 -0400, MenTaLguY wrote:
On Thu, 2006-04-27 at 16:00 -0400, bulia byak wrote:
It won't break anything which worked before. To be extra sure, we can prefix all the built-in functions with inkscape:, or even make them full URNs, guaranteed unique.
An aside: at this point I'd go with a x-inkscape-extension: URI scheme for identifying extensions of any sort. I used to favor URNs, but then I realized that the way URNs are specified basically assumes a central registry to maintain uniqueness. Don't think we want to deal with that.
Hmm, why? It seems that this:
<inkscape:extension-params extension="org.inkscape.a" />
says this is very Inkscape specific, don't touch, as much as:
<inkscape:extension-params extension="x-inkscape-extension:org.inkscape.a" />
And is shorter.
--Ted