Repository: incubator-freemarker-site Updated Branches: refs/heads/master 18f86434e -> f1a3fc9fa
(XXE text rewrapping ) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/33d06ee1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/33d06ee1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/33d06ee1 Branch: refs/heads/master Commit: 33d06ee1b4b00d61d0e84ed12eee6ad25b1aa71c Parents: 18f8643 Author: ddekany <[email protected]> Authored: Wed Apr 20 21:39:27 2016 +0200 Committer: ddekany <[email protected]> Committed: Wed Apr 20 21:39:27 2016 +0200 ---------------------------------------------------------------------- src/main/docgen/book.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/33d06ee1/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 59cb5c7..524cb09 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -629,11 +629,11 @@ two freemarker.jar-s and unpredictable behavior! <td><link xlink:href="http://marmotta.apache.org/">Apache Marmotta</link></td> - <td>Apache Marmotta is an Open Platform for Linked Data. - Internally it uses FreeMarker templates for building its - administration user interface. In addition Marmotta implements - an extension of FreeMarker that allows constructing - <link xlink:href="http://marmotta.apache.org/ldpath/template.html">templates + <td>Apache Marmotta is an Open Platform for Linked Data. + Internally it uses FreeMarker templates for building its + administration user interface. In addition Marmotta implements + an extension of FreeMarker that allows constructing <link + xlink:href="http://marmotta.apache.org/ldpath/template.html">templates with LDPath statements</link> for inserting and iterating over values from RDF data.</td> </tr>
