[Clipart] OpenClipart and Debian.

Bryce Harrington bryce at bryceharrington.com
Fri Jan 14 12:58:26 PST 2005


On Fri, 14 Jan 2005, Daniel Carrera wrote:
> >    + keyword "flags"
> >    + keyword "national"
> >    + keyword "historical"
> >    - keyword "illegal in *"
> >    - keyword "imaginary country"
> 
> I'm impressed.  That should work well.
> 
> What if someone wants all images except those with the keyword "flag" not 
> accompanied by the keyword "United Nations" ?
> 
> ie.
> 
>   - ( (keyword "flags") AND NOT (keyword "United Nations") )
> 
> or
> 
>   ( - keyword "flag") OR ( (+ keyword "flag") AND NOT (+ keyword "UN") )
> 
> Can this be done?

Hmm, complicated.  Well, perhaps you could do two separate runs, one to
get everything except flags, then another to get only flags without the
united_nations keyword.  Then you'd merge the two selections together
into your package.

Bryce



More information about the clipart mailing list