]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] fix the o umlaut for HTML and TXT too
authorTinderbox User <tbox@isc.org>
Sat, 15 Aug 2015 02:55:15 +0000 (02:55 +0000)
committerTinderbox User <tbox@isc.org>
Sat, 15 Aug 2015 02:55:15 +0000 (02:55 +0000)
doc/arm/Makefile.in
doc/arm/html-fixup.pl [new file with mode: 0644]
doc/arm/latex-fixup.pl
doc/arm/notes.html
doc/arm/notes.pdf
doc/arm/notes.xml

index 46a5c34b78fa170667c463d51fe8cf7ae09decd6..501133e0db39128acc67630db9c7bc986fea5744 100644 (file)
@@ -47,7 +47,8 @@ docclean manclean maintainer-clean distclean::
 
 notes.html: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
        expand notes-wrapper.xml | \
-       ${XSLTPROC} --stringparam generate.toc "" -o notes.html ../xsl/isc-notes-html.xsl -
+       ${XSLTPROC} --stringparam generate.toc "" ../xsl/isc-notes-html.xsl - |\
+       @PERL@ html-fixup.pl > notes.html
 
 notes.tex: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
        expand notes-wrapper.xml | \
diff --git a/doc/arm/html-fixup.pl b/doc/arm/html-fixup.pl
new file mode 100644 (file)
index 0000000..06042b2
--- /dev/null
@@ -0,0 +1,20 @@
+#!/usr/bin/perl -w
+#
+# Copyright (C) 2005, 2007, 2012, 2015  Internet Systems Consortium, Inc. ("ISC")
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+# PERFORMANCE OF THIS SOFTWARE.
+
+while (<>) {
+    s/&#50102;/&ouml;/;
+    print;
+}
index b4e9feaa3ea35a5e01db153c8e6b9eb3cff0a702..bad6e9f99b8f6ee324af97cdd68b09a1523a2771 100644 (file)
@@ -44,7 +44,7 @@ while (<>) {
 
     # Add any further tweaking here.
     # https://en.wikibooks.org/wiki/LaTeX/Special_Characters
-    s/&#50102;/{\\"o}/;  # omlaut o &#xc3b6; or &#50102;
+    s/&#50102;/{\\"o}/;  # umlaut o &#xc3b6; or &#50102;
 
     # Write out whatever we have now.
     print;
index 634fcf5998754e99cc90da5d8eb7e20e6c3cbdbe..bac75ddba98fb9fd0ed7d512be4bf5c17823cb6b 100644 (file)
@@ -21,7 +21,7 @@
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2542126"></a>Release Notes for BIND Version 9.11.0pre-alpha</h2></div></div></div>
+<a name="id2542331"></a>Release Notes for BIND Version 9.11.0pre-alpha</h2></div></div></div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="relnotes_intro"></a>Introduction</h3></div></div></div>
@@ -56,7 +56,7 @@
          when parsing certain malformed DNSSEC keys.
        </p>
 <p>
-         This flaw was discovered by Hanno B&#50102;eck of the Fuzzing
+         This flaw was discovered by Hanno B&ouml;ck of the Fuzzing
          Project, and is disclosed in CVE-2015-5722. [RT #40212]
        </p>
 </li>
index e43f151bbee5bcc38016eeb2e114312b91afab01..f67d505cf3224dc71685c1d0baa49256fbb84889 100644 (file)
Binary files a/doc/arm/notes.pdf and b/doc/arm/notes.pdf differ
index a490dc1b34474e4ce71511c63fb5827ebc8ff8fc..e53eadb26fbbf955966510aa297abbde1c3b4352 100644 (file)
@@ -51,7 +51,7 @@
          when parsing certain malformed DNSSEC keys.
        </para>
        <para>
-         This flaw was discovered by Hanno B&#xc3b6;eck of the Fuzzing
+         This flaw was discovered by Hanno B&#xc3b6;ck of the Fuzzing
          Project, and is disclosed in CVE-2015-5722. [RT #40212]
        </para>
       </listitem>