Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 4e237fd705495e1e21ef20696443e053 > files > 937

bugzilla-5.0.4-3.mga7.noarch.rpm


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>1. About This Documentation &#8212; Bugzilla 5.0.4 documentation</title>
    <link rel="stylesheet" href="../_static/bugzilla.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '5.0.4',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true,
        SOURCELINK_SUFFIX: '.txt'
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="shortcut icon" href="../_static/favicon.ico"/>
    <link rel="search" title="Search" href="../search.html" />
    <link rel="next" title="2. User Guide" href="../using/index.html" />
    <link rel="prev" title="Bugzilla Documentation" href="../index.html" /> 
  </head>
  <body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../using/index.html" title="2. User Guide"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="../index.html" title="Bugzilla Documentation"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../index.html">Bugzilla 5.0.4 documentation</a> &#187;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="about-this-documentation">
<span id="about"></span><h1>1. About This Documentation<a class="headerlink" href="#about-this-documentation" title="Permalink to this headline">¶</a></h1>
<p>This is the documentation for version 5.0 of Bugzilla, a bug-tracking
system from Mozilla. Bugzilla is an enterprise-class piece of software
that tracks millions of bugs and issues for thousands of organizations around
the world.</p>
<p>The most current version of this document can always be found on the
<a class="reference external" href="http://www.bugzilla.org/docs/">Bugzilla website</a>.</p>
<div class="section" id="evaluating-bugzilla">
<span id="evaluating"></span><h2>1.1. Evaluating Bugzilla<a class="headerlink" href="#evaluating-bugzilla" title="Permalink to this headline">¶</a></h2>
<p>If you want to try out Bugzilla to see if it meets your needs, you can do so
on <a class="reference external" href="https://landfill.bugzilla.org/bugzilla-4.4-branch/">Landfill</a>, our test
server. The <a class="reference external" href="https://wiki.mozilla.org/Bugzilla:FAQ">Bugzilla FAQ</a> may also
be helpful, as it answers a number of questions people sometimes have about
whether Bugzilla is for them.</p>
</div>
<div class="section" id="getting-more-help">
<span id="getting-help"></span><h2>1.2. Getting More Help<a class="headerlink" href="#getting-more-help" title="Permalink to this headline">¶</a></h2>
<p>If this document does not answer your questions, we run a
<a class="reference external" href="https://www.mozilla.org/about/forums/#support-bugzilla">Mozilla forum</a>
which can be accessed as a newsgroup, mailing list, or over the web as a
Google Group. Please
<a class="reference external" href="https://groups.google.com/forum/#!forum/mozilla.support.bugzilla">search it</a>
first, and then ask your question there.</p>
<p>If you need a guaranteed response, commercial support is
<a class="reference external" href="http://www.bugzilla.org/support/consulting.html">available</a> for Bugzilla
from a number of people and organizations.</p>
</div>
<div class="section" id="document-conventions">
<span id="conventions"></span><h2>1.3. Document Conventions<a class="headerlink" href="#document-conventions" title="Permalink to this headline">¶</a></h2>
<p>This document uses the following conventions:</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">This is a warning—something you should be aware of.</p>
</div>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">This is just a note, for your information.</p>
</div>
<p>A filename or a path to a filename is displayed like this:
<code class="file docutils literal"><span class="pre">/path/to/filename.ext</span></code></p>
<p>A command to type in the shell is displayed like this:
<strong class="command">command --arguments</strong></p>
<p>A sample of code is illustrated like this:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">First</span> <span class="n">Line</span> <span class="n">of</span> <span class="n">Code</span>
<span class="n">Second</span> <span class="n">Line</span> <span class="n">of</span> <span class="n">Code</span>
<span class="o">...</span>
</pre></div>
</div>
<p>This documentation is maintained in
<a class="reference external" href="http://docutils.sourceforge.net/docs/user/rst/quickstart.html">reStructured Text</a> format using
the <a class="reference external" href="http://www.sphinx-doc.org/">Sphinx</a> documentation system. It has
recently been rewritten, so it undoubtedly has bugs. Please file any you find, in
the <a class="reference external" href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla;component=Documentation">Bugzilla Documentation</a>
component in Mozilla's installation of Bugzilla. If you also want to make a
patch, that would be wonderful. Changes are best submitted as diffs, attached
to a bug. There is a <a class="reference internal" href="../style.html#style-guide"><span class="std std-ref">Style Guide</span></a> to help you write any
new text and markup.</p>
</div>
<div class="section" id="license">
<span id="id1"></span><h2>1.4. License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h2>
<p>Bugzilla is <a class="reference external" href="http://www.gnu.org/philosophy/free-sw.html">free</a> and
<a class="reference external" href="http://opensource.org/osd">open source</a> software, which means (among other
things) that you can download it, install it, and run it for any purpose
whatsoever without the need for license or payment. Isn't that refreshing?</p>
<p>Bugzilla's code is made available under the
<a class="reference external" href="http://www.mozilla.org/MPL/2.0/">Mozilla Public License 2.0</a> (MPL),
specifically the variant which is Incompatible with Secondary Licenses.
However, again, if you only want to install and run Bugzilla, you don't need
to worry about that; it's only relevant if you redistribute the code or any
changes you make.</p>
<p>Bugzilla's documentation is made available under the
<a class="reference external" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons CC-BY-SA International License 4.0</a>,
or any later version.</p>
</div>
<div class="section" id="credits">
<span id="id2"></span><h2>1.5. Credits<a class="headerlink" href="#credits" title="Permalink to this headline">¶</a></h2>
<p>The people listed below have made significant contributions to the
creation of this documentation:</p>
<p>Andrew Pearson,
Ben FrantzDale,
Byron Jones,
Dave Lawrence,
Dave Miller,
Dawn Endico,
Eric Hanson,
Gervase Markham,
Jacob Steenhagen,
Joe Robins,
Kevin Brannen,
Martin Wulffeld,
Matthew P. Barnson,
Ron Teitelbaum,
Shane Travis,
Spencer Smith,
Tara Hernandez,
Terry Weissman,
Vlad Dascalu,
Zach Lipton.</p>
<hr class="docutils" />
<p>This documentation undoubtedly has bugs; if you find some, please file
them <a class="reference external" href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation">here</a>.</p>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="../index.html">
              <img class="logo" src="../_static/bugzilla.png" alt="Logo"/>
            </a></p>
  <h3><a href="../index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">1. About This Documentation</a><ul>
<li><a class="reference internal" href="#evaluating-bugzilla">1.1. Evaluating Bugzilla</a></li>
<li><a class="reference internal" href="#getting-more-help">1.2. Getting More Help</a></li>
<li><a class="reference internal" href="#document-conventions">1.3. Document Conventions</a></li>
<li><a class="reference internal" href="#license">1.4. License</a></li>
<li><a class="reference internal" href="#credits">1.5. Credits</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="../index.html"
                        title="previous chapter">Bugzilla Documentation</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="../using/index.html"
                        title="next chapter">2. User Guide</a></p>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../using/index.html" title="2. User Guide"
             >next</a></li>
        <li class="right" >
          <a href="../index.html" title="Bugzilla Documentation"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../index.html">Bugzilla 5.0.4 documentation</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.6.
    </div>
  </body>
</html>