Thanks, I'll have to keep playing with it.  After the DMS install
started giving me hassles, I wrote my own based on Postgresql.  It
works (when you add images, it parses the svg and records the relevent
metadata for searching).  Bulk loading and dumping of images
to/from the filesystem is pretty simple.  It uses an xml-rpc
interface.  I've attached a command-line script I wrote to
demonstrate the basic use (invoke it without args for documentation),
but you can explore the API more directly via xml-rpc at
<a href="http://141.166.232.109:8000">http://141.166.232.109:8000</a> , and using the system.listMethods() and
system.methodHelp() functions (the script doesn't really accurately
represent the API anyway, it was just the easiest way to access it from
the command line).  <br>
<br>
The major probs with it right now are that you have to provide png
previews of the svg yourself (having the db generate them automatically
is totally doable, but I'm having issues with the command-line version
of Inkscape... apparently it has to be invoked by the user that owns
the running x-server), and I still need to provide the ability to alter
metadata on the fly (so you can specify additional keywords, or a
description, etc. when you upload an image).  Beyond that, though,
most other features are simple to add.  Does this seem
usable?  <br>
<br>
Greg<br><br><div><span class="gmail_quote">On 7/5/05, <b class="gmail_sendername"><a href="mailto:aaron@ekips.org">aaron@ekips.org</a></b> <<a href="mailto:aaron@ekips.org">aaron@ekips.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Greg Steffensen wrote:<br>> Hey all, I've been trying to get DMS installed, haven't had any luck.<br>> CPAN installs Config::Simple, Webservice::TicketAuth::DBI, and<br>> RDF::Simple correctly, but then running make, and then make test
<br>> produces errors, which I've pasted below.  Can anyone guess what's<br>> wrong?  I'm using a current cvs checkout.  Thanks,<br><br><br><br>> Can't locate <a href="http://DBI.pm">DBI.pm</a> <<a href="http://DBI.pm">
http://DBI.pm</a>> in @INC<br>> Can't locate SOAP/Transport/HTTP.pm in @INC<br>> Can't locate SOAP/Lite.pm in @INC<br><br>Well I had the same problem. If I remember correctly, I ran cpan and did:<br>install DBI<br>
install SOAP::Transport::HTTP<br>install SOAP::Lite<br><br>I was just grasping in the dark but it seems to have worked.<br><br>Aaron Spike<br><br><br>_______________________________________________<br>clipart mailing list
<br><a href="mailto:clipart@lists.freedesktop.org">clipart@lists.freedesktop.org</a><br><a href="http://lists.freedesktop.org/mailman/listinfo/clipart">http://lists.freedesktop.org/mailman/listinfo/clipart</a><br></blockquote>
</div><br>