~ubuntu-core-doc/ubuntu-docs/maverick

« back to all changes in this revision

Viewing changes to generic/styleguide/information-design.xml

  • Committer: Matthew East
  • Date: 2008-04-03 21:36:44 UTC
  • Revision ID: mdke@ubuntu.com-20080403213644-f1raxxlwe4ng37s6
Smashing up the directory to create new structure discussed on mailing list.
Nothing works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<chapter id="information-design">
2
 
        <title>Information Design</title>
3
 
        <sect1 id="audience">
4
 
                <title>Define Your Audience</title>
5
 
                <para>TODO: Importance of knowing who you are writing for.</para>
6
 
        </sect1>
7
 
        <sect1 id="scanning">
8
 
                <title>Write to Facilitate Scanning</title>
9
 
                <para>Users need to find information quickly. People don't read documentation as much as they scan it for solutions to their immediate problem. Writing and presentation styles that seem redundant in essays or other texts are often helpful to people scanning for information.</para>
10
 
    <para>Readers can find and absorb information more quickly if documentation is clear, concise, and consistent. As well, translators can more easily translate documents with these attributes.</para>
11
 
                <itemizedlist>  
12
 
                        <listitem>
13
 
        <para><emphasis role="bold">Writing must be clear:</emphasis> Write short, active sentences using everyday vocabulary. Maintain a visual separation between page elements.</para>
14
 
                        </listitem>
15
 
                        <listitem>
16
 
        <para><emphasis role="bold">Writing must be concise:</emphasis> Minimize content so it can be found and remembered. Keep pages short, modular and focused on a single topic.</para>
17
 
                        </listitem>
18
 
                        <listitem>
19
 
        <para><emphasis role="bold">Writing must be consistent:</emphasis> Refer to one thing or idea with the same word throughout the page. Use headlines, lists and emphasis to signal importance.</para>
20
 
                        </listitem>
21
 
                </itemizedlist>
22
 
        </sect1>
23
 
        <sect1 id="writing-style">
24
 
                <title>Match Writing Style to Purpose</title>
25
 
                <para>Use a writing style that fits the text's purpose. The most useful styles in documentation are explanatory, procedural and descriptive.</para>
26
 
                <para>Explanatory writing is used for special language or concepts that users need to understand a procedure. Format explanatory text in paragraphs.</para>
27
 
                <para>Procedural writing is used for telling readers precisely what steps they must take to complete a task. Write procedural text as numbered lists. Tell users what to expect when they've finished.</para>
28
 
                <para>Unlike the other two, descriptive writing is used primarily in reference material. It gives a short definition or identifies where a feature can be found. Lists and tables are useful in formatting descriptive text.</para>
29
 
                <para><xref linkend="styleguide-international"/> gives more guidance on writing style.</para>
30
 
        </sect1>
31
 
        <sect1 id="formatting">
32
 
                <title>Match Formatting to Importance</title>
33
 
                <para>Formatting text gives a visual hierarchy that lets users see the overall content of the page by scanning it.</para>
34
 
                <para>Headlines summarize the topic of the underlying information. Scanning headlines gives the user an accurate picture of the detailed contents.</para>
35
 
                <para>Lists allow users to skip over explanations they don't need and get straight to a solution.</para>
36
 
                <para>Admonitions (callouts) package relevant information that doesn't fit into the primary flow of the topic.</para>
37
 
                <para>Emphasis lets people pick words out of paragraphs, lists and examples; giving them an idea of the topic details before reading.</para>
38
 
                <para>Formatting Conventions lists visual styles and their use.</para>
39
 
        </sect1>
40
 
</chapter>
41