remote forking: use the original http/https url in description
[phorkie.git] / data / templates / display.htm
index 6d84c463a510613ec3ea9554adc15d316ff667ca..799f94d669757ef33b6339c8342f64f493b2f517 100644 (file)
@@ -3,6 +3,16 @@
  {{repo.getTitle}}
 {% endblock %}
 
  {{repo.getTitle}}
 {% endblock %}
 
+{% block meta %}
+<link rel="meta" title="DOAP" type="application/rdf+xml" href="{{repo.getLink('doap')}}"/>
+{% if repo.getCloneURL(true) %}
+  <link rel="vcs-git" href="{{repo.getCloneURL(true)}}" title="{{repo.getTitle}} git repository"/>
+{% endif %}
+{% if repo.getCloneURL(false) %}
+  <link rel="vcs-git" href="{{repo.getCloneURL(false)}}" title="{{repo.getTitle}} git repository"/>
+{% endif %}
+{% endblock %}
+
 {% block content %}
  {% include 'display-head.htm' %}
 
 {% block content %}
  {% include 'display-head.htm' %}