diff options
Diffstat (limited to 'docs/html/why-bugzilla.html')
-rw-r--r-- | docs/html/why-bugzilla.html | 227 |
1 files changed, 227 insertions, 0 deletions
diff --git a/docs/html/why-bugzilla.html b/docs/html/why-bugzilla.html new file mode 100644 index 000000000..f3da40066 --- /dev/null +++ b/docs/html/why-bugzilla.html @@ -0,0 +1,227 @@ +<HTML +><HEAD +><TITLE +>Why use Bugzilla?</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ +"><LINK +REL="HOME" +TITLE="The Bugzilla Guide - 2.17.5 + Development Release" +HREF="index.html"><LINK +REL="UP" +TITLE="Introduction" +HREF="introduction.html"><LINK +REL="PREVIOUS" +TITLE="Why use a bug-tracking system?" +HREF="why-tracking.html"><LINK +REL="NEXT" +TITLE="Using Bugzilla" +HREF="using.html"></HEAD +><BODY +CLASS="section" +BGCOLOR="#FFFFFF" +TEXT="#000000" +LINK="#0000FF" +VLINK="#840084" +ALINK="#0000FF" +><DIV +CLASS="NAVHEADER" +><TABLE +SUMMARY="Header navigation table" +WIDTH="100%" +BORDER="0" +CELLPADDING="0" +CELLSPACING="0" +><TR +><TH +COLSPAN="3" +ALIGN="center" +>The Bugzilla Guide - 2.17.5 + Development Release</TH +></TR +><TR +><TD +WIDTH="10%" +ALIGN="left" +VALIGN="bottom" +><A +HREF="why-tracking.html" +ACCESSKEY="P" +>Prev</A +></TD +><TD +WIDTH="80%" +ALIGN="center" +VALIGN="bottom" +>Chapter 2. Introduction</TD +><TD +WIDTH="10%" +ALIGN="right" +VALIGN="bottom" +><A +HREF="using.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +></TABLE +><HR +ALIGN="LEFT" +WIDTH="100%"></DIV +><DIV +CLASS="section" +><H1 +CLASS="section" +><A +NAME="why-bugzilla" +></A +>2.3. Why use Bugzilla?</H1 +><P +>Bugzilla boasts many advanced features. These include: + <P +></P +><UL +><LI +><P +>Powerful searching</P +></LI +><LI +><P +>User-configurable email notifications of bug changes</P +></LI +><LI +><P +>Full change history</P +></LI +><LI +><P +>Inter-bug dependency tracking and graphing</P +></LI +><LI +><P +>Excellent attachment management</P +></LI +><LI +><P +>Integrated, product-based, granular security schema</P +></LI +><LI +><P +>Fully security-audited, and runs under Perl's taint mode</P +></LI +><LI +><P +>A robust, stable RDBMS back-end</P +></LI +><LI +><P +>Web, XML, email and console interfaces</P +></LI +><LI +><P +>Completely customisable and/or localisable web user + interface</P +></LI +><LI +><P +>Extensive configurability</P +></LI +><LI +><P +>Smooth upgrade pathway between versions</P +></LI +></UL +> + </P +><P +>Bugzilla is very adaptable to various situations. Known uses + currently include IT support queues, Systems Administration deployment + management, chip design and development problem tracking (both + pre-and-post fabrication), and software and hardware bug tracking for + luminaries such as Redhat, NASA, Linux-Mandrake, and VA Systems. + Combined with systems such as + <A +HREF="http://www.cvshome.org" +TARGET="_top" +>CVS</A +>, + <A +HREF="http://www.mozilla.org/bonsai.html" +TARGET="_top" +>Bonsai</A +>, or + <A +HREF="http://www.perforce.com" +TARGET="_top" +>Perforce SCM</A +>, Bugzilla + provides a powerful, easy-to-use solution to configuration management and + replication problems.</P +></DIV +><DIV +CLASS="NAVFOOTER" +><HR +ALIGN="LEFT" +WIDTH="100%"><TABLE +SUMMARY="Footer navigation table" +WIDTH="100%" +BORDER="0" +CELLPADDING="0" +CELLSPACING="0" +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +><A +HREF="why-tracking.html" +ACCESSKEY="P" +>Prev</A +></TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="index.html" +ACCESSKEY="H" +>Home</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +><A +HREF="using.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +>Why use a bug-tracking system?</TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="introduction.html" +ACCESSKEY="U" +>Up</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +>Using Bugzilla</TD +></TR +></TABLE +></DIV +></BODY +></HTML +>
\ No newline at end of file |