<!-- -*- sgml -*- -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN"

[
<!-- Shortcuts -->
<!ENTITY phpbt "phpBugTracker">

<!-- User's Guide -->
<!ENTITY primer SYSTEM "primer.sgml">
<!ENTITY bugsearch SYSTEM "bugsearch.sgml">
<!ENTITY bugdetail SYSTEM "bugdetail.sgml">

<!-- Administrator's Guide -->
<!ENTITY requirements SYSTEM "requirements.sgml">
<!ENTITY installation SYSTEM "installation.sgml">
<!ENTITY configuration SYSTEM "configuration.sgml">

<!-- Developer's Guide -->
<!ENTITY devstandards SYSTEM "devstandards.sgml">
<!ENTITY manifest SYSTEM "manifest.sgml">
<!ENTITY schema SYSTEM "schema.sgml">
]>


<book id="index">
<bookinfo>
<title>&phpbt;</title>
<abstract>
<para>&phpbt; is a web-based bug reporting and tracking system.  It helps development teams to manage the testing and debugging segments of the development cycle.</para>
</abstract>
</bookinfo>

<chapter id="userguide">
<title>User's Guide</title>
<abstract>
<para>Currently all interactions with &phpbt; are done via the web interface.  Users can submit bugs, communicate with developers and testers about bugs, and search through the bug database.</para>
</abstract>

&primer;
&bugsearch;
&bugdetail;

</chapter>

<chapter id="adminguide">
<title>Administrator's Guide</title>
<abstract>
<para>One of the main design goals of &phpbt; is to make installation and administration easy.  In fact, the difficulty of installing bugzilla was a key motivator for &phpbt;'s existence.</para>
</abstract>

&requirements;
&installation;
&configuration;

</chapter>

<chapter id="devguide">
<title>Developer's Guide</title>
<abstract>
<para>Adding on to or extending &phpbt; should be easy for those with a knowledge of PHP and SQL.  New developers are always welcome to join the project at <ulink url="http://www.sourceforge.net/projects/phpbt/">http://www.sourceforge.net/projects/phpbt</ulink>, or to simply submit patches, bug reports, or feature requests.</para>
</abstract>

&manifest;
&devstandards;
&schema;

</chapter>
</book>

<!-- Local Variables: -->
<!-- End: -->






