You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2021/03/12 21:15:55 UTC

[freemarker-docgen] branch master updated: Updated XXE addon for XXE 9.5.0.

This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/freemarker-docgen.git


The following commit(s) were added to refs/heads/master by this push:
     new d62e1ad  Updated XXE addon for XXE 9.5.0.
d62e1ad is described below

commit d62e1adeb57459e8c437bd2e91ae8b70ca6ce64c
Author: ddekany <dd...@apache.org>
AuthorDate: Fri Mar 12 22:15:49 2021 +0100

    Updated XXE addon for XXE 9.5.0.
---
 xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe | 6 +++---
 xxe-addon/howto.txt                                 | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe b/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe
index 8bff7b1..3c9c494 100644
--- a/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe
+++ b/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe
@@ -22,7 +22,7 @@
   xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
-  <include location="xxe-config:docbook5/docbook5.xxe"/>
+  <include location="docbook5-config:docbook5.xxe"/>
 
   <detect>
     <and>
@@ -33,9 +33,9 @@
 
   <css name="DocBook for Docgen" location="docbook-for-docgen.css" />
 
-  <windowLayout>
+  <viewSettings>
     <center css="DocBook for Docgen" />
     <left css="Table of contents" size="0.25" />
-  </windowLayout>
+  </viewSettings>
 
 </configuration>
\ No newline at end of file
diff --git a/xxe-addon/howto.txt b/xxe-addon/howto.txt
index 8565b9a..4687f5b 100644
--- a/xxe-addon/howto.txt
+++ b/xxe-addon/howto.txt
@@ -25,7 +25,7 @@ will be better for editing documentations conforming to the Docgen
 conventions. The customization will only affect the documents that has
 conformance="docgen" in their root element, not all DocBook documents.
 
-Requires at least XXE 4.2.1. Last tested on 7.4.1.
+Requires at least XXE 9.5.0. Last tested on 9.5.0.
 
 
 How to install
@@ -54,6 +54,6 @@ with this addon. Other DocBook documents are not affected.
 How to update the addon
 -----------------------
 
-Repeat the installation procedure (overwrite the files), then you have
+Repeat the installation procedure (overwrite the files), then you may have
 to clear the Quick Start cache through the XXE menu:
 "Options" -> "Preferences" -> "Advanced" -> "Cached data".
\ No newline at end of file