Catch remote forking errors and display them
[phorkie.git] / data / templates / display.htm
index 6d84c463a510613ec3ea9554adc15d316ff667ca..27d1314df755e3f3fb159909f08c9e334539f4b5 100644 (file)
@@ -1,6 +1,14 @@
 {% extends "base.htm" %}
-{% block title %}
- {{repo.getTitle}}
+{% block title %}{{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 %}
@@ -14,5 +22,7 @@
 {% endblock %}
 
 {% block sidebar %}
+ {% include 'display-sidebar-owner.htm' %}
+ {% include 'display-sidebar-fork.htm' %}
  {% include 'display-sidebar-history.htm' %}
 {% endblock %}