Subject: | resources urls |
Recognized resources currently need to validate as an url with a
protocol of either /https?/ or ftp. I cannot find any such criteria
mentioned in the META specifications.
While I guess using popular protocols would be recommended, I think it's
a bit harsh to fail the test completely if, strictly speaking, they do
"meet the specifications".
Point in case, I'd like to set my 'repository' resource to a git:// url
(since it's a Git repository). I can provide a patch for this specific
problem if it's ok.