You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 have logos, add the width of your logos (in <cover>). If you leave it out, the logos could potentially grow too big. Start with:
<imagedata fileref="..." width="4em"/>
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:
<meta name="platform">...</meta>
Add one element for series meta information (should contain "Technical Reference Documentation"):
<meta name="series">...</meta>
I would recommend to add a placeholder to avoid typos (for example, {trd}). That could be done in common/adoc/common_docinfo_vars.adoc I suppose with:
:trd: Technical Reference Documentation
Add category meta information (something like Systems Management, Edge, SAP etc.):
<meta name="category">...</meta>
Add type meta information (something like "Getting Started", "Reference Implementation" etc.):
<meta name="type">...</meta>
If feasible, shorten titles and add possible subtitles. This will improve our SEO ratings.
Keep your fingers crossed. 😉
The text was updated successfully, but these errors were encountered:
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 theimages
directory.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.adoc
I 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. 😉
The text was updated successfully, but these errors were encountered: