[Clipart] issues

Gerald Ganson Gerald.Ganson at rdc.ab.ca
Wed Jun 8 08:06:18 PDT 2005


No worries on the release, it is more important to get it out.

Based on conversations in the channel, I may be heading the wrong
direction anyways.
I found other images in the collection which had the same syntax as my
metadata without the "cc:"
and they did not have the HASH error.

It may be based on the fact that I am currently using Adobe Illistrator
to produce my SVG images.
Chat in the channell suggests that this may be the reason.

It would be great if OCAL could work with images made in AI since this
is obviously a popular
package. 

My second reason for wanting to sort this out is also for R.15. I want
to be sure and produce 
files that work with OCAL for 15. I have over 100 images that I thought
were "ready" for upload
now, but when I saw the HASH error in .14, I am concerned that I may
have to re-create the SVG files
from the AI or EPS originals.

Once I figure out how to make compatible SVG files, I can re-upload the
R.14 collection, and as 
long as I use same filenames, they will overwrite, yes ?

Thanks for your concern all. 

Can anyone make suggestions for me, as to what I can do to be providing
images in compatible SVG files ?
I certainly could explore the use of Inkscape, but I feel it would be in
the best interest of OCAL content
growth to be capable of accepting AI created SVG files.

I'd be glad to provide test files or whatever to help sort this out for
R.15


Thanks
Gerald G.
 

-----Original Message-----
From: Jon Phillips [mailto:jon at rejon.org] 
Sent: Wednesday, June 08, 2005 1:31 AM
To: Gerald Ganson
Cc: OCAL list
Subject: RE: [Clipart] issues

On Wed, 2005-06-08 at 00:24 -0700, Jon Phillips wrote:
> On Mon, 2005-06-06 at 13:14 -0600, Gerald Ganson wrote:
> > I DL a file that did NOT have the HASH codes for keywords, to see if

> > I could spot the difference.
> > 
> > Here's what I found.
> > There are some codes "cc:" in front of tags in the DL file, that 
> > mine does not have.
> > Is this causing the problem ?
> > If so I can add the "cc:" to my files.
> 
> Yes, you should try to match the cc metadata as much as possible.
> 
> Please give me an eta on your files, as I have been waiting on putting

> out the release for this. Is this worth it, or should we proceed with 
> finishing the PR and push the release out...we are already on the 7th,

> so it would be cool to get this out in the next day or two.

Ok, so I talked to Bryce and realized it is more important to get this
release out now, and fix this problem over the coming month..."release
often..."

Gerald, hopefully we can sort this out before the next release...sorry
to contradict my last email. ;)

Jon


> > DL File .....
> > 
> > <rdf:RDF
> >       xmlns="http://web.resource.org/cc/" 
> >       xmlns:dc="http://purl.org/dc/elements/1.1/"
> >       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
> >      
> >       <cc:Work rdf:about="">
> >       
> >         <dc:title>happy monkey</dc:title>
> >         <dc:description></dc:description>
> >         <dc:subject>
> >           <rdf:Bag>
> >             <rdf:li>fest</rdf:li>
> >             <rdf:li>animal</rdf:li>
> >             <rdf:li>mammal</rdf:li>
> >             <rdf:li>monkey</rdf:li>
> >           </rdf:Bag>
> > 
> >         </dc:subject>
> >         <dc:publisher>
> >           <cc:Agent rdf:about="http://www.openclipart.org">
> >             <dc:title>Benji Park</dc:title>
> >           </cc:Agent>
> >         </dc:publisher>
> >         <dc:creator>
> >           <cc:Agent rdf:about="">
> >             <dc:title>Benji Park</dc:title>
> >           </cc:Agent>
> >         </dc:creator>
> >         <dc:rights>
> >           <cc:Agent rdf:about="">
> >             <dc:title>Benji Park</dc:title>
> >           </cc:Agent>
> >         </dc:rights>
> >         <dc:date></dc:date>
> >         <dc:format>image/svg+xml</dc:format>
> >         <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
> >         <cc:license rdf:resource="Public Domain">
> >           <dc:date></dc:date>
> >         </cc:license>
> >         <dc:language>en</dc:language>
> >       </cc:Work>
> >       <cc:License rdf:about="Public Domain">
> >         <cc:permits
> > rdf:resource="http://web.resource.org/cc/Reproduction"/>
> >         <cc:permits
> > rdf:resource="http://web.resource.org/cc/Distribution"/>
> >         <cc:permits
> > rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
> >       </cc:License>
> >     </rdf:RDF>
> > 
> > 
> > MY file .....
> > 
> > <rdf:RDF
> >       xmlns="http://web.resource.org/cc/"
> >       xmlns:dc="http://purl.org/dc/elements/1.1/"
> >       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
> >       <Work rdf:about="">
> >          <dc:title>Test File - Sailboat</dc:title>
> >          <dc:description>Testing the RDF add data 
> > script.</dc:description>
> >          <dc:subject>
> >           <rdf:Bag>
> >             <rdf:li>test</rdf:li>
> >             <rdf:li>transport</rdf:li>
> >             <rdf:li>boat</rdf:li>
> >             <rdf:li>sailing</rdf:li>
> >           </rdf:Bag>
> > 
> >          </dc:subject>
> >          <dc:publisher><Agent
> > rdf:about="http://www.openclipart.org/"><dc:title>Open Clip Art 
> > Project</dc:title></Agent></dc:publisher>
> >          <dc:creator><Agent rdf:about=""><dc:title>Gerald 
> > G.</dc:title></Agent></dc:creator>
> >          <dc:rights><Agent
> > rdf:about="http://web.resource.org/cc/PublicDomain"><dc:title>Public
> > Domain</dc:title></Agent></dc:rights>
> >          <dc:date>2005/06/06</dc:date>
> >          <dc:format>image/svg+xml</dc:format>
> >          <dc:type>http://purl.org/dc/dcmitype/StillImage</dc:type>
> >          <license
rdf:resource="http://web.resource.org/cc/PublicDomain"
> > />
> >       </Work>
> >       <License rdf:about="http://web.resource.org/cc/PublicDomain">
> >          <permits
rdf:resource="http://web.resource.org/cc/Reproduction"
> > />
> >          <permits
rdf:resource="http://web.resource.org/cc/Distribution"
> > />
> >          <permits
> > rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
> >       </License>
> >    </rdf:RDF>
> > 
> > 
> > -----Original Message-----
> > From: clipart-bounces at lists.freedesktop.org
> > [mailto:clipart-bounces at lists.freedesktop.org] On Behalf Of Jon 
> > Phillips
> > Sent: Monday, June 06, 2005 12:05 AM
> > To: OCAL list
> > Subject: [Clipart] issues
> > 
> > Gerald hopped on the chat channel and said that his images he sent 
> > in a zip have some weirdness from the packaging procedure (the hash 
> > text in the file). He said he couldn't email the list until tomorrow

> > (monday morning USA), so I think until then, best to delay the 
> > release until the end of the day MONDAY to check the package out a
little more.
> > 
> > So hopefully we can do a later Monday release...sorry for the
delay...
> > 
> > Jon
> > 
> > 
> > --
> > Jon Phillips
> > 
> > USA PH 510.499.0894
> > jon at rejon.org
> > http://www.rejon.org
> > 
> > Inkscape (http://inkscape.org)
> > Open Clip Art Library (www.openclipart.org) CVS Book
> > (http://cvsbook.ucsd.edu) Scale Journal (http://scale.ucsd.edu)
> > 
> > _______________________________________________
> > clipart mailing list
> > clipart at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/clipart
> > _______________________________________________
> > clipart mailing list
> > clipart at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/clipart
> > 
--
Jon Phillips

USA PH 510.499.0894
jon at rejon.org
http://www.rejon.org

Inkscape (http://inkscape.org)
Open Clip Art Library (www.openclipart.org) CVS Book
(http://cvsbook.ucsd.edu) Scale Journal (http://scale.ucsd.edu)




More information about the clipart mailing list