diff options
author | barnboy%trilobyte.net <> | 2008-04-04 11:48:21 +0000 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2008-04-04 11:48:21 +0000 |
commit | 60ef8361065fceca296fcc8b53fe4434a2d57e53 (patch) | |
tree | b8dd93b5534c7c93905bfe092646f21f3b6190ab | |
parent | 6558fe040cd35f4ad0df31c17126b13102e4305c (diff) | |
download | bugs-60ef8361065fceca296fcc8b53fe4434a2d57e53.tar bugs-60ef8361065fceca296fcc8b53fe4434a2d57e53.tar.gz bugs-60ef8361065fceca296fcc8b53fe4434a2d57e53.tar.bz2 bugs-60ef8361065fceca296fcc8b53fe4434a2d57e53.tar.xz bugs-60ef8361065fceca296fcc8b53fe4434a2d57e53.zip |
Fixed CPAN locations per bug 97582.
-rw-r--r-- | docs/en/xml/requiredsoftware.xml | 95 |
1 files changed, 52 insertions, 43 deletions
diff --git a/docs/en/xml/requiredsoftware.xml b/docs/en/xml/requiredsoftware.xml index 4a751c0c7..564e58539 100644 --- a/docs/en/xml/requiredsoftware.xml +++ b/docs/en/xml/requiredsoftware.xml @@ -1,59 +1,69 @@ <!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> --> + <appendix id="downloadlinks"> <title>Software Download Links</title> - - <para>All of these sites are current as of April, 2001. Hopefully they'll - stay current for a while.</para> - - <para>Apache Web Server: - <ulink url="http://www.apache.org/"/> - - Optional web server for Bugzilla, but recommended because of broad user - base and support.</para> - - <para>Bugzilla: - <ulink url="http://www.bugzilla.org/"/> + <para> + All of these sites are current as of April, 2001. Hopefully + they'll stay current for a while. </para> - - <para>MySQL: - <ulink url="http://www.mysql.com/"/> + <para> + Apache Web Server: <ulink url="http://www.apache.org/">http://www.apache.org</ulink> + Optional web server for Bugzilla, but recommended because of broad user base and support. </para> - - <para>Perl: - <ulink url="http://www.perl.org/"/> + <para> + Bugzilla: <ulink url="http://www.mozilla.org/projects/bugzilla/"> + http://www.mozilla.org/projects/bugzilla/</ulink> </para> - - <para>CPAN: - <ulink url="http://www.cpan.org/"/> + <para> + MySQL: <ulink url="http://www.mysql.com/">http://www.mysql.com/</ulink> </para> - - <para>DBI Perl module: - <ulink url="http://www.cpan.org/modules/by-module/DBI/"/> + <para> + Perl: <ulink url="http://www.perl.org">http://www.perl.org/</ulink> </para> - - <para>MySQL related Perl modules: - <ulink url="http://www.cpan.org/modules/by-module/Mysql/"/> + <para> + CPAN: <ulink url="http://www.cpan.org/">http://www.cpan.org/</ulink> </para> - - <para>TimeDate Perl module collection: - <ulink url="http://www.cpan.org/modules/by-module/Date/"/> + <para> + DBI Perl module: + <ulink url="http://www.cpan.org/modules/by-module/DBI/"> + http://www.cpan.org/modules/by-module/DBI/</ulink> </para> - - <para>GD Perl module: - <ulink url="http://www.cpan.org/modules/by-module/GD/"/> - - Alternately, you should be able to find the latest version of GD at - <ulink url="http://www.boutell.com/gd/"/> + <para> + Data::Dumper module: + <ulink url="http://www.cpan.org/modules/by-module/Data/"> + http://www.cpan.org/modules/by-module/Data/</ulink> </para> - - <para>Chart::Base module: - <ulink url="http://www.cpan.org/modules/by-module/Chart/"/> + <para> + MySQL related Perl modules: + <ulink url="http://www.cpan.org/modules/by-module/Mysql/"> + http://www.cpan.org/modules/by-module/Mysql/</ulink> </para> - - <para>(But remember, Bundle::Bugzilla will install all the modules for you.) + <para> + TimeDate Perl module collection: + <ulink url="http://www.cpan.org/modules/by-module/Date/"> + http://www.cpan.org/modules/by-module/Date/</ulink> + </para> + <para> + GD Perl module: + <ulink url="http://www.cpan.org/modules/by-module/GD/"> + http://www.cpan.org/modules/by-module/GD/</ulink> + Alternately, you should be able to find the latest version of + GD at <ulink url="http://www.boutell.com/gd/">http://www.boutell.com/gd/</ulink> </para> + <para> + Chart::Base module: + <ulink url="http://www.cpan.org/modules/by-module/Chart/"> + http://www.cpan.org/modules/by-module/Chart/</ulink> + </para> + <para> + LinuxDoc Software: + <ulink url="http://www.linuxdoc.org/">http://www.linuxdoc.org/</ulink> + (for documentation maintenance) + </para> + </appendix> + <!-- Keep this comment at the end of the file Local variables: mode: sgml @@ -69,9 +79,8 @@ sgml-local-ecat-files:nil sgml-minimize-attributes:nil sgml-namecase-general:t sgml-omittag:t -sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter") +sgml-parent-document:("Bugzilla-Guide.sgml" "book" "chapter") sgml-shorttag:t sgml-tag-region-if-active:t End: --> - |