Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
426
Issues
426
List
Boards
Labels
Service Desk
Milestones
Merge Requests
63
Merge Requests
63
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
fde5de6b
Commit
fde5de6b
authored
Feb 06, 2018
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[github39] system_messages tool converted to DocBook 5.0
parent
44c78206
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
13 deletions
+12
-13
doc/version.ent.in
doc/version.ent.in
+1
-1
tools/system_messages.cc
tools/system_messages.cc
+11
-12
No files found.
doc/version.ent.in
View file @
fde5de6b
<!ENTITY
__VERSION__
"@PACKAGE_VERSION@">
<!ENTITY
keaversion
"@PACKAGE_VERSION@">
tools/system_messages.cc
View file @
fde5de6b
...
...
@@ -76,32 +76,31 @@ DictionaryType dictionary;
/// this is output before anything else.
const
std
::
string
FILE_HEADER
=
"<?xml version=
\"
1.0
\"
encoding=
\"
UTF-8
\"
?>
\n
\
<!DOCTYPE book PUBLIC
\"
-//OASIS//DTD DocBook XML V4.2//EN
\"\n
\
\"
http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
\"
[
\n
\
<!ENTITY mdash
\"
—
\"
>
\n
\
<!ENTITY % version SYSTEM
\"
version.ent
\"
>
\n
\
%version;
\n
\
]>
\n
\
<!DOCTYPE book [\
<!ENTITY % keaversion SYSTEM
\"
version.ent
\"
>\
%keaversion;\
]>\
\n
\
<!--
\n
\
This XML document is generated using the system_messages tool
\n
\
based on the .mes message files.
\n
\
\n
\
Do not edit this file.
\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
\
\n
\
<
book
info>
\n
\
<info>
\n
\
<title>Kea Messages Manual</title>
\n
\
\n
\
<copyright>
\n
\
<year>2011-201
7
</year>
\n
\
<year>2011-201
8
</year>
\n
\
<holder>Internet Systems Consortium, Inc. (
\"
ISC
\"
)</holder>
\n
\
</copyright>
\n
\
\n
\
<abstract>
\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
\
other documents for Kea, can be found at
\n
\
<ulink url=
\"
http://kea.isc.org/docs
\"
/>.
\n
\
...
...
@@ -109,8 +108,8 @@ const std::string FILE_HEADER =
</abstract>
\n
\
\n
\
<releaseinfo>This is the messages manual for Kea version
\n
\
&
__VERSION__
;.</releaseinfo>
\n
\
</
book
info>
\n
\
&
keaversion
;.</releaseinfo>
\n
\
</info>
\n
\
\n
\
<chapter id=
\"
intro
\"
>
\n
\
<title>Introduction</title>
\n
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment