From f0b9e645040fd983d328285d04c66bc5d26ae712 Mon Sep 17 00:00:00 2001 From: Thomas Rasmussen Date: Mon, 6 Oct 2025 11:26:42 +0200 Subject: [PATCH] Updated documentation, Asciidoctor - Asciidoctor updated to latest patch release - Documentation updated - XhtmlRenderer is now hosted at GitHub.com/flyingsaucerproject/ - iText is no longer a dependency - Fixed broken a href ancor link in Asciidocs --- README.md | 6 +++--- gradle.properties | 2 +- src/main/asciidoc/1. Introduction.adoc | 2 +- src/main/asciidoc/3. Rendering.adoc | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 272226d..972b44a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Rendering Grails Plugin ======================= -This plugin adds PDF, GIF, PNG and JPEG rendering facilities to Grails applications via the [XHTML Renderer](https://xhtmlrenderer.dev.java.net/) library. +This plugin adds PDF, GIF, PNG and JPEG rendering facilities to Grails applications via the [XHTML Renderer](https://github.com/flyingsaucerproject/flyingsaucer) library. Rendering is either done directly via one of the `«format»RenderingService` services … @@ -15,5 +15,5 @@ Or via one of the `render«format»()` methods added to controllers … Please see the [User Guide](http://gpc.github.io/rendering/ "Grails Rendering Plugin @ GitHub") for more information. -The plugin is released under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html "Apache License, Version 2.0 - The Apache Software Foundation") and is produced under the [Grails Plugin Collective](http://gpc.github.com/). -However, it does [LGPL](http://www.gnu.org/licenses/lgpl.html) libraries: [XhtmlRenderer](https://code.google.com/p/flying-saucer/) and [iText](http://sourceforge.net/projects/itext/). +The plugin is released under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html "Apache License, Version 2.0 - The Apache Software Foundation") and is produced under the [Grails Plugin Collective](https://github.com/gpc). +However, it does include [LGPL](http://www.gnu.org/licenses/lgpl.html) libraries: [XhtmlRenderer](https://github.com/flyingsaucerproject/flyingsaucer) diff --git a/gradle.properties b/gradle.properties index dbbf8d1..f4b6030 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ projectVersion=7.0.0-SNAPSHOT grailsVersion=7.0.0-RC2 javaVersion=17 -asciidoctorGradlePluginVersion=4.0.4 +asciidoctorGradlePluginVersion=4.0.5 diff --git a/src/main/asciidoc/1. Introduction.adoc b/src/main/asciidoc/1. Introduction.adoc index 10aea77..7a3b130 100644 --- a/src/main/asciidoc/1. Introduction.adoc +++ b/src/main/asciidoc/1. Introduction.adoc @@ -1,6 +1,6 @@ = Introduction -This plugin adds additional rendering capabilities to Grails applications via the https://xhtmlrenderer.dev.java.net/[XHTML Renderer] library. +This plugin adds additional rendering capabilities to Grails applications via the https://github.com/flyingsaucerproject/flyingsaucer[XHTML Renderer] library. Rendering is either done directly via `«format»RenderingService` services ... diff --git a/src/main/asciidoc/3. Rendering.adoc b/src/main/asciidoc/3. Rendering.adoc index 2488b9a..e5977b4 100644 --- a/src/main/asciidoc/3. Rendering.adoc +++ b/src/main/asciidoc/3. Rendering.adoc @@ -30,7 +30,7 @@ new File("coupon.jpg").withOutputStream { outputStream -> } ---- -For information on rendering to the HTTP response, see <>. +For information on rendering to the HTTP response, see <>. === Basic Render Arguments