[Clipart] [Bug 4065] License is not always public domain in clip art browser

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Aug 13 11:53:50 PDT 2005


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=4065          
     




------- Additional Comments From jonadab at bright.net  2005-08-14 04:53 -------
I've started looking at this, taking as an example the first image shown on that
page, namely, az-lizard_benji_park_01.svg.  It contains, within the cc:Work
element, the following license element:
     <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
Additionally, the corresponding .txt file, which can be seen here:
http://openclipart.org/clipart//animals/az-lizard_benji_park_01.txt
Reads as follows:
Title:    AZ-lizard
Author:   Benji Park
License:  Public Domain
Keywords: lizard
          animal
          reptile
So there are two issues with the way the navigate/browse script displays the
metadata:  First, it never reads past the first line of any given metadatum,
which I have known for a while, and second, apparently sometimes it does not
read things correctly at all.

I am tempted, rather than debug the way it reads the .txt files, to instead work
on getting it to read an index instead, since that should reduce the amount of
disk I/O consumed, at least somewhat, at least in theory, because it would be
reading one file insead of many.  (Eventually we want it to read from the DMS,
but reading from an index would be a stand-in measure meanwhile.)  Reducing the
disk I/O load we're putting on the server would be a Good Thing.

One problem is that the master index in the root directory is fairly large
(almost 4MB as of 0.17), so we might be trading disk I/O problems for memory
consumption issues.  Perhaps each directory should contain a metadata.txt
listing the metadata just from the files in that directory?  Thoughts?          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the clipart mailing list