<?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</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 Open Publication License, v1.0 or
        later. (Current version is available at
		<ulink url=" http://www.opencontent.org/openpub/"
        type="http">http://www.opencontent.org/openpub/</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>
