summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/installation.xml
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2008-04-04 13:47:17 +0200
committertravis%sedsystems.ca <>2008-04-04 13:47:17 +0200
commite996beda94247c299d2c2b98f16bef3c52f4aafa (patch)
tree4d7f68f927b6bcf5b697667d8e9f33f3b5e753a2 /docs/en/xml/installation.xml
parenteb50b5abb6bc14f705c4794b34c7c573739afd40 (diff)
downloadbugzilla-e996beda94247c299d2c2b98f16bef3c52f4aafa.tar.gz
bugzilla-e996beda94247c299d2c2b98f16bef3c52f4aafa.tar.xz
Patch to resolve burning tinderbox after Bug 239852 checkin
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r--docs/en/xml/installation.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 304204383..98119fa6f 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.86 2008/04/04 06:47:16 travis%sedsystems.ca Exp $ -->
+<!-- $Id: installation.xml,v 1.87 2008/04/04 06:47:17 travis%sedsystems.ca Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -1013,14 +1013,14 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
the Reports page.
</para>
- <para>
- <note>
+ <note>
+ <para>
Windows does not have 'cron', but it does have the Task
Scheduler, which performs the same duties. There are also
third-party tools that can be used to implement cron, such as
<ulink url="http://www.nncron.ru/">nncron</ulink>.
- </note>
- </para>
+ </para>
+ </note>
</section>
<section>
@@ -1087,14 +1087,14 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
<programlisting>55 0 * * * cd &lt;your-bugzilla-directory&gt; ; ./whineatnews.pl</programlisting>
- <para>
- <note>
+ <note>
+ <para>
Windows does not have 'cron', but it does have the Task
Scheduler, which performs the same duties. There are also
third-party tools that can be used to implement cron, such as
<ulink url="http://www.nncron.ru/">nncron</ulink>.
- </note>
- </para>
+ </para>
+ </note>
</section>
<section id="patch-viewer">
@@ -1315,7 +1315,7 @@ AddType text/xml .rdf</screen>
</para>
</section>
- <section id="win32-perlmodules">
+ <section id="win32-perl-modules">
<title>Perl Modules on Win32</title>
<para>
@@ -1349,15 +1349,15 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
</para>
</note>
- <para>
- <tip>
+ <tip>
+ <para>
If you are behind a corporate firewall, you will need to let the
ActiveState PPM utility know how to get through it to acccess
the repositories by setting the HTTP_proxy system environmental
variable. For more information on setting that variable, see
the ActiveState documentation.
- </tip>
- </para>
+ </para>
+ </tip>
</section>
<section id="win32-code-changes">