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

« back to all changes in this revision

Viewing changes to doc/activation-api/html/server-xml-reference.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>.server file format reference</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="index.html" title="Bonobo Activation API Reference Manual">
9
9
<link rel="prev" href="query-syntax.html" title="Syntax">
27
27
<th width="100%" align="center">Bonobo Activation API Reference Manual</th>
28
28
<td><a accesskey="n" href="attribute-tag.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
29
29
</tr></table>
30
 
<div class="chapter" lang="en">
 
30
<div class="chapter" title=".server file format reference">
31
31
<div class="titlepage"><div><div><h2 class="title">
32
32
<a name="server-xml-reference"></a><code class="filename">.server</code> file format reference</h2></div></div></div>
33
33
<div class="toc"><dl>
34
 
<dt><span class="sect1"><a href="server-xml-reference.html#server-tag">The oaf_server tag</a></span></dt>
35
 
<dt><span class="sect1"><a href="attribute-tag.html">The oaf_attribute tag</a></span></dt>
 
34
<dt><span class="sect1"><a href="server-xml-reference.html#server-tag">The <code class="sgmltag-element">oaf_server</code> tag</a></span></dt>
 
35
<dt><span class="sect1"><a href="attribute-tag.html">The <code class="sgmltag-element">oaf_attribute</code> tag</a></span></dt>
36
36
</dl></div>
37
37
<p>
38
38
    This section describes the format of the <code class="filename">.server</code> files
39
39
    used by applications to tell the Bonobo Activation daemon about the
40
40
    interfaces they support.
41
41
  </p>
42
 
<div class="sect1" lang="en">
 
42
<div class="sect1" title="The oaf_server tag">
43
43
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
44
44
<a name="server-tag"></a>The <code class="sgmltag-element">oaf_server</code> tag</h2></div></div></div>
45
45
<p>
75
75
      the name of the library the code is in: <code class="filename">libgmf</code>
76
76
      for example.
77
77
    </p>
78
 
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
 
78
<div class="note" title="Portability Note" style="margin-left: 0.5in; margin-right: 0.5in;">
79
79
<h3 class="title">Portability Note</h3>
80
80
<p>
81
81
        Don't include the <code class="filename">.so</code> suffix common on Linux