mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[github39] system_messages tool converted to DocBook 5.0
This commit is contained in:
@@ -1 +1 @@
|
|||||||
<!ENTITY __VERSION__ "@PACKAGE_VERSION@">
|
<!ENTITY keaversion "@PACKAGE_VERSION@">
|
||||||
|
@@ -76,32 +76,31 @@ DictionaryType dictionary;
|
|||||||
/// this is output before anything else.
|
/// this is output before anything else.
|
||||||
const std::string FILE_HEADER =
|
const std::string FILE_HEADER =
|
||||||
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
|
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
|
||||||
<!DOCTYPE book PUBLIC \"-//OASIS//DTD DocBook XML V4.2//EN\"\n\
|
<!DOCTYPE book [\
|
||||||
\"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd\" [\n\
|
<!ENTITY % keaversion SYSTEM \"version.ent\">\
|
||||||
<!ENTITY mdash \"—\" >\n\
|
%keaversion;\
|
||||||
<!ENTITY % version SYSTEM \"version.ent\">\n\
|
]>\
|
||||||
%version;\n\
|
\n\
|
||||||
]>\n\
|
|
||||||
<!--\n\
|
<!--\n\
|
||||||
This XML document is generated using the system_messages tool\n\
|
This XML document is generated using the system_messages tool\n\
|
||||||
based on the .mes message files.\n\
|
based on the .mes message files.\n\
|
||||||
\n\
|
\n\
|
||||||
Do not edit this file.\n\
|
Do not edit this file.\n\
|
||||||
-->\n\
|
-->\n\
|
||||||
<book>\n\
|
<book xmlns=\"http://docbook.org/ns/docbook\" version=\"5.0\">\n\
|
||||||
<?xml-stylesheet href=\"kea-guide.css\" type=\"text/css\"?>\n\
|
<?xml-stylesheet href=\"kea-guide.css\" type=\"text/css\"?>\n\
|
||||||
\n\
|
\n\
|
||||||
<bookinfo>\n\
|
<info>\n\
|
||||||
<title>Kea Messages Manual</title>\n\
|
<title>Kea Messages Manual</title>\n\
|
||||||
\n\
|
\n\
|
||||||
<copyright>\n\
|
<copyright>\n\
|
||||||
<year>2011-2017</year>\n\
|
<year>2011-2018</year>\n\
|
||||||
<holder>Internet Systems Consortium, Inc. (\"ISC\")</holder>\n\
|
<holder>Internet Systems Consortium, Inc. (\"ISC\")</holder>\n\
|
||||||
</copyright>\n\
|
</copyright>\n\
|
||||||
\n\
|
\n\
|
||||||
<abstract>\n\
|
<abstract>\n\
|
||||||
<para>\n\
|
<para>\n\
|
||||||
This is the messages manual for Kea version &__VERSION__;.\n\
|
This is the messages manual for Kea version &keaversion;.\n\
|
||||||
The most up-to-date version of this document, along with\n\
|
The most up-to-date version of this document, along with\n\
|
||||||
other documents for Kea, can be found at\n\
|
other documents for Kea, can be found at\n\
|
||||||
<ulink url=\"http://kea.isc.org/docs\"/>.\n\
|
<ulink url=\"http://kea.isc.org/docs\"/>.\n\
|
||||||
@@ -109,8 +108,8 @@ const std::string FILE_HEADER =
|
|||||||
</abstract>\n\
|
</abstract>\n\
|
||||||
\n\
|
\n\
|
||||||
<releaseinfo>This is the messages manual for Kea version\n\
|
<releaseinfo>This is the messages manual for Kea version\n\
|
||||||
&__VERSION__;.</releaseinfo>\n\
|
&keaversion;.</releaseinfo>\n\
|
||||||
</bookinfo>\n\
|
</info>\n\
|
||||||
\n\
|
\n\
|
||||||
<chapter id=\"intro\">\n\
|
<chapter id=\"intro\">\n\
|
||||||
<title>Introduction</title>\n\
|
<title>Introduction</title>\n\
|
||||||
|
Reference in New Issue
Block a user