~ubuntu-branches/ubuntu/oneiric/gnome-doc-utils/oneiric

« back to all changes in this revision

Viewing changes to doc/mallard/de/mal_inline_output.page

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 15:23:59 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922152359-cjg9mergys459ibb
Tags: 0.18.0-0ubuntu1
* New upstream release: (LP: #434453)
  0.18.0 
  - Replaced Mallard copyright element with credit
  - Fixed model for external-namespace elements in info context
  - Fixed gnome-doc-utils.make parallel build failure
  0.17.5
  - mal2html: Handle link roles on automatic and inline links

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  <credit type="author">
10
10
    <name>Shaun McCance</name>
11
11
    <email>shaunm@gnome.org</email>
 
12
    <years>2008-2009</years>
12
13
  </credit>
13
 
  <copyright>
14
 
    <year>2008-2009</year>
15
 
    <name>Shaun McCance</name>
16
 
  </copyright>
17
14
 
18
15
  <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
19
16
 
47
44
 
48
45
<!-- BEGIN notes -->
49
46
<section id="notes">
50
 
  <title>Notes</title>
 
47
  <title>Anmerkungen</title>
51
48
  <list>
52
49
    <item><p>The <code>output</code> element can contain a mixture of text and
53
50
    any <link xref="mal_inline">general inline elements</link>.</p></item>
69
66
      <p>Typical values for the <code>style</code> attribute include:</p>
70
67
      <table rules="rows"><tr>
71
68
        <td><p><code>output</code></p></td>
72
 
        <td><p>Standard output from a running program</p></td>
 
69
        <td><p>Standardausgabe eines laufenden Programms</p></td>
73
70
      </tr><tr>
74
71
        <td><p><code>error</code></p></td>
75
 
        <td><p>Standard error from a running program</p></td>
 
72
        <td><p>Standard-Fehlermeldung eines laufenden Programms</p></td>
76
73
      </tr><tr>
77
74
        <td><p><code>prompt</code></p></td>
78
75
        <td><p>The command prompt for an interactive shell</p></td>
94
91
 
95
92
<!-- BEGIN examples -->
96
93
<section id="examples">
97
 
  <title>Examples</title>
 
94
  <title>Beispiele</title>
98
95
 
99
96
  <p>Use <code>ouptut</code> to mark up text generated by a program:</p>
100
97
 
118
115
</screen>
119
116
]]></code>
120
117
<screen>
121
 
<output style="prompt">$ </output><input>ls mal_inline_output.xml</input>
 
118
<output style="prompt">$</output><input>ls mal_inline_output.xml</input>
122
119
<output>mal_inline_output.xml</output>
123
120
</screen>
124
121
  </example>
133
130
</screen>
134
131
]]></code>
135
132
<screen>
136
 
<output style="prompt">$ </output><input>ls mal_inline_computeroutput.xml</input>
 
133
<output style="prompt">$</output><input>ls mal_inline_computeroutput.xml</input>
137
134
<output style="error">ls: mal_inline_computerouput.xml: No such file or directory</output>
138
135
</screen>
139
136
  </example>
154
151
 
155
152
<!-- BEGIN comparison -->
156
153
<section id="comparison">
157
 
  <title>Comparison to Other Formats</title>
 
154
  <title>Vergleich mit anderen Formaten</title>
158
155
  <p>The <code>output</code> element is similar to the
159
156
  <code href="http://www.docbook.org/tdg/en/html/computeroutput.html">computeroutput</code>
160
157
  element in DocBook.  When necessary, the <code>output</code> element may be used