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

« back to all changes in this revision

Viewing changes to doc/activation-api/html/tutorial.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-09-04 17:59:13 UTC
  • mto: (3.1.2 lenny) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20060904175913-oml3562yozrki3pg
Tags: upstream-2.16.0
Import upstream version 2.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
<div class="titlepage"><div><div><h2 class="title">
32
32
<a name="tutorial"></a>Bonobo Activation tutorial</h2></div></div></div>
33
33
<div class="toc"><dl>
34
 
<dt><span class="sect1"><a href="tutorial.html#id2795726">What is Bonobo Activation ?</a></span></dt>
 
34
<dt><span class="sect1"><a href="tutorial.html#id2957996">What is Bonobo Activation ?</a></span></dt>
35
35
<dd><dl>
36
 
<dt><span class="sect2"><a href="tutorial.html#id2765055">The need for a replacement</a></span></dt>
37
 
<dt><span class="sect2"><a href="tutorial.html#id2759997">Getting started</a></span></dt>
 
36
<dt><span class="sect2"><a href="tutorial.html#id2927325">The need for a replacement</a></span></dt>
 
37
<dt><span class="sect2"><a href="tutorial.html#id2922266">Getting started</a></span></dt>
38
38
</dl></dd>
39
39
<dt><span class="sect1"><a href="checklist.html">Checklist</a></span></dt>
40
 
<dd><dl><dt><span class="sect2"><a href="checklist.html#id2804706">The non-local case</a></span></dt></dl></dd>
 
40
<dd><dl><dt><span class="sect2"><a href="checklist.html#id2966976">The non-local case</a></span></dt></dl></dd>
41
41
</dl></div>
42
42
<div class="sect1" lang="en">
43
43
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
44
 
<a name="id2795726"></a>What is Bonobo Activation ?</h2></div></div></div>
 
44
<a name="id2957996"></a>What is Bonobo Activation ?</h2></div></div></div>
45
45
<p>
46
46
   Bonobo Activation (originally named OAF) was designed as a replacement for the limited libgnorba library used
47
47
   in older GNOME released. bonobo-activation is responsible on GNOME 2.x systems for
52
52
   </p>
53
53
<div class="sect2" lang="en">
54
54
<div class="titlepage"><div><div><h3 class="title">
55
 
<a name="id2765055"></a>The need for a replacement</h3></div></div></div>
 
55
<a name="id2927325"></a>The need for a replacement</h3></div></div></div>
56
56
<p>
57
57
      Gnorba works well in a limited number of cases and suffers of a 
58
58
      number of design issues. More specifically:
107
107
</div>
108
108
<div class="sect2" lang="en">
109
109
<div class="titlepage"><div><div><h3 class="title">
110
 
<a name="id2759997"></a>Getting started</h3></div></div></div>
 
110
<a name="id2922266"></a>Getting started</h3></div></div></div>
111
111
<p>
112
112
      Here follows a very simple-stupid example of what you can do with Bonobo Activation.
113
113
      The complete API description of bonobo activation, the Bonobo Activation query langage reference and the