On Thu, Jan 05, 2006 at 09:54:50PM +0000, Alan Horkan wrote:
SVG files they want to tag the whole lot but if I recall correctly there are some Perl scripts for that kind of batch processing (written by Bryce?),
Yes, SVG::Metadata.
I meant the specific metadata scripts rather than the general functionality for manipulating SVG, specifically some of the tagging scripts I believe Bryce wrote to help with OpenClipart.org (I'd look it up if I weren't stuck on dialup).
The SVG::Metadata package includes several scripts for manipulating the SVG as well, so it's a handy self contained kit. ;-)
and perhaps if we could provide an optional GTK frontend for those scripts?
Some users are extremely averse to using the command line. I got over it eventually but most of the time I'd prefer a simple GUI frontend to having to read a manual page and use a command line app.
I'm not saying it wouldn't be useful, just that it's not something I'm at all likely to work on.
Doubtful. While some need the batch processing power of SVG::Metadata, I think the vast majority will fit in between - not enough images to process to need batch processing, but enough that efficiency doing it right within Inkscape would be appreciated.
I see some features (like the Export) being added to and tweaked over and over and fear micro-optimisation which doesn't quite go far enough for the power users and baffles the beginners. I hope the balance can be maintained between Inkscape as a straighforward application with a Single Document Interface (in the broadest sense) while also being very fast and efficient for users working on repative tasks. I guess I'm trying to say I hope developers will be inspired by the requests for lots of little tweaks to dialogs and then see the bigger picture and streamline the task not just the repitition. (That was supposed to sound encouraging...)
I suspect 'tweaks' are a lot more time efficient than grand sweeping big pictures. ;-)
Bryce