Библиотека сайта rus-linux.net
D.6. Markup for Metadata
D.6.1. Crediting Translators, Converters and Co-authors
There are several ways that these folks, as well as other contributors to your document, can be given some recognition for the help they've given you.
D.6.1.1. <othercredit>
All translators, converters and co-authors
should be credited with an
<othercredit>
tag entry.
To properly credit a translator or converter, use the <othercredit>
tag with
the role
attribute set to "converter" or
"translator",
as indicated in the example below:
D.6.2. <revremark>
s
Within the <revision>
tag hierarchy is a tag called <revremark>
. Within this tag,
you can make any brief notes you wish about each
particular revision of your document.
D.6.3. Revision History
The <revhistory>
tag should be used to denote
the various revisions of the document. Specify the date, revision
number and comments regarding what has changed.
Revisions should be listed with the most-recent version at the top (list in descending order).
D.6.4. Date formats
The <pubdate>
tag in your header should list
the publication date of this particular version of the document
(coincide with the revision date). It should be in the following
format:
|
The date is in the format YYYY-MM-DD, which is one of the ISO 8601 standard formats for representing dates. For you Yanks out there (me too), think of it as going from the largest unit of time to the smallest.
D.6.5. Sample Article (or Book) Information Element
Here is a sample of a complete DocBook (SGML or XML)
<articleinfo>
element
which contains some of the items and constructs previously
described.
Example D-10. Sample Meta Data
<!-- Above these lines in a typical DocBook article would be the article element (the immediate parent of the articleinfo element) and above that typically, the DOCTYPE declaration and internal subset. --> |