aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/calendar/evolution-calendar.sgml
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-06-23 13:14:10 +0800
committernobody <nobody@localhost>2001-06-23 13:14:10 +0800
commit33431dbe42411bd1988f705ac2798cfc81c3718c (patch)
treea4eb5e010ba601de261dc3f9da4dd4b86fcc46fe /help/devel/calendar/evolution-calendar.sgml
parent72ca61d74b9942040638b628a6f1358e02d23d42 (diff)
downloadgsoc2013-evolution-33431dbe42411bd1988f705ac2798cfc81c3718c.tar
gsoc2013-evolution-33431dbe42411bd1988f705ac2798cfc81c3718c.tar.gz
gsoc2013-evolution-33431dbe42411bd1988f705ac2798cfc81c3718c.tar.bz2
gsoc2013-evolution-33431dbe42411bd1988f705ac2798cfc81c3718c.tar.lz
gsoc2013-evolution-33431dbe42411bd1988f705ac2798cfc81c3718c.tar.xz
gsoc2013-evolution-33431dbe42411bd1988f705ac2798cfc81c3718c.tar.zst
gsoc2013-evolution-33431dbe42411bd1988f705ac2798cfc81c3718c.zip
This commit was manufactured by cvs2svn to create tag 'OldWDE'.OldWDE
svn path=/tags/OldWDE/; revision=10428
Diffstat (limited to 'help/devel/calendar/evolution-calendar.sgml')
-rw-r--r--help/devel/calendar/evolution-calendar.sgml52
1 files changed, 0 insertions, 52 deletions
diff --git a/help/devel/calendar/evolution-calendar.sgml b/help/devel/calendar/evolution-calendar.sgml
deleted file mode 100644
index ea0d8c7127..0000000000
--- a/help/devel/calendar/evolution-calendar.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
- <part id="evolution-calendar">
- <docinfo>
- <authorgroup>
- <author>
- <firstname>Federico</firstname>
- <surname>Mena Quintero</surname>
- <affiliation>
- <address>
- <email>federico@ximian.com</email>
- </address>
- </affiliation>
- </author>
- </authorgroup>
- </docinfo>
-
- <title>Developing Applications with the &Evolution; Calendar</title>
-
- <partintro>
- <para>
- This part of the &Evolution; Developer's Guide describes how
- to write applications for the &Evolution; Calendar by using
- its public interfaces. The &Evolution; Calendar exports its
- functionality through a number of interfaces, including CORBA,
- GTK+ wrappers for Bonobo objects, and other utility libraries.
- This part also describes the internals of the calendar so that
- it will be easy for you to make changes to &Evolution;'s core
- code.
- </para>
-
- <para>
- You should read this part of the &Evolution; Developer's guide
- if you intend to write client applications that use the
- functionality of the &Evolution; Calendar, such as its storage
- interfaces and generic recurrence engine. If you intend to
- make changes to the calendar's core code, it will be useful to
- read the sections on the calendar internals as well. Even if
- you do not intend to modify the core code of the calendar, it
- may be useful to know a few things about the way it works so
- that you can make better use of the public interfaces.
- </para>
- </partintro>
-
- &calendar-architecture;
- &calendar-alarm-generation;
- </part>
-
-<!--
-Local variables:
-mode: sgml
-sgml-parent-document: ("../evolution-devel-guide.sgml" "book" "book" "")
-End:
--->