From: Christian Weiske Date: Wed, 24 Oct 2012 20:26:21 +0000 (+0200) Subject: Part of #35: expose owner in DOAP file as maintainer X-Git-Tag: v0.4.0~101 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/c32eb9da6a9bd3b63a923324200072f11cf12328 Part of #35: expose owner in DOAP file as maintainer --- diff --git a/data/templates/doap.htm b/data/templates/doap.htm index 5302dd4..0203edb 100644 --- a/data/templates/doap.htm +++ b/data/templates/doap.htm @@ -1,10 +1,18 @@ + xmlns:foaf="http://xmlns.com/foaf/0.1/" + xmlns="http://usefulinc.com/ns/doap#"> {{repo.getTitle}} {{date}} + {% set owner = repo.getOwner() %} + + + {{owner.name}} + + + {% if repo.getCloneURL(true) %}