BIND 10 trac1012, updated. 77e3f8cf3f3fe79c7dd5f92f30d70c47b515f4cd [trac1012] add "id" to the xml varlistentry which results in HTML anchor
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jun 24 16:26:46 UTC 2011
The branch, trac1012 has been updated
via 77e3f8cf3f3fe79c7dd5f92f30d70c47b515f4cd (commit)
from 4a88c75d4d1decc3b3d5518bd12d592c118a7fd5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 77e3f8cf3f3fe79c7dd5f92f30d70c47b515f4cd
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Fri Jun 24 11:24:59 2011 -0500
[trac1012] add "id" to the xml varlistentry which results in HTML anchor
stephen suggested in jabber
stephen okayed in jabber
example:
http://bind10.isc.org/docs/bind10-messages.html#DATASRC_QUERY_REF_FAIL
-----------------------------------------------------------------------
Summary of changes:
tools/system_messages.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/tools/system_messages.py b/tools/system_messages.py
index cf9bfba..e09200a 100644
--- a/tools/system_messages.py
+++ b/tools/system_messages.py
@@ -115,7 +115,7 @@ SEC_HEADER="""<?xml version="1.0" encoding="UTF-8"?>
# This is output once for each message. The string contains substitution
# tokens: $I is replaced by the message identification, $T by the message text,
# and $D by the message description.
-SEC_MESSAGE = """<varlistentry>
+SEC_MESSAGE = """<varlistentry id="$I">
<term>$I, $T</term>
<listitem><para>
$D
More information about the bind10-changes
mailing list