From: David ‘Bombe’ Roden Date: Fri, 15 Oct 2010 16:02:54 +0000 (+0200) Subject: Store known Sones in XML, too. X-Git-Tag: 0.1-RC1~324 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=7433d1d596d704e7261639f0191b776e7650e6c6;p=Sone.git Store known Sones in XML, too. --- diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index c2d67ca..f524f23 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -44,4 +44,14 @@ <%/foreach> + + <%foreach knownSones sone> + + <% sone.id|html> + <% sone.requestUri|html> + <% sone.name|html> + + <%/foreach> + +