Correct the list of authors. If you have more than one author, put them all into an <authorgroup> element. The order matters (first come, first displayed):
<authorgroup>
<author>
<personname>
<firstname>Tux</firstname>
<surname>Penguin</surname>
<affiliation>
<jobtitle>Chief Cuteness Officer</jobtitle>
<orgname>SUSE</orgname>
</affiliation>
</personname>
</author>
<!-- ... add more ... -->
</authorgroup>
Situation
Soon we will have some new TRD stylesheets. To use the full potential, we need to change or add some metadata.
Proposed solution
Correct the list of authors. If you have more than one author, put them all into an
<authorgroup>element. The order matters (first come, first displayed):If you wish, add some company logos with
<cover>and<mediaobject>. The logos should be added to theimagesdirectory.If you have logos, add the width of your logos (in
<cover>). If you leave it out, the logos could potentially grow too big. Start with:Add one or more platform meta information. This should contain the platform where this paper applies (for example, SLES 15 SP5). If you don't need it, leave it out:
Add one element for series meta information (should contain "Technical Reference Documentation"):
I would recommend to add a placeholder to avoid typos (for example,
{trd}). That could be done incommon/adoc/common_docinfo_vars.adocI suppose with:Add category meta information (something like Systems Management, Edge, SAP etc.):
Add type meta information (something like "Getting Started", "Reference Implementation" etc.):
If feasible, shorten titles and add possible subtitles. This will improve our SEO ratings.
Keep your fingers crossed. 😉