diff options
author | nobody <nobody@localhost> | 2001-01-24 20:16:19 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-01-24 20:16:19 +0800 |
commit | c7c47a4395581e5c9d1e6822bc88ebe320d72c3d (patch) | |
tree | d14a15d47e7d448085f459ad6645a440bc61e8e9 /help/devel/reference.sgml | |
parent | 50686ba8d9071b6c76df52c0d126e6d74163471e (diff) | |
download | gsoc2013-evolution-Release09pre3.tar gsoc2013-evolution-Release09pre3.tar.gz gsoc2013-evolution-Release09pre3.tar.bz2 gsoc2013-evolution-Release09pre3.tar.lz gsoc2013-evolution-Release09pre3.tar.xz gsoc2013-evolution-Release09pre3.tar.zst gsoc2013-evolution-Release09pre3.zip |
This commit was manufactured by cvs2svn to create tagRelease09pre3
'Release09pre3'.
svn path=/tags/Release09pre3/; revision=7779
Diffstat (limited to 'help/devel/reference.sgml')
-rw-r--r-- | help/devel/reference.sgml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/help/devel/reference.sgml b/help/devel/reference.sgml deleted file mode 100644 index ae675a7722..0000000000 --- a/help/devel/reference.sgml +++ /dev/null @@ -1,47 +0,0 @@ - <part id="evolution-api-reference"> - <title>&Evolution; 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> - - <para> - &Evolution; provides two kinds of interfaces, public and - private. The public interfaces are those designed to be used - from third-party applications or components; if you wanted to - write an application that uses &Evolution;'s data repositories - to display data in a particular way, you would use the public - interfaces. The private interfaces are those used inside - &Evolution; itself; these are generally not interesting unless - you intend to make modifications to the &Evolution; code base. - </para> - - <para> - While the public and private interfaces are described in - separate reference sections, we have decided to put them - together in the same book, this guide, because we want to - encourage you to regard &Evolution; as something more than a - black box that stores and dispatches personal information. We - want you to make modifications to the &Evolution; core if - these would allow you to present or store your data in better - ways. &Evolution; is free software; we want you to learn from - its design and implementation details so that you can make it - even better for the whole world to use. - </para> - </partintro> - - &calendar-public-reference; - &importer-public-reference; - &importer-private-reference; - </part> - -<!-- -Local variables: -mode: sgml -sgml-parent-document: ("evolution-devel-guide.sgml" "book" "book" "") -End: ---> |