From c32eb9da6a9bd3b63a923324200072f11cf12328 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 24 Oct 2012 22:26:21 +0200 Subject: [PATCH] Part of #35: expose owner in DOAP file as maintainer --- data/templates/doap.htm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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) %} -- 2.30.2