2000-09-15 Federico Mena Quintero <federico@helixcode.com> * evolution-devel-guide.sgml: Made the toplevel <book> id be "index". svn path=/trunk/; revision=5467
51 lines
1.5 KiB
Plaintext
51 lines
1.5 KiB
Plaintext
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
|
<!entity evolution-calendar SYSTEM "calendar/evolution-calendar.sgml">
|
|
<!entity calendar-architecture SYSTEM "calendar/architecture.sgml">
|
|
<!entity calendar-reference SYSTEM "calendar/reference.sgml">
|
|
<!entity CalClient SYSTEM "calendar/cal-client/sgml/cal-client.sgml">
|
|
<!entity CalComponent SYSTEM "calendar/cal-util/sgml/cal-component.sgml">
|
|
<!entity cal-util SYSTEM "calendar/cal-util/sgml/cal-util.sgml">
|
|
<!entity cal-recur SYSTEM "calendar/cal-util/sgml/cal-recur.sgml">
|
|
<!entity timeutil SYSTEM "calendar/cal-util/sgml/timeutil.sgml">
|
|
<!entity PCS "<acronym>PCS</acronym>">
|
|
<!entity libical "<application>libical</application>">
|
|
]>
|
|
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>Evolution Developer's Guide</title>
|
|
|
|
<authorgroup>
|
|
<corpauthor>
|
|
Helix Code, Inc.
|
|
</corpauthor>
|
|
</authorgroup>
|
|
|
|
<copyright>
|
|
<year>2000</year>
|
|
<holder>Helix Code, Inc.</holder>
|
|
</copyright>
|
|
</bookinfo>
|
|
|
|
<!-- DocBook parts for each individual component -->
|
|
|
|
&evolution-calendar;
|
|
|
|
<!-- API Reference part -->
|
|
|
|
<part>
|
|
<title>Evolution Public API Reference</title>
|
|
|
|
<partintro>
|
|
<para>
|
|
This part presents the class and function reference for the
|
|
different libraries and interfaces that Evolution provides.
|
|
Classes are described together with their methods; individual
|
|
functions are grouped by functional group.
|
|
</para>
|
|
</partintro>
|
|
|
|
&calendar-reference;
|
|
</part>
|
|
</book>
|