#40: add Tooltip Credits (Open)
| Reported by: | Assigned to: | ||
|---|---|---|---|
| Priority: | Normal | Milestone: | 1.0 "talks to add-art.org" |
| Release: | Component: | add-art Firefox extension |
By adding a title attribute to the images we can easily add a credit to the artist. Like:
The credit can be taken directly from the image name, saving us the need to save a metadata file for the images.
Changelog:
Modified by – Mar 19 2008 * 21:58
The HTML it stripped was something like (ignore spaces)
< img title=”Add-Artist: Steve-Lambert” src=”chrome://addart/skin/Steve-Lambert88×31.jpg” / >
Modified by – Mar 26 2008 * 20:41
- Assigned user reset (from jamie)
- Milestone set to 1.0 "talks to add-art.org"
Jamie says this needs to be part of the XML downloading thing.
Modified by – May 02 2008 * 02:54
- Component set to add-art Firefox extension
Modified by – May 02 2008 * 12:42
I commited a patch a while back that parses artbanners8-800x600.jpg into a title attribute of “artbanners” Tragically it’s not very useful until we can support dynamic file naming.
Right now we’re looking for artbanners#{RANDOMNUMBER}-#{SIZEIWANT}.jpg. Firefox can’t browse the local filesystem (or chrome) so we can’t explore it and find stuff like picasso-#{SIZEIWANT}.jpg. Thus this won’t really be doable until we have some way of knowing dynamic file names, e.g. “XML downloading thing”
Note: this doesn’t necessarily mean said XML file needs to be downloaded from a remote source—it could very well be stored in the extension and updated with each release the same way the static files are.


RSS feeds