Overhaul the repository link functionality
- Fix regex (repositories with number or other characters were not accepted)
- Url escape template arguments by default (the "do not escape" <%== $var %> markers can be used if needed)
- Also support a generic repository type instead of only repotype:repopath in the configuration ($repotype:$repopath has priority over $repotype if both are defined)
- Cache compiled templates
<tr>
%= t td => 'Build Architecture'
%= t td => $system_info->{cpu_arch}
</tr>
<tr>
%= t td => 'Build Architecture Info'
%= t td => $system_info->{cpu_info}
</tr>
<tr>
%= t td => 'OS'
%= t td => $system_info->{os}
</tr>
<tr>
%= t td => 'OS Version'
%= t td => $system_info->{os_ver}
</tr>