When I started my site there were so few people making resources for web revival sites (it was basically just
AN Lucas) however as more and more people are making cool resources, its starting to make me think if there are ways we can give subtle credit to them?
Having a links page is great; but its a bit disconnected form the actual media - for example if someone makes a cool button gif that I use on my site - I cant really say "XX made the button gif that I used on X page and X page etc" thats just way to verbose!
Im also not really a fan of adding too many written credits to a page because its extra effort and it potentially interrupts the pages design.
BUT maybe there are other ways!
For example could we start a culture of naming files after their creator like "red-button-anlucas.gif" or
maybe using the alt text "Link to my moose page - button made by XXX"? (see lunas comment :grin:smile: The idea would be simply that if someone was inspecting your code trying to learn from you, they could find out where you sourced some of your images.
I also have a more ambitious suggestion!<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
[
<!ATTLIST tag madeby CDATA #IMPLIED>
]>
This is a revision to the HTML !DOCTYPE that adds a new parameter to all HTML tags called "madeby" - it means its valid for you to do:
<img src="button.gif" madeby="moose.com" />
The idea is that if everyone did this, we could create a script that would automatically generate credits pages for sites by searching for madeby tags - you could even make a browser plugin that shows a list of all the madeby tags on the page your browsing!
We could create our own list of custom web revival centric parameters like this; people could easily link this into their web pages to add extra functionality!
How do you like to do this? Do you think its important? Do you have a method you already use?