DITA Project Configuration

From Lingoport Wiki
Revision as of 15:36, 28 December 2023 by Olibouban (talk | contribs) (DITA Introduction)
Jump to: navigation, search

DITA Introduction

The Darwin Information Typing Architecture (DITA) is an XML-based architecture for authoring, producing, and delivering topic-oriented, information-typed content that can be reused and single-sourced in a variety of ways. DITA is a standard that is applicable to any kind of publication or information that might be presented to readers, including interactive training and educational materials, standards, reports, business documents, trade books, travel and nature guides, and more.

Because DITA topics are conforming XML documents, they can be readily viewed, edited, and validated using standard XML tools, although realizing the full potential of DITA requires using DITA-aware tools.

DITA uses certain file extensions for topics, maps, and conditional processing profiles. Files that contain DITA content SHOULD use the following file extensions:

  • DITA topics
    • .dita (preferred)
  • DITA maps
    • .ditamap

For the purpose of Localyzer on-boarding, the source locale and target locales make up sibling directories under one DITA root. The file structure and files under each locale directory are the same, with .dita and/or .ditamap translated under each target directory.

Illustrative DITA Sample, "Spectrum"

An illustrative simple example is used to guide the on-boarding. Actual DITA repositories will follow most of the same on-boarding.

1. In the repository, the directory under which the locale directories are located is dita/Spectrum 2. Under dita/Spectrum, the source locale is en for United States English 3. Under dita/Spectrum/en is the full directory structure for the DITA files. Path to actual .dita and .ditamap can be deep. 4. Translation will be located under dita/Spectrum/fr-FR for France French 5. Pseudo-localization will be located under dita/Spectrum/eo for Esperanto

Create a DITA Transform System File