diff options
author | justdave%syndicomm.com <> | 2004-02-05 12:49:08 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2004-02-05 12:49:08 +0000 |
commit | 11945a73c631bedbcf8daaba531964c3fc2d6333 (patch) | |
tree | 6c23288dd801bd8a1bf9ad548eb9a4e82cd24eef /docs/html/administration.html | |
parent | cfc778d1fc757e022c0755ccc5ecd430790ce8be (diff) | |
download | bugs-11945a73c631bedbcf8daaba531964c3fc2d6333.tar bugs-11945a73c631bedbcf8daaba531964c3fc2d6333.tar.gz bugs-11945a73c631bedbcf8daaba531964c3fc2d6333.tar.bz2 bugs-11945a73c631bedbcf8daaba531964c3fc2d6333.tar.xz bugs-11945a73c631bedbcf8daaba531964c3fc2d6333.zip |
- Remove html, txt, and pdf directories from CVS
- makedocs.pl now creates said directories when building the docs
The idea here is that it's useless to have compiled stuff in CVS. The website will now auto-build the docs upon changes to
the xml directory.
Diffstat (limited to 'docs/html/administration.html')
-rw-r--r-- | docs/html/administration.html | 206 |
1 files changed, 0 insertions, 206 deletions
diff --git a/docs/html/administration.html b/docs/html/administration.html deleted file mode 100644 index 6976a3bf8..000000000 --- a/docs/html/administration.html +++ /dev/null @@ -1,206 +0,0 @@ -<HTML -><HEAD -><TITLE ->Administering Bugzilla</TITLE -><META -NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ -"><LINK -REL="HOME" -TITLE="The Bugzilla Guide - 2.17.7 - Development Release" -HREF="index.html"><LINK -REL="PREVIOUS" -TITLE="Troubleshooting" -HREF="troubleshooting.html"><LINK -REL="NEXT" -TITLE="Bugzilla Configuration" -HREF="parameters.html"></HEAD -><BODY -CLASS="chapter" -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.7 - Development Release</TH -></TR -><TR -><TD -WIDTH="10%" -ALIGN="left" -VALIGN="bottom" -><A -HREF="troubleshooting.html" -ACCESSKEY="P" ->Prev</A -></TD -><TD -WIDTH="80%" -ALIGN="center" -VALIGN="bottom" -></TD -><TD -WIDTH="10%" -ALIGN="right" -VALIGN="bottom" -><A -HREF="parameters.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -></TABLE -><HR -ALIGN="LEFT" -WIDTH="100%"></DIV -><DIV -CLASS="chapter" -><H1 -><A -NAME="administration" -></A ->Chapter 3. Administering Bugzilla</H1 -><DIV -CLASS="TOC" -><DL -><DT -><B ->Table of Contents</B -></DT -><DT ->3.1. <A -HREF="parameters.html" ->Bugzilla Configuration</A -></DT -><DT ->3.2. <A -HREF="useradmin.html" ->User Administration</A -></DT -><DD -><DL -><DT ->3.2.1. <A -HREF="useradmin.html#defaultuser" ->Creating the Default User</A -></DT -><DT ->3.2.2. <A -HREF="useradmin.html#manageusers" ->Managing Other Users</A -></DT -></DL -></DD -><DT ->3.3. <A -HREF="products.html" ->Products</A -></DT -><DT ->3.4. <A -HREF="components.html" ->Components</A -></DT -><DT ->3.5. <A -HREF="versions.html" ->Versions</A -></DT -><DT ->3.6. <A -HREF="milestones.html" ->Milestones</A -></DT -><DT ->3.7. <A -HREF="voting.html" ->Voting</A -></DT -><DT ->3.8. <A -HREF="groups.html" ->Groups and Group Security</A -></DT -><DT ->3.9. <A -HREF="upgrading.html" ->Upgrading to New Releases</A -></DT -></DL -></DIV -></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="troubleshooting.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="parameters.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -><TR -><TD -WIDTH="33%" -ALIGN="left" -VALIGN="top" ->Troubleshooting</TD -><TD -WIDTH="34%" -ALIGN="center" -VALIGN="top" -> </TD -><TD -WIDTH="33%" -ALIGN="right" -VALIGN="top" ->Bugzilla Configuration</TD -></TR -></TABLE -></DIV -></BODY -></HTML ->
\ No newline at end of file |