I also thought about packaging.<br><br>OpenClipart uses ccHost (<a href="http://wiki.creativecommons.org/CcHost" target="_blank">http://wiki.creativecommons.org/CcHost</a>)<br>ccHost has an API to get data. (<a href="http://ccmixter.org/query-api" target="_blank">http://ccmixter.org/query-api</a>)<br>
<div id=":3c" class="ArwC7c ckChnd">
<br>But i have some problems using these API.<br><br>For a package we need all Cliparts from one tag (for example animals).<br>Here a example to get the data for the tag "ant".<br><a href="http://openclipart.org/media/api/query?tags=ant&f=html" target="_blank">http://openclipart.org/media/api/query?tags=ant&f=html</a><br>

<br>It works fine, but html is not so good to use further. XML would be nice!<br><a href="http://openclipart.org/media/api/query?tags=ant&f=xml" target="_blank">http://openclipart.org/media/api/query?tags=ant&f=xml</a><br>
<br>But the XML has a messed up structure.<br>
<br>The next problem is that when i want the data from an tag with a lot of objects like "animal" the Api doesn't work anymore.<br><br>Another problem is that in the api data sometimes there is an svg linked and sometimes the png preview.<br>

<br>I think for clean packages there are some work to do.<br>- seperate in the upload GUI svg and preview<br>- create some basic categories ... every clipart can only be in one categorie<br><br>Jochen maybe we can work on that together... in german :-)<br>
<font color="#888888">
<br>Michael</font></div><br><br><div class="gmail_quote">On Sun, Mar 1, 2009 at 5:28 PM, Jochen Staerk <span dir="ltr"><<a href="mailto:jstaerk@usegroup.de">jstaerk@usegroup.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Hi,<br>
<br>
I've donloaded the daily release and created png thumbnails, the result<br>
is available on<br>
<a href="http://www.usegroup.de/software/openclipart/openclipart20090301.zip" target="_blank">http://www.usegroup.de/software/openclipart/openclipart20090301.zip</a><br>
(412MB, 11544 cliparts)<br>
<br>
Below is what I did, the question is: would this be a candidate for a<br>
0.20 release?<br>
<br>
How could one add the metadata? Apart from the fact that I don't have<br>
ssh access I can't get anything to work what is described on<br>
<a href="http://openclipart.org/wiki/Release_Procedure" target="_blank">http://openclipart.org/wiki/Release_Procedure</a> .<br>
<br>
mkdir openclipart20090301<br>
cd openclipart20090301<br>
wget <a href="http://download.openclipart.org/downloads/daily_SVG_snapshot.tar.bz2" target="_blank">http://download.openclipart.org/downloads/daily_SVG_snapshot.tar.bz2</a><br>
tar xvfj daily_SVG_snapshot.tar.bz2<br>
find . -name "*.svg" -exec mv {} . \;<br>
find . -type d -exec rm -rf {} \;<br>
for i in *.svg; do inkscape -f "$i" -e "$i.png" -w 128; done<br>
rm daily_SVG_snapshot.tar.bz2<br>
cd ..<br>
zip -r openclipart20090301.zip openclipart20090301<br>
<br>
- --<br>
<br>
mit freundlichen Grüßen<br>
Jochen Stärk<br>
<br>
<a href="http://www.usegroup.de" target="_blank">www.usegroup.de</a>            (home office)<br>
Albigerstr. 22             Am Wald 3<br>
55232 Alzey                55270 Ober-Olm<br>
<br>
Tel: (06731)997997-5       (06131)584278-0<br>
Fax: (06731)997997-6       (06131)584278-1<br>
Mobil: (0177)4512645<br>
<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.9 (GNU/Linux)<br>
Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org" target="_blank">http://enigmail.mozdev.org</a><br>
<br>
iEYEARECAAYFAkmqt6sACgkQIQmdcXOPL7wkngCgm3tIdvrAXoaIBh6cymSuK9lM<br>
AjIAnA8xwurUehhetcZIZBE4dcgf+3Bf<br>
=IMaE<br>
-----END PGP SIGNATURE-----<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" target="_blank">http://lists.freedesktop.org/mailman/listinfo/clipart</a><br>
</blockquote></div><br>