Bug 4360

Summary: Make clipart-authority-control.pl produce manifest.xml
Product: openclipart.org Reporter: Jonadab the Unsightly One <jonadab>
Component: toolsAssignee: default user for a product <clipart>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: high CC: petr
Version: unspecified   
Hardware: x86 (IA32)   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Jonadab the Unsightly One 2005-09-05 18:45:37 UTC
index.xml is fine for what it is, but (by the necessity of the problem it
solves) it lists many of the files multiple times, and of course it does not go
in package/directory order.
The manifest.xml should do the following:
* List each and every file in the package exactly once, including directories.
* List associated files together, e.g., list each .svg file's associated
thumbnail along with it, probably as an attribute.
* List them hierarchically, i.e., the files in any given directory together,
nested within the element corresponding to the directory.  The root element
should correspond with the root directory and so directly contain elements for
special files such as LICENSE.txt and the manifest itself.
* List *some* metadata about the file, including size (in bytes).
* For the clip art images themselves, list additional metadata, such as title
and author; these probably should be listed as attributes.  Not sure whether
keywords should also be listed, as those would probably require elements, can be
numerous, and so could lead to a larger manifest than is really necessary.
Comment 1 Jon Phillips 2007-02-05 15:51:13 UTC
This is no longer used.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.