Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

Manual glossary



The glossary manual policy, word anchors in the article point to where you want to refer to for your words. Note that word anchors used in a wiki where there is no glossary or an ontology with an automatic policy will be discarded.

Words can be associated with:
Words which are associated to no article at all will not appear in the glossary for the manual policy. If the showGlossaryErrors is set to true, then a warning will appear in this case during the generation.

Types of words pointers

For all the following examples, we suppose that we have the following glossary:
   <glossary policy="manual">
      <word word="ontology">
        <description>The description for ontologies</description>
      </word>
   </glossary>

Words defined on a text

We can refer here to a word in an article (the anchor is applied on the word just before is, in this case "OWL"):
   <article desc="my article">
   This is the text which refer to the OWL<word word="ontology" /> concept.
   </article>
We can omit the word attribute if the word just before the anchor correspond to a term used for the glossary word:
   <article desc="my second article">
   This is the text which refer to the ontology<word /> concept.
   </article>
We can also refer to the content in a "code" element. For example:
   <article desc="my second article">
   This is the text which refer to the <anchor id="ontology" desc="OWL" /><word /> concept.
   </article>

Words defined on an anchor

We can refer to the content on an anchor element. For example:
   <article desc="my second article">
   This is the text which refer to the <anchor id="ontology" desc="OWL" /><word /> concept.
   </article>

Words defined on a title

We can refer to the content on a title. For example:
   <article desc="ontology">
      <title title="ontology" /><word/>
   The ontology paragraph content.
   </article>

Words defined on an article

We can refer to the content on an article. In that case the word will directly refer to the article. For example:
   <article desc="ontology"><word/>
   The ontology paragraph content.
   </article>

See also


Categories: structure

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.