Commit 09962dd1 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 239852 - Documentation changes for Windows support

Patch by bruce.armstrong@teamsybase.com, cleaned up by travis@sedsystems.ca r=bugzilla@glob.com.au
parent fdee1caf
...@@ -24,13 +24,15 @@ ...@@ -24,13 +24,15 @@
a 'make' utility. The <command>nmake</command> utility provided with a 'make' utility. The <command>nmake</command> utility provided with
Microsoft Visual C++ may be used. As an alternative, there is a Microsoft Visual C++ may be used. As an alternative, there is a
utility called <command>dmake</command> available from CPAN which is utility called <command>dmake</command> available from CPAN which is
written entirely in Perl. written entirely in Perl. The majority of the links given below, however,
are to pre-compiled versions of the modules, which can be installed
on Windows simply by issuing the following command once you have
downloaded the PPD file (which may be packaged within a ZIP file):
</para> </para>
<para> <para>
As described in <xref linkend="modules-manual-download" />, however, most <screen>
packages already exist and are available from ActiveState or theory58S. <prompt>&gt;</prompt> ppm install &lt;filename.ppd&gt;
We highly recommend that you install them using the ppm GUI available with </screen>
ActiveState and to add the theory58S repository to your list of repositories.
</para> </para>
</note> </note>
</section> </section>
...@@ -38,30 +40,39 @@ ...@@ -38,30 +40,39 @@
<section id="modules-manual-download"> <section id="modules-manual-download">
<title>Download Locations</title> <title>Download Locations</title>
<note>
<para> <para>
<note>
Running Bugzilla on Windows requires the use of ActiveState Running Bugzilla on Windows requires the use of ActiveState
Perl 5.8.1 or higher. Many modules already exist in the core Perl 5.8.1 or higher. Some modules already exist in the core
distribution of ActiveState Perl. Additional modules can be downloaded distribution of ActiveState Perl so no PPM link is given.
from <ulink url="http://theoryx5.uwinnipeg.ca/ppms/" /> if you use (This is noted where it occurs.)
Perl 5.8.x or from <ulink url="http://cpan.uwinnipeg.ca/PPMPackages/10xx/" />
if you use Perl 5.10.x.
</para>
</note> </note>
</para>
<para>
AppConfig:
<literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/src/ABW/AppConfig-1.56/lib/AppConfig.pm"/>
PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/AppConfig.ppd"/>
Documentation: <ulink url="http://search.cpan.org/~abw/AppConfig-1.56/lib/AppConfig.pm"/>
</literallayout>
</para>
<para> <para>
CGI: CGI:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/>
Documentation: <ulink url="http://perldoc.perl.org/CGI.html"/> PPM Download Link: Part of core distribution.
Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/CGI.html"/>
</literallayout> </literallayout>
</para> </para>
<para> <para>
Data-Dumper: Data-Dumper:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Data-Dumper/"/> CPAN Download Page: <ulink url=http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm"/>
Documentation: <ulink url="http://search.cpan.org/dist/Data-Dumper/Dumper.pm"/> PPM Download Page: Part of core distribution.
Documentation: <ulink url="http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm"/>
</literallayout> </literallayout>
</para> </para>
...@@ -69,6 +80,7 @@ ...@@ -69,6 +80,7 @@
Date::Format (part of TimeDate): Date::Format (part of TimeDate):
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/TimeDate/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/TimeDate/"/>
PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/TimeDate.ppd"/>
Documentation: <ulink url="http://search.cpan.org/dist/TimeDate/lib/Date/Format.pm"/> Documentation: <ulink url="http://search.cpan.org/dist/TimeDate/lib/Date/Format.pm"/>
</literallayout> </literallayout>
</para> </para>
...@@ -77,6 +89,7 @@ ...@@ -77,6 +89,7 @@
DBI: DBI:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBI/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBI/"/>
PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/DBI.ppd"/>
Documentation: <ulink url="http://dbi.perl.org/docs/"/> Documentation: <ulink url="http://dbi.perl.org/docs/"/>
</literallayout> </literallayout>
</para> </para>
...@@ -85,23 +98,26 @@ ...@@ -85,23 +98,26 @@
DBD::mysql: DBD::mysql:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-mysql/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-mysql/"/>
PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/DBD-mysql.ppd"/>
Documentation: <ulink url="http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm"/> Documentation: <ulink url="http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm"/>
</literallayout> </literallayout>
</para> </para>
<para> <para>
DBD::Pg: File::Spec:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-Pg/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Spec/"/>
Documentation: <ulink url="http://search.cpan.org/dist/DBD-Pg/Pg.pm"/> PPM Download Page: Part of core distribution.
Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/File/Spec.html"/>
</literallayout> </literallayout>
</para> </para>
<para> <para>
File::Spec: File::Temp:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Spec/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Temp/"/>
Documentation: <ulink url="http://perldoc.perl.org/File/Spec.html"/> PPM Download Page: Part of core distribution.
Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/File/Temp.html"/>
</literallayout> </literallayout>
</para> </para>
...@@ -109,44 +125,37 @@ ...@@ -109,44 +125,37 @@
Template-Toolkit: Template-Toolkit:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-Toolkit/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-Toolkit/"/>
PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/Template-Toolkit.ppd"/>
Documentation: <ulink url="http://www.template-toolkit.org/docs.html"/> Documentation: <ulink url="http://www.template-toolkit.org/docs.html"/>
</literallayout> </literallayout>
</para> </para>
<para> <para>
GD: Text::Wrap:
<literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/GD/"/>
Documentation: <ulink url="http://search.cpan.org/dist/GD/GD.pm"/>
</literallayout>
</para>
<para>
Template::Plugin::GD:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-GD/" /> CPAN Download Page: <ulink url="http://search.cpan.org/dist/Text-Tabs+Wrap/"/>
Documentation: <ulink url="http://www.template-toolkit.org/docs/aqua/Modules/index.html" /> PPM Download Link: Part of core distribution.
Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/Text/Wrap.html"/>
</literallayout> </literallayout>
</para> </para>
<para> <para>
MIME::Parser (part of MIME-tools): GD:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/GD/"/>
Documentation: <ulink url="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm"/> PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/GD.ppd"/>
Documentation: <ulink url="http://stein.cshl.org/WWW/software/GD/"/>
</literallayout> </literallayout>
</para> </para>
</section>
<section id="modules-manual-optional">
<title>Optional Modules</title> <title>Optional Modules</title>
<para> <para>
Chart::Base: Chart::Base:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Chart/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/Chart/"/>
Documentation: <ulink url="http://search.cpan.org/dist/Chart/Chart.pod"/> PPM Download Page: <ulink url="http://landfill.bugzilla.org/ppm/Chart.ppd"/>
Documentation: <ulink url="http://search.cpan.org/src/CHARTGRP/Chart-2.3/doc/Documentation.pdf"/>
</literallayout> </literallayout>
</para> </para>
...@@ -154,6 +163,7 @@ ...@@ -154,6 +163,7 @@
GD::Graph: GD::Graph:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDGraph/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDGraph/"/>
PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/GDGraph.ppd"/>
Documentation: <ulink url="http://search.cpan.org/dist/GDGraph/Graph.pm"/> Documentation: <ulink url="http://search.cpan.org/dist/GDGraph/Graph.pm"/>
</literallayout> </literallayout>
</para> </para>
...@@ -162,31 +172,35 @@ ...@@ -162,31 +172,35 @@
GD::Text::Align (part of GD::Text::Util): GD::Text::Align (part of GD::Text::Util):
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDTextUtil/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDTextUtil/"/>
PPM Download Page: <ulink url="http://landfill.bugzilla.org/ppm/GDTextUtil.ppd"/>
Documentation: <ulink url="http://search.cpan.org/dist/GDTextUtil/Text/Align.pm"/> Documentation: <ulink url="http://search.cpan.org/dist/GDTextUtil/Text/Align.pm"/>
</literallayout> </literallayout>
</para> </para>
<para> <para>
XML::Twig: MIME::Parser (part of MIME-tools):
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/XML-Twig/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/>
Documentation: <ulink url="http://standards.ieee.org/resources/spasystem/twig/twig_stable.html"/> PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-tools-5.411a.zip"/>
Documentation: <ulink url="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm"/>
</literallayout> </literallayout>
</para> </para>
<para> <para>
PatchReader: XML::Parser:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/author/JKEISER/PatchReader/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/XML-Parser/"/>
Documentation: <ulink url="http://www.johnkeiser.com/mozilla/Patch_Viewer.html"/> PPM Download Link: Part of core distribution.
Documentation: <ulink url="http://www.perldoc.com/perl5.6.1/lib/XML/Parser.html"/>
</literallayout> </literallayout>
</para> </para>
<para> <para>
Image::Magick: PatchReader:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/PerlMagick/"/> CPAN Download Page: <ulink url="http://search.cpan.org/author/JKEISER/PatchReader/"/>
Documentation: <ulink url="http://www.imagemagick.org/script/resources.php"/> PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/PatchReader.ppd"/>
Documentation: <ulink url="http://www.johnkeiser.com/mozilla/Patch_Viewer.html"/>
</literallayout> </literallayout>
</para> </para>
</section> </section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment