~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to doc/activation-api/html/attribute-tag.html

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-09-26 01:14:29 UTC
  • mfrom: (1.1.26 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090926011429-11khy727w5dwny5w
Tags: 2.24.2-1
* Build-depend on libglib2.0-doc to ensure proper xrefs.
* New upstream translation release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>The oaf_attribute tag</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Bonobo Activation API Reference Manual">
8
8
<link rel="up" href="server-xml-reference.html" title=".server file format reference">
9
9
<link rel="prev" href="server-xml-reference.html" title=".server file format reference">
27
27
<th width="100%" align="center">Bonobo Activation API Reference Manual</th>
28
28
<td><a accesskey="n" href="migrating.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
29
29
</tr></table>
30
 
<div class="sect1" lang="en">
 
30
<div class="sect1" title="The oaf_attribute tag">
31
31
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
32
32
<a name="attribute-tag"></a>The <code class="sgmltag-element">oaf_attribute</code> tag</h2></div></div></div>
33
33
<p>
92
92
      
93
93
      </p>
94
94
<div class="table">
95
 
<a name="id2879187"></a><p class="title"><b>Table 6. Normalized attributes</b></p>
 
95
<a name="id2606019"></a><p class="title"><b>Table 6. Normalized attributes</b></p>
96
96
<div class="table-contents"><table summary="Normalized attributes" border="1">
97
97
<colgroup>
98
98
<col align="left">
161
161
                understands as input.
162
162
                In addition to specific <a href="http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=MIME"><span class="acronym">MIME</span></a> types, it is
163
163
                possible to include supertypes (<abbr class="abbrev">e.g.</abbr>
164
 
                “<span class="quote">image/*</span>” or “<span class="quote">text/*</span>”) or
165
 
                “<span class="quote">*/*</span>” to indicate the component can display any
 
164
                <span class="quote">“<span class="quote">image/*</span>”</span> or <span class="quote">“<span class="quote">text/*</span>”</span>) or
 
165
                <span class="quote">“<span class="quote">*/*</span>”</span> to indicate the component can display any
166
166
                <a href="http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=MIME"><span class="acronym">MIME</span></a> type.
167
 
                Specifying “<span class="quote">*/*</span>” is only necessary if neither
 
167
                Specifying <span class="quote">“<span class="quote">*/*</span>”</span> is only necessary if neither
168
168
                <span class="emphasis"><em>supported_uri_schemes</em></span> nor
169
169
                <span class="emphasis"><em>additional_uri_schemes</em></span> is not specified,
170
 
                otherwise “<span class="quote">*/*</span>” is assumed.
 
170
                otherwise <span class="quote">“<span class="quote">*/*</span>”</span> is assumed.
171
171
                This only really makes sense if the component implements one
172
172
                of the following interfaces:
173
173
                <code class="classname">Bonobo::PersistStream</code>,
240
240
                zoom control) as well as for its entry in the
241
241
                <span class="emphasis"><em>Open with Other Viewer</em></span> window.
242
242
                It defaults to
243
 
                “<span class="quote">View as <em class="replaceable"><code>name</code></em></span>” where
 
243
                <span class="quote">“<span class="quote">View as <em class="replaceable"><code>name</code></em></span>”</span> where
244
244
                <em class="replaceable"><code>name</code></em> is the value of the
245
245
                <span class="emphasis"><em>view_as_name</em></span> attribute.
246
246
                It is discouraged to rely on this fallback because it makes
267
267
                <span class="guimenu">Open With</span> submenu of Nautilus'  context menu
268
268
                for files and the <span class="guimenu">File</span> menu.
269
269
                It defaults to
270
 
                “<span class="quote"><em class="replaceable"><code>name</code></em> Viewer</span>” where
 
270
                <span class="quote">“<span class="quote"><em class="replaceable"><code>name</code></em> Viewer</span>”</span> where
271
271
                <em class="replaceable"><code>name</code></em> is the value of the
272
272
                <span class="emphasis"><em>view_as_name</em></span> attribute.
273
273
                It is discouraged to rely on this fallback because it makes
280
280
<td align="left"><span class="type">stringv</span></td>
281
281
<td align="left">if the component is to be activated on a
282
282
                <a href="http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=URI"><span class="acronym">URI</span></a> with <a href="http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=MIME"><span class="acronym">MIME</span></a> type
283
 
                “<span class="quote">special/directory</span>”, it is only really applicable
 
283
                <span class="quote">“<span class="quote">special/directory</span>”</span>, it is only really applicable
284
284
                if the directory contains a file with one of the
285
285
                <a href="http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=MIME"><span class="acronym">MIME</span></a> types listed in this attribute.
286
 
                As before, supertypes like “<span class="quote">audio/*</span>” are allowed.
287
 
                If this attribute is omitted, “<span class="quote">*/*</span>” is assumed.
 
286
                As before, supertypes like <span class="quote">“<span class="quote">audio/*</span>”</span> are allowed.
 
287
                If this attribute is omitted, <span class="quote">“<span class="quote">*/*</span>”</span> is assumed.
288
288
              </td>
289
289
<td class="auto-generated"> </td>
290
290
</tr>