DITA lesson 1: Information typing#
9 April 2024
As a technical writer, you probably know that a lot of your time is spent not on the actual writing, but in gathering information and in thinking how to present that information in a manner that helps your readers.
You don’t write novels, stories, poems, or thrillers. What you write is not read by people at leisure for pleasure; what you write is read by people who’re looking for very specific types of information and are very definitely not at leisure.
Definition
The process of sorting information into specific categories is called information typing.
DITA architecture has something called topic types, which you can think of as blocks that:
Are built in a specific way, based on a standard model
Answer one — and only one — type of question
DITA has several topic types; this course focusses on the following three topic types: concept, task, and reference.
- Concept
Explanations and descriptions about things. Concept topics answer questions such as “What is this about”, “Why does it behave the way it does” or “Where does it fit into the overall scheme of things?”
- Task
The steps that are needed to achieve a specific goal or result. Task topics answer the question “How do I do this?”
- Reference
A collection of values, data, code snippets, or any information that are needed when doing a task but don’t need to be remembered or internalised. Reference topics answer questions such as “What are the system settings”, “What are the default parameter values”, or “What were the arguments for that command again?”
Every DITA topic is a stand-alone topic that’s answering a very specific question. If you think of a DITA topic as a web page on a documentation portal, think of every page as an independent entity that’s capable of being read and understood in isolation, independent of other pages on that documentation portal. The DITA writing paradigm is not a linear paradigm with Previous and Next content; the DITA sea is choppy and DITA topics are meant to stand alone.
The exercise at the end of this lesson is meant for providing some practise in chopping information into topic types.
Recap#
DITA information types are standalone entities that answer just one question.
The concept topic-type is for explanations.
The task topic-type is for procedures.
The reference topic-type is for data.
Exercise#
Writing in DITA is about segragating content into topic types. Look at the following books and chunk their content into one or more blocks of concept, task, and reference. For the exercise, use any text editor that you like.
If you’d rather do things from scratch, how about this: Imagine that you’ve been asked to produce documentation for a musical instrument called shehnai. Think of what all you’ll write, and note down these section names or titles of the parts of your document (which, effectively, means that you’re creating an outline or a table of contents for your document). Think of the questions that these parts are going to answer. Then, label these parts as concept, task, and reference. Again, use any text editor that you’re comfortable with.

Lessons in this course#
Topics, more ways to link
Reuse
Profiling