Yeah, I have that set to "1". Its really a strange bug in my GTK... the same thing happens with Python plugins in Dia. Anyway, I fixed the working dir prob with the glade file, made it return the original document when closed without clipart selection, made it write the raw clipart to stdout when invoked from the command line, and made it parse the svg to find the title metadata, and display that along with the preview image. The expense of grabbing this stuff (the png preview and actual svg) from the server is definitely starting to show, so implementing caching is next on the agenda. The new version is at
http://download.berlios.de/termite/ocal.zip
(I'm working on a windows box today, so its a zip this time- sorry). Again, let me know if it doesn't work... I still can't fully test it (because of the GTK prob I mentioned).
Greg
On 6/15/05, aaron@...749... <aaron@...749...> wrote:
Greg Steffensen wrote:
For some reason, the effects menu doesn't work on my Inkscape.
Forgot to ask before, did you turn on the effects menu in the preferences.xml file?
Aaron Spike
Greg Steffensen wrote:
Yeah, I have that set to "1". Its really a strange bug in my GTK... the same thing happens with Python plugins in Dia. Anyway, I fixed the working dir prob with the glade file, made it return the original document when closed without clipart selection, made it write the raw clipart to stdout when invoked from the command line, and made it parse the svg to find the title metadata, and display that along with the preview image.
Cool I can't wait to try it.
The expense of grabbing this stuff (the png preview and actual svg) from the server is definitely starting to show, so implementing caching is next on the agenda.
I guess I just don't understand how caching is going to speed things up other than for repeat queries. I would assume the getting the PNGs is pretty fast. But downloading 1MB+ SVG files just to display the metadata is always going to suck speedwise. To really make things faster OCAL would need to have some sort of webservice that provides thumbnails and metadata as part of the query results (not having to download and parse webpages should help too).
(I'm working on a windows box today, so its a zip this time- sorry).
So, you've tested this on windows too? What do I have to install to get it to work?
I think this is going to be a really cool and convenient integration. Now I've been saying this for a while, but in order to have end to end seemless OCAL integration Inkscape needs a way to save a document right into the online library. This too could be a lot easier if we didn't have to abuse OCAL web forms. I think it would make an awesome companion extension for your OCAL helper. Hint, hint. ;)
Aaron Spike
On Sat, Jun 18, 2005 at 09:01:07PM -0500, aaron@...749... wrote:
I think this is going to be a really cool and convenient integration. Now I've been saying this for a while, but in order to have end to end seemless OCAL integration Inkscape needs a way to save a document right into the online library. This too could be a lot easier if we didn't have to abuse OCAL web forms. I think it would make an awesome companion extension for your OCAL helper. Hint, hint. ;)
FWIW, I have a functioning SOAP-based upload function implemented. Jon and I got it up and running last week, and test drove it by uploading all of the OCAL-0.14 release into it. Downloading works as well. Searching is still pretty primitive but you can get a listing of all docs in the system. We found some bugs after uploading all the thousands of images into it, though, so there's still work to be done before it's ready for prime time.
Anyway, the days of abusing the web forms to get stuff into or out of OCAL is now pretty limited. :-)
Also, you can install DMS on your local system. Several people have done this so far. You may have to install a few perl module dependencies, but the installs are pretty straightforward. The code is on CPAN as Document::Manager.
Bryce
On Sun, 2005-06-19 at 00:30 -0700, Bryce Harrington wrote:
On Sat, Jun 18, 2005 at 09:01:07PM -0500, aaron@...749... wrote:
I think this is going to be a really cool and convenient integration. Now I've been saying this for a while, but in order to have end to end seemless OCAL integration Inkscape needs a way to save a document right into the online library. This too could be a lot easier if we didn't have to abuse OCAL web forms. I think it would make an awesome companion extension for your OCAL helper. Hint, hint. ;)
FWIW, I have a functioning SOAP-based upload function implemented. Jon and I got it up and running last week, and test drove it by uploading all of the OCAL-0.14 release into it. Downloading works as well. Searching is still pretty primitive but you can get a listing of all docs in the system. We found some bugs after uploading all the thousands of images into it, though, so there's still work to be done before it's ready for prime time.
Anyway, the days of abusing the web forms to get stuff into or out of OCAL is now pretty limited. :-)
Also, you can install DMS on your local system. Several people have done this so far. You may have to install a few perl module dependencies, but the installs are pretty straightforward. The code is on CPAN as Document::Manager.
You can also checkout from Open Clip Art Library's Anonymous CVS:
http://openclipart.org/cgi-bin/wiki.pl?CVS
E-mail or hop into the OCAL chat channel #openclipart on irc.freenode.net to discuss in more depth.
Jon
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (4)
-
unknown@example.com
-
Bryce Harrington
-
Greg Steffensen
-
Jon Phillips