1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>GPE Manual: libgpevtype Reference Manual</title>
<authorgroup>
<author>
<firstname>Florian</firstname>
<surname>Boor</surname>
<affiliation>
<orgname>handhelds.org</orgname>
</affiliation>
<authorblurb>
<para>
<email>florian@handhelds.org</email>
</para>
</authorblurb>
</author>
</authorgroup>
<legalnotice>
<para>
This document may be distributed under the terms and
conditions of the Lesser General Public License, v2.1 or
later. (Current version is available at
<ulink url="http://www.gnu.org/copyleft/lesser.html"
type="http">http://www.gnu.org/copyleft/lesser.html</ulink> )
</para>
</legalnotice>
</bookinfo>
<abstract>
<para>
Libgpevtype is a small interface library to convert mimedir data
from and to generic tag-value lists used in GPE.
</para>
</abstract>
<para>
Libgpevtype is used by various GPE PIM applications to make use of
libmimedir which handles versit consortium standard data like vCard and
vCal. It provides a simple interface to convert mimedir objects into
tag-value lists used in GPE.
</para>
<chapter>
<title>Programmers Interface</title>
<xi:include href="xml/vcard.xml"/>
<xi:include href="xml/vevent.xml"/>
<xi:include href="xml/vtodo.xml"/>
<xi:include href="xml/tag-db.xml"/>
</chapter>
<chapter>
<title>About</title>
<itemizedlist mark="bullet">
<listitem>
<para>
Status: libgpevtype was developed and is currently maintained by Philip Blundell (pb@debian.org)
</para>
</listitem>
<listitem>
<para>
License: LGPL
</para>
</listitem>
<listitem>
<para>
Version: 0.6
</para>
</listitem>
</itemizedlist>
</chapter>
</book>
|