Is there a way to count downloads of a file (or clicks on a given link, in general)?
I have a file, and I would like to know how many times it was downloaded by using a link from a wiki:
http://example.com/cool_file.tar.bz2 [Count: 1234]
Obviously, this link would have to be hidden behind some other link (something like http://example.com/wiki/download_redirect:example.com/cool_file.tar.bz2)
Perhaps some extension? I wouldn't like to parse web logs, I'm too lazy ;)