12. Glossary
| Term | Definition |
|---|---|
Antora |
Static site generator for AsciiDoc documentation, organising content into components, versions and modules. Produces the HTML site this system consumes. |
arc42 |
Template for architecture documentation by Dr. Peter Hruschka and Dr. Gernot Starke, structured into the twelve chapters used here. |
Attachment |
A file bound to a Confluence page — image or download. Referenced in the storage format as
|
Confluence Storage Format |
The XHTML-based format Confluence stores page bodies in. Includes Confluence-specific elements
such as |
Content hash |
SHA-256 over the transformed page body, stored as the page property |
Cross-space link |
A link whose target lives in a different Confluence space than the page containing it. Marked
|
Mapper |
Configuration unit binding one local directory to one Confluence space, optionally under a root page. Several mappers may be configured per build. |
Mojo |
A Maven plugin goal. Here: |
Orphan |
A page below the configured root page that exists in Confluence but no longer in the local
source. Reported always, trashed only when |
Page property |
Key/value data Confluence stores alongside a page. Used here for the content hash. |
Parser |
The interface abstracting the source format. |
Root page |
An existing Confluence page under which a mapper’s content is created. Also the scope boundary for orphan detection — without it, no deletion happens. |
Space key |
The short identifier of a Confluence space, e.g. |
Touched page |
A page the current run created, updated or deliberately skipped as unchanged. Everything below the root that was not touched is an orphan. |
Transformer |
Converts an HTML fragment into Confluence Storage Format, resolving links and collecting
attachments. |
XSRF header |
|