<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>DB_Sqlite_Tools</name>
  <summary>DB_Sqlite_Tools is an object oriented interface to effectively manage and backup Sqlite databases.</summary>
  <description>DB_Sqlite_Tools is an object oriented interface to effectively manage and backup Sqlite databases.
It extends the existing functionality by providing a comprehensive solution for database backup, live 
    replication, export in XML format, performance optmization and more.</description>
  <maintainers>
    <maintainer>
      <user>gurugeek</user>
      <name>David Costa</name>
      <email>gurugeek@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.1.1</version>
    <date>2004-09-08</date>
    <license>PHP License 3.0</license>
    <state>alpha</state>
    <notes>Fixes XML export bug</notes>
    <deps>
      <dep type="php" rel="ge" version="5.0.0" optional="no"/>
    </deps>
    <filelist>
      <file role="php" baseinstalldir="DB/Sqlite" name="Tools.php">
        <replace type="package-info" from="@VER@" to="version"/>
      </file>
      <file role="php" baseinstalldir="DB/Sqlite" install-as="Tools/Exception.php" name="Tools/Exception.php"/>
      <file role="php" baseinstalldir="DB/Sqlite" install-as="Tools/XMLParser.php" name="Tools/XMLParser.php"/>
      <file role="test" baseinstalldir="DB/Sqlite" install-as="CacheTest.php" name="tests/CacheTest.php"/>
      <file role="test" baseinstalldir="DB/Sqlite" install-as="ftpTest.php" name="tests/ftpTest.php"/>
      <file role="test" baseinstalldir="DB/Sqlite" install-as="Integritytest.php" name="tests/Integritytest.php"/>
      <file role="test" baseinstalldir="DB/Sqlite" install-as="ResyncTest.php" name="tests/ResyncTest.php"/>
      <file role="test" baseinstalldir="DB/Sqlite" install-as="SyncTest.php" name="tests/SyncTest.php"/>
      <file role="test" baseinstalldir="DB/Sqlite" install-as="XMLExport.php" name="tests/XMLExport.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.1.0</version>
      <date>2004-09-05</date>
      <state>alpha</state>
      <notes>Initial (but fully functional) alpha  release. Check the extensive documentation and examples 
(see End-user Documentation) for a quick start. This package requires PHP 5. 
</notes>
    </release>
  </changelog>
</package>
