From 2d4d7c92bfb4ce18e4413b1e66f30bd62a44e6ff Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Wed, 25 Apr 2001 14:11:45 +0000 Subject: [PATCH] Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242. The README is now gutted, pointers to Guide. Also some new sections added, old ones fixed, and notes appended to deprecated sections I've not yet had the heart to remove. --- README | 595 +----- docs/html/Bugzilla-Guide.html | 3139 ++++++++++++++++++++++++++---- docs/html/about.html | 2 +- docs/html/aboutthisguide.html | 2 +- docs/html/administration.html | 28 +- docs/html/bonsai.html | 2 +- docs/html/bugprobs.html | 2 +- docs/html/bz30.html | 2 +- docs/html/cleanupwork.html | 18 +- docs/html/cmdline.html | 10 +- docs/html/contributors.html | 11 +- docs/html/conventions.html | 4 +- docs/html/copyright.html | 4 +- docs/html/credits.html | 2 +- docs/html/cvs.html | 2 +- docs/html/database.html | 24 +- docs/html/dbaseintegrity.html | 2 +- docs/html/dbdoc.html | 6 +- docs/html/dbschema.html | 6 +- docs/html/dbschema.jpg | Bin 0 -> 220048 bytes docs/html/disclaimer.html | 2 +- docs/html/downloadlinks.html | 232 +++ docs/html/faq.html | 424 ++-- docs/html/feedback.html | 2 +- docs/html/future.html | 4 +- docs/html/gfdl.html | 6 +- docs/html/gfdl_0.html | 4 +- docs/html/gfdl_1.html | 4 +- docs/html/gfdl_10.html | 4 +- docs/html/gfdl_2.html | 4 +- docs/html/gfdl_3.html | 4 +- docs/html/gfdl_4.html | 4 +- docs/html/gfdl_5.html | 4 +- docs/html/gfdl_6.html | 4 +- docs/html/gfdl_7.html | 4 +- docs/html/gfdl_8.html | 4 +- docs/html/gfdl_9.html | 4 +- docs/html/gfdl_howto.html | 6 +- docs/html/glossary.html | 4 +- docs/html/granttables.html | 14 +- docs/html/how.html | 44 +- docs/html/index.html | 431 +++- docs/html/init4me.html | 16 +- docs/html/installation.html | 139 +- docs/html/integration.html | 2 +- docs/html/newversions.html | 2 +- docs/html/patches.html | 26 +- docs/html/postinstall-check.html | 43 +- docs/html/programadmin.html | 26 +- docs/html/quicksearch.html | 6 +- docs/html/readme.unix.html | 1590 ++++++++++++++- docs/html/readme.windows.html | 147 +- docs/html/rhbugzilla.html | 196 ++ docs/html/scm.html | 32 +- docs/html/searching.html | 2 +- docs/html/security.html | 15 +- docs/html/setperl.html | 45 +- docs/html/spamlite.html | 8 +- docs/html/tinderbox.html | 2 +- docs/html/trackingbugs.html | 2 +- docs/html/translations.html | 8 +- docs/html/useradmin.html | 2 +- docs/html/using.html | 35 +- docs/html/usingbz-conc.html | 2 +- docs/html/variants.html | 144 ++ docs/html/whatis.html | 24 +- docs/html/why.html | 4 +- docs/sgml/Bugzilla-Guide.sgml | 21 +- docs/sgml/about.sgml | 19 +- docs/sgml/administration.sgml | 57 +- docs/sgml/database.sgml | 14 +- docs/sgml/faq.sgml | 75 +- docs/sgml/future.sgml | 6 +- docs/sgml/installation.sgml | 1025 +++++++++- docs/sgml/integration.sgml | 31 +- docs/sgml/patches.sgml | 42 +- docs/sgml/readme.sgml | 496 ----- docs/sgml/requiredsoftware.sgml | 82 + docs/sgml/using.sgml | 53 +- docs/sgml/variants.sgml | 87 + docs/txt/Bugzilla-Guide.txt | 1115 ++++++++++- docs/xml/Bugzilla-Guide.xml | 21 +- docs/xml/about.xml | 19 +- docs/xml/administration.xml | 57 +- docs/xml/database.xml | 14 +- docs/xml/faq.xml | 75 +- docs/xml/installation.xml | 1025 +++++++++- docs/xml/integration.xml | 31 +- docs/xml/patches.xml | 42 +- docs/xml/requiredsoftware.xml | 82 + docs/xml/using.xml | 53 +- docs/xml/variants.xml | 87 + 92 files changed, 10104 insertions(+), 2117 deletions(-) create mode 100644 docs/html/dbschema.jpg create mode 100644 docs/html/downloadlinks.html create mode 100644 docs/html/rhbugzilla.html create mode 100644 docs/html/variants.html delete mode 100644 docs/sgml/readme.sgml create mode 100644 docs/sgml/requiredsoftware.sgml create mode 100644 docs/xml/requiredsoftware.xml diff --git a/README b/README index eccd1c96e9..c628f66aff 100644 --- a/README +++ b/README @@ -1,592 +1,15 @@ -This is Bugzilla. See . - ===================== BUGZILLA 2.12 RELEASE ===================== - - * Release Notes for Bugzilla 2.12 are available at docs/rel_notes.txt. - - * The new preferred documentation for Bugzilla is available in docs/, with -a variety of document types available. Please refer to these documents when -installing, configuring, and maintaining your Bugzilla installation. The majority -of the contents of this file is now considered to be largely deprecated and will -go away in the 2.14 release. - ========== - DISCLAIMER - ========== - - Bugzilla is not a package where you can just plop it in a directory, -twiddle a few things, and you're off. Installing Bugzilla assumes you -know your variant of UNIX or Microsoft Windows well, are familiar with the -command line, and are comfortable compiling and installing a plethora -of third-party utilities. To install Bugzilla on Win32 requires -fair Perl proficiency, and if you use a webserver other than Apache you -should be intimately familiar with the security mechanisms and CGI -environment thereof. - - Bugzilla has not undergone a complete security review. Security holes -may exist in the code. Great care should be taken both in the installation -and usage of this software. Carefully consider the implications of -installing other network services with Bugzilla. - - - =========== - CONVENTIONS - =========== - - - Throughout this README and "The Bugzilla Guide" in the docs/ folder, -we use some writing conventions. Bourne shell prompts are used -generically to indicate any shell. - - File Names file.extension - Directory Names directory/ - Commands to be typed command - Prompt of user command under bash shell: bash$ - Prompt of root user command under bash shell: bash# - Prompt of user command under tcsh shell: tcsh$ - Environment Variables VARIABLE - Emphasized word *word* - - - ============ - INSTALLATION - ============ - - -0. Introduction - - Installation of bugzilla is pretty straightforward, particularly if your -machine already has MySQL and the MySQL-related perl packages installed. -If those aren't installed yet, then that's the first order of business. The -other necessary ingredient is a web server set up to run cgi scripts. -While using Apache for your webserver is not required, it is recommended. - - Bugzilla has been successfully installed under Solaris, Linux, and -Win32. The peculiarities of installing on Win32 (Win98+/NT/2K) are not -included in this README; please consult the Bugzilla Guide for more -detailed Win32 installation instructions. - - The Bugzilla Guide is contained in the "docs/" folder. It is available -in plain text (docs/txt), HTML (docs/html), or SGML source (docs/sgml). - - -1. Installing the Prerequisites - - The software packages necessary for the proper running of bugzilla are: - - 1. MySQL database server and the mysql client (3.22.5 or greater) - 2. Perl (5.004 or greater) - 3. DBI Perl module - 4. Data::Dumper Perl module - 5. DBD::mySQL - 6. TimeDate Perl module collection - 7. GD perl module (1.8.3) (optional, for bug charting) - 8. Chart::Base Perl module (0.99c) (optional, for bug charting) - 9. DB_File Perl module (optional, for bug charting) - 10. The web server of your choice. Apache is recommended. - - For the contrib/bug_email.pl interface, you also need: - 11. MIME::Parser Perl module - - You must also run Bugzilla on a filesystem that supports file locking via -flock(). This is necessary for Bugzilla to operate safely with multiple -instances. - - It is a good idea, while installing Bugzilla, to ensure it is not -accessible from the Internet. The machine may be vulnerable to attacks -while you are installing. - -1.1. Getting and setting up MySQL database (3.22.5 or greater) - - Visit MySQL homepage at http://www.mysql.org/ and grab the latest stable -release of the server. Both binaries and source are available and which -you get shouldn't matter. Be aware that many of the binary versions -of MySQL store their data files in /var which on many installations -(particularly common with linux installations) is part of a smaller -root partition. If you decide to build from sources you can easily set -the dataDir as an option to configure. - - If you've installed from source or non-package (RPM, deb, etc.) binaries -you'll want to make sure to add mysqld to your init scripts so the server -daemon will come back up whenever your machine reboots. - - You also may want to edit those init scripts, to make sure that -mysqld will accept large packets. By default, mysqld is set up to only -accept packets up to 64K long. This limits the size of attachments you -may put on bugs. If you add something like "-O max_allowed_packet=1M" -to the command that starts mysqld (or safe_mysqld), then you will be -able to have attachments up to about 1 megabyte. - - If you plan on running Bugzilla and MySQL on the same machine, -consider using the "--skip-networking" option in the init script. -This enhances security by preventing network access to MySQL. - -1.2. Perl (5.004 or greater) - - Any machine that doesn't have perl on it is a sad machine indeed. Perl -for *nix systems can be gotten in source form from http://www.perl.com. - - Perl is now a far cry from the the single compiler/interpreter binary it -once was. It now includes a great many required modules and quite a -few other support files. If you're not up to or not inclined to build -perl from source, you'll want to install it on your machine using some -sort of packaging system (be it RPM, deb, or what have you) to ensure -a sane install. In the subsequent sections you'll be installing quite -a few perl modules; this can be quite ornery if your perl installation -isn't up to snuff. - - - SHORTCUT: You can skip the following Perl module installation -steps by installing "Bundle::Bugzilla" from CPAN, which includes them. -All Perl module installation steps require you have an active Internet -connection. - - bash# perl -MCPAN -e 'install "Bundle::Bugzilla"' - - Bundle::Bugzilla doesn't include GD, Chart::Base, or MIME::Parser, -which are not essential to a basic Bugzilla install. If installing -this bundle fails, you should install each module individually to -isolate the problem. - - -1.3. DBI Perl module - - The DBI module is a generic Perl module used by other database related -Perl modules. For our purposes it's required by the MySQL-related -modules. As long as your Perl installation was done correctly the -DBI module should be a breeze. It's a mixed Perl/C module, but Perl's -MakeMaker system simplifies the C compilation greatly. - - Like almost all Perl modules DBI can be found on the Comprehensive Perl -Archive Network (CPAN) at http://www.cpan.org. The CPAN servers have a -real tendency to bog down, so please use mirrors. The current location -at the time of this writing (02/17/99) can be found in Appendix A. - - Quality, general Perl module installation instructions can be found on -the CPAN website, but the easy thing to do is to just use the CPAN shell -which does all the hard work for you. - -To use the CPAN shell to install DBI: - - bash# perl -MCPAN -e 'install "DBI"' -(replace DBI with the name of the module you wish to install, Data::Dumper, -etc...) - -To do it the hard way: - - 1. Untar the module tarball -- it should create its own directory - 2. Enter the following commands: - perl Makefile.PL - make - make test - make install - - If everything went ok that should be all it takes. For the vast -majority of perl modules this is all that's required. - -1.4 Data::Dumper Perl module - - The Data::Dumper module provides data structure persistence for Perl -(similar to Java's serialization). It comes with later sub-releases of -Perl 5.004, but a re-installation just to be sure it's available won't -hurt anything. - - Data::Dumper is used by the MySQL related Perl modules. It can be -found on CPAN (link in Appendix A) and can be installed by following -the same four step make sequence used for the DBI module. - -1.5. MySQL related Perl module collection - - The Perl/MySQL interface requires a few mutually-dependent perl -modules. These modules are grouped together into the the -Msql-Mysql-modules package. This package can be found at CPAN (link -in Appendix A). After the archive file has been downloaded it should -be untarred. - - The MySQL modules are all build using one make file which is generated -by running: - - perl Makefile.PL - - The MakeMaker process will ask you a few questions about the desired -compilation target and your MySQL installation. For many of the questions -the provided default will be adequate. - - When asked if your desired target is the MySQL or mSQL packages -selected the MySQL related ones. Later you will be asked if you wish -to provide backwards compatibility with the older MySQL packages; you -must answer YES to this question. The default will be no, and if you -select it things won't work later. - - A host of 'localhost' should be fine and a testing user of 'test' and -a null password should find itself with sufficient access to run tests -on the 'test' database which MySQL created upon installation. If 'make -test' and 'make install' go through without errors you should be ready -to go as far as database connectivity is concerned. - -1.6. TimeDate Perl module collection - - Many of the more common date/time/calendar related Perl modules have -been grouped into a bundle similar to the MySQL modules bundle. This -bundle is stored on the CPAN under the name TimeDate. A (hopefully -current) link can be found in Appendix A. The component module we're -most interested in is the Date::Format module, but installing all of them -is probably a good idea anyway. The standard Perl module installation -instructions should work perfectly for this simple package. - -1.7. GD Perl module (1.8.3) - - The GD library was written by Thomas Boutell a long while ago to -programatically generate images in C. Since then it's become almost a -defacto standard for programatic image construction. The Perl bindings -to it found in the GD library are used on a million web pages to generate -graphs on the fly. That's what bugzilla will be using it for so you'd -better install it if you want any of the graphing to work. - Actually bugzilla uses the Graph module which relies on GD itself, -but isn't that always the way with OOP. At any rate, you can find the -GD library on CPAN (link in Appendix A). - - The latest version of the GD library can be found at: - - http://www.boutell.com/gd/ - -1.8. Chart::Base Perl module (0.99c) - - The Chart module provides bugzilla with on-the-fly charting -abilities. It can be installed in the usual fashion after it has been -fetched from CPAN where it is found as the Chart-x.x... tarball in a -directory to be listed in Appendix A. Note that as with the GD perl -module, only the specific versions listed above will work. Earlier -versions used GIF's, which are no longer supported by the latest -versions of GD. - -1.9. DB_File Perl module - - DB_File is a module which allows Perl programs to make use of the facilities provided by -Berkeley DB version 1.x. This module is required by collectstats.pl which is used for -bug charting. If you plan to make use of bug charting, you must install this module. - -1.10. HTTP server - You have a freedom of choice here - Apache, Netscape or any other -server on UNIX would do. You can easily run the web server on a different -machine than MySQL, but need to adjust the MySQL "bugs" user permissions -accordingly. - - You'll want to make sure that your web server will run any file -with the .cgi extension as a cgi and not just display it. If you're using -apache that means uncommenting the following line in the srm.conf file: - - AddHandler cgi-script .cgi - - With apache you'll also want to make sure that within the access.conf -file the line: - - Options ExecCGI - -is in the stanza that covers the directories you intend to put the -bugzilla .html and .cgi files into. - -If you are using a newer version of Apache, both of the above lines will be -(or will need to be) in the httpd.conf file, rather than srm.conf or -access.conf. - -There are two critical directories and a file that should not be a served by -the HTTP server. These are the 'data' and 'shadow' directories and the -'localconfig' file. You should configure your HTTP server to not serve -content from these files. Failure to do so will expose critical passwords -and other data. Please see your HTTP server configuration manual on how -to do this. If you use quips (at the top of the buglist pages) you will want -the 'data/comments' file to still be served. This file contains those quips. - -2. Installing the Bugzilla Files - - You should untar the Bugzilla files into a directory that you're -willing to make writable by the default web server user (probably -'nobody'). You may decide to put the files off of the main web space -for your web server or perhaps off of /usr/local with a symbolic link -in the web space that points to the bugzilla directory. At any rate, -just dump all the files in the same place (optionally omitting the CVS -directories if they were accidentally tarred up with the rest of Bugzilla) -and make sure you can access the files in that directory through your -web server. - - HINT: If you symlink the bugzilla directory into your Apache's -HTML heirarchy, you may receive "Forbidden" errors unless you -add the "FollowSymLinks" directive to the entry -for the HTML root. +* This README is no longer used to house installation instructions. Instead, +it contains pointers to where you may find the information you need. - Once all the files are in a web accessible directory, make that -directory writable by your webserver's user (which may require just -making it world writable). This is a temporary step until you run -the post-install "checksetup.pl" script, which locks down your -installation. - - Lastly, you'll need to set up a symbolic link from /usr/bonsaitools/bin -to the correct location of your perl executable (probably /usr/bin/perl). -Otherwise you must hack all the .cgi files to change where they look -for perl. To make future upgrades easier, you should use the symlink -approach. - -3. Setting Up the MySQL database - - After you've gotten all the software installed and working you're ready -to start preparing the database for its life as a the back end to a high -quality bug tracker. - - First, you'll want to fix MySQL permissions to allow access from -Bugzilla. For the purpose of this README, the Bugzilla username -will be "bugs", and will have minimal permissions. Bugzilla has -not undergone a thorough security audit. It may be possible for -a system cracker to somehow trick Bugzilla into executing a command -such as "; DROP DATABASE mysql". - - That would be bad. - - Give the MySQL root user a password. MySQL passwords are -limited to 16 characters. - - bash$ mysql -u root mysql - mysql> UPDATE user SET Password=PASSWORD ('new_password') - WHERE user='root'; - mysql> FLUSH PRIVILEGES; - - From this point on, if you need to access MySQL as the -MySQL root user, you will need to use "mysql -u root -p" and -enter your new_password. Remember that MySQL user names have -nothing to do with Unix user names (login names). - - Next, we create the "bugs" user, and grant sufficient -permissions for checksetup.pl, which we'll use later, to work -its magic. This also restricts the "bugs" user to operations -within a database called "bugs", and only allows the account -to connect from "localhost". Modify it to reflect your setup -if you will be connecting from another machine or as a different -user. - - Remember to set bugs_password to some unique password. - - mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX, - ALTER,CREATE,DROP,REFERENCES - ON bugs.* TO bugs@localhost - IDENTIFIED BY 'bugs_password'; - mysql> FLUSH PRIVILEGES; - - Next, run the magic checksetup.pl script. (Many thanks to Holger -Schurig for writing this script!) -It will make sure Bugzilla files and directories have reasonable -permissions, set up the "data" directory, and create all the MySQL -tables. - - bash$ ./checksetup.pl - - The first time you run it, it will create a file called "localconfig". - - -4. Tweaking localconfig - - This file contains a variety of settings you may need to tweak including -how Bugzilla should connect to the MySQL database. - - The connection settings include: - - 1. server's host: just use "localhost" if the MySQL server is - local - 2. database name: "bugs" if you're following these directions - 3. MySQL username: "bugs" if you're following these directions - 4. Password for the "bugs" MySQL account in item 3. - - Once you are happy with the settings, re-run checksetup.pl. On this -second run, it will create the database and an administrator account -for which you will be prompted to provide information. - - When logged into an administrator account once Bugzilla is running, -if you go to the query page (off of the bugzilla main menu), you'll -find an 'edit parameters' option that is filled with editable treats. - - Should everything work, you should have a nearly empty copy of the bug -tracking setup. - - The second time around, checksetup.pl will stall if it is on a -filesystem that does not fully support file locking via flock(), such as -NFS mounts. This support is required for Bugzilla to operate safely with -multiple instances. If flock() is not fully supported, it will stall at: - - "Now regenerating the shadow database for all bugs." - - The checksetup.pl script is designed so that you can run it at any time -without causing harm. You should run it after any upgrade to Bugzilla. - -5. Setting Up Maintainers Manually (Optional) - - If you want to add someone else to every group by hand, you can do it -by typing the appropriate MySQL commands. Run 'mysql -u root -p bugs' -(you may need different parameters, depending on your security settings -according to section 3, above). Then: - - mysql> update profiles set groupset=0x7fffffffffffffff - where login_name = 'XXX'; - -replacing XXX with the Bugzilla email address. - -6. Setting Up the Whining Cron Job (Optional) - - By now you've got a fully functional bugzilla, but what good are bugs -if they're not annoying? To help make those bugs more annoying you can -set up bugzilla's automatic whining system. This can be done by adding -the following command as a daily crontab entry (for help on that see that -crontab man page): - - cd ; ./whineatnews.pl - -7. Bug Graphs (Optional) - - As long as you installed the GD and Graph::Base Perl modules you might -as well turn on the nifty bugzilla bug reporting graphs. - - bash# crontab -e - Adding this entry runs collectstats daily at 5 after midnight: - 5 0 * * * cd ; ./collectstats.pl - - After two days have passed you'll be able to view bug graphs from the -Bug Reports page. - -8. Real security for MySQL - - If you followed the README for setting up your "bugs" and "root" user in -MySQL, much of this should not apply to you. If you are upgrading -an existing installation of Bugzilla, you should pay close attention -to this section. - - MySQL has "interesting" default security parameters: - mysqld defaults to running as root - it defaults to allowing external network connections - it has a known port number, and is easy to detect - it defaults to no passwords whatsoever - it defaults to allowing "File_Priv" -This means anyone from anywhere on the internet can not only drop the -database with one SQL command, and they can write as root to the system. - - To see your permissions do: - > mysql -u root -p - use mysql; - show tables; - select * from user; - select * from db; - - To fix the gaping holes: - DELETE FROM user WHERE User=''; - UPDATE user SET Password=PASSWORD('new_password') WHERE user='root'; - FLUSH PRIVILEGES; - - If you're not running "mit-pthreads" you can use: - GRANT USAGE ON *.* TO bugs@localhost; - GRANT ALL ON bugs.* TO bugs@localhost; - REVOKE DROP ON bugs.* FROM bugs@localhost; - FLUSH PRIVILEGES; - - With "mit-pthreads" you'll need to modify the "globals.pl" Mysql->Connect -line to specify a specific host name instead of "localhost", and accept -external connections: - GRANT USAGE ON *.* TO bugs@bounce.hop.com; - GRANT ALL ON bugs.* TO bugs@bounce.hop.com; - REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com; - FLUSH PRIVILEGES; - - Consider also: - o Turning off external networking with "--skip-networking", - unless you have "mit-pthreads", in which case you can't. - Without networking, MySQL connects with a Unix domain socket. - - o using the --user= option to mysqld to run it as an unprivileged - user. - - o starting MySQL in a chroot jail - - o running the httpd in a jail - - o making sure the MySQL passwords are different from the OS - passwords (MySQL "root" has nothing to do with system "root"). - - o running MySQL on a separate untrusted machine - - o making backups ;-) - - - ----------[ Appendices ]----------------------- - -Appendix A. Required Software Download Links - - All of these sites are current as of February 17, 1999. Hopefully -they'll stay current for a while. - -MySQL: http://www.mysql.org - -Perl: http://www.perl.org - -CPAN: http://www.cpan.org - -DBI Perl module: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/DBI/ - -Data::Dumper module: - ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Data/ - -MySQL related Perl modules: - ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Mysql/ - -TimeDate Perl module collection: - ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Date/ - -GD Perl module: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/GD/ - -Chart::Base module: - ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Chart/ - - -Appendix B. Modifying Your Running System - - Bugzilla optimizes database lookups by storing all relatively static -information in the versioncache file, located in the data/ subdirectory -under your installation directory (we said before it needs to be writable, -right?!) - - If you make a change to the structural data in your database (the -versions table for example), or to the "constants" encoded in -defparams.pl, you will need to remove the cached content from the data -directory (by doing a "rm data/versioncache"), or your changes won't show -up! - - That file gets automatically regenerated whenever it's more than an -hour old, so Bugzilla will eventually notice your changes by itself, but -generally you want it to notice right away, so that you can test things. - - -Appendix C. Upgrading from previous versions of Bugzilla - - The developers of Bugzilla are constantly adding new tables, columns and -fields. You'll get SQL errors if you just update the code. The strategy -to update is to simply always run the checksetup.pl script whenever -you upgrade your installation of Bugzilla. If you want to see what has -changed, you can read the comments in that file, starting from the end. - - -Appendix D. History - - This document was originally adapted from the Bonsai installation -instructions by Terry Weissman . - - The February 25, 1999 re-write of this page was done by Ry4an Brase -, with some edits by Terry Weissman, Bryce Nesbitt, -Martin Pool, & Dan Mosedale (But don't send bug reports to them! -Report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi , -project Webtools, component Bugzilla). - - This document was heavily modified again Wednesday, March 07 2001 to -reflect changes for Bugzilla 2.12 release by Matthew P. Barnson. The -securing MySQL section should be changed to become standard procedure -for Bugzilla installations. +* Installation instructions are now found in docs/, with a variety of document +types available. Please refer to these documents when installing, configuring, +and maintaining your Bugzilla installation. A helpful starting point is +docs/txt/Bugzilla-Guide.txt, or with a web browser at docs/html/index.html. + +* Release Notes for Bugzilla 2.12 are available at docs/rel_notes.txt. - Comments from people using this document for the first time are -especially welcomed. +* If you wish to contribute to the documentation, please read docs/README.docs. diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index 04cc4aff24..76c9b8dc30 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -4,7 +4,7 @@ >The Bugzilla Guide
Revision History
Revision v2.1120 December 2000Revised by: MPB
Converted the README, FAQ, and DATABASE information into SGML + docbook format.
Revision 2.11.106 March 2001Revised by: MPB
Took way too long to revise this for 2.12 release. + Updated FAQ to use qandaset tags instead of literallayout, + cleaned up administration section, added User Guide section, + miscellaneous FAQ updates and third-party integration information. + From this point on all new tags are lowercase in preparation for the + 2.13 release of the Guide in XML format instead of SGML.
Revision 2.12.024 April 2001Revised by: MPB
Things fixed this release: Elaborated on queryhelp interface, added FAQ regarding + moving bugs from one keyword to another, clarified possible problems with the Landfill + tutorial, fixed a boatload of typos and unclear sentence structures. Incorporated the + README into the UNIX installation section, and changed the README to indicate the deprecated + status. Things I know need work: Used "simplelist" a lot, where I should have used + "procedure" to tag things. Need to lowercase all tags to be XML compliant.
UNIX Installation
2.1.1. ERRATA
2.1.2. Step-by-step Install
2.1.2.1. Introduction
2.1.2.2. Installing the Prerequisites
2.1.2.3. Installing MySQL Database
2.1.2.4. Perl (5.004 or greater)
2.1.2.5. DBI Perl Module
2.1.2.6. Data::Dumper Perl Module
2.1.2.7. MySQL related Perl Module Collection
2.1.2.8. TimeDate Perl Module Collection
2.1.2.9. GD Perl Module (1.8.3)
2.1.2.10. Chart::Base Perl Module (0.99c)
2.1.2.11. DB_File Perl Module
2.1.2.12. HTTP Server
2.1.2.13. Installing the Bugzilla Files
2.1.2.14. Setting Up the MySQL Database
2.1.2.15. Tweaking "localconfig"
2.1.2.16. Setting Up Maintainers Manuall (Optional)
2.1.2.17. The Whining Cron (Optional)
2.1.2.18. Bug Graphs (Optional)
2.1.2.19. Securing MySQL
2.1.2.20. Installation General Notes
2.2. Win32 (Win98+/NT/2K) Installation
2.2.1. Win32 Installation: Step-by-step
2.2.2. Additional Windows Tips
User Administration
3.2.1. Creating the Default User
3.2.2. Managing Other Users
3.2.2.1. Logging In
3.2.2.2. Creating new users
3.2.2.3. Disabling Users
3.2.2.4. Modifying Users
3.3. Product, Component, Milestone, and Version Administration
3.3.1. Products
3.3.2. Components
3.3.3. Versions
3.3.4. Milestones
3.3.5. Voting
3.3.6. Groups and Group Security
3.4. How do I use Bugzilla?
4.3.1. Create a Bugzilla Account
4.3.2. The Bugzilla Query Page
4.3.3. Creating and Managing Bug Reports
4.3.3.1. Writing a Great Bug Report
4.3.3.2. Managing your Bug Reports
4.4. What's in it for me?
4.4.1. Account Settings
4.4.2. Email Settings
4.4.2.1. Email Notification
4.4.2.2. New Email Technology
4.4.2.3. "Watching" Users
4.4.3. Page Footer
4.4.4. Permissions
4.5.
B. Software Download Links
C. The Bugzilla Database
B.1. C.1. Database Schema Chart
B.2. C.2. MySQL Bugzilla Database Introduction
B.3. C.3. MySQL Permissions & Grant Tables
B.4. C.4. Cleaning up after mucking with Bugzilla
C. 7. Bugzilla Variants
7.1. Red Hat Bugzilla
D. Useful Patches and Utilities for Bugzilla
C.1. D.1. The setperl.pl UtilityThe setperl.csh Utility
C.2. D.2. Command-line Bugzilla Queries
C.3. D.3. The Quicksearch Utility
D. E. GNU Free Documentation License
List of Examples
2-1. Removing encrypt() for Windows NT installations
3-1. Creating some Components
3-2. Common Use of Versions
3-3. A Different Use of Versions
3-4. Using SortKey with Target Milestone
3-5. When to Use Group Security
3-6. Creating a New Group
4-1. Some Famous Software Versions
4-2. Mozilla Webtools Components
D-1. Using Setperl to set your perl path
1. A Sample Product
] > + +

1.2. Copyright Information

1.6. Contributors

Thanks go to these people for significant contributions to this documentation: +> Thanks go to these people for significant contributions + to this documentation (in no particular order):

Zach Lipton, Andrew Pearson, Spencer Smith, Eric Hansen +> Zach Lipton (significant textual contributions), + Andrew Pearson, + Spencer Smith, + Eric Hanson, + Kevin Brannen,

1.8. Translations

The Bugzilla Guide needs translators! Please volunteer your translation into the language of your choice. +> The Bugzilla Guide needs translators! + Please volunteer your translation into the language of your choice. If you will translate this Guide, please notify the members of the mozilla-webtools mailing list at +>. Since The Bugzilla Guide is also hosted on the + Linux Documentation Project, you would also do well to notify

2.1. UNIX Installation

Note: Please consult the README included with the Bugzilla distribution - as the current canonical source for UNIX installation instructions. - We do, however, have some installation notes for errata from the README. -

2.1.1. ERRATA

Note: If you are installing Bugzilla on S.u.S.e. Linux, or some other - distributions with "paranoid" security options, it is possible - that the checksetup.pl script may fail with the error: - If you are installing Bugzilla on S.u.S.e. Linux, or some other + distributions with "paranoid" security options, it is possible + that the checksetup.pl script may fail with the error: + cannot chdir(/var/spool/mqueue): Permission denied - This is because your - /var/spool/mqueue directory has a mode of "drwx------". Type - chmod 755 /var/spool/mqueue as root to fix this problem. -

Note: -

Release Notes for Bugzilla 2.12 are available at docs/rel_notes.txt +


2.2. Win32 (Win98+/NT/2K) Installation

These directions have not been extensively tested. - We need testers! Please try these out and post any changes to the - newsgroup. -


2.2.1. Win32 Installation: Step-by-step

Note: The preferred documentation for Bugzilla is available in docs/, with + a variety of document types available. Please refer to these documents when + installing, configuring, and maintaining your Bugzilla installation. +

Warning

Bugzilla is not a package where you can just plop it in a directory, + twiddle a few things, and you're off. Installing Bugzilla assumes you + know your variant of UNIX or Microsoft Windows well, are familiar with the + command line, and are comfortable compiling and installing a plethora + of third-party utilities. To install Bugzilla on Win32 requires + fair Perl proficiency, and if you use a webserver other than Apache you + should be intimately familiar with the security mechanisms and CGI + environment thereof. +

Warning

Bugzilla has not undergone a complete security review. Security holes + may exist in the code. Great care should be taken both in the installation + and usage of this software. Carefully consider the implications of + installing other network services with Bugzilla. +


2.1.2. Step-by-step Install

2.1.2.1. Introduction

Installation of bugzilla is pretty straightforward, particularly if your + machine already has MySQL and the MySQL-related perl packages installed. + If those aren't installed yet, then that's the first order of business. The + other necessary ingredient is a web server set up to run cgi scripts. + While using Apache for your webserver is not required, it is recommended. +

Bugzilla has been successfully installed under Solaris, Linux, and + Win32. The peculiarities of installing on Win32 (Win98+/NT/2K) are not + included in this section of the Guide; please check out the "Win32 Installation Instructions" + for further advice on getting Bugzilla to work on Microsoft Windows. +

The Bugzilla Guide is contained in the "docs/" folder. It is available + in plain text (docs/txt), HTML (docs/html), or SGML source (docs/sgml). +


2.1.2.2. Installing the Prerequisites

The software packages necessary for the proper running of bugzilla are: +

  1. MySQL database server and the mysql client (3.22.5 or greater) +

  2. Perl (5.004 or greater) +

  3. DBI Perl module +

  4. Data::Dumper Perl module +

  5. DBD::mySQL +

  6. TimeDate Perl module collection +

  7. GD perl module (1.8.3) (optional, for bug charting) +

  8. Chart::Base Perl module (0.99c) (optional, for bug charting) +

  9. DB_File Perl module (optional, for bug charting) +

  10. The web server of your choice. Apache is recommended. +

  11. MIME::Parser Perl module (optional, for contrib/bug_email.pl interface) +

+

Note: You must run Bugzilla on a filesystem that supports file locking via + flock(). This is necessary for Bugzilla to operate safely with multiple + instances. +

+

Warning

It is a good idea, while installing Bugzilla, to ensure it is not + accessible by other machines on the Internet. + Your machine may be vulnerable to attacks + while you are installing. In other words, ensure there is some kind of firewall between you + and the rest of the Internet. Many installation steps require an active Internet connection + to complete, but you must take care to ensure that at no point is your machine vulnerable + to an attack. +

+ +


2.1.2.3. Installing MySQL Database

Visit MySQL homepage at http://www.mysql.org/ and grab the latest stable + release of the server. Both binaries and source are available and which + you get shouldn't matter. Be aware that many of the binary versions + of MySQL store their data files in /var which on many installations + (particularly common with linux installations) is part of a smaller + root partition. If you decide to build from sources you can easily set + the dataDir as an option to configure. +

If you've installed from source or non-package (RPM, deb, etc.) binaries + you'll want to make sure to add mysqld to your init scripts so the server + daemon will come back up whenever your machine reboots. + You also may want to edit those init scripts, to make sure that + mysqld will accept large packets. By default, mysqld is set up to only + accept packets up to 64K long. This limits the size of attachments you + may put on bugs. If you add something like "-O max_allowed_packet=1M" + to the command that starts mysqld (or safe_mysqld), then you will be + able to have attachments up to about 1 megabyte. +

Note: If you plan on running Bugzilla and MySQL on the same machine, + consider using the "--skip-networking" option in the init script. + This enhances security by preventing network access to MySQL. +


2.1.2.4. Perl (5.004 or greater)

Any machine that doesn't have perl on it is a sad machine indeed. Perl + for *nix systems can be gotten in source form from http://www.perl.com. +

Perl is now a far cry from the the single compiler/interpreter binary it + once was. It now includes a great many required modules and quite a + few other support files. If you're not up to or not inclined to build + perl from source, you'll want to install it on your machine using some + sort of packaging system (be it RPM, deb, or what have you) to ensure + a sane install. In the subsequent sections you'll be installing quite + a few perl modules; this can be quite ornery if your perl installation + isn't up to snuff. +

Tip: You can skip the following Perl module installation + steps by installing "Bundle::Bugzilla" from CPAN, which includes them. + All Perl module installation steps require you have an active Internet + connection. +

bash# + perl -MCPAN -e 'install "Bundle::Bugzilla"' + +

Bundle::Bugzilla doesn't include GD, Chart::Base, or MIME::Parser, + which are not essential to a basic Bugzilla install. If installing + this bundle fails, you should install each module individually to + isolate the problem. +


2.1.2.5. DBI Perl Module

The DBI module is a generic Perl module used by other database related + Perl modules. For our purposes it's required by the MySQL-related + modules. As long as your Perl installation was done correctly the + DBI module should be a breeze. It's a mixed Perl/C module, but Perl's + MakeMaker system simplifies the C compilation greatly. +

Like almost all Perl modules DBI can be found on the Comprehensive Perl + Archive Network (CPAN) at http://www.cpan.org. The CPAN servers have a + real tendency to bog down, so please use mirrors. The current location + at the time of this writing (02/17/99) can be found in Appendix A. +

Quality, general Perl module installation instructions can be found on + the CPAN website, but the easy thing to do is to just use the CPAN shell + which does all the hard work for you. +

To use the CPAN shell to install DBI: +

bash# + perl -MCPAN -e 'install "DBI"' + +

Note: Replace "DBI" with the name of whichever module you wish + to install, such as Data::Dumper, TimeDate, GD, etc.

+

+ To do it the hard way: +

Untar the module tarball -- it should create its own directory +

CD to the directory just created, and enter the following commands: +

  1. bash# + perl Makefile.PL + +

  2. bash# + make + +

  3. bash# + make test + +

  4. bash# + make install + +

+ If everything went ok that should be all it takes. For the vast + majority of perl modules this is all that's required. +

+


2.1.2.6. Data::Dumper Perl Module

The Data::Dumper module provides data structure persistence for Perl + (similar to Java's serialization). It comes with later sub-releases of + Perl 5.004, but a re-installation just to be sure it's available won't + hurt anything. +

Data::Dumper is used by the MySQL related Perl modules. It can be + found on CPAN (link in Appendix A) and can be installed by following + the same four step make sequence used for the DBI module. +


2.1.2.7. MySQL related Perl Module Collection

The Perl/MySQL interface requires a few mutually-dependent perl + modules. These modules are grouped together into the the + Msql-Mysql-modules package. This package can be found at CPAN. + After the archive file has been downloaded it should + be untarred. +

The MySQL modules are all built using one make file which is generated + by running: + bash# + perl Makefile.pl +

The MakeMaker process will ask you a few questions about the desired + compilation target and your MySQL installation. For many of the questions + the provided default will be adequate. +

When asked if your desired target is the MySQL or mSQL packages + selected the MySQL related ones. Later you will be asked if you wish + to provide backwards compatibility with the older MySQL packages; you + must answer YES to this question. The default will be no, and if you + select it things won't work later. +

A host of 'localhost' should be fine and a testing user of 'test' and + a null password should find itself with sufficient access to run tests + on the 'test' database which MySQL created upon installation. If 'make + test' and 'make install' go through without errors you should be ready + to go as far as database connectivity is concerned. +


2.1.2.8. TimeDate Perl Module Collection

Many of the more common date/time/calendar related Perl modules have + been grouped into a bundle similar to the MySQL modules bundle. This + bundle is stored on the CPAN under the name TimeDate. A (hopefully + current) link can be found in Appendix A. The component module we're + most interested in is the Date::Format module, but installing all of them + is probably a good idea anyway. The standard Perl module installation + instructions should work perfectly for this simple package. +


2.1.2.9. GD Perl Module (1.8.3)

The GD library was written by Thomas Boutell a long while ago to + programatically generate images in C. Since then it's become almost a + defacto standard for programatic image construction. The Perl bindings + to it found in the GD library are used on a million web pages to generate + graphs on the fly. That's what bugzilla will be using it for so you'd + better install it if you want any of the graphing to work. +

Actually bugzilla uses the Graph module which relies on GD itself, + but isn't that always the way with OOP. At any rate, you can find the + GD library on CPAN (link in Appendix "Required Software"). +

Note: The Perl GD library requires some other libraries that may or may not be + installed on your system, including "libpng" and "libgd". The full requirements + are listed in the Perl GD library README. Just realize that if compiling GD fails, + it's probably because you're missing a required library. +


2.1.2.10. Chart::Base Perl Module (0.99c)

The Chart module provides bugzilla with on-the-fly charting + abilities. It can be installed in the usual fashion after it has been + fetched from CPAN where it is found as the Chart-x.x... tarball in a + directory to be listed in Appendix "Required Software". Note that as with the GD perl + module, only the specific versions listed above (or newer) will work. Earlier + versions used GIF's, which are no longer supported by the latest + versions of GD. +


2.1.2.11. DB_File Perl Module

DB_File is a module which allows Perl programs to make use of the facilities provided by + Berkeley DB version 1.x. This module is required by collectstats.pl which is used for + bug charting. If you plan to make use of bug charting, you must install this module. +


2.1.2.12. HTTP Server

You have a freedom of choice here - Apache, Netscape or any other + server on UNIX would do. You can easily run the web server on a different + machine than MySQL, but need to adjust the MySQL "bugs" user permissions + accordingly. +

You'll want to make sure that your web server will run any file + with the .cgi extension as a cgi and not just display it. If you're using + apache that means uncommenting the following line in the srm.conf file: + AddHandler cgi-script .cgi +

With apache you'll also want to make sure that within the access.conf + file the line: + Options ExecCGI + + is in the stanza that covers the directories you intend to put the bugzilla + .html and .cgi files into. +

If you are using a newer version of Apache, both of the above lines will be + (or will need to be) in the httpd.conf file, rather than srm.conf or + access.conf. +

Warning

There are two critical directories and a file that should not be a served by + the HTTP server. These are the 'data' and 'shadow' directories and the + 'localconfig' file. You should configure your HTTP server to not serve + content from these files. Failure to do so will expose critical passwords + and other data. Please see your HTTP server configuration manual on how + to do this. If you use quips (at the top of the buglist pages) you will want + the 'data/comments' file to still be served. This file contains those quips. +


2.1.2.13. Installing the Bugzilla Files

You should untar the Bugzilla files into a directory that you're + willing to make writable by the default web server user (probably + 'nobody'). You may decide to put the files off of the main web space + for your web server or perhaps off of /usr/local with a symbolic link + in the web space that points to the bugzilla directory. At any rate, + just dump all the files in the same place (optionally omitting the CVS + directories if they were accidentally tarred up with the rest of Bugzilla) + and make sure you can access the files in that directory through your + web server. +

Tip: HINT: If you symlink the bugzilla directory into your Apache's + HTML heirarchy, you may receive "Forbidden" errors unless you + add the "FollowSymLinks" directive to the <Directory> entry + for the HTML root. +

Once all the files are in a web accessible directory, make that + directory writable by your webserver's user (which may require just + making it world writable). This is a temporary step until you run + the post-install "checksetup.pl" script, which locks down your + installation. +

Lastly, you'll need to set up a symbolic link from /usr/bonsaitools/bin + to the correct location of your perl executable (probably /usr/bin/perl). + Otherwise you must hack all the .cgi files to change where they look + for perl. To make future upgrades easier, you should use the symlink + approach. +

Tip: If you don't have root access to set this symlink up, check out the + "setperl.csh" utility, listed in the Patches section of this + Guide. It will change the path to perl in all your Bugzilla files for + you. +

+


2.1.2.14. Setting Up the MySQL Database

After you've gotten all the software installed and working you're ready + to start preparing the database for its life as a the back end to a high + quality bug tracker. +

First, you'll want to fix MySQL permissions to allow access from + Bugzilla. For the purpose of this Installation section, the Bugzilla username + will be "bugs", and will have minimal permissions. Bugzilla has + not undergone a thorough security audit. It may be possible for + a system cracker to somehow trick Bugzilla into executing a command + such as "; DROP DATABASE mysql". +

That would be bad. +

Give the MySQL root user a password. MySQL passwords are + limited to 16 characters. +

bash# + mysql -u root mysql + +
mysql> + UPDATE user SET Password=PASSWORD ('new_password') + WHERE user='root'; + + +
mysql> + FLUSH PRIVILEGES; + +

+ From this point on, if you need to access MySQL as the + MySQL root user, you will need to use "mysql -u root -p" and + enter your new_password. Remember that MySQL user names have + nothing to do with Unix user names (login names). +

Next, we create the "bugs" user, and grant sufficient + permissions for checksetup.pl, which we'll use later, to work + its magic. This also restricts the "bugs" user to operations + within a database called "bugs", and only allows the account + to connect from "localhost". Modify it to reflect your setup + if you will be connecting from another machine or as a different + user. +

Remember to set bugs_password to some unique password. +

mysql> + GRANT SELECT,INSERT,UPDATE,DELETE,INDEX, + ALTER,CREATE,DROP,REFERENCES + ON bugs.* TO bugs@localhost + IDENTIFIED BY 'bugs_password'; + +
mysql> + + FLUSH PRIVILEGES; + + +

+

Next, run the magic checksetup.pl script. (Many thanks to Holger + Schurig <holgerschurig@nikocity.de> for writing this script!) + It will make sure Bugzilla files and directories have reasonable + permissions, set up the "data" directory, and create all the MySQL + tables. +

bash# + ./checksetup.pl + +

+ The first time you run it, it will create a file called "localconfig". +


2.1.2.15. Tweaking "localconfig"

This file contains a variety of settings you may need to tweak including + how Bugzilla should connect to the MySQL database. +

The connection settings include: +

  1. server's host: just use "localhost" if the MySQL server is + local +

  2. database name: "bugs" if you're following these directions +

  3. MySQL username: "bugs" if you're following these directions +

  4. Password for the "bugs" MySQL account above +

+

Once you are happy with the settings, re-run checksetup.pl. On this + second run, it will create the database and an administrator account + for which you will be prompted to provide information. +

When logged into an administrator account once Bugzilla is running, + if you go to the query page (off of the bugzilla main menu), you'll + find an 'edit parameters' option that is filled with editable treats. +

Should everything work, you should have a nearly empty copy of the bug + tracking setup. +

The second time around, checksetup.pl will stall if it is on a + filesystem that does not fully support file locking via flock(), such as + NFS mounts. This support is required for Bugzilla to operate safely with + multiple instances. If flock() is not fully supported, it will stall at: + Now regenerating the shadow database for all bugs. +

Note: The second time you run checksetup.pl, it is recommended you be the same + user as your web server runs under, and that you be sure you have set the + "webservergroup" parameter in localconfig to match the web server's group + name, if any. Under some systems, otherwise, checksetup.pl will goof up + your file permissions and make them unreadable to your web server. +

+

Note: The checksetup.pl script is designed so that you can run it at any time + without causing harm. You should run it after any upgrade to Bugzilla. +


2.1.2.16. Setting Up Maintainers Manuall (Optional)

If you want to add someone else to every group by hand, you can do it + by typing the appropriate MySQL commands. Run ' mysql -u root -p bugs' + (you may need different parameters, depending on your security settings + according to section 3, above). Then: +

mysql> + update profiles set groupset=0x7fffffffffffffff + where login_name = 'XXX'; + +

+ replacing XXX with the Bugzilla email address. +


2.1.2.17. The Whining Cron (Optional)

By now you've got a fully functional bugzilla, but what good are bugs + if they're not annoying? To help make those bugs more annoying you can + set up bugzilla's automatic whining system. This can be done by adding + the following command as a daily crontab entry (for help on that see that + crontab man page): +

cd <your-bugzilla-directory> ; ./whineatnews.pl + +

+


2.1.2.18. Bug Graphs (Optional)

As long as you installed the GD and Graph::Base Perl modules you might + as well turn on the nifty bugzilla bug reporting graphs. +

Add a cron entry like this to run collectstats daily at 5 after midnight: +

bash# + crontab -e + +
5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl + +

+

After two days have passed you'll be able to view bug graphs from the + Bug Reports page. +


2.1.2.19. Securing MySQL

If you followed the README for setting up your "bugs" and "root" user in + MySQL, much of this should not apply to you. If you are upgrading + an existing installation of Bugzilla, you should pay close attention + to this section. +

Most MySQL installs have "interesting" default security parameters: +

mysqld defaults to running as root
it defaults to allowing external network connections
it has a known port number, and is easy to detect
it defaults to no passwords whatsoever
it defaults to allowing "File_Priv"

+

This means anyone from anywhere on the internet can not only drop the + database with one SQL command, and they can write as root to the system. +

To see your permissions do: +

bash# + mysql -u root -p + +
mysql> + use mysql; + +
mysql> + show tables; + +
mysql> + select * from user; + +
mysql> + select * from db; + +

+

To fix the gaping holes: +

DELETE FROM user WHERE User='';
UPDATE user SET Password=PASSWORD('new_password') WHERE user='root';
FLUSH PRIVILEGES;

+

If you're not running "mit-pthreads" you can use: +

GRANT USAGE ON *.* TO bugs@localhost;
GRANT ALL ON bugs.* TO bugs@localhost;
REVOKE DROP ON bugs.* FROM bugs@localhost;
FLUSH PRIVILEGES;

+

With "mit-pthreads" you'll need to modify the "globals.pl" Mysql->Connect + line to specify a specific host name instead of "localhost", and accept + external connections: +

GRANT USAGE ON *.* TO bugs@bounce.hop.com;
GRANT ALL ON bugs.* TO bugs@bounce.hop.com;
REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com;
FLUSH PRIVILEGES;

+

Consider also: +

  1. Turning off external networking with "--skip-networking", + unless you have "mit-pthreads", in which case you can't. + Without networking, MySQL connects with a Unix domain socket. +

  2. using the --user= option to mysqld to run it as an unprivileged + user. +

  3. starting MySQL in a chroot jail +

  4. running the httpd in a "chrooted" jail +

  5. making sure the MySQL passwords are different from the OS + passwords (MySQL "root" has nothing to do with system "root"). +

  6. running MySQL on a separate untrusted machine +

  7. making backups ;-) +

+


2.1.2.20. Installation General Notes

2.1.2.20.1. Modifying Your Running System

Bugzilla optimizes database lookups by storing all relatively static + information in the versioncache file, located in the data/ subdirectory + under your installation directory (we said before it needs to be writable, + right?!) +

If you make a change to the structural data in your database (the + versions table for example), or to the "constants" encoded in + defparams.pl, you will need to remove the cached content from the data + directory (by doing a "rm data/versioncache"), or your changes won't show + up! +

That file gets automatically regenerated whenever it's more than an + hour old, so Bugzilla will eventually notice your changes by itself, but + generally you want it to notice right away, so that you can test things. +


2.1.2.20.2. Upgrading From Previous Versions

The developers of Bugzilla are constantly adding new tables, columns and + fields. You'll get SQL errors if you just update the code. The strategy + to update is to simply always run the checksetup.pl script whenever + you upgrade your installation of Bugzilla. If you want to see what has + changed, you can read the comments in that file, starting from the end. +


2.1.2.20.3. UNIX Installation Instructions History

This document was originally adapted from the Bonsai installation + instructions by Terry Weissman <terry@mozilla.org>. +

The February 25, 1999 re-write of this page was done by Ry4an Brase + <ry4an@ry4an.org>, with some edits by Terry Weissman, Bryce Nesbitt, + Martin Pool, & Dan Mosedale (But don't send bug reports to them! + Report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi , + project Webtools, component Bugzilla). +

This document was heavily modified again Wednesday, March 07 2001 to + reflect changes for Bugzilla 2.12 release by Matthew P. Barnson. The + securing MySQL section should be changed to become standard procedure + for Bugzilla installations. +

Finally, the README in its entirety was marked up in SGML and included into + the Guide on April 24, 2001. +

Comments from people using this Guide for the first time are particularly welcome. +


2.2. Win32 (Win98+/NT/2K) Installation

These directions have not been extensively tested. + We need testers! Please try these out and post any changes to the + newsgroup. +


2.2.1. Win32 Installation: Step-by-step

Tip: From Andrew Pearson:
c:/perl/bin/perl.exe "%s" "%s" -

The KB article only talks about .pl, but it goes into + more detail and provides a perl test script. +

+

Tip: "Brian" had this to add, about upgrading to Bugzilla 2.12 from previous versions:

Hi - I am updating bugzilla to 2.12 so I can tell you what I did (after I + deleted the current dir and copied the files in). +

In checksetup.pl, I did the following... +

  1. my $webservergid = getgrnam($my_webservergroup);
    +	      

    to

    my $webservergid = 'Administrators'		
    +	      
  2. I then ran checksetup.pl +

  3. I removed all the encrypt() +

    Example 2-1. Removing encrypt() for Windows NT installations

    Replace this: +
    SendSQL("SELECT encrypt(" . SqlQuote($enteredpwd) . ", " .
    +    SqlQuote(substr($realcryptpwd, 0, 2)) . ")");
    +my $enteredcryptpwd = FetchOneColumn();
    +		    
    + with this: +
    my $enteredcryptpwd = $enteredpwd
    +		    
    + in cgi.pl. +

    +

  4. I renamed processmail to processmail.pl +

  5. I altered the sendmail statements to windmail: +
      
    +open SENDMAIL, "|\"C:/General/Web/tools/Windmail 4.0 Beta/windmail\" -t > mail.log";
    +		
    +

    The KB article only talks about .pl, but it goes into - more detail and provides a perl test script. -

    The quotes around the dir is for the spaces. mail.log is for the output +

-

So you followed the README isntructions to the letter, and just logged into bugzilla with your super-duper god account and you are sitting at the query -screen. Yet, you have nothing to query. Your first act of bisuness needs to be to setup the +screen. Yet, you have nothing to query. Your first act of business needs to be to setup the operating parameters for bugzilla.

  • Bring up "editparams.cgi" in your web browser. For instance, to edit parameters + at mozilla.org, the URL would be http://bugzilla.mozilla.org/editparams.cgi, also available under the "edit parameters" + link on your query page. +

  • Set "maintainer" to your email address. @@ -1739,7 +3841,7 @@ TYPE="1" >

  • Set "usebuggroupsentry" to "1" if you want to be able to restrict access to products. +> Set "usebuggroupsentry" to "1" if you want to restrict access to products. Once again, if you are simply testing your installation, I suggest against turning this parameter on; the strict security checking may stop you from being able to modify your new entries. @@ -1776,14 +3878,16 @@ CLASS="NOTE" attempting to commit a change to the database.

    If you use the "shadowdb" option, it is only natural that you should turn the "queryagainstshadowdb" +> If you use the "shadowdb" option, + it is only natural that you should turn the "queryagainstshadowdb" option "On" as well. Otherwise you are replicating data into a shadow database for no reason!

  • If you have custom logos or HTML you must put in place to fit within your site design guidelines, - place the code in the "headerhtml", "footerhtml", "errorhtml", "bannerhtml", or "blurbhtml" text boxes. + place the code in the "headerhtml", "footerhtml", "errorhtml", + "bannerhtml", or "blurbhtml" text boxes.

    Note: The "headerhtml" text box is the HTML printed out The "headerhtml" text box is the HTML printed out + before any other code on the page. - If you have a special banner, put the code for it in "bannerhtml". You may want to leave these + If you have a special banner, put the code for it in "bannerhtml". + You may want to leave these settings at the defaults initially.

  • Set "newemailtech" to "on". Your users will thank you. This is the default in the post-2.12 world. +> Ensure "newemailtech" is "on". + Your users will thank you. This is the default in the post-2.12 world, and is + only an issue if you are upgrading.

  • Do you want to use the qa contact ("useqacontact") and status whiteboard ("usestatuswhiteboard") fields? - These fields are useful because they allow for more flexibility, particularly when you have an existing +> Do you want to use the qa contact ("useqacontact") + and status whiteboard ("usestatuswhiteboard") fields? + These fields are useful because they allow for more flexibility, + particularly when you have an existing Quality Assurance and/or Release Engineering team, but they may not be needed for smaller installations.

  • Set "whinedays" to the amount of days you want to let bugs go in the "New" or "Reopened" state before +> Set "whinedays" to the amount of days you want to let bugs go + in the "New" or "Reopened" state before notifying people they have untouched new bugs. If you do not plan to use this feature, simply do not set up the whining cron job described in the README, or set this value to "0".

  • Set the "commenton" options according to your site policy. It is a wise idea to require comments when users +> Set the "commenton" options according to your site policy. + It is a wise idea to require comments when users resolve, reassign, or reopen bugs.

  • Ensure you have adequate access controls for $BUGZILLA_HOME/data/ and $BUGZILLA_HOME/localconfig. - The localconfig file stores your "bugs" user password, which would be terrible to have in the hands +> Ensure you have adequate access controls for $BUGZILLA_HOME/data/, $BUGZILLA_HOME/localconfig, + and $BUGZILLA_HOME/shadow directories. + The localconfig file stores your "bugs" user password, + which would be terrible to have in the hands of a criminal. Also some files under $BUGZILLA_HOME/data store sensitive information.

    Bug 65572 for adequate protection in your data/ and shadow/ directories. +> for adequate protection in your data/ and shadow/ directories.

    Note the instructions which follow are Apache-specific. If you use IIS, Netscape, or other @@ -3280,11 +5394,6 @@ CLASS="LITERALLAYOUT" >

  • -

  • Bugzilla is one example of a class of programs called "Defect Tracking Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. - At the time Bugzilla was originally written, as a port from Netscape Communications' - "Bugsplat!" program to Perl from TCL, there were very few competitors in the market - for bug-tracking software. Most commercial defect-tracking software vendors at the - time charged enormous licensing fees. Bugzilla quickly became a favorite of the - open-source crowd (with its genesis in the open-source browser project, Mozilla) and + Bugzilla was originally written by Terry Weissman in a programming language called + "TCL", to replace a crappy + bug-tracking database used internally for Netscape Communications. Terry later ported + Bugzilla to + Perl from TCL, and in Perl it remains to this day. + Most commercial defect-tracking software vendors at the + time charged enormous licensing fees, and Bugzilla quickly became a favorite of the + open-source crowd (with its genesis in the open-source browser project, Mozilla). It is now the de-facto standard defect-tracking system against which all others are measured.

  • integration with several automated software configuration management systems +> available integration with automated software configuration management systems, including + Perforce and CVS.

  • Some recent headway has been made on the query front, however. If you are using the latest + version of Bugzilla, you should see a "simple search" form on the default front page of + your Bugzilla install. Type in two or three search terms and you should pull up some + relevant information. This is also available as "queryhelp.cgi". +

    Despite these small problems, Bugzilla is very hard to beat. It is under very @@ -3468,7 +5587,7 @@ VALIGN="TOP" > Bugzilla is very adaptable to various situations. Known uses currently include IT support queues, Systems Administration deployment management, chip design and development problem tracking (both pre-and-post fabrication), - and software bug tracking for luminaries such as Redhat, Loki software, + and software and hardware bug tracking for luminaries such as Redhat, Loki software, Linux-Mandrake, and VA Systems. Combined with systems such as CVS, Bonsai, or Perforce SCM, Bugzilla provides a powerful, easy-to-use solution to configuration management and replication problems @@ -3521,7 +5640,7 @@ VALIGN="TOP" >

    Bugzilla is a large and complex system. Describing how to use it +> Bugzilla is a large, complex system. Describing how to use it requires some time. If you are only interested in installing or administering a Bugzilla installation, please consult the Installing and Administering Bugzilla portions of this Guide. This section is principally aimed towards @@ -3536,11 +5655,37 @@ HREF="http://landfill.tequilarista.org/" TARGET="_top" > landfill.tequilarista.org. +

    Note: Some people have run into difficulties completing this tutorial. If + you run into problems, please check the updated, online documentation available + at http://www.trilobyte.net/barnsons. + If you're still stumped, please subscribe to the newsgroup and provide details of exactly + what's stumping you! If enough people complain, I'll have to fix it in the next + version of this Guide. You can subscribe to the newsgroup at + news://news.mozilla.org/netscape.public.mozilla.webtools +

    Although Landfill serves as a great introduction to Bugzilla, it does not offer all the options you would have as a user on your own installation of Bugzilla, - nor can it do more than serve as a general introduction to Bugzilla. - However, please use it if you want to - follow this tutorial. + nor can it do more than serve as a general introduction to Bugzilla. Additionally, + Landfill often runs cutting-edge versions of Bugzilla for testing, so some things + may work slightly differently than mentioned here.

    4.4.2.1. Email Notification

    Note: The email notification settings described below have been obsoleted in Bugzilla 2.12, and + this section will be replaced with a comprehensive description of the amazing array of + new options at your disposal. However, in the meantime, throw this chunk out the window + and go crazy with goofing around with different notification options. +

    Ahh, here you can reduce or increase the amount of email sent you from Bugzilla! In the drop-down "Notify me of changes to", select one of @@ -4584,14 +6743,38 @@ NAME="SCM" >5.3. Perforce SCM

    Richard Brooksby and his team have an integration tool - in public beta. You can find it at +> Richard Brooksby created a Perforce integration tool for Bugzilla and TeamTrack. + You can find the main project page at http://www.ravenbrook.com/project/p4dti. "p4dti" is now an officially + supported product from Perforce, and you can find the "Perforce Public Depot" + p4dti page at http://public.perforce.com/public/perforce/p4dti/index.html.

    Integration of Perforce with Bugzilla, once patches are applied, is fairly seamless. However, + p4dti is a patch against the Bugzilla 2.10 release, not the current 2.12 release. I anticipate + patches for 2.12 will be out shortly. Check the project page regularly for updates, or + take the given patches and patch it manually. p4dti is designed to support multiple defect + trackers, and maintains its own documentation for it. Please consult the pages linked + above for further information. +

    Right now, there is no way to synchronize the Bug ID and the Perforce Transaction Number, or + to change the Bug ID to read (PRODUCT).bugID unless you hack it in. Additionally, if you + have synchronization problems, the easiest way to avoid them is to only put the bug + information, comments, etc. into Bugzilla, and not into the Perforce change records. + They will link anyway; merely reference the bug ID fixed in your change description, + and put a comment into Bugzilla + giving the change ID that fixed the Bugzilla bug. It's a process issue, not a technology + question. +

    This section largely contributed by Matthew Tuck
    Bugzilla's Future. Much of this is the present, now.
    Both of these proposals live at
    -"http://bugzilla.mozilla.org/show_bug.cgi?id=14137".

    +Note that they also live at
    +"http://bugzilla.mozilla.org/show_bug.cgi?id=17464", and the change 
    +has been checked in.  This is fixed with Bugzilla 2.12 and is no longer
    +an issue.  Woo-Hoo!

    A.1.1. Where can I find information about Bugzilla?
    A.1.2. What license is Bugzilla distributed under?
    A.1.3. How do I get commercial support for Bugzilla?
    A.1.4. What major companies or projects are currently using Bugzilla for bug-tracking?
    A.1.5. Who maintains Bugzilla?
    A.1.6. How does Bugzilla stack up against other bug-tracking databases?
    A.1.7. How do I change my user name in Bugzilla?
    A.1.8. Why doesn't Bugzilla offer this or that feature or compatability with this other tracking software?
    A.1.9. Why MySQL? I'm interested in seeing Bugzilla run on Oracle/Sybase/Msql/PostgreSQL/MSSQL?
    A.1.10. Why do the scripts say "/usr/bonsaitools/bin/perl" instead of "/usr/bin/perl" or something else?
    A.2.1. What about Red Hat Bugzilla?
    A.2.2. What are the primary benefits of Red Hat Bugzilla?
    A.2.3. What's the current status of Red Hat Bugzilla?
    A.3.1. What about Loki Bugzilla?
    A.3.2. Who maintains Fenris (Loki Bugzilla) now?
    A.3.3.
    A.4.1. Is Bugzilla web-based or do you have to have specific software or specific operating system on your machine?
    A.4.2. Has anyone you know of already done any Bugzilla integration with Perforce (SCM software)?
    A.4.3. Does Bugzilla allow the user to track multiple projects?
    A.4.4. If I am on many projects, and search for all bugs assigned to me, will Bugzilla list them for me and allow me to sort by project, severity etc?
    A.4.5. Does Bugzilla allow attachments (text, screenshots, urls etc)? If yes, are there any that are NOT allowed?
    A.4.6. Does Bugzilla allow us to define our own priorities and levels? Do we have complete freedom to change the labels of fields and format of them, and the choice of acceptable values? @@ -5153,35 +7340,35 @@ HREF="#AEN1141" >
    A.4.7. Does Bugzilla provide any reporting features, metrics, graphs, etc? You know, the type of stuff that management likes to see. :)
    A.4.8. Is there email notification and if so, what do you see when you get an email? Do you see bug number and title or is it only the number?
    A.4.9. Can email notification be set up to send to multiple people, some on the To List, CC List, BCC List etc?
    A.4.10. If there is email notification, do users have to have any particular type of email application?
    A.4.11. If I just wanted to track certain bugs, as they go through life, can I set it up to alert me via email whenever that bug changes, whether it be owner, status or description etc.? @@ -5189,7 +7376,7 @@ HREF="#AEN1171" >
    A.4.12. Does Bugzilla allow data to be imported and exported? If I had outsiders write up a bug report using a MS Word bug template, could that template be imported into "matching" fields? If I wanted to take the results of a query @@ -5198,7 +7385,7 @@ HREF="#AEN1176" >
    A.4.13. Does Bugzilla allow fields to be added, changed or deleted? If I want to customize the bug submission form to meet our needs, can I do that using our terminology? @@ -5206,47 +7393,47 @@ HREF="#AEN1184" >
    A.4.14. Has anyone converted Bugzilla to another language to be used in other countries? Is it localizable?
    A.4.15. Can a user create and save reports? Can they do this in Word format? Excel format?
    A.4.16. Can a user re-run a report with a new project, same query?
    A.4.17. Can a user modify an existing report and then save it into another name?
    A.4.18. Does Bugzilla have the ability to search by word, phrase, compound search?
    A.4.19. Can the admin person establish separate group and individual user privileges?
    A.4.20. Does Bugzilla provide record locking when there is simultaneous access to the same bug? Does the second person get a notice that the bug is in use or how are they notified? @@ -5254,19 +7441,19 @@ HREF="#AEN1219" >
    A.4.21. Are there any backup features provided?
    A.4.22. Can users be on the system while a backup is in progress?
    A.4.23. What type of human resources are needed to be on staff to install and maintain Bugzilla? Specifically, what type of skills does the person need to have? I need to find out if we were to go with Bugzilla, what types of @@ -5276,7 +7463,7 @@ HREF="#AEN1235" >
    A.4.24. What time frame are we looking at if we decide to hire people to install and maintain the Bugzilla? Is this something that takes hours or weeks to install and a couple of hours per week to maintain and customize or is this @@ -5286,7 +7473,7 @@ HREF="#AEN1242" >
    A.4.25. Is there any licensing fee or other fees for using Bugzilla? Any out-of-pocket cost other than the bodies needed as identified above?
    A.5.1. How do I download and install Bugzilla?
    A.5.2. How do I install Bugzilla on Windows NT?
    A.5.3. Is there an easy way to change the Bugzilla cookie name?
    A.6.1. How do I completely disable MySQL security if it's giving me problems (I've followed the instructions in the README!)?
    A.6.2. Are there any security problems with Bugzilla?
    A.6.3. I've implemented the security fixes mentioned in Chris Yeh's security advisory of 5/10/2000 advising not to run MySQL as root, and am running into problems with MySQL no longer working correctly. @@ -5359,48 +7546,48 @@ HREF="#FAQ_EMAIL" >
    A.7.1. I have a user who doesn't want to receive any more email from Bugzilla. How do I stop it entirely for this user?
    A.7.2. I'm evaluating/testing Bugzilla, and don't want it to send email to anyone but me. How do I do it?
    A.7.3. I want whineatnews.pl to whine at something more, or other than, only new bugs. How do I do it?
    A.7.4. I don't like/want to use Procmail to hand mail off to bug_email.pl. What alternatives do I have?
    A.7.5. How do I set up the email interface to submit/change bugs via email?
    A.7.6. Email takes FOREVER to reach me from bugzilla -- it's extremely slow. What gives?
    A.7.7. How come email never reaches me from bugzilla changes?
    A.8.1. I've heard Bugzilla can be used with Oracle?
    A.8.2. Bugs are missing from queries, but exist in the database (and I can pull them up by specifying the bug ID). What's wrong?
    A.8.3. I think my database might be corrupted, or contain invalid entries. What do I do?
    A.8.4. I want to manually edit some entries in my database. How?
    A.8.5. I try to add myself as a user, but Bugzilla always tells me my password is wrong.
    A.8.6. I think I've set up MySQL permissions correctly, but bugzilla still can't connect.
    A.8.7. How do I synchronize bug information among multiple different Bugzilla databases?
    A.8.8. Why do I get bizarre errors when trying to submit data, particularly problems with "groupset"?
    A.8.9. How come even after I delete bugs, the long descriptions show up?
    A.9.1. What is the easiest way to run Bugzilla on Win32 (Win98+/NT/2K)?
    A.9.2. Is there a "Bundle::Bugzilla" equivalent for Win32?
    A.9.3. CGI's are failing with a "something.cgi is not a valid Windows NT application" error. Why?
    A.9.4. Can I have some general instructions on how to make Bugzilla on Win32 work?
    A.9.5. I'm having trouble with the perl modules for NT not being able to talk to to the database.
    A.10.1. The query page is very confusing. Isn't there a simpler way to query?
    A.10.2. I'm confused by the behavior of the "accept" button in the Show Bug form. Why doesn't it assign the bug to me when I accept it?
    A.10.3. I can't upload anything into the database via the "Create Attachment" link. What am I doing wrong?
    A.10.4. Email submissions to Bugzilla that have attachments end up asking me to save it as a "cgi" file.
    A.10.5. How do I change a keyword in Bugzilla, once some bugs are using it?
    A.11.1. What bugs are in Bugzilla right now?
    A.11.2. How can I change the default priority to a null value? For instance, have the default + priority be "---" instead of "P2"? +
    A.11.3. What's the best way to submit patches? What guidelines should I follow?

    A.1.1.

    A.1.2.

    A.1.3.

    A.1.4.

    A.1.5.

    A.1.6.

    A.1.7.

    A.1.8.

    A.1.9. Terry Weissman answers,

    A.1.10.

    Here's Terry Weissman's comment, for some historical context:

    2. Red Hat Bugzilla

    Note: This section is no longer up-to-date. + Please see the section on "Red Hat Bugzilla" under "Variants" in The Bugzilla Guide. +

    +

    A.2.1.

    Dave Lawrence, the original Red Hat Bugzilla maintainer, mentions:

    A.2.2. Dave Lawrence:

    A.2.3. Note: This information is somewhat dated; I last updated it - 7 June 2000. + 7 June 2000. Please see the "Variants" section of "The Bugzilla Guide" + for more up-to-date information regarding Red Hat Bugzilla.

    Dave Lawrence:

    As Matt has mentioned it is still using out-dated code and with a +> As Matt has mentioned it is still using out-dated code and with a little help I would like to bring everything up to date for eventual incorporation with the main cvs tree. Due to other duties I have with the company any help with this wiould be @@ -6342,29 +8554,35 @@ CLASS="QANDADIV" NAME="FAQ_LOKI" >3. Loki Bugzilla (AKA Fenris)

    Note: Loki's "Fenris" Bugzilla is no longer actively maintained. - It works well enough for Loki. Additionally, the major - differences in Fenris have now been integrated into - the main source tree of Bugzilla, so there's not much - reason to go grab the source. I left this section of the - FAQ principally for historical interest. -

    Loki's "Fenris" Bugzilla is based upon the (now ancient) Bugzilla 2.8 + tree, and is no longer actively maintained. + It works well enough for Loki. Additionally, the major + differences in Fenris have now been integrated into + the main source tree of Bugzilla, so there's not much + reason to go grab the source. I leave this section of the + FAQ principally for historical interest, but unless Loki has further + input into Bugzilla's future, it will be deprecated in future versions + of the Guide. +

    +

    A.3.1. Loki Games has a customized version of Bugzilla available at http://fenris.lokigames.com. From that page,

    A.3.2.

    A.3.3. 4. Pointy-Haired-Boss Questions

    Note: The title of this section doesn't mean you're a PHB -- it just means - you probably HAVE a PHB who wants to know this :) -

    The title of this section doesn't mean you're a PHB -- it just means + you probably HAVE a PHB who wants to know this :) +

    +

    A.4.1.

    A.4.2.

    A.4.3.

    A.4.4.

    A.4.5.

    A.4.6.

    A.4.7.

    A.4.8.

    A.4.9.

    A.4.10.

    A.4.11.

    A.4.12.

    A.4.13.

    A.4.14.

    A.4.15.

    A.4.16.

    A.4.17.

    A.4.18.

    A.4.19.

    A.4.20.

    A.4.21.

    A.4.22.

    A.4.23.

    A.4.24.

    A.4.25.

    A.5.1.

    A.5.2.

    A.5.3.

    A.6.1.

    A.6.2.

    A.6.3.

    A.7.1.

    A.7.2.

    A.7.3.

    A.7.4. You can call bug_email.pl directly from your aliases file, with an entry like this:

    A.7.5.

    A.7.6.

    This is now a configurable parameter called "sendmailparm", available +> This is now a configurable parameter called "sendmailnow", available from editparams.cgi.

    A.7.7.

    A.8.1.

    A.8.2.

    A.8.3.

    A.8.4.

    A.8.5.

    A.8.6.

    A.8.7.

    A.8.8.

    A.8.9.

    A.9.1.

    A.9.2.

    A.9.3.

    Microsoft has some advice on this matter, as well:

    A.9.4.

    A.9.5.

    A.10.1.

    A.10.2.

    A.10.3.

    A.10.4.

    A.10.5.

    A.11.1.

    A.11.2. How can I change the default priority to a null value? For instance, have the default + priority be "---" instead of "P2"? +

    This is well-documented here: http://bugzilla.mozilla.org/show_bug.cgi?id=49862. Ultimately, it's as easy + as adding the "---" priority field to your localconfig file in the appropriate area, + re-running checksetup.pl, and then changing the default priority in your browser using + "editparams.cgi". Hmm, now that I think about it, that is kind of a klunky way to handle + it, but for now it's what we have! Although the bug has been closed "resolved wontfix", + there may be a better way to handle this... +

    A.11.3. What's the best way to submit patches? What guidelines should I follow?


    Appendix B. Software Download Links

    All of these sites are current as of April, 2001. Hopefully + they'll stay current for a while. +

    Apache Web Server: http://www.apache.org + Optional web server for Bugzilla, but recommended because of broad user base and support. +

    Bugzilla: http://www.mozilla.org/projects/bugzilla/ +

    MySQL: http://www.mysql.org/ +

    Perl: http://www.perl.org/ +

    CPAN: http://www.cpan.org/ +

    DBI Perl module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/DBI/ +

    Data::Dumper module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Data/ +

    MySQL related Perl modules: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Mysql/ +

    TimeDate Perl module collection: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Date/ +

    GD Perl module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/GD/ + Alternately, you should be able to find the latest version of + GD at http://www.boutell.com/gd/ +

    Chart::Base module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Chart/ +

    LinuxDoc Software: + http://www.linuxdoc.org/ + (for documentation maintenance) +


    Appendix B. The Bugzilla DatabaseAppendix C. The Bugzilla Database

    Note: This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers?

    This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers?

    B.1. Database Schema ChartC.1. Database Schema Chart

    B.2. MySQL Bugzilla Database IntroductionC.2. MySQL Bugzilla Database Introduction

    B.3. MySQL Permissions & Grant TablesC.3. MySQL Permissions & Grant Tables

    Note: The following portion of documentation comes from my answer to an old discussion of Keynote, a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the Keynote support group regarding MySQL grant table permissions, and how to use them effectively. It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables since this time, but it serves as a decent introduction and troubleshooting document for grant table issues. I used Keynote to track my troubles until I discovered Bugzilla, which gave me a whole new set of troubles to work on : )

    The following portion of documentation comes from my answer to an old discussion of Keystone, + a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the + Keystone support group regarding MySQL grant table permissions, and how to use them effectively. + It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables + since this time, but it serves as a decent introduction and troubleshooting document for grant + table issues. I used Keynote to track my troubles until I discovered Bugzilla, + which gave me a whole new set of troubles to work on : )

    B.4. Cleaning up after mucking with BugzillaC.4. Cleaning up after mucking with Bugzilla

    Contributed by Eric Hansen:
    +>Contributed by Eric Hanson:
    There are several things, and one trick.  There is a small tiny piece of
    documentation I saw once that said something very important.
    1)  After pretty much any manual working of the Mysql db, you must
    @@ -9011,11 +11381,103 @@ in localconfig pertaining to bug_status, this poin >


    Chapter 7. Bugzilla Variants

    Note: I know there are more variants than just RedHat Bugzilla out there. + Please help me get information about them, their project status, and benefits there + might be in using them or in using their code in main-tree Bugzilla. +


    7.1. Red Hat Bugzilla

    Red Hat Bugzilla is probably the most popular Bugzilla variant, aside from Mozilla Bugzilla, + on the planet. + One of the major benefits of Red Hat Bugzilla is the ability to work with Oracle as a + database, as well as MySQL. + Here's what Dave Lawrence had to say about the status of Red Hat Bugzilla, +

      Hello. I apologize that I am getting back to you so late. It has been difficult to keep
    +up with email this past week. I have checked out your updated documentation and I will
    +have to say very good work. A few notes and additions as follows.
    +
    +(ed: from the FAQ)
    +>For the record, we are not using any template type implementation for the cosmetic changes 
    +>maded to Bugzilla. It is just alot of html changes in the code itself. I admit I may have 
    +>gotten a little carried away with it but the corporate types asked for a more standardized 
    +>interface to match up with other projects relating to Red Hat web sites. A lot of other web 
    +>based internal tools I am working on also look like Bugzilla. 
    +
    +
    +This should probably be changed since we are now in fact using Text::Template for most
    +of the html rendering. You actually state this later in your numbered list.
    +
    +Also number 6 contradicts number 8 where number 6 would be the most up to date status
    +on the Oracle port.
    +
    +Additional Information:
    +-----------------------------
    +1. Comments are now stored in varchar fields of 4k in size each. If the comment is more
    +than 4k it is broken up into chunks and given a sort number so each comment can be re
    +assembled in the correct order. This was done because originally I was storing the comments
    +in a long datatype which unfortunately cannot be indexed or joined with another table. This
    +cause the search of text within the long description to be disabled for a long time. That
    +is now working and is nto showing any noticeble performance hit that I can tell. 
    +
    +2. Work is being started on internationalizing the Bugzilla source we have to allow our
    +Japanese customers to enter bug reports into a single bugzilla system. This will probably
    +be done by using the nvarchar data types supported by Oracle which allows storage of
    +double byte characters and also the use of the Accept-Language in the http header for 
    +detection by Bugilla of which language to render.
    +
    +3. Of course even more cosmetic changes. It is difficult to keep up with the ever 
    +changing faces of www.redhat.com.
    +
    +4. Some convenience enhancements in the administration utilities. And more integration
    +with other internal/external Red Hat web sites.
    +
    +I hope this information may prove helpful for your documentation. Please contact
    +me if you have any more question or I can do anything else.
    +
    +Regards
    +

    +


    Appendix C. Useful Patches and Utilities for BugzillaAppendix D. Useful Patches and Utilities for Bugzilla

    C.1. The setperl.pl UtilityD.1. The setperl.csh Utility

    - You can use the "setperl.pl" utility to quickly and easily + You can use the "setperl.csh" utility to quickly and easily change the path to perl on all your Bugzilla files. + This is a C-shell script; if you do not have "csh" or "tcsh" in the search + path on your system, it will not work!

  • Download the "setperl.pl" utility to your Bugzilla +> Download the "setperl.csh" utility to your Bugzilla directory and make it executable.

      wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795'wget -O setperl.csh 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' @@ -9084,7 +11548,7 @@ CLASS="PROMPT" > chmod u+x setperl.plchmod u+x setperl.csh @@ -9162,9 +11626,34 @@ CLASS="PROMPT" > ./setperl.pl /your/path/to/perl./setperl.csh /your/path/to/perl +

      Example D-1. Using Setperl to set your perl path

      bash# + ./setperl.csh /usr/bin/perl + +

      C.2. Command-line Bugzilla QueriesD.2. Command-line Bugzilla Queries

      Users can query Bugzilla from the command line using @@ -9312,7 +11801,7 @@ CLASS="SECTION" CLASS="SECTION" >C.3. The Quicksearch UtilityD.3. The Quicksearch Utility

      Quicksearch is a new, experimental feature of the 2.12 release. @@ -9371,12 +11860,12 @@ CLASS="APPENDIX" >


      Appendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation License

      Version 1.1, March 2000

      About This GuidePurpose and Scope of this GuideAdministering BugzillaManaging Other Users

      3.2.2.1. Logging In
      3.2.2.2. Creating new users
      3.2.2.3. Disabling Users
      3.2.2.4. Modifying Users

      So you followed the README isntructions to the letter, and just logged into bugzilla with your super-duper god account and you are sitting at the query -screen. Yet, you have nothing to query. Your first act of bisuness needs to be to setup the +screen. Yet, you have nothing to query. Your first act of business needs to be to setup the operating parameters for bugzilla.

      BonsaiBug IssuesBugzilla 3.0Cleaning up after mucking with BugzillaAppendix B. The Bugzilla DatabaseAppendix C. The Bugzilla DatabaseNextB.4. Cleaning up after mucking with BugzillaC.4. Cleaning up after mucking with Bugzilla

      Contributed by Eric Hansen:
      +>Contributed by Eric Hanson:
      There are several things, and one trick.  There is a small tiny piece of
      documentation I saw once that said something very important.
      1)  After pretty much any manual working of the Mysql db, you must
      @@ -124,7 +124,7 @@ WIDTH="33%" ALIGN="right" VALIGN="top" >NextUseful Patches and Utilities for BugzillaBugzilla Variants

      Command-line Bugzilla QueriesAppendix C. Useful Patches and Utilities for BugzillaAppendix D. Useful Patches and Utilities for BugzillaC.2. Command-line Bugzilla QueriesD.2. Command-line Bugzilla Queries

      Users can query Bugzilla from the command line using @@ -240,7 +240,7 @@ HREF="quicksearch.html" WIDTH="33%" ALIGN="left" VALIGN="top" ->The setperl.pl UtilityThe setperl.csh UtilityContributors1.6. Contributors

      Thanks go to these people for significant contributions to this documentation: +> Thanks go to these people for significant contributions + to this documentation (in no particular order):

      Zach Lipton, Andrew Pearson, Spencer Smith, Eric Hansen +> Zach Lipton (significant textual contributions), + Andrew Pearson, + Spencer Smith, + Eric Hanson, + Kevin Brannen,

  • Document Conventions

    Copyright Information1.2. Copyright InformationCreditsCVSThe Bugzilla DatabasePrevSoftware Download LinksAppendix C. The Bugzilla DatabaseAppendix C. The Bugzilla Database
    A.1.1. Where can I find information about Bugzilla?
    A.1.2. What license is Bugzilla distributed under?
    A.1.3. How do I get commercial support for Bugzilla?
    A.1.4. What major companies or projects are currently using Bugzilla for bug-tracking?
    A.1.5. Who maintains Bugzilla?
    A.1.6. How does Bugzilla stack up against other bug-tracking databases?
    A.1.7. How do I change my user name in Bugzilla?
    A.1.8. Why doesn't Bugzilla offer this or that feature or compatability with this other tracking software?
    A.1.9. Why MySQL? I'm interested in seeing Bugzilla run on Oracle/Sybase/Msql/PostgreSQL/MSSQL?
    A.1.10. Why do the scripts say "/usr/bonsaitools/bin/perl" instead of "/usr/bin/perl" or something else?
    A.2.1. What about Red Hat Bugzilla?
    A.2.2. What are the primary benefits of Red Hat Bugzilla?
    A.2.3. What's the current status of Red Hat Bugzilla?
    A.3.1. What about Loki Bugzilla?
    A.3.2. Who maintains Fenris (Loki Bugzilla) now?
    A.3.3.
    A.4.1. Is Bugzilla web-based or do you have to have specific software or specific operating system on your machine?
    A.4.2. Has anyone you know of already done any Bugzilla integration with Perforce (SCM software)?
    A.4.3. Does Bugzilla allow the user to track multiple projects?
    A.4.4. If I am on many projects, and search for all bugs assigned to me, will Bugzilla list them for me and allow me to sort by project, severity etc?
    A.4.5. Does Bugzilla allow attachments (text, screenshots, urls etc)? If yes, are there any that are NOT allowed?
    A.4.6. Does Bugzilla allow us to define our own priorities and levels? Do we have complete freedom to change the labels of fields and format of them, and the choice of acceptable values? @@ -249,35 +249,35 @@ HREF="faq.html#AEN1141" >
    A.4.7. Does Bugzilla provide any reporting features, metrics, graphs, etc? You know, the type of stuff that management likes to see. :)
    A.4.8. Is there email notification and if so, what do you see when you get an email? Do you see bug number and title or is it only the number?
    A.4.9. Can email notification be set up to send to multiple people, some on the To List, CC List, BCC List etc?
    A.4.10. If there is email notification, do users have to have any particular type of email application?
    A.4.11. If I just wanted to track certain bugs, as they go through life, can I set it up to alert me via email whenever that bug changes, whether it be owner, status or description etc.? @@ -285,7 +285,7 @@ HREF="faq.html#AEN1171" >
    A.4.12. Does Bugzilla allow data to be imported and exported? If I had outsiders write up a bug report using a MS Word bug template, could that template be imported into "matching" fields? If I wanted to take the results of a query @@ -294,7 +294,7 @@ HREF="faq.html#AEN1176" >
    A.4.13. Does Bugzilla allow fields to be added, changed or deleted? If I want to customize the bug submission form to meet our needs, can I do that using our terminology? @@ -302,47 +302,47 @@ HREF="faq.html#AEN1184" >
    A.4.14. Has anyone converted Bugzilla to another language to be used in other countries? Is it localizable?
    A.4.15. Can a user create and save reports? Can they do this in Word format? Excel format?
    A.4.16. Can a user re-run a report with a new project, same query?
    A.4.17. Can a user modify an existing report and then save it into another name?
    A.4.18. Does Bugzilla have the ability to search by word, phrase, compound search?
    A.4.19. Can the admin person establish separate group and individual user privileges?
    A.4.20. Does Bugzilla provide record locking when there is simultaneous access to the same bug? Does the second person get a notice that the bug is in use or how are they notified? @@ -350,19 +350,19 @@ HREF="faq.html#AEN1219" >
    A.4.21. Are there any backup features provided?
    A.4.22. Can users be on the system while a backup is in progress?
    A.4.23. What type of human resources are needed to be on staff to install and maintain Bugzilla? Specifically, what type of skills does the person need to have? I need to find out if we were to go with Bugzilla, what types of @@ -372,7 +372,7 @@ HREF="faq.html#AEN1235" >
    A.4.24. What time frame are we looking at if we decide to hire people to install and maintain the Bugzilla? Is this something that takes hours or weeks to install and a couple of hours per week to maintain and customize or is this @@ -382,7 +382,7 @@ HREF="faq.html#AEN1242" >
    A.4.25. Is there any licensing fee or other fees for using Bugzilla? Any out-of-pocket cost other than the bodies needed as identified above?
    A.5.1. How do I download and install Bugzilla?
    A.5.2. How do I install Bugzilla on Windows NT?
    A.5.3. Is there an easy way to change the Bugzilla cookie name?
    A.6.1. How do I completely disable MySQL security if it's giving me problems (I've followed the instructions in the README!)?
    A.6.2. Are there any security problems with Bugzilla?
    A.6.3. I've implemented the security fixes mentioned in Chris Yeh's security advisory of 5/10/2000 advising not to run MySQL as root, and am running into problems with MySQL no longer working correctly. @@ -455,48 +455,48 @@ HREF="faq.html#FAQ_EMAIL" >
    A.7.1. I have a user who doesn't want to receive any more email from Bugzilla. How do I stop it entirely for this user?
    A.7.2. I'm evaluating/testing Bugzilla, and don't want it to send email to anyone but me. How do I do it?
    A.7.3. I want whineatnews.pl to whine at something more, or other than, only new bugs. How do I do it?
    A.7.4. I don't like/want to use Procmail to hand mail off to bug_email.pl. What alternatives do I have?
    A.7.5. How do I set up the email interface to submit/change bugs via email?
    A.7.6. Email takes FOREVER to reach me from bugzilla -- it's extremely slow. What gives?
    A.7.7. How come email never reaches me from bugzilla changes?
    A.8.1. I've heard Bugzilla can be used with Oracle?
    A.8.2. Bugs are missing from queries, but exist in the database (and I can pull them up by specifying the bug ID). What's wrong?
    A.8.3. I think my database might be corrupted, or contain invalid entries. What do I do?
    A.8.4. I want to manually edit some entries in my database. How?
    A.8.5. I try to add myself as a user, but Bugzilla always tells me my password is wrong.
    A.8.6. I think I've set up MySQL permissions correctly, but bugzilla still can't connect.
    A.8.7. How do I synchronize bug information among multiple different Bugzilla databases?
    A.8.8. Why do I get bizarre errors when trying to submit data, particularly problems with "groupset"?
    A.8.9. How come even after I delete bugs, the long descriptions show up?
    A.9.1. What is the easiest way to run Bugzilla on Win32 (Win98+/NT/2K)?
    A.9.2. Is there a "Bundle::Bugzilla" equivalent for Win32?
    A.9.3. CGI's are failing with a "something.cgi is not a valid Windows NT application" error. Why?
    A.9.4. Can I have some general instructions on how to make Bugzilla on Win32 work?
    A.9.5. I'm having trouble with the perl modules for NT not being able to talk to to the database.
    A.10.1. The query page is very confusing. Isn't there a simpler way to query?
    A.10.2. I'm confused by the behavior of the "accept" button in the Show Bug form. Why doesn't it assign the bug to me when I accept it?
    A.10.3. I can't upload anything into the database via the "Create Attachment" link. What am I doing wrong?
    A.10.4. Email submissions to Bugzilla that have attachments end up asking me to save it as a "cgi" file.
    A.10.5. How do I change a keyword in Bugzilla, once some bugs are using it?
    A.11.1. What bugs are in Bugzilla right now?
    A.11.2. How can I change the default priority to a null value? For instance, have the default + priority be "---" instead of "P2"? +
    A.11.3. What's the best way to submit patches? What guidelines should I follow?

    A.1.1.

    A.1.2.

    A.1.3.

    A.1.4.

    A.1.5.

    A.1.6.

    A.1.7.

    A.1.8.

    A.1.9. Terry Weissman answers,

    A.1.10.

    Here's Terry Weissman's comment, for some historical context:

    2. Red Hat Bugzilla

    Note: This section is no longer up-to-date. + Please see the section on "Red Hat Bugzilla" under "Variants" in The Bugzilla Guide. +

    +

    A.2.1.

    Dave Lawrence, the original Red Hat Bugzilla maintainer, mentions:

    A.2.2. Dave Lawrence:

    A.2.3. Note: This information is somewhat dated; I last updated it - 7 June 2000. + 7 June 2000. Please see the "Variants" section of "The Bugzilla Guide" + for more up-to-date information regarding Red Hat Bugzilla.

    Dave Lawrence:

    As Matt has mentioned it is still using out-dated code and with a +> As Matt has mentioned it is still using out-dated code and with a little help I would like to bring everything up to date for eventual incorporation with the main cvs tree. Due to other duties I have with the company any help with this wiould be @@ -1438,29 +1463,35 @@ CLASS="QANDADIV" NAME="FAQ_LOKI" >3. Loki Bugzilla (AKA Fenris)

    Note: Loki's "Fenris" Bugzilla is no longer actively maintained. - It works well enough for Loki. Additionally, the major - differences in Fenris have now been integrated into - the main source tree of Bugzilla, so there's not much - reason to go grab the source. I left this section of the - FAQ principally for historical interest. -

    Loki's "Fenris" Bugzilla is based upon the (now ancient) Bugzilla 2.8 + tree, and is no longer actively maintained. + It works well enough for Loki. Additionally, the major + differences in Fenris have now been integrated into + the main source tree of Bugzilla, so there's not much + reason to go grab the source. I leave this section of the + FAQ principally for historical interest, but unless Loki has further + input into Bugzilla's future, it will be deprecated in future versions + of the Guide. +

    +

    A.3.1. Loki Games has a customized version of Bugzilla available at http://fenris.lokigames.com. From that page,

    A.3.2.

    A.3.3. 4. Pointy-Haired-Boss Questions

    Note: The title of this section doesn't mean you're a PHB -- it just means - you probably HAVE a PHB who wants to know this :) -

    The title of this section doesn't mean you're a PHB -- it just means + you probably HAVE a PHB who wants to know this :) +

    +

    A.4.1.

    A.4.2.

    A.4.3.

    A.4.4.

    A.4.5.

    A.4.6.

    A.4.7.

    A.4.8.

    A.4.9.

    A.4.10.

    A.4.11.

    A.4.12.

    A.4.13.

    A.4.14.

    A.4.15.

    A.4.16.

    A.4.17.

    A.4.18.

    A.4.19.

    A.4.20.

    A.4.21.

    A.4.22.

    A.4.23.

    A.4.24.

    A.4.25.

    A.5.1.

    A.5.2.

    A.5.3.

    A.6.1.

    A.6.2.

    A.6.3.

    A.7.1.

    A.7.2.

    A.7.3.

    A.7.4. You can call bug_email.pl directly from your aliases file, with an entry like this:

    A.7.5.

    A.7.6.

    This is now a configurable parameter called "sendmailparm", available +> This is now a configurable parameter called "sendmailnow", available from editparams.cgi.

    A.7.7.

    A.8.1.

    A.8.2.

    A.8.3.

    A.8.4.

    A.8.5.

    A.8.6.

    A.8.7.

    A.8.8.

    A.8.9.

    A.9.1.

    A.9.2.

    A.9.3.

    Microsoft has some advice on this matter, as well:

    A.9.4.

    A.9.5.

    A.10.1.

    A.10.2.

    A.10.3.

    A.10.4.

    A.10.5.

    A.11.1.

    A.11.2. How can I change the default priority to a null value? For instance, have the default + priority be "---" instead of "P2"? +

    This is well-documented here: http://bugzilla.mozilla.org/show_bug.cgi?id=49862. Ultimately, it's as easy + as adding the "---" priority field to your localconfig file in the appropriate area, + re-running checksetup.pl, and then changing the default priority in your browser using + "editparams.cgi". Hmm, now that I think about it, that is kind of a klunky way to handle + it, but for now it's what we have! Although the bug has been closed "resolved wontfix", + there may be a better way to handle this... +

    A.11.3. What's the best way to submit patches? What guidelines should I follow?

    NextThe Bugzilla DatabaseSoftware Download Links

    Appendix B. The Bugzilla DatabaseAppendix C. The Bugzilla Database

    Table of Contents
    B.1. C.1. Database Schema Chart
    B.2. C.2. MySQL Bugzilla Database Introduction
    B.3. C.3. MySQL Permissions & Grant Tables
    B.4. C.4. Cleaning up after mucking with Bugzilla

    Note: This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers?

    This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers?

    Prev
    The Bugzilla FAQDatabase IntegrityMySQL Bugzilla Database IntroductionAppendix B. The Bugzilla DatabaseB.2. MySQL Bugzilla Database IntroductionC.2. MySQL Bugzilla Database Introduction

    Database Schema ChartAppendix B. The Bugzilla Database

    B.1. Database Schema ChartC.1. Database Schema Chart

    9y~a~9YW9qcc*c83kmKJAh^3*+h~C}>P5NDn~v z^qjCze_X&{FQ{kGFtBj&2#83?PXp>OfM-z9(9d9?VPRolo<8+{`W%44gvEOCN(2sD z$pD_h9*6BiOcnyAXjLb!^7j)ec0&h$L?k?X0zx8c8d|!S^c}pDUOc>UI1soy3iNBlBV}Kkw1b`ib0H++jU5Kj?;1-ud=pJ7T0`$y?Nc>xeX+JOU zv2JmT87!1xtgwI9ZH;;#JxXGQg8>eB>xyaI%-^&1egFy%(+^cv2+@s9@k4&yNna3^ zC1Z5lLkdQB-yw0NS`7obmwm4~1o(vA2?2i6oBLif2SI?4a$8ZEQd_5?!U~(wg?p)D z%^~DBURem9b6lmqu6!G+%OXC~OZ8g>mp(71G&kPMQOMRecq3izDjid`W*pjoX{n2) z373M|GqxU+h(`8PgJOf4r~TA|PLspwe{Cejt=LO4PJ3ykN6%|lz-K=g0RdR-RfX1I zPJADblF1&CpVoQZG7KO5YVY}rIFXs$wn{B;3f^*M2yh5D57(S3&wrn&NNMKqZ6W&A zi_i3jmGk*|Mj*#xH=iT9H(khcj7|_h@UWab$+SMW&#PpS*CPC65I{8lX)XMJ_+BS(?7Ysc z471$bF?Z4tQ<#`aw(fI%{fY6pjr@(^2)LrbC~1?_p(HEc0_~BmR-|y0ru?>SQ!^l@ z$@HxBv$i{<_22?l8n_{vK4GyXgY^jb@tdvYf8GJT&ZfA<>mZ4UI?Mf(qFR~lDQlCY zbRJu=1zQ4sD!&?N401_?E}HY^aXRRXKYcytcaLpC`rjB<+A7wqi59W0fV2qmph+>} zvv8o4v9ySJrB}6>ij_%X3>{^lljr#O0s=(ue1ZT64786iI*RZj5;%%b{~vGg=xfax zSW*ScOo8!v3KpC?QpRz64&sN8Nn8%uaL}m`0P|ua&&s=|kL>5Or=xu0$PED~run(` z46cpVwMJ_??Kfphhc*{!t~VDP?Od9!-i2c>zW1S?tYg?Me-UC0mtj!8n-H4=cP>j< zW_pfW6Yg{R&Om7l{Iq4{#2HqnK@UK!&^^iUQ%I`)?KXc6CjW=Vs6R3`-JySU9{R&5 z&=uAVH)0zvS6{zng)>hlX)mC5XBIB>1NN7*ZQDLd~>@KWpU00%R+6QCN19*ziKHzXPs|B zV~NuE+be-@>AHj~bi=llMFVGF3aopebN~76N_M&0O|FC1pV`o+snI@grvn}}* z!#yi}N_K~F35VI_^?$;sQhn{dw2a|^8TS_EpU-OK=j=;6~)7!RNL z^&wJm-9Zy0Pbwu2ysl$ymplHq@2dmx3^D|@eK`UaHc2+YE`oC#=(kW$r;0ZP0>oJC z1lGN*%Rt&C%IoT@S)LQKr|3ga9QhDTNVP#bIi2_4wsUofg$fn2Pp7%OD1R3`<_j87 zIdq0k3-gZL@h?LHUZp$E+K-a{%kzw@`*^$ZcB0(&nCk4%+R#1UJNHlmrmACe6?)u{ zQAryD+|y|4-QVtKTvN0{fQ_ddW|9X1M#~$YqAJ76BfBsuEbb@-_^ns!w{Jm>{okqn zGS%?tMjGDqvQ}7d-5323b+t*LaI1C06KL>Mi>@H=`YQ}<1#LPU-0#JrVBa2 z@mtslmNcWL029S!>&yWZgb_r-E6!;(A$JHsjV=iRDperBV?=Ex^q)}9?`iM{T_&3E zzj2h#J@u;F1%VZDHxWTo@=KZsp&G-R7$i8}g-Dc;n>(T^2!KHQ5d!>p|I43sp1=^c z`XhV86qA=+zFcna_S*Vp*3)LmjrfDF-76&a5jTkw*iE{~$_tD@iYKP1<%fjvG_A9zI^TgHwsKsQU3h1{n; z$;rbnuy*IhqF>t|SgI%Ie!*Mj=%m!`ZZ8>e2_^`7#VYU~>aIH)?Mw*84bNKH`ZWvk zk5PLhn?#$~0PL*!ajRJ}lmY|3N|8P^i=BJ&^rwx_diR8SJDr5??M6%5@!aZFu?h2lTswY~_n8k+ zeG5%x3@D3ozqU4tmB~cbBiQrY)qso?0o1pqsM#IWhj z&OI>%Am_`tL)z23)#7x*0hA>EQ`5dVO^?|gCIJ->Z+<;#?#x;Gn({rA6|D-F$Ar?~ zLkR*PCL})L-=>{MgbLs5VZaGTP3ZSdvXdl`@A-bY?`r531PC8{itWFi{vSHO|Nn0$ zL4LDb_sV_>i^`kvT)OigSN1el`k~0RB9a<@n~`;6e@%UA?QQiF9Q!GEgZ#}}>gk{i z5TB9=qa7~~@UztS`fY9d&Bct+iG(Kv=rf1T%zg^uzjZzZogrBWkfHPRSTJhs_ojZY zkr*=m)Eo7G=lb8Bt7z9FFTX~=9;`qqJhFQ?kWPaVsq{e&>H|uy{)h4M|G@ENxx1q! z*JP>_MsC=Lnt=t#N$Vht99?+=Ts6rp84}h$$N7@wYj(}{N!43#y*KBdszy{9h#NLy zrN4f5jj(;j_bg=SnO*T~0M;|4f~gJLEq}dh=U_%jwp2O}kkP4EgE{Pk;ezTm`}px= zIH{bY*7OssG=4;EpnR;6IaB!iM1t&*(9l$sAYq8=oFhWdFI(Qa|TcM@5H)?B}KWJu9v;aEo zec>FtRv>G~wn4#KCg@mqg~nAx`~|u;yP=U^qJpXCwYHdCoFY;GrByu>cCLh6OyfD8 zz&8=?!g=+hc^~7YcqZqUEn+19vNb70%u9BMidDTMt?C%TcYM`VIN$iz@m2lR9 z{TJ-v3GqfkfX#Hb#K%rGz1x>1ndQFyzGn*jPv=>`q~ZZ*@(C9Ir>v*ymAssWKkvF| zbTDJDA$!I>#L=ePyF23bH{#@d@31d#y@?`akePN5__VhDa-%CpE9nRlkq)c)t28pav?1(uI@tb zymMcpuRgJLS$+murtN?Mv=q&K%nO|q(c_uoER`vcaGmzI}zYRbjMHfX@RZ4*3#W&m3vL=oV>%-T^#I| zZYyp?hPW3Jo5iclBM4iO$BANZCQPd)orgj+*%Gfx>@k!baJ0Jdh$EYGjQZRte*m0x z*`dJS+RnWz1fV+aX}?5jf&ky;e(f(G1c-HC*Smw&@%@os?(c_0m;INvd9lk$*W#Sb zl?Vbk3SF9<7&kSVb6|*}S0+ZF~JhI2jzaBw{2ZGPYIg{d%~a58=aWjYR7_8>xF9A7UsS z_R1~?tD!Lv36DQyhzMi-HtYAxQ3BsF4OioWpNa!EulKO3k zTFs0z_o?W`>9v-~{`r^3Fvy-P~AdFIytwhpnY3e{QSvDlk^t9KQ!1x)<1wHRErONy zKy;CZz7v`Vs;ng$)FP1-C}C#|%w3sq2mDNr;qxQ$WcMDsO&|PcpO+B#;;acgEBcb{ z2Ot#l8T*m_d$brIICk#9P0QeoNXMc*IPr*~;`#-e0Tf{>vo<(ySf{5z%Ka$pDs+iE z+5Qu3@q-S?4*h$B&N#8X_dD`EU?}q4wVE1J6Ixxlfm(zBvuer^V0^A5^Y2&zP43<` zpVU|achXED=xy^PbDp^|3KmU}RY?CRHp75eq5gu8vYn-o(&_V<+?1F?Jt-@uSopMD z7)DEu2ohs3E0l>r`s`rGb|X&wE#9??1VWsxUdiiyB*UxcMq<;c~WGSbJxw_$U6w)e zAjjAfx{5w8ScT7S^`WoNr+v-ZOl>B+QFdTBR}Gvf({|*9NTMt`j2`_ZB82{k+Pj|- z+Z;;AsPQDBz&@wn=20YhRI6!{X`J|`?EZQiG=R!z@to$_>L#7OixH2JADX`{4v2Mb zK|7=%$%fnAUTa>KW94P{HkI;zU1eE3v3dXx71E@?n@!nzLwy2oW;}F1l@+0m^Zv)&%@x;(Hob~uv`auhR@7mm4bs7fL|L%yViT8eo?FS6`5MbAe^T`u8SZ<&ed}r0< zo*Z%3@-L2v_Kzw3m&0zf-_WL0{}P>M9z*|=dp}FhE7k;Y?Q<>+KsQK_)1_-rSz&(? zhyAjOB@7QG^8>L|fW6N}jfm0pitT2_ytz4Y$?49W`E8X1UtcwBI3MmjHp`X6M*b>; znC`?e^TONaN(>q20-co4f$k_EX2V#Dysj#3L|HS?$fA8}q|QBY2`4zinL_w#Otz3C zVa#F%FBo=e;0q?dG$}X$xi%Bt#ciGqYFzueTe!9%5|NW`Zh4un(oix+98DcDjE-F5 zEOkJBYG6@vEd|>x=xzNJTpHCG;#H~DIwFcvvylaVmJ4OtP=G1S@musH$KFLZkB1A= zciozf>Sd+rL{$@Jj8qCQ5u3whp3BD7nq67>ScMO;x?1SCyme%mD|rlALj6-)O4~17 zHC7|*Id;VErPnQ>0`2QSVm{9X!7h%wl!cId)hLU;lTR@kl_-o<(IIdu;FConCNFMx z_)Ga+av`JXV`oIx{x92is$)EN-J@?KQ@LrwH+olF4L9V2BwIWQ7_Iq*9J9q-QAQbK zZ~SpJG$}%{gJtMR8?DTqc($~cURGW}?_uv^f}K{2Ecb%-7TEm0A0d2*q6CJ~zMa_3 z#^+s#&>G#iZ%y06jzazL8Glr@>}3=?G1#5hYk0xO%X(xq<>*}dq5cy~L|ykF4&K!} zo!uj`y+rPwep?3`-UNe~Xl)oIfIoq+O)F85bTaN;;}jEWZcTY5C$SrKe2xbGfvknf zA_ES2qCtSwDjJ(KFsX;JJ1%QWH>n>vEh`%qh}AcsVrZ;pYDz9uS*5B4`Ojx_XO0?Lj4t9J7>39J9$uz$)2<-VQmXV6c4y0SbE0_4@GiTqt9 zCTS01w7w8R+*8Gmxk;$k3@kz!Y={_`aSS9R3HSF<4VVe|nQ}~d$T~_JkJT~P{Mr4q zLOcca?qaJU&h94VZa9^X>5Vn<+DtH~taC&`b;C3>r3Mte26H(9v_Be~fP~s~i&i;^ zyTX{sDEVxDkR`XicEZM{x6}1ABQk|O<};=?OMe3JVJJ=+;QCoDso#<#154s!UsHi! zmy!!SUe>5#7<9+9d3KdxRKtw+{X@H_FCJcB(kZ-RhGf$;&BSK%nEBaWagIVmojMYI zb%$v*&X-EZAYu5U!Fe$hz=ImM_d2FU#WIWB`kkD{NP&Klv#lkgXZ(>8A(0SAs&Nsm z`*L2K#lyOeTfL$Jo;K(bTrCS*cG#L4O_O5(GFrNdUG_5mVNwKUj;aj{QM{kho!uobbNyS*G*iiI~s{ zw(;7L(uz=3=s~qZ-imv#I>|FUr3=lXdx^oWuf??tc^BtQ6y>i5Z&ElXx`>FhmKGjj zCH?o74mG(O;uCnZ4RV6R;$BFprnF1ZLtuxC)%crK;Ed!@%G!DIN@QWy>n56La!6&jcziw&`Q+| z%{ZXOEp#!)ERVZPpOQ{v^PdDmd-8hlB6hGCMcZ5phmhr>a7*;zdG1sDJUUZc$I z&4fxzb+i~+;zPmZ-S9Y%nSsR#!wZshpPB}-tm<<|PcWsaef9~N`m=mR-J*``j z$#fBam{#16<5AWH&Oi9}Hpc3`v(nyaU)714x#8*&0pI68Sa-1RChwZi9nv5K$W>E$ z%E;?vH)w7Ok6qQiySP(;6ONJu@VEBlrN@slJ0ZRYxXutDJGlwzcOEDVe@{7I@POvA z^KeuB#2Gw<)}BuZ{cxNSIv!4h0F+a{gt`{VZ&j1aKl9HeeyhFXueeKePsG5}4zFrZ zr-bKctVl(vKHqmP7Bec!d+5E2$rf+2O(I?H`_j^JlZfTjYj4A3?Ed*#82_e0AO>`9 zoJ3o|nv9oyY0kGh3f0ISeCxc*_8<38hC^4<*2zEsgv%lbAeR0V@_ek?Z=N>@uw4p> z-iaqX9!alOpNfEMDc`5Rr@wWN5l)bcV09f07v zVrP*P^_iw+U?dK2)Z>OQS)=Lks0EF-F;?*zIhtD)JtkJlp?g(;(m z)ohc80+ibQ?-r6{moG1^pWmxnD&^(q?%MS-rP$<10t&XxsO(5 zVuz_H*pOaPsIGOx3bFagV(Y23woa5)SWz^`-LXyRXn~Adr>N^O7wSTXLzo{y816?6 zh7PjyW}sfcIpZG}WG_9#$gy~#+um$L4?_m#@^rEHMQyE$+a^pA%mP#@O8g!h8=R!w z#w4kg6U*T!hWAG~w+ds~>xv{wtkMA{sSJvWwBYbB%Y-IK+Ce1KK2g5zwrgd4L(S<7 zp4Qmiacy%*xk@QP=ZlvrXJf|#TowFCz|n7x`Tb9x(&&3AbS=%9!Q8ErF86w)r`-%& zU1v)ZGtbt1YBKeuont)=mo$9`YgNvmJM4Ct!+iYDVf(TbPRiyChyi{;&ILiL^+oCAjL4l#o!x-9v zUtHnI&S3F%HtdZ-n96f)qX4-}@EI4pRdX|$s;PiXCW;V|xn{T^>?umc`mm{!9NSj% zONtt#Rq>UV3jmJ*5BV*o&elH>n0AhZHnV=LTq3nU#UOC}*q`5JqdZ7;dDI>6ywEjRR_n)LB>I(KScP6nCZbtDwclg$Q z8pfuE2R&6b4?LxwQCOB3mP9dU2fj6o&RTLpHZ$yUJ7oQUw;vu_e=ifMOJ$x%eA!HnBV>mUul?fkJ!ajIHon^l5J zM0kb)n7Byj^oa`jB8H%+6^8uF0J2*McoOG&1ph_o_xoxE*BH`=A8#+2L~VBmed*9 z{RnLNlrAm@cg@cZ{h&O-u?40)G^03p@|%}98m_BH3W$U2p4?-lHu~m=ATffrm90IUd4!fc9QmL93?ny-tbbB zl>R%?O|_GpFx8CJ-CGaYlvbZmav1FuYUvpL0vOVQJDzp9F{nn#CwDrdqG%2m^yf=w z%(;?rR>LDD-RZhv2?@CGcVzE(&OeM^hM_vX3AMa2Xh;yBpye|SvW=%G(ZNB<=XfOH z>L6fUk1$=iV>|AiZo-doy1ZQ|b#Yw0v0pIlbKHV^Zz_Sb5HHPx0?em~&Lrx#k6lz? z?=^u_fToXcDls(G7iH{sn&q6TG6j{Rza8KQ@C@+o`yrB_*aj1=Gu%ZeNJefpq|2%w zGA~b=j;wc4x=_;k4maylxA_n!FP?zoN9pdFpWnG=y#-(?@!BR9B5MIe0{?AAu57 zU#>rJp|W(5okT2(wC!z6hR&1KX?9X4|Vs zr;G1F^(Sbad%nU*hk8X3+0ngpsDLUo5eXc0_{x9eEp@2BuN&KDmG&4s=uasy>K{SH zMOGH)#>v?e-su)Yz{{^Y+4|X1~GS zf`Zw_J@Cn*#`R1OmWV)$>nmw%CR|-!D0&gD4l`(KkMQshF{wNk@LHtEcaA+|`V+bg zb6AfI+tNKHY{*JG10_3#lr-Fd8ls6W`Z+UlR+hD{E#=RSc0!jI#7{Pl!JKqW&oaEZ4hJc*H_A8>*Z!i<56SWtr=l#&=i!1k#%4bf!hpCOPax zjYX-mA1m}6PYg@X`8&ORpidZ8wpH0|`c61W5aT)XbZ;~j&Z4%MsINIXu zZjfQX#6TCuP7f12WB*!LN$(vD<65}#wjq+C$oTZAIA-4LkaFc>00=+3d> zxviS$_{A*k*+s*#-Wx6JdeGySnr{>A+!*1_FK1KQouI+1RD1lqXBKUAAAHmer=$`I z*4}xSwM2YaU_R=fN{Ui8hbHSu=6uM{FymjQnX)y~QIr3M-EV<;?vAjTOTXy68kwG| zX8+`k;q9C7))2rzhZ_RO8vGT|@InAm2r$Th%JSe}-v0BQif07#(YU9y*=buttj<>h zKX*Jc&rcwP^@XT-g7e+|(5iowP)AP>66|Hx3MM&O4i*#+Rk4=b*GY@5nI-wVuUx$s z{RwPtq^&TZ41P8@{HnC;yIuXG((WmaC1GS5J;kw)6h1zErN23kz;T^IjhL$e)%l7< zwq?IuG)w9kg?0y1l4Axp9p#J2!yA}{5xJmALs@GbCniJBRz#timZ6@>=RYLcwi1r< zQN9g=fpEL-A$YfW`E{r8^-U;JG>go!dTs^mF+2_Tzcq?WPO3ihn{V#?&R- zUwu`}colm5_XR-jotg0MV(`TeuA5_GRtVUzRAoz1X>Kz9qD>dl6@vJTTq(}MmROYC zwAJC)9{%&Q=pPE~K!AV6K$?)YE{4n|y-ad;kG;KZO>eyqY9v4oV>i9VVB{xMWaQ4P zjINZH_W`K-m!Z3Ve(&{x?(?elx=EG_PV0AFiJDamY~wm1ZjWAzkD z97Zw&lFoN)8t+Z29sH^o5le4cWI57t{g+W~B&Qf#h`p{(^S-lpI)zw4eTHr{Q9Xy# zLP0zB0FHml5tH^mlEW+5Se|GWib7Sr=3F7Ix$Wl^E7oo_NlAy-{_xxtV(xiQoL6Df zQnSR@#5|-}r0qxAjM*V?OjUTrk=hj{#+k3{1RhInOWP@9vioF3roRGKn9CV0oma*| z){AhmHRU;eeSg#d0HZMin`7|GZB86Hx$ozW4)99Gw3I}TVnusf?+d=$XhA+RM zkU^GQaYSNs<<&eexZeRihP3-XMOg4GYeU4|3SA!Y0h>N1Wz$*3Vr({)4xEc?fl`#@ z>G4HHZk}(a%JDo0sLT*3?cxTBzWK#ssi;1CztyIOB51m?&D%X*Cv>0yWtm(bx8ogn ztk!r|Z@p5zw+7yUC+uVYsK#P@aY!taAUo%@P_)?qt_Pk6 zTnT*Oj3jOo}F(G-E$`O|Q5BRjvaVbwh6GZL(%zqM)wV zeCpa7Ev^o^$Jm36^%E^O5#9YEN#8ik(Gry9 zT+KbiMh)`~rpl5%oi}PEZ4v7%xE9m5M3vvOGBhU8G9xMCr>7Jpni(1hWs?%2Umfgh z$C30GU*GPnbWdw;HHnbe=1CRH8iV7O20EkL`rJCSoNuJD8ua_^=V8pqNky;qWaJD5 zlnl~rDB^b_U>CD-Vy5C##hQmu#MZR>id+*Gbai=c+c+XIsyv`Yol^25y*opK>6=p&`5e;cE8JJkXA!8P*Gj`Vc=s`4f zu#6hj=Goj$&HH`X+8{<`2Gst=FI?n7bSg_pU zWFKeFH^x)$7!-6gy~AEC5uV#yHBvI&B|O}8Z2Ih!Q#GC1WTrDVOdMJpCm?Grc=D3V zajm~2k1;e&JY={l^hc~#`amV=PTU8)mXj5qsPl#ZHudMO^K!;3e9Q(ZwqIH>XAI9L zjr@5FFUZhA$wiHp4OC{0(pXZF?vz$ylrngP>bUd=@{;JA42f~dlXZHSZZ3N&wL1Kk z^$DjGfmnTGo$h$*n?dMRDSjzDWP+{;2mCtj_#bVK$!n^D4g_&(r}P8qLi?)u9b;3( z>a+qa3Z4g2+NWiJy61} z5CfmjpsxVfF?{E%^U_3{{mAR&(Wj)y{i{;7?1`_y*SFt$lw5y3e?M+mJLQzM{jJTU zU~bEIvH4qrU-hO*L{}#P@0y9%s!3voR+%y}sT|7@OG^Y6^@P{J(IrRkHvG4SxNU|o zdrQi1nK&9dlqjrzq*UoR-woW9wH{2Ko6TX>2eXK{%xfXv9m!7_eVE0b&;8Q_{Pzgs z{M=c49?o?SX_tQ$#vdBJxG916t3xr-QkuVDi_KHg7Sh~#M7Q<5zOcJx-%A$y=oEF3 zGPHZld`~7YFWEoxaIdrw3}e4xad@s_SIm8)=jo`*SVvrOprfg!qYOU*1ExDRDOD&8 zRx0S7NGZa722rfuhwZLZ34A_=T2z-fP(ebUe(tA) zn0cld^GE7@@|aququL435LP+>pzEZ5H|D=bIS<_RJ-;aTUA?@508uIeLLy_FT5dLs z$6g{-*bDuRI6>-@f8m*I|9#3i>No`0*?&4UorlK|;Cap?#uCe;Pu=MK^JNHdy0--Z zYM;<8`LtIvs*5|veiYV2s+@sqyt!n2YmS<-U0&zNBE}qf3DDISMZJli%rs=7Ho@6f z@14&k$LoYQ7S_(h^^*|=Gmg?!Y=Bv$7qAgo6QJ2%emTC=14SjgM>SpX-H(#Lq-DWJ7@f@uHK#k2#HO%beX)FF07Irk(~>e?TGfo@F3b)Ynd!KDZS0HB#O>Z zII)h*K`I-9wJb|y+HQB{6^S=gX%EptjzIoWM$vE@QR|AuA9o$~RyM_*S@&)C%UTp9 zb_~q!H(&aYBHEpW0enWLdqxOgTKhP4s$J?LcG(v&^bi07NY1N?Xg}=Se-{NpQw_M|X9RK3| z=!_n+`CzG3ahTB0fjswYU(T;RN2TRT>~-A7hO^L)1}ThCBr74#OmA*2gAKJr3T7>v zOmYi5TgLk=HClSDHpp7u&%SqJYQIK}VCZcM%vo2m09Om7EHBPgGpE>PFNzxLah69N zrLv2|bwI%>vb`bgAf-+ZDNy${dq`dxdK|6gQf=oWW5%vw82r0JJ>iRBZfgs&y_CU2 z)^e&-A759|cp(xHsYrkrjS^99L&omwUK4~K&dDdor`9^T>L+JbFzn%U2~M7to`01P zVeCC^>G3YhkI;Ql5CCf{EuWqswxbYA)}gql!TSW146Z7= z?v`ZJ5g{$Com^|Im(IYJv2`S&5jkITu=|Q&=-0GWZv&9_;_kRCGfn24l;VR`Z>?*I zT!WaLJyT5Tt*c9Ng9gLUV8{^=V1n*8q7t_!8%}Ae;HrwqnEUV8`c-NtE)N|!mOU22 zclh2JDKzs~Z)|lLIRY-fl9!q%u{$S$?L7aI7*2HGUDVe|#mav9x1bx(WX1#QpVvgh z>h}%v8Z?ylyzZpAj-w^)WLBrW_NQ)fJ#j-&kpgs5p2bVME?h1z$3FZ85_z8W|q$>8a?nBJ)M)h)^m)a8=ysL4yb8$^JJGq zXM0C8+bucA49@x*n{U;!V{uXGAO*7JeqkU|0UZN13#>b90zETc|mhkiw7Y9qp*0oNPcckcAFz6#thlG=K;C4VORczmq7 z>9IL>ooq>0W{pWR9qDl^Gl_4qHx56s-47%aSddNMn-$f3^Ns8xXv#5+0G~8KMMZ23DQE6@V*p0Ry|Kvk+X5n1e_r(*-%GShmIF%v!Hv6gVo>gMqLwV%9`C4#2NAPa%4I)4#&aWDzBxo7jAtC*%;qID|T0v zU0pU}I&v?HFGW_!)JBK4J_E(+M7Yy>)jcLn9&>=heBObpV}$$-o_ItYQau|p z>qtLP)G>-&=e`g(t_Y`_l0S@ARAk|5O{}fc)K4HP9l6YZ14>0n8>Wm4|M*h7QqfZR zf2s8KFO`S?SofsbrKdGmIILf7x<`osP|p$V_f~^#=~s*fo~NiA%SDgM1T^gO>?q6N-L2|#AV6sjEw8#v&Cggw%tLB zysomWySMr^afpVQ8Otb*jA|TE%X;QBSFW)N=pl7lbPELj2#0TI022Iwl=POknTgOz zf3Cn~x^xh&lW-a12QgmgW715N^cFw>DE7eC6$+~Dn>0DMjmVW;S77XKlly2tukvPd z$G=$WEn0lmUuwm0cmDmr#>3>@#D%P!>N0T{cdRsRedP8_6#3%Q0Yqg);BRtyI+}pU zbie51;wk(r$4uy@czftg>?`_j{*&%!^f$A?gAr>9ig^R}!)8COt`Z)JCR&;s*XzOG z`FZ&cql+a78+-*uP4t-1&L=F+J2KJLvs+gFt&%vrJIs)yEzS=rL<)E%DywiP!Y%b@ z1+#uq9tB0D%y%+VOtw28N>ynC?>QF4&5efO^(9ARKJ2j~aBkZzTfDng^;W8jkX9(T z=IU1pP~Gycn;uFy*K1DA{8~l7(o+`D7w}CrM%%4#o-gFN%)L}T^>9lf3ys0&c{o_Y zV1%{2w??p%D@~aIT6K4?rtCxV#G&hW)g1c#5hHaZcU-{ynY$&?fY#Q_vuFrF1MOAk z*!_LBKU7XT*bG~nw(cV1Y@Amh(Q zTNev_WV`8go|dFHNAc3HKGFpnvkty+U-E})H1oDC6rRu=+?K2!MC6nHwkXWQhwU#!4 zrwN=2O{`;CsQ#;7&0qszc)P3V(>>N%jxT@c^IRFfN?90Mvr z^0c~|wUR+jge&iIS>!Hj*ZPLc+}8Mkb-5ixs2!ot@%XZPM$aX{^UR!iw+*uz%WP~Ybs&XHY*^Pk^Co{k>1en>xi z9WrR@eE#X9%liB9m&#%Fr6-@y6|z{9HKd zso8TI96;oy!`l?|zTiljioxgLiJ8XP8AAPt*-MDik+a4gIP12*1c~-+Ql%>WV!y63Mc^Lf^!7xDLJKefjx)^hP#+xccJFp zF#K^{J+}lo{ynuZ5!w)mW_Rq*f(n<4(S7JAMONvoB77fE0|C;tble76mxNb*Ij<$v zZA_G*F<$>wb=F=2H)j5*Ue=f&^>$2YG;y=G%5TDGu42>gB__>RV2@Q8p;Gj9QE`93 z%}(rVf|*IIN%<6}Sq;Wo7COd5?h)6?tD;2c#*$`SfPO^{h5OSo%$r+mtU@YSfBd*k z0Bhoq!t)*DjM+|fT|1?Br+Y3V*H_usSQ*?SP>Uejyd_JbfQz)9d7J#u6;HD*3~SS{ zp$@1V>Mi{Z7xjjvGi#mDwR>J8`&m84hUMA2 zet}-V@evgQM3as_1UR!iF#RF4{7-%g57qfYm-?g(996jM(N~`%zVmJ})>F2*@N>Ln zV}r5LSkVtD^2z8uU$m^6MzA3Dc)nIdn{hqSN*ec9hcEG)%*|Si4F+`~2L3YT>!HB< zVO>U0g8#zMDNXpOwVh3@hI2ry*vp7)=A&^u$EwhXo>hJHrdL!xt)<-)y>NpDp$vlxXmJp}BhETP14x;53GNc+BJ%VNl z1VLVDjnrQ*sAlZ{^4dJ@TIeyb6&(V=u|BbQ6+Xnwf!SX2f4~IWw*o=84)Pasb zLe!XOg*SUouuAZ}hYbDriSG+etP7wi93qRDJcVj(>HZ{ym4LNt2%vc%PL@&ujX7L; z&)+ZwmqQ!EVI+7F6K#n^5i>)qvyNruO00(RReJV|5dB7NwjYo4hXm2 zm%46amTm!5&L(CUH|gqzq-QRh2}YA~Do6R(M(zb72DHIWxpjfxt^7sGzqoefAd>`8 z!$|m7bKk%2`b#lYcnapo_7J_lYn#Hix$r$b)QHsS_Jv!5Ku@Wf zR8$qHWLhflgf02Uqf~1%X~1sNv2HJ-GkD-djh-wPkywg$51o?he7-LhvBL zo#0xy1_+Xay9W=!3GVLhE`=8sG)RI|JUD&&-cC-xKK*^~zVF@f#{FY4234!p-h1se zea_!p((Q%zsFq?NgjJ<2BB}(KBw5fzH&SQ*pu3}c|Acc<{!}>^A$q6&dpY0(0CDXJ z0LA91h|J{idmQa|!J#fB7Co6b^;17ud2U>1w%nrT_GsR=n=}$o$np)sh=7~rekvOS zl>J(V^G1yLeF2ya#u}mt@-{LdOU!6Doge+(Wtr&i@-5vtD!&>seR2*7HoR*t6TPN< zI)dkqul-Kw@fPPF0IUbm5Sg4KQ8dx7kMDoDY4ZUP$239z2~G4?seAl}#P{sD;Q_D} zCi3edo8QMVJcwk@-;Zu069_Ha-5RvnIYw-f+LqRr+ge0?$I1TlBR^GCc8>d=-0Xn0 z*ZN|EV}~oEdsQg|6g||_;Yd3Gf@;22SDp_5iE@bkJlS2Wfxjf+@n6t;Qs0S3%_7;g z{{cY#<{~RN>$|`MV0*>!0WgU3^>KT%?h7_{@1M6{yX*O$Ns|5bB5Ka{-8Nr5fyY8d z#1nFX)KN;fibMNS2;}1d2%9)x6O^B2bh34S1%gBG+^LU4aPs1NtKprVtqPjM(3Jzw z#29yjYwe*ttVfm>J^K3e?*=a4eNAuPO7iAR)G#+U2jNkF-_w6QDxFu;eVI5-Cu||W zqdWN=1)(OhA!%awQ%*trj{tyeoDzQ7*+0HtC4;yx|H+D6K@;O-8F2*apaL~YX2vE0c^~_bLfvA znE~m%$`#OJH{{1X>SijfU$;ncyi_djY8aP06R`yVTMRq!O$2=>e8I^+0x8>-tV>b- zFv=*+SpDvR4jrbHP=8F_tYZVK+g3dp`}iYI@?5R;S=ZM%8xjW_qFwufeC=CSia-4= zUmi8lRpbpUPTy$9@j*6x^~o6s+yy4Xv>ap!kc;6sKpsf=K>Gk#eScC-Z*1tu%ltr!Q-V1xJQ{m$s1koXD2u;$w- zY0&#=cbvoaQ?BTpR5msfAIN|Bzb^hcIZFRCvLz!65h3fn0A^B6^e>iew}wM#WACcv zckJ!k$GrFWgix2E{KL*4g;Rk)ep4eHt%2g=Q&e<7?FhmS_p>i+PyqI zi*SEj?^%(7H`gq1Zq*mva#Dn&k+LVRU|?&2E5K@x_2L`6k@znMApDDS=>S#0bi08^)XQaM_y6k}Ub zy9O3gCFAs}W#n;PpV85sa}zzXwcP3K3ZSn9PsQGuRcygUv3K1VI)}x3PmBU#kAuM{ z$+>Y{D;li1Dh=|M&y(GLRl(!h@_U^S=KFh3JL+W-bI7@QPuru|OtUX8W|kbOjz+9Zf2FG+AL>rn1M>jjlj#V$V39U8csd z39a~=x2Ew?3QrjZ-<}YgxWD>du?If@!v3CLA$a0@kNS=bf@1Ul02lt#X*+kQLc9h< zao|<0odA6$Wsj}M4@^ZZ9|I891NcW>65jkLiq_*G_09G8&^4I7PpDW579?T_`cmi_ z>uZgy9e>ZGLHy-QnG_nVDVc=y&s;+D)8jAg9kQOYTGS-o0fTB2hO$o8hn(a%TsblM zoQGn(EMPyF{F!+^H|XzOMVda`tPSpMQteCW%+k_M--;h@P7?OY6ma=M_N&N#;^Pm1 zUr*paoko2506;6Vqsh3l!uKR@Mz~Yw_&t`<@wZsUe+6^=YYruhZPMK(%xuQQmU@5IE7Di zccuMOU>k(Iu;tdfMZFfds*qeN!BEgy1p zr<>!cswe9}1(d_2vLbR0n~^WgGoRDH)T1vN)mfRgK=B=<{}`wYPMUn5R( z{~E7Ms7=L*mbaym2L^Q+F?$m4M4K~`C$eyOY z{My}8#l`Y`3nS{{6b`%FO8f|cmv z8t}YeY3G_$dXeT2jUIYk0Aji=7n{@h@C}=jHe$O)gtEc+Ar2F~P5-SMZw5#wdEity7Cd*Va z`Bo9|k`se+55XJpPS?GCCgWd$e11xu`Ty&{`L)g@_+&NG*S%o%k2s9_j3X=tDB-oi zYd$t)USUtV@&atA<==5$e@??JOVwXajhI8;^l?~`z;>3&l*}56(qkB3to$1)x)_Nh z&Rj513cQheNW=|*tJ82>a-PQZP8d|RuP-Y(uPuBw$=xZ6Fg%*=$yy$ zr~*F#Y@I;*21{$4B00|Zp`W$<467+HhMbXN4!hxk)B^yZU+XzJKd-TL>DEVa$38hH zO)8g%a^cB+vZ$el5RV$(O~82y@xE&#vEhz-q&Zi?FFo)(y3Tdl+m2NpeOKwspD>{Y zRx^kk%3U{5d&?UE*-9bl7Tyq+TGu9imcW)DN)$A#O);kxz0HrFj%6 z;a~YthmgEVsIhL9V>%y?=Ec>pq=$8v^ix?eS z5-XpF`#1%zpY~NVJ~L&GU8q1QQ4hwwmw-k%6vv_a<@Ew4CRyy6Ydl!K9ShwCuEe*r z^)k!lUtDKd$22eP0Gp$!=K`HgB-?C)>kWx*Xk8@TBcx3l)kBeFZbigsv|!e(z8C$H z@cef$%fG04`8)RTzdSfN)PdAPQtdnCy(jcVSLDM#U}pla;EzPhDp zUZ-|qyx%pMZngC7B6?!?bB{0a!_pc=`0r2i^QY2x6itSA_cmEq!cRhA<_{$0pFjL> zxzwz_5O4NVK)N3Ex4JUXdbYNwn6&ru??GwhXK#Lg$vd`Mc8r0xEVQ%%FTT^7ur9Ek>qws98uhpm-%qt$6rkt0h42fW* z1HkRbIc9UBnr6+ceVHwIj=Kef$x(jo8bR%4w^_Z%` z>FnA`nrbMYjlHFU+EpV4c0s61#M^GzZgBZO0R8w%vB1f}`Ke%;-T2pSGRn(MB@yLz z4p?q;g4%=l{2;{JFllY|shd>=DI2)>-}`&ePM_r@BRNn1UMJ}%RQB&xfE}>?8(7;e zan^M&mi0TiM;wJSnpX4(MAV~bSz(fdOfKyowXe;v{WtN*xsZq8#M(f_1$*SvWrp zj4G<$VB;Y&kG+8$a(tLyXQ3=c^QthMpI8!I`EYC;Ye4=g!0N z=>xsZa^w2;iaw;{8oCh+tDdB-ot5X3E~5L*z&!pW+k`fO{e^Or&%B#6h_YIb3l3~NRD$DXXS;D*NKE?9B6qSybK?Pken==)YvM)qiuTMX<8@dt zag~MB55N`*)`wAm=E>z%K|)6s#HGsomT^_O!Qvjj zy?<2k2C;p+Bp!u*%A>G9V1vl~ouN`ZDi5z8m4_e6Pd>Uo-xI?X_z0*J+;bDT5||E3 zi8|J`Fcr~UEHEbU8_HM1T(*UA+h)W!`#NP{th<{HT~b+D_Wtx-5>)Z_rStY3EQPung=+|qR4mcxDb09Z$@ZxO#i0Ii+H}jIxD*1Aq{)?-FuFDtu$?k}>DTUHjG`-7N z?a0hVJ zCu>|$KrDlB587<`KY0ZH3y)=)Z%5Xdk`VV32^-#H*Zh1#IX{2-GsN%z)1e_6`U82C zQxaVb`hUS34Z~1Zh8laM{hPd|zUf761xLaGM3sR+ zKR)tJsu^WC(aNiC$cH8}2x9)@Ru_x(Z=&5i|LS{1oA$V?U&vHW=|Z{Mk9x_oI?KMSO64p*I?8E_d+ljV_h3a$MV+kHrPb&0+?@|ppz5GMDQEJF0F;FB{w z)gB_3bNK!VZ}#}9^MzIWHDl4LN4QF`T1y;-)qR#p5ooWfW0E~dBWvIuJlFt>d=Ypp z$Kzdnj=IMD&LWgM^aqhtOH_~6s&##;DFagbN1=EJ4Gm+*0ly+KfsCc#WdPyN`>y5_ z-ADGFR z55iwQ=__|F@+oE-{zw}~62Y^eWI~Rb)e75Fx0V1FbLe;IpqB;wynTf~KkDxxDailg zjAB8-(RcH`8mR_Fp7|@Cu4ax7r8cG~99&9B>&Gdbu&=$I2Qx3Y*(>!$EOk&ej?V+o40;vSE@C+W?yUKfRdM)H6 z;>s8GIrM+1t>O@-hi>itJ|$k*oomySkQC{dOVPrSl*ClT=BCH6%1(56Rxe(|c-)@^ zgKn$8LL`c=VBM4f+E2R4h-^zUznsEN?Fo0}yr!vq(XF?mpXeMHufok58k6d7NQ{bBn!*Zu;s$7xuCpe zY1opIk|EzYQc^LT^g=X00CK&_uTdXAKDU`#`3C@+fsM2E{IILV`YnqJSCBm`r<=<5 z-JE2H(5E4?*kF{>z<#UG)N>+?vo6(M?yk_VAJ-OS6tEqBwau z`fFHE&9}?_skI2jaza;?dv{G>?%Hr=s*J z7L$nT{_9)c`4P#hGfUP(_&!fKZ>;D(&>23dE@@|l71LGu`kdOfX%PGEx?lE0oOcIa zVcq<9eQO8^nKlXn#^Vs_g)1R4VKqbjfR&yA5__)&>}u5d>rn2a>fSBa624LXTiIF< zVZsF7WZIz;Nka&Xa2p;Ix;M({xrKk6=V)+n4`_H8T*@gsZHJPKzOv^e@_BM-F7^wY zLZ)JenXDZG>!M*z#Cjk5+^@U&=Fc%IG2+&`ywYVf?1MJ^=E}_8vW+Ggn(4e$tBFOO zN_Mc?br@M9(%AxBkQ2jxk^`t??nZyvS;y*~`ER!6v^|5^lt02pq0#rqr>DwW#;f$Gn>ktXIcw4_o|R{RLPfihaB083nHN3r@_GRD z7yhY!@$c^HpFfTM`Db7LaDD&fTIar3inXEUt@X8Oa;Zjz+#eTV>KE93Ns19W;&-et zK$1J6KY)JSF;IW<0sZ3bnSJsHS(S)gRwyQMD8O%}=dylKT5=?&w3=zWU&^T+3Q)!9 z>vl#N;QX#cY@n-6t*Lpz3v@4}cGF~*!OJu+65_b#cWzXnAYu$yf?<_~ReomlYoQ_8 z&u$@2wr3Hp;Y;7p_-AUq$a|H(}uc-j+u_=#{UBpUW?0j&FW_VyAb$QQSv{8g~(N*ci^nD^Ay<5}Kxh5x}juugdy^j$gjEaq7XkaOrT9B8qxS z-?#dUeN`8QdsI*6jyCm`b-2#Y8OblX37qwQn$6cl8Gd+8FqC$ zg!rv%M+Xc5X`<;gaOF46aM$bsHgYdod6}{|Dd48`F2BmIP;t$ntpXTKbXkI%$c&4e z&v()l(=3|}ElmxUl%d;a-FOvshOGgd0gma=4v2s)sWy^R+C}dpfj+Qw(riz)%@k*` z?(j}G?)$-Wdf=k@aNTAS9W20BG|Zl&#Wn4=CKuqfcmE{$1{e+FH?CkiuJSxV)QLlZB&?@;4SC410zhx;i(no zsg7??Nn1;<@`ok0@#HJ(TObovAsmJ&6dv0d7zymb4kj4|TOFFqB_li$UcLxd0iw&} z1q&++tXVuMs1cwggpIoRx278MG%=@y^voj;0$V#JO4%NL-(IIqeH&;Yl^ZL*-swn;;7)q(_SzThk9%w1Ab&CnLgnu-J zpbQ}MM; z1Aq*RjwaUaZO@i#Dzp@7)8NRkJ(F%far|$zT(Lt;JbZ9|)F_vo{n=%TL~NMiWqSL2 z8}}&sdao*Z?-Z#!`ZdVDrYv_z;qS&`n_Ni(O!nIZDr!%2hE}O7gZdSlgOwVpY#L^l z8yuN_qf69`n`f3`*iwWSdAofCiO8fm#k<&E3z;99p$I^$7%U8VW3akrjaGf<9}(qo z+f(rar_#g>EYI>>nEc9DqOleOKkrttk}557adpb~vr)>RaZmKeO1e_jstIoin_O!F z(;KNYANbGyte^vfl*~6<(on<5%1*=h)ISF4qFz9mC_Ga3G0XQX^kw~C;ml|=XQ#Sk z7Q1m*hD1~5lL~5v;6N3;9b*Y2w?QADFP0G6NtOtA&@fMy&kjv_B1XJz-4eB{Ck8T{ zF(UqUDAK1GrWLD9_J%XsAY>x>E3lSn+Xt=tt*`t&VRN*cgUl~-tjw2cIALh&lEFlR zOH5yYFj5hVOXGH-_w}6cm@RgPTc9Kh7JQn}LFS&V^a*&M`Ea_5i920ScSqV-x0_V0 z1=buc>BFf(8$0xLPTGzUv$u#{-}vY#zYK$Q<=5b>aqDiDlM58*Sb%vA(`A|3I&<<3 z5k>}7JM3qM!z`C6Q{qWN88S7#n3Co4UmgG^drDk!EfCcMC;U07F#3A`3q^ctzGwW< zvd^SCxE08HQfu#c~W?+<}$@qye(*0gIoI9BkY`s{5d% z(EDoFg1vWUBTc^%rYFC>&&K7a5VLa{k|U5^U=LF1K33;SJS=m~oh@sT_P7x$q@86x z*1-qHA5OkLtC13mdw;s)%S_#@X$@T5E?Ss%@x`=W1Buv0=Skk@6x3xoZ`(L|pJps6 z@dTr^nSP{-PT%6eBlz~|s$Vti>&n6cC=a5lS{B>4iKK}K5c#Q#hl(2Fbj`s|{lqK%fo!bY;R>1%^l~IgAE2AP(AV;zmMR>hWc$kP zMxT4CzJZQ6_A&Kwp zqustLOZ~PujE#ai&I9n=S)axk!tqpnQGXxkvUblBnn8mx*IdznxpwbhB9_uFqVd?av5k_ zTuEiJ6fdVJWpe*jzr zgS@4)2k)~jnakS2R`}->L?J1MwqP?|5yH!+B46(ijy_ zh2n4lQY2GB`-A%gQ!67hIteaCl(j5n70JPZH z?knUb5R%OyxGahIp!EhjssZ#3J^mjsi7=(XXu+pGX%->h*)MDw?TsG*p}D@yQ`c!r z-_ElH6wzSZ0dI}vGkjG}wtEiB6|8)q_mXv@Zjq(@V}T=H$u>h9!-!J+dcbd)+{}hO z7zWb!xk;Q$zCaM*^-<_4Ku6UP&4QkOa98o4$cwI>4Xa{r_6J!%)yGf z9!pAS*m%6!d|_4^Qj#o_GG}1@f+XHICdAJGe{J)ZB^yxB{3x|XMwO7OsjX<1H`V@r zP3Ja(A*WT5@l0E$Pf*S6sS)^r57RB->J-6o&44RWyo>hSiaCCy6i+gBsBTo7xN7x? zrZRHYUlEap-VLPHs66LL$15{h^KmhakOj^$3W zNLQarAfzUVNkPG7sX2twveU{qbR$-|8l8727H8PB!Dk3N4AA&b%2O_Gj-yNOB&Hq! zRj#^34*)v3wsVm|hq%L$x{qU1j_IUrLCr}2w=S&zouTd}NaP~|A2cV*%9A7;vaDzz zZAE;(KhnP>7WzmH-mPPVL7 z=w2JxK@C?QsgEtpI|@?iWfV534|Wi6XaD)yP=g?A<*(zLr79bymdxevCn@`&jEjtH zdr)FH{r8zf46)ZNZ`xX2OLe8KSxRcQWZo||%?M48toL{q0Lrlzb!S8H>D=cia$)Clwc-HXGLVadx71)xGH_I^W~zPckI^v zW2X5bux~U|W2FVSSTD-MdpE0hrHHUzb4!}zW9DwZ>zm)b%@yZ4MxEy1VtT!Ww2SmY z3eS2=8UB4U_)EBDt(Ws>rLD!USs+bj`&X>~NxmyEq%!gB00LPUW_Rdf(wjegV z0zAqh%>%%D(VUKt^m@Gh>an2J4?fnMdTq5{2g-o8VK?GLCT83BDtUE& zO9@b7INyc6R2u82#;WbfKz7_q2YjQoOF+p8y-f!M{|*dnK$Jt7!!is6t1)LXZVe|Xnk>X(cCE6R^V9lvP>1>oH=_s z5H{aDCSq$VN(R5!W?dKU@E{zK%|5TzM?{}vksyc6q%MZuG~zedlh||G^RwrkwtkjY z0;9bbIqpVY1@~e52%j4fXfYxCs^khi09e1C+XTBeeI(U=y{gd)K`iFGY8vt54fR1Q zGqE+yKq>}e3;x9Faii(hp?^qFm=?15vR`+jE3q-KnWa&63rv-N4_#tSb&fKEo<>$YYp!@J1am|*!%3-5;m%)Q)bUiY)Rt8iEH3Nk z_04N~mM%wrBnauJSCPP!M_0Aesi8Ol)|R#=;OZphStea5FUT3i!svCPQ{XIQGfM4V z=g_b5?*{fHL$CsF-`FJ1*q3f39V0J=%XsGypT9JrAJImRqKrT<$w8i`j)NkN1j9AW zkWWv|y~1kCzg^wPWdt72QC$W(^eJ>$AOPOINT%u?>sVP2WC)U9Rp&?|h$n%&Pvy1ibzv+qqEKTG`8s`{vF3q$)#5X`avLhFCYi9zMNny z|A^B{fXKL`^LC**Mg=BjL1e*gnIa+0j9lhm0jb;Bihs)FebBlMYAOPBHBh8 zel3%ICtufr3e&+Y5|mmWcvNduwrkVe?0Jki={9_yLC)26!kV}g|Ubl{P045r&4UeQ;lN44(AUY~d_yS{XLq}i!Mn_cvAbbB;GRc>JMxwiPqr5dz2tltYn za!mNwF&=hfOInaQS-M+id9Ju2t@o#z6*@=4**G)Cqw`&i0p1q`yr0a z1K@L#p8(Q7VBP=6V9IKpbB(@|v6ynnVC~yIyogyIWLdfGgj8-Te`01!_k6V#JM-q} z#)QA;ZvE>{j{h^|zrmE~Py6$!Y1R&gi{e(UMs6$_ZyPyt%;~pL@IRBr`A4{wJ{_BX z-Hpx?hOLi%ak$*FYMC`x;Y)DxA;`67-}s#Bqft(1vTp_ufjssM?^rF$_lRR~Q;#i*%u**ZFnohwb3@j8bubNBie}b1xIeYQVyYf)@nhkU(MNCDR`L-jD{4DI z?Kt}sFLjmYE$Zlx3$F!}Pul4KncjpNS;ncKW8s#V!j5=QuvfUQoPE_N;&0J*^t})^ z|D!Ej)ojimZQ(+s8Acc-s!?zWG!S6iW3F;!Q^$6;MunK{>qo-CQ(ETNQCJuP!NAc( zJ%;6u!a-PdVZ7eD)Y9!kbIZH-Bhd=&qsVSSWVMXM&TW0AR0ImgYAd29KbHgzAqf4{ zTYsAKf;8{ymz7I8@NQM zF!h8sp0<_WjMM_~kB6Zyi2y{2!&iM5*wwc}j%&VF-F3%(mM%*vo3d&d*_rf9NDK7q z=)EMtr8$i+iunmlnj!H#d`PO~?6Dy;m8U+3^^fYOmADUF3&GC# zt9EBM2QlVy``bh^FXQU;BchW6pW**1E6JO8?(_=l<-~|UIjH6VaQKb8FW9%TZJb&0 zRw*{~6)?ho#sWuCSg`vtRc{T{-`lO$>RW4|U;+F>$ubTrWL3dR#TXzwB!iLf9JWw> z6`Q~6VIt8GtTCB4SDx8PTNSmfotPg-lYr1|2Pe_kImSNbU}JpVQ?2V!MZyo<1PTc$ z>#dlA8S=CVu8fE9G8E3NcK5LlCTS4yDG!ZHlwjDXX+8YHblvILO7&t*tvF_@v<&f^ABN z$`QbxT-Ggnij+a5Jj>?VN~AJCIJQMW<-y58Fw*#k4Ci4?r1qGeCGmBYS7ELoS;yuDCAaC)p@wH)? z*okb64|=h5_meS7f3q(D87%Exa;62)U@2_dE|PW;i2CBnx>D_SrK9$=p@r?t?b+4( z$axJ1*O|Oul}Uufysl&{?xX5(>QA6PCXZte$0Nn7Yn&xLTv^G*(vx%-j!QVp&lJwo zi;zo(^?c({f_+HvjHLlOGXp#vJ}QM!Fx570;aI3|RiSj@cYM}mK5PpUGSsmg-@r>G zw=pK1)k`F}A^?_`?GJ((Td z?#l+#wA#wzW)mVLsZvU&37VU|6uWlkB>lio2S|++BEwQ}6uu}gG8`9Ntc>%ekqftq zm@LHT%Ypm2OCE;?tI?a3h8j7SO6I?Ja*7RO2fdsQ!7!9X~{G zZAT0E{L357#jR;@z?mr?)P;`BF~NdAq!O1wJJubh2F{$N*J~WpI+<`TnluFnnBJb- zsYueM>&&1EczI>W99t)|O(ON0X>5^$hnqwIA#bLZ?eO{sKkE@?b!xBBXPQVtMLnkROTe$mAnMYFDW-J+7{_`#nlYt$Hvkg72=@%eq$Vp@_91_%o zn7NHd>QnRgPaM>C`s$Vc(NGm0Iu2!+r7%n)-|S z@00B48g-3;q4GnAhomY!*r-(KIM^qCmECrL{5F9K$XG*r+|Uh^+Vu9!QAQHy#js^p zl1GP=G#VMEttj7SP$zE`^ATinckf+^p?Qe@c-t~tqNTg>M%5bQUF2=`?Y9KTw-0I$ zfDPDG1wwsR9}S)W7E&L=&bXN`k|@PtI(m(m4H(jo8u037Y`v=1N&iLp#RK5RBJsXF zk2MYQ#XYfp{Q4$x?cm1o^4)m{6kT`;c#hTOqPlI##vLc4cP&Ba<5r>xJIe8}9Y^uq zr$nI&b&7~22>m02!kp02e`HYdR&WQfPYeoTY7K)2>#1@!gnh_I$J9(phPGx+N;#iu zQ$#*(s8!eWLb#pd_7jDY8Bi5LYVdMJeS#MNy1tOfJH^xA))dOe#+}bQVSt1k_97Ru-3eFU%9_Dr4H$&s zyjiTZ|BbVwXpcMs>X>=k9!Yj<xoX-j3Yzlde1Ddv`OKfM(GyEA#ML^#j}{M6x!q8uPT zHaCXQF}7iV1~ZBqS!jjoLl*0}F$~0Eg|%?7oO888vcT^t7F$_}63C2Kohzw{rq|~> zqHbhBt*uGMe1Sh~8>w9vQOFVjJ%l(&Q0@xOARHgyFtCrZOmgJH5PItCU=}-p6U7-I z(TMc2atwPNhIF?Z)K_?U6A0DsN8jI1b7dj{NwY3suvu^g`;6 zh0ENz6?#@lb7!&yruG7KiJ=%VVp3SX-m&$>yWGZP=zGb8+0!|h5+WCodY$B9(t5|Q z63Y4=YpaTTBBNu^>Zq&dz8^fA1`mL0Jf*ps zFa*HZFFccpaFu@A;`~(P_?HG~VNXWfs^?g&S;{Vx)2W``GJ`5nbASCmns8UJoa6Ry zA$DoLEG3}d2osm*|1jXX7FRF_BICyff&o~%$s#W%SXik76y$i^>!S|wV{_lYBtaVw zAz*kHaA4Is@nSTX%Xq8iC|NkWlI$4OgS4&{k%RdnbM(w5ox3>TpL?kE`Eg8lGy$Is zH(a+Q0mXW=Exmp#%%0Q1+IXi88H(5&2kd+?6Do`%<4p3TGtncu%79grbMuj%!*xGx zeP5@XZ?+oF89DE^cZMFWR@p(9 za#P=DZ>2^hlp~tRst2)Ewmf5xMyhQIs7Pf+U&OlkNj(72DE?-(ndOMo77D5KdXg0W zVYHnfiZk0TA$Bu#`|MzQe2`94o!zQy510`7VrEuFfZy5@uRV6&+RXkYmU7U~El!=r zxSjR+c7C--a_VdMaueaQ0xV`c4bueA1UwafQRY~92LZYyO|N5BeK>&Q`IYXQ`LeQd zZkzJMqP$ytt?z?#zE>AXvTwqN5%$ku>Mic7$=FdORrPVdy`DU55f#2mo}X{pYnOJ& zY7S)Wo#wQa>;Qej3V^L<++xske`<@I*-D#-7gZxQb;QDI0U2pSN!Db64m=0)qf|E1 z@okcf3pvmIxydNZQRY)RJML3BFQxq&H@eQF8{(%!26=A&0NB#``UFG#KU4m9ro`R$ z;)33{a5a{)4j|f1trSXNOL-E~C$<5%sAwMWawPd6hGH~NRuPw5;iFN~J>3hYW_5g^r5tTokvNoWK8qiiE ziQLi{Eg0EvOqWYm@ho`mNFZ&W=(b(t=lCkUAzL5%z7#Vv0wB1FH!J;i@_>>-jx+~ZhFS6)(eGv!CQ5wG`y2v~vH zmJ3C;xN+()r4YI*F9rrbf9sjlwQ5pW7Vud)*e@#r!hPu)kqzD6jtJm@&T+#3(8rky zi2m2RSAZ8?QntNRu$P*6=p^L0q<|i(u_Nto2TksY$%^frYvBe}Q0y&TU5D%L zhC98oC+(fAY3&F2JS1NcQZlq^Bu?bi?9hWrjfd&YuC z%3A$FwP8A^x~;LPE-_APJ%k;hvYToM{;;aBAq1$`NVl!gt93Hh$QHsiXiqb3F%1%I zJZdS*m8Khtjj2bf1ua3y1M(t%le7uMg*RcnL+^d{T{b_V z~W%1ONKG;YOs=W)H5zGAi5AMVn?Ku|Q!E9g!k0k2Vdy0?<^|d@BjkVs`;1;f{E>ZYYtP!c6lG_Pw?*-B-Q}R?*iP zlJTyY1nYWvU9j7wo~fNpo^R}9J3sZbO48ZjbyDl578_57H z#eR84C4Dh_t7r6FXpm(nppqTN2Hser&&{vjUbN(DqpZdr%W7aQ=}}h@J{mDJno06J zijcz&4e;L@BAAEL?o)@@Ct%I71yA1^3trbEAB3zY?$+0&%;p4WXlR%TdUtmZKvyS1 zodBTRwjTgp?b8Y^bw@r$La6ylx!pvsn}J8B2t4FV5rq+e(In9xLu5aMX}y-}*&kml zO>WI*`|6V1-YD@$Q9qJMm^oZPrDWHDhia1D2Wr2o1GAbw1wr6^!hsD!7Uj;qV7&Fo z7vQz#=nKC?_*We#!^6`jy<%aZp4(WshN@)IW~-VJM^kqjUJ5<9ex4;ua_xst1$Z6GS&Se0ne%1 z9(Ko49=-q4z`Kn{y+p@U{t zFe_ZsT9IU#33ov~I7DsUOf+EB|<>gsjG@s3=? z^_W>jO}tEyDT^A3^Nv7kYuw{1Rk~F@s-hMIt~bYl7~Cz!&Q8h}I+#LXLqE)$Z*(J- z^9FG>hY#C?hlosW>2T){N3S6&N5D{cS68S~2FQY~oHKUHtaNMzq>}B8U}W}?-VQRr zZQGR`ixFjfOfp%H^O}Gg`XhQsl|E8;R@>q@$oJAjmiTkEiJum<*tj?GJHqutZ$nR; z4Hh!ZnWOiU?^g*MXHD5xaAbw@{43Px^~YO?kFG`DHp0e##ThR5w-v28`krEMpBJiq z%f!LD?&eq0+Yk@Igln3yRnr;Vk}Xj%f*p1kBJQ_mh+PB_K+9}L+c+jZ7Y!=27I49k zFS0gVJl}WH2T59Rhk3q|C*(?pqIlF!lEyPe1D?SM+w74N-SUKQEU@LS_~aRTQU_L5 z>){*l>xU8m`?T>h5l!OP$ca}jqkecr!|Cnw+^D_tS(yvu`SRA_tBksd+Ugh&I>Nbn zjQ3KvPoqhFBBz`l5=ne+6iE;HHYYcAlTC379?3jeWH=Z z8VSs+xqL6#7R?h8LE?^Ysx|xZu3;@C`5FG!i5H#-DdqwFeA49p9A4d<#kKIB$g_!R zS(LyR*Z~Im3(t1gfyyxGP@|x=gE|P&sX=Lx{#a8`Vxg}kvi%F3Fm@Z*QLD4Nl4cU{ zN&qhzCsCzAte($WfGx92hOXj7%>qlZL85UByEL&pEId1LnghIu*sT=NWt?ebUgg4n z`mG)@PrH)AbDViE&ZmPuoE`zau_*TD3zM5lY zm&m`*LEs%y%$3c?*-~D&WhOqlaI-#j(A=8M%TKs5#BV>LmTdZ%N*#BB;kyxXVG5A^pXtm>iOm&L^}A6pABTp*;zFNe{MqL zbl`u^Hr5g)Vzkdh_G-d)Yvxn)jB&;i1QWi^ij_7n_w0GPkqSgveVGhFUHVzJ(Rr%X zMyb=KRNX|@>$sUk4})(~x2Dst-lkgUx@agwj8|O0b{Z(a-xN}QCZ7NJycgAW^MnSW z8{uDZhPaaI>dp#nVFJ`J($O7{8F%lbaT`bb+Tn)v^ zeD^`xv>ANpMyOpE=SR%Bm2}3&$fyZUzx5*F5UNtm<|%IeGVZVc7kh6V6<3#~4;O(D z+=4p+LV`nZmry`(65O2v3fG_^xKo58xLa_S!rk5734y|c1pAV=yXTv?dse?aGyR)2 zvsSOg`GdRey64<;Pwjo4z4v(@NQXk)ek1rCFOhbUP9<51Jvy1XEN06e*}caJn7Td) zlb%S??0uRaa`YWNPu1`9mQGC+u>Cqzi-w|)_z5u|AX#CaJ{ES4%ieu zSY7wry=TRw51~>Iu#40famv`$NYokP)48*!j~{&_NoBljXDc$9Vlue7JF>l(-Xv^I z;U(;BSh zU9_j7Ic#Umo#kOl5{@1e!>`u0W*h9We#NKjXTuwCi=1YDgni}URj7*k$_y}13ttG1 zB0iGG%6I$`mY?yp6}w5!i2g8PeHD8Y$qjF@ias9Z)wk_*>d!8QA*}Z4vWRFw>U@Q_ zZU)l9Q&;0o!ykty!=sp|MphAU0|fBVab2rFd#X)IPz$S^EMqxhF|BhbTcCaN@KDDLbOkOLOHvVn#^jC!|&n3z-9XQ*f$+4j-~CIh0m8y{FbF# zP@0&Wz#IFcxZ+&CmTBJ=d*UyevvoSjL#ww{F1spiRiLNiasb7}KkUqGPamtk{Nx2J z-UPD3w3z%g9}L_c*^3CaS~Qg+p>$$B)}fJIK;Je!Rx3%Ia=BCN*o5=MEnln8qO5Nw z3DtCRmakWEPwmCnBN=*c8#{~sF=r7|`iV%aOQAPZN6_*)gyNfp=BOsF67S-2PRg8Wcr4;iyWed zC$51T7p>%5K}oKf!=ZJkJ91E0toINEl^CJ`+<+E zl*M|urlz8C>fEzgEQF1oy)f#+NI;1!z;#_x>Qanl$8VKkc+B^Y7_<_s^M;WNGe8mJ z&C50Lof?mANI%-}g&*y51Vn!;kdE~PBiNs37WB`f?E0H%&tHGoiu@}Rg-LE)UxXIO zp0TCc;dk`#)Pim~0KF?BJyCu}24>iQRI2t@jeY01J9joLUANJLUev<>1^lu;Qkx;Z zvodI5m-7+q)4|IaM|X%Qy5&z(Vi9t1Q4*li`RKZ=&eZo?XT*j=@Q&V1Z3Q#CEO&(z zz-e!-1X+}?*IEe721TUb8W;;$tuUfFL;FA%Mkt(Z9p8iXiv@+Dv(@Z|?ZWqm=)6ep zw#S6c{I-Wy&w)ppLH~~TT`TK>!!PDfa-5QyCS{tK97|kz$g5vE1;%nzj(KS6frF)3q_U^2hdI%f&Sqv00IigdBOGHh-S`MmD}>{b#n6-ayENYT=TzqL z>z2#LnxA_5#G@}QpKj4^_kC3~iEICXRHr<$U}N|?nQ&PTx)lAQ^GpI8+B;yJ$f&r4 z<%iJlr`LLHY`HMw;Wl6vyW5nc@u@P46IKOvpErphp8F(7M7^e-mzui(lC_6|p3z<6 z={8oEZVtuP@#}TLABPG8k!AU|rU!m6iSTzCVs!A^`|h}&_i>Uto!~FsKd~IoDl0As zv?DvVYi#SCVOG25D5WX#vI#b&-6=asU7wiSfYa~fY7`{{A95I)$AvMW=Dff!MTtyy zMcYvzM6sUrzn89mydq?jD!#S=Ho5<&<6VVX?8h`UTs| zym;NBH>PK}@rla>^R3Tau8#oA{OB@VL%R526AdF8g?j#_+S z&!Z5W`Gq+<1)iD1?ZepC>Ka_IZ3*~Am~!QTaaY4YGZ3%o4#>P-vrk$!(S#9^VyjEQ)UbkqG4ngO z!P5tTxt>*wcl6K=W^PUIXS0R$7O3Xw?h{kc_MzJ@dj011PUn?{Vgh`SFU``f`s#dd z6KW0~%TJE}oVp#7SlJyaMA`7Xxh^n*b9G6f^jjUTTdX9}f?j6iI_|4R@ad+SC|87x zVS6Kv2DP8XlKVD`kT9rFkt@dcpstMe~{{4CCCUAOZ zJZtj&>JT|2L4j_3`DGZ59j6p6lL;pcb2kd0u0JL-R4)BEwEaTY*K*a@(z^`ax?s?F z)^xuPT#Ph^ReanJaqVkP9b9V??uNa|gA(2j6M`^$DR;4xY~!v|P(sjVII zqMpu5yJw-52FSsTI{*m6sj0^EqfqgG)CE^cl7RnK&;GXQ1e$GhmwAzj_)El-G=BDn zaXRbRQQNvl{oUmKfw^eHogFO?w=ePY$PF?u&o;9v|8@|*#uS0=HfOz*`&#=lv3a}k z0I(lL72kGjs)^U)i?8+dsbcFwGshP)Zh;iPII}_;1MTw<{hW>+HPD0Q2HaSu3 zl&P_>-hJ6t3ueS7m{8al3~>oxbjtP3(6S=Dz+1k{u(e1vny(ac3QCnUEhTy^mr?-P zY}W=4mvqBMUGY4xy9zuW1!cj2Iv z*Dt(ukyM`N^-fldGGTlDu?hfkRctU7v+cM~-48*VisL6D+7;f}$xC znXLv~i0Go_#OCO`u2d8=L~!c3oF)2!q2$4k?1EIKt-v$Z;?&91F##rLJtF~U=N*`C za#v{iP)?dpRLg)5lXzfmkd3V_StS7tkSS^m*6?Aw(+EdOnzibm9N&NS_JLcO0czCb!qjEL$fR_Kmb9MVKJ3NBoBZ&Sv7t~QT2^POxxYjQh9(*4O zE4AxXCvxMhg%c){6JE5?P91GGYbaE0A7(6c2A?_ZPZ7+0+#T%$2%` zVUqaf@75?KG2|~r7TWU$r_BwCGT!)7ebRY0lI=UXoJK62v)0Z#<^otsM4Chy-358l z<~f*1`FJK_{bkm;Y3lhMr5sa{Aa9_ac|xD7Z|XG4^3y|_N;$-j5NXk}uXXQv{cFHH z)`ALBlO5`{Rq#X}9qz^@D(?6eFFe_ZFDca)f*g&0!V-Eq3W2+_F6c5V%M?2riQNASDu$)TH~$iELjsm6rY4V0IKEm z`jMiZk@_Z(l}D=a7JmTZ+XKZ7d1J6PFm)6f>%&%7m8+9Hz}-_0y_{7-bZasI{ufGQ zjcNlM=SNt23nHI3diYX>q@pZQ4Dq`MUevCENO)t)zyZWR)qzC8^-*zXUqY`eUt3vfa ze4G(dFM+T$P^wwDgD@1h(qmE6S(<)N>kVCskI zz;s+?cG%FF&zQw0R6n}%k{7BOY7j3B3}^D>Z@UK#%APu1B+DLpEw8!_xNF#QjCdXF z3W1N(*uNLCD0MA7ZFkG*rD&?Fm1kzfu%ihR{JdiRDTpIRO%aE1{XJxnFfDssGG|{| z-(60sVsa}^slFPrF@a)ynx<9a-=~2%G*`r&tfUv{h>iwW8W)nosw=cocUbJlt#m}> zc=A5fEFj%vM`y5Cl(jPjQk0PIUZq(-eqLgABUMp1$&FnFw&W&)n%+o0lm5j1B|S-M z`RtezXpa!J*nXMxxF^&l@7oV(Mv^g0*!;403fnw+Ry{^V;ebt)JVf?1>?iWFN()|V zI4@!7fHWE?aOWsX7icOK%5gESXy5LU$(StTe<|iT4a9gyh`WYpY=^(1R4SWm`NNcm zlP$T@I=Ko%)k9x1*_zodwS)^adBmInf5F?oK}Ap(IIM;AH@(6zMFaE=yTi(osT6!LRDNGO_gGo^afkZei8+3 zfi{T}Yepeaon1+Jxf{*TRs=1dl|v_P^)l0$8S2vbG|LX}%`ju~nHo�vQp;3{W)1 z^QEoLm@gb9T`%o*+i1^dTrvCr1Ik~zdgw9otsW!BBgul+J*~->1rE_+74#6@BGXKw z=j$`F+DZxjrpgb1=VRCa@UX%a@%X5jnpPcM?C$l9240Cfc0=?9yzu!cgV52GRIRgUS0;)&e+CE;$y40tiaoe zvsVkZY>difNm@+Su{KWu)|Rhf7MP%Q`Qblt9O3AEq?yue(!n{JEAM}LquSC4D}So1 zz$i&w7qn+eBQHm+mzirQwi-9JE(Tz0a=1%0VpxP9fY~;ukkd9ifA&6Z%8u?Qzs-r? zBQ~0lx@*gE_AbdSl1w8R7_KzASx@S(#}y~-ocAKIsUJV0B%&{%3ZMGX>T`)8dRE^K zh9~n5ciG-Qcebsy4*-zQ{>WKV8H4L`n#PZ^ICMk1{eCFNGVBod_)>20#ozj2`m>c^j?ikd-JYL1f={Mi#cyCFpE5;z&__HsupU z=L&nb-H!xC11{`wEB(SNtE*b!qC7IsDmk9Aj?*Q)?SI5%?^{5$)Xz^IYX)LSKr9j8iqF_`n@?@PChxl)@|VN4aOCN+yb89Kau80_ zUq$%YBhbh)@-QVI`y{yKcYaZFPq4haYz3iuGRpGZ4XMP@NGRitS3Q=jeyRLu({k@$ z7~@|UY^5*Q3Wi8_>LU~<>^=2unw`)-^RL}=}2)m;=mK93+UHSLmcoV-H zc8K%h;2`mZc1z_xExrkvu0Cy-MvDKq-Ig=b$A}F-9`08By%q}QAGy;xICiy>PL5d$ zlQR8K^){48(B-%oh{LI)6@z&E_7wNrIXFq7Bc!xck9eVq*#^}DalobtrImNrQG2~av;C3{mtyBz&QE#>oGxTgpTv7!FRtMA2_g|LLHbjXHsFC7uL=m$m z^N-qIZ^%)&Nl$G=>0qk&9P-n%)3)0~kYipt`h6UH{J3HkQJCrD$Mzq0BLOqKAkyXG zJZtEL0^Ps>ePe@k2;@rxMn`n4p|3nF_| z2m;>|0ENVUqu}27H>NLhH4(5|Sgd^z?;J@oW(qlyqxYk_%o4P$<) z^wn9DM}9oRtCSFoVaH;(M`$Q=&z2sq=6CT-{z^K{LV7C7`tG+BV*kHSAs$9!&v`AY z_lUwVyu)2Ou&Z~8Pp_}f8s1wRVQa6?cFqzBC`F#%sNcxXT*U1Ocp*K;4W+gAD~t=! z)$JriMrMgQ?SJKv z6Z_c<(2gza!*A(BYBD-+nDP&fmCqE4+usS4#80r2H*`?hoME4L{RKn8^Rd${rj8BQ zvc%NLlwSrsXM`_ey?GbSPNtbT1?i=-8D~{4&Y`6@R<@ ze?J!lnJ&c(^Lt|kas+3RJj+Fx0jGVOoV>sgJ$Ld$#3vs=c1!ziV2UbKR>2x?H063x zkw9i#kSctO-cJR(6kodhk=dQX0QrB^4L)zAGp*u?5*3U+>TubT^tlz>OYz~$E$sb zTC&n))fxqe$W6)fZv-^7ATo>-KbhA~QTd=AtDfWyIF(wfHJJzN#JX;e>bD+G-*iK7 zzrHZ^1Hp^$i_jhfE(EH--;0L$pG4pPKosFGqJO_5?f=TUOq%98ZrVO zX>d1h!uxPdkbo)CQ?9yaB&@bW9Q_mxQT)lzc+HHs0w2Y<<5t-J~0W6tDnl6i(? zC!xA<%hJY5G8IJ_6vcz&(~LQ*1hZf~ z%iSONN%#T1)hD@KbxEZq%*4m%lvFj->tbsoh@mOlJRj-a3Hys3F1Ti~g5%9xr8pHT-aLLWOtaw1Fns1r8oCB&6%`;j>ke3W_x?3h@B!dD z_WZb&M`*ZBWDpR zye;q9Q?xJcPXsIFq4z|!wbOV9ddp2XOLA_Hzup_yL@w69er>yl>tTnz#NIAux<)OuawBa!EfARXJ$v2cG=j6b29anom(y{ z*LprAe|8eFSJ)o6RxU2L>?E`tKb)eZGjoPZi5|dwl!-A@A;D`kaQO7B`lmezGUJPF8h4eLsH2aMoHaTFrAv<~3S*mrNmY zIN~tt=H>8i^H@EZFw!Zv_|iwJCmJi_K+g@uM2kSvt9~_9hk>eA6eZ znij3Oy=E|g>j^twU$B#zP}-txk@FrU$Hlg7mb(5cJ^QcF$^Wg;i3XLyB$!2iQ)Q}p z@twveTVCsOM!9W>R)s%FtfntI&r%v{{_iui#m!`$3HDdP3QbKF(Pl;atd$%6W=763uJ?elNlE{HP3647~I+ z%m*8-^{q`6H8s`oCLU>9fW&vSLnDtkSlJu+A1nIUU}3FxYHz0nTIS0`wBYB%k9hp~ zvz8{bm#X8a>HW7}l0y(ik!HH@qMuX}8urQks^RiFp$grp8>g*oN*a{^EXf8rtL;C0 zMYE5Sf+V7^^$9lyCwtI&fPO-SKu;~PMp5j0+W95u2m_@9(PP?gHnfn6n_rlksM{bEo ztN>qGUBEme8-kuC5)-If?&GvjGj(&vb^y{A^u-$1jiLZ)zS%}3LCq&nk6PEU>&D?bK!Y?h*{+b{IT~5Z zC`E+L$;i-ixF&BH6jPMNp+HApd*J?UD1mXEItMZxYD`DBP#cjiRF;+x@KvDbnR^j z-bw6z%6QIC2seo>_c2zNk#K{49GTR02E<7Uy+ad`gt zhah|mdu^%R9fC|&Sa#)Wt55ywpb(h=LIOr84b%w0Dky!ltJ;h?&;fQ^WshA_v_^({E-f zFk+=@LqvZ`rFdf+?#y)^YZ!~b>B{MhoEvHCL5NmtKt;a;UBP~J%A-v?Isfr8kNBp5tOj5}gmA5*pvU;AR8&pC%y7nIe|RU{1_Ksu^kV0nG8+o@QD+^ZI} z->ry&lY^{_v;1BiR_kCYDf$m;)O=KnV#((nlYYL7NHzdpAl^DhENpvJ^}Q8q&?^a_ z)NJ-bR{*@4L^_YdY17?|`7QEM-$anNpzT5Gb?FKe3^`=U4V_M! zhb)8r6uz}ZzjRGqZ#faR2U6^IMpu7(G{BTz>F)fx^WeBex1x&2L3#zz^$ zbVu^*uZ(hum%t=9+-mo2b4v@S0)9+@3f41?4;g0C9Ep$C=WA^jo1i@kHohIa7I#H= z**i+RzLvh0;3b~xbh8^C0q^CM&CQ{SvDMK^3rB{xivo<(bT#H1{rliHt9%8Llr-P<+%87`ClFLg}MMx_{AdB0dghR>-VP*0iPo>WQj*M-k5FKO)%_>oP%# zEk9HUX6*j5dHY(%x0V*V(0y3Ub(4HzZC%KGO8t>6yB@7RNWL)wk-E>vN2NYob%LOn zz9G5WErHMt>{_LiwYDVGRgyl#B5(w_zQ_9DQo-L_gGMLutxp=aBQpLKcO!YSqK$GevEW_-@RW z$xK?}Myd;!C$MRf8aBn|0vi^=4>~}SiY!HgnvmWWZN<|)>INPV3Nj|~L`~`{d3$c` z|LKHj#z?MIb&ur~3jEz)j+jg#LuI^=q%t?V3vh0TZ%`Wpk@m@d?l1YdFjwuXrL= z*Rk`pf!Tuu&BL3V5|?-*eobX@5ua9Rkk+02#Rwe9jn80xvYB#?WCZtCwo4wetjZ>H!v{5j}_|HC|U^<;>2DutT$hBL`%&e=n)5u zMQq)rQ5hesbxykUWDeY zfD$yG+Q9G*P2DA$Yzl+q`54_;w?9GE81X0Xr_1k0PDQJm%>Kmve8D}N2qSZ-I=KIL z?9UXrGl3?a`Fd?$igcB7@it%GUh5_YYte&5$FH7CVV{Bl$H=QtKW5(!H?H?wjX6Kw zStB(H{TTMo9XE#(#}gMfh&^+pj}GL-ZXQK+32!CkNw6+xDa`LR6aJ#}rjUN(0M&s> z3KuGG%t@l-v%D@gP<39+U3a{D;nE!tz0m+RP)d-m1&$pC&%txhNNAreJ?)SlN*?Xw z->%B^^U^g1!bYqH}^peg8UBJm9?r9eqjz_{Xq3&8y z0Alng1(l;;DW$C}ywV<(RfwYN&i_s>UcvEXqX2^d+TxcSSQlms)W<^F-TREQtvcLNGd z?W^%^J3P%!lYG6-{3R{!C96YSzW9!(14aGTP&)im21F`$$BPF5PzmoU{KoO9%X-@i zr~S#C>D22NWp;KoPv-B%dZdNCH#Fae%~i~JiJE2h=8&;C?o7QlPJjzM-uz8?#b*~| zM2?Wot2sB352~=E>}CW&bJBRK z1{Utk(8WvSpk$Ffue(%|JE&8&{KiZRU5FVK&1n5y;PvO2IlW2)1FHqm&}umoii^tO z{8f)o>+RR3i!8PM6#B0v+BN-w{KgUmbZD2_dC3l23Ye>5aJJ1*BghZTN1H>bPxxZB z=XyNogYd!3i>^V2rnOVIf)<`;E?|odl;PB-i?8W(2}8thPGD7WsOFC2{+cO}Aw}6? zfW@+Vr6(qKcU^)T9*D@UFgMcw+pE_;!_3gyb<|Ey8;l-xKnm-bzawK)3w?F-v3jPp zT}l6YXSngqf=;Bs-gbP6DJ-OiU_-=&ivG58)gzUT#H4>J?56X?dg9x?QpgI3-s3iZ z>CUaZTL4kGhx<&V7^yjW(iDFTk z^GOCo-mup4Q3~mD?WZ5Lxmmt8%b*|niB7DU$ocehqLxxoGRkBrm5?A+R}7<1IyQ3t_)n^EuY>CfNHh1|k1ABCdc9rYHHCv{<^zyBOmUIR&%YwJuY1^-d zM9hjRv&*sjmw;_^3j|`Uw&^##_juT~t3RD-hxi5C)onumsc*Hw(pl~r#k-Y zD%ehGT<6>2$hY!IS_}eud$qDT#zQC74nux%kT=C&l0)fhZ5fyyhOZYG7OHly%5FsA zzTo@e`;LZFuOr@(W!S-r-H+836Q5T-JhwF_o%eLrbzwg)E_!vtj#OdRg+`$sRj zq|ovv^Y@Jbx4+ ze{A9m%z^*l91s7^zdz0^?Xs~bzQMvIQ<=n1-_Q(M0iV=ARz*#XQ0QpTh$N_mE-22l zKg;S4V6WKf}aUUsKa({1=n;U8J8Ay>2v%sInL+I8(JlNDF_3Kx0-1!|WzFm?Oeg?7r_ZQAzmZK-!^%=9NS266b^~;WWMGC08Dw^v zVJ^)&zJ@G$$J0Vr-X)C8=>m=m>HFt5`CH1^z z9<+N!3nY*f{5+VlSvIovc!bVdRCCJKSqFAvf&tb3xYWchb4d6K%q%V$Pqyg%p{fS( zggk!GX+M9TR5Z-Fpg1t%63Ak;)y)+ZO6R!J{;c#kCmZ1z#I^kT&E*n+=lMx$oW3<- z`QUb^QLc0$YZiD5`Y4J{FlY?10Hv6xbrg#D$;L`ygMxGQ9jS9%AHzyTRR|pi5FS}@ z8aNl_#!B${X*0Ws*(mD@+Em7P4aKt+Pg%qI<0b(vH#|XFk8$P!;tbVC?8*E~GK&%9 zJJoDLf`tlS^rdmD??+pv;4UvMK$>z-#kYLmCJT~5Hv+favy?{HimRUyRY$u8crpuW z0!wxi1qSJ!Tq@$okrzatwNLd?FP>DSB1 zDgH?5C&W!ZII6v#gr9ju(;h(XvWI%$X~5N2uB+)}PE|WMO*7uJK}QVtGmCVH@T6sE zCZ*;Hxv1F^HkJD|_J_&%EvK;etpRLywrsZ9?(-w%jS;vkTeZ1US}YanNgOS&Qio52 z`T$f-_6UV`CGOTz;|JZ@;uc2F&+vIJhQd+Q@Ad^4@Ap)qC{kVk`HWG&{2&T{)--;8 zvkd%(lGiYKeiKR^_T+9UL0-kjCZ$Mp;ECFT93D!yrvaALdx1TT_u%G;I`s;@Zu;Wc zIHU)FO#E~6vqV!j!|^q!N~?oi9D-G9x_=E5_&Exxr=)O8Vvd-fAlRcg&qMQR9Sw23 z@*JIMYCbVF1^s21GnhX|r)ZP~a-c zG*G&}=nQlT6q*MIJ^=Lb@r-`%umB8Tv$-oz%{Yzdx23mK^a1gR-f7k8j z)u9ywmQQKK@Y+vP@FFW>4PFn3rH0(dOfD)xh`Fu9x$M0%=$^j*Fp3i$Q!3)qN<9*| z8gPU`Dx_{_9GbQ88rr7}PkQa13|el62$%bDn$n~ikgZFI@o@R#NEKVXpZ?@}*0rEF zS8D-bP90VtqD5%~Ln)u(VhyBX@$N!dV#)Fzk*I z=U-kVKll@v6=Bgw;`#TymrP@R0F)Q|{*bcPdkpxGm^S}6HiE4O zz*Dcc4*9olj*+8{JhuB5{D+;0K4GZ>abEUQOy}!klZ@)+H5<2xT}_re0Km7((>%H! zGZ%t3S=T%Vb0RKZQM-Z^6}_W4#Hb9$)ehK7z6%R1+>a=6&U~XwB3b}$8KR|70>vq; zy8q!p8LeKq%9WTas7~rkRqt)rMXjjSXp-oefJkJ|j2*Ged;(kx9sui<)1qIUW<`&N z6CMDxvwu!8Mq8zy^Y5o$?hHNvV!u8B0z7}E7)O7l7~w!S?|Ulz=d>rvMd1TLGOghO;A7KzO&NV9U8D4a{QKz5nb`xN@B5$A zp0o@3cUbRt@2-EPJ>QG|YfS&uF`0dBd@&xl&waOiepyFlndF&CY`mfk1mI>BAeiW{ z)D-?3fr-&RX-}?o@!Z~f{Zx>f@O0B9#;iuKrpFGB)D;ny> zu-+gfzCLeyeE;cG?^~sJ?!o}4`Ec%F>Mj-U5Ter(;tVWo_g3-&Kr@Q^bN{QZboZ<= z1GA4hXl8}U(>*%~C5FzSCsPd{0{~b9@O8`nH`KxYGwp8<{g?VT2z#neI@?iLCXnW3 zf=m!W34N7%@)a-bc*fQUsVx90o}_^N7p1=cfWG_x_+6t4j;Es%&F*W#MWTGZl9Wb`8Cxxz7>`^c)HZAC!BnIOEM6U!XxM$+|3nzb@p0Hv_aA!? zz*563_iJcJ2j(+uxb^3}#P#~7c{DotkS>{m?MhRL2Jv{h+76x>@7}07(CUIZsavWE zRynK_L-RUL@My)0T95BmKiRx>j!NP@prs9Ya zY9ngXPEMLOl{!oG8XxU4C*IDzlFjP6lc;11i;EZMd+^LD_`uRahG7N2_YeS^dMQw6 zm*2)u3^^}#gW0`TZ)`IG?zXEei#Na1R#!tfv$!Q}4@+4WyH15+9@HFqIoaju==3~} zY?|eL?_XrKQ0PxC?r7rmW?K9MonD2DT!4orWY^ zTZj^N6xqI}!l^lw`ne#?B_`kZwUvtWHx*(iOw64Tg=T;zUmh~r@=|QoX`!cuIwjfe zrxQ#(b%b?1gGHUsmL>gp8e*y*i5u#nHH^lg`f6NQdBnHk2Fj<^V5ba!MSnwqog5fLko{UBif|O!?%Gh zLCuEqHfIZfEuY>kU=3m_*mF})NF$(;=4BM8wf=-X{C6TG!~~EpeJdE ze-W{>*%z;EUs|$F!t-VA&>N-$>K%}CZ9lzx+m!@teV*x+w3D1C+_|UR1Nl~K?o4Lq>HkKEsZ2Wg?>g~dS!2WIbM7Yp16MmhABt`jf{#7 zR#KI26vujK>WP?feLZ(}IlG8$5MNIDp#sha!NwyB{I>Z`6$-VXZv0_eLJmD`F*hTx zNEYTC0W`7)R+2@aA|EJbfi`-t>+8B#Y@de;DExG{Vv38U4cpGSHy!u2U7|mlmq)8k zlpdDdz69ssf7Ga=vPk3G!Q3H=2QCeIM>Kv&F* zzc5}GX2)z+AFMt}9VDkzHRwDuYi_wwmzatKOX9jIAtOQp6rkJEflKu-dnkz;XKI*2 zYbY2kkDQBGpztppQIsTk9{4h)YR{E;ID;LxgVfs8%?2B$o0zDAnlzli#h}_*(w@)E zG*#*9VLLmrfOxf?gds1;=BrFPby|FHAV?}ev{~b1YY`K{WEww)% zb(E9pZw!%9KLJ;od%}IYhQW`QMStTA{(IuJ|M@NI2Guo|yV89}rSBfW^smTC@V#W( z(_fL3^dC|#VidpA8u@?O{#bMhxnp&{HKFzp`OM6nw#)A*me*GNTc^pE3z^Q?lXJ!0L`Iva>3W2~7hn(qwq2cK1x=7t28qeM!UkA=kb^T|ZJdqQI9doqoLQAPlx4 zbFz`Ss8@}Cf^x!c(o@XC+t4BtCo6hQjIkx!jMxyg-#FDt$8K!Gnpc} zdA<1^UmuUbRFm~^Kf%Z!Gq|_)_q}jBGjupwFOgQSYK7cSsy2ASB6(guo8GEoJ{EV` z>EjX05>D0|W!7pS10uuGQ)%CR)NYtIDTi#+%u1b#XVDfue`@YtXMtEcv{~ygsy$Zf+y36U(I5yiqbGVJddGUG z2^UdX>bb-dVC#DmLCXe+5zzR(#0>7J5KrytlCB&%`|H3h2oS9x!xW+fKp3$~zc`G3 z0Ep{QUESPZ-+D3Jdijo0w(g70@59w@wM-leuXuIKtD=V*8z&EG0(lV{7I@G&-AU+N zN`3W@i+|Y#rMvVzF`)+l=JUk-1C-B37b#uMJZ!_*S?Bjh01DHj+GMOktOV9f%cOw* z7A9cg>(Zvv!j#z4I%-#uc*UbGb$e@d?RT8*4ldktwe^wD$>3E;RZN@_v9W{zz7eOz zG~2Vz#^Rs0o9>&^pG~)%4YX*hm}+0{WwOuLR{_^DbG)pYh2X4jxW8F$LLeb&_ubyq zWrqpQ5;_#6RWvze5XYz-BVQFjhge)Y!@M;K{pLA{zi64@^tn{Bm)r&wyJ?dnwIrDO z5q?@vjzDcv-Jan>U`CUhshkt%b;Q7jxyK{2XailY7}%2fZfwCd`&7uoMwF4l%hL~l zK$dF%7zLCYp_5*AJ9b#XVqy@Q?M=yK#DSGQ0rch`kL8Ey(?1z)cgfv_?hC#3s%c>V z{oA7tXO0L{|0I*0a2Hze^K<;P*gwBY_MZ&)&Fr1hg+(lkWc0^q0)^)$`3%{W=-WS; z>%3m_6Zbb49h$M5%B;<|XPVG+2F}jHpDfVxT|;BauAIvE>BsSN)IT%tiK1Ta%oN=R8#~n-~REydJj6Q-hJSODEifx z6Px^sWUa|bdH z!xtoi1m?TK`wiXFpHfCb(_6**O6roMP5 z0BgNwnZjojrdB}(I&F$rVmR_zUeRCi0pIA@3c&eBFf}SpfYAl|R?zZQ@f}bd$igA< z?IUUQY7EMQMPz%qB34eO=-Km7TOrA^JpuJd#Jl`X^&d8zJ*uJ=#nH}1?L9PWgbQ+* zp#gU5aa}V+#+_XiN_o;;L<@%rEcFe}r>vivQ>4hq5`kamc(%R*5glJ3R^KoG{5};A zfSR9wHojG&yO(g(tvh(Dub|H*#rqSf8Cdq*-k23{Qb}ZU#En;SVks_doc$6^Glkqw zrdLI`snNCe;_}BQ0k4ZQy>CVCG)h&%@FwGF>LIg12|DJK?U2*d1`PX`^IzW|re}gq z6~KiQ+Dzdm%sXw^?}u-j>+E@xnc6Aoo_K}A9I@5OsAvloR)XrAm0r)_txPkY z&&?cyIhh0lD%i=Mm|}+Hg&8&Je55rQxE`qTM|ju&#oa`MbolNt?Ua}$#fpcpZ=Fyl z$TA|9Z8&5Qg$`MQ-Dj0SSL7J066_{j2VHnsqeHya7@tumT`y)9t7G!a-^U#DG=~34 zR1IBYZ8G`@8z4!Xiefi8lWY|0ZQEICtHg_%;h zHQ%@#0#iKhP0xbt=UnSo-grdFc=~&AOr``Lb{>_?g&iUEsWAxFx z%@cJ?L_de4bD73!uc*ik=2Cg74dTyui@nGQLEZ`G=i(s}0;AWmd|`fQ2%OrWim}*6 zuPqhD>FOde#@=doOux`d8oQMl_O^7rFRn}Btm~K=n^8L_0Am^iYfgL`Z8Dd9?c|&| z*DM2=n7a}_(k1hi&bcsbSo)_vCuYxRV$OK)^1aB2ZRd6bm#)ISz>!j(kZ<44vfHG1 zi=8vbZJh1AzeWf{H%$_#7VP+4ExhPkmTiXZ)8b>2B@HOty3Kg)d2fLG_7-mlNxQ;# zp@*l_uL${-;f76TrgMSJ+v))X;o$^k;=#+tRZGt37|tCOw(vD;eW|@(X1QeE3cv@3y z);xI6;lkoIwe^@15G1I~KH1WD;!+QvOpFC0@J+BCc(Ih1NSo&m71I_wfRXk&9hqCg zjKj)WV%$DJwVe@1zLgt;ud5+)hZv{2BH9-udOlOordI1SeoumE=1g$@cvzECunYXu18O~}e-@8N9R!uGpn=W3wI0;aEQ-)n$Yp%21F*KxW- z&*SagCs2zf;9|li8K7vpXiGf=KSx%8kz8p~Uv$#dlSXs50X)N0598`q5@Nz5l zt(hB(Pj)S4wy`w}kHBk5jNm=+46i6UN`Fkm$Smqhw(|Jh zM#>fwgap;ejNgdGv}|Xu?P#81vS)s$KH)6rCWjNen}DYR9PM3~ zC@Dm=62rMt<`%@ixV2j+&i=Ai@3^DO zr1@1MnSY9~0(|?+{A1#LT?UWl*<84NiRE?jSC$l?L(&;WhL8(e1Q7!X2dRmsikjc@ zf`H$Z(>eXRpZ`j;;&KW<;J^6+=>5;i>;IjX>DgNs3wU%$hhJHrKwrAHEL7U~?6QU7 z2~^ge$j6)FaVv7)1+lzITFxew{I{a<1N(`6_@S*-Pn2iyms+mZpX`n+?Ob^pR$P?V zh84Ip+0F^8QtldRtIXg_Ud#3-L+pcHUtWzV%LywspC;8VMTUPEAM>tRAK76g_{1R| zmrMO}IsyRw&Bwsv2jJt2uAg6@!NTvBCG-a%yh86#+4by0IkwgO8brz3O-WPZZj|~J zr(1``LIzDYXH@6$c|Qppb5n(7@{W(kb!CyXyTi?k(mbAX{1`zF`qZI$6E=FJFD87> zJL&O^Ca}&=mr_RL$g1w6VW?EBsRt;s5wmrMF_;6YpjO-dV55S;vx8F5x;tzmS#jgxf zukbm^Y1U(~$uF`0lD}Rx zT?TZq!>(t1+-S&TbZWfEK(PXOxdoxBf7RBtTqRF?$Ai>vHngA}9Ixt+n%zBsNVpXv z58%RxyyUEEY-?;u7)NmrH@mlOZ5Si}yn&TsqG}Kv!?R_NHZklVy7`E{yUFO%5^wH~ zG&y3=WDCpI{XB^NRWc9`+jcD;>}H)-d#Y9j#-D#7`^>jMm;G({6-s0+W<#^34x!ly zx5~Bw{ZKzI%M!jGackDSwoM#HgSDI1M^EEkhsR_GLEo)yAw+rg_;COiM=%Dw9xMLre#ttq`H+7 zsAdC;@*GGdnq=F`gHZf8?FB6R*4vD>IDfkBv_YrZgWiO!vjf>GfS5RA}xE{J?`WvrAg_W4^OJk*8>n&|vj-u#n{)Ng+y9 z^d5jTZoz*+X%6>Drz2=p+ z*wg?pnN4>zN>waWvVkzd%v3qk8rM`!2em)%>R(f)Tda35OMVOLazB^b!Y`AbKRRpt z0)M}g7#{Z?KD{P>>Qeu?$#YLNBk!FEZ|8hlyGHK#x$YW1!5B-N;bvBxYu{Cg`y?z^ zE()$s5o|Pi2#&Rq<`wD~yogFoAiN|sR$+x}w!O~DZ=p0X0cmsFl%lg6(^b#7twyGcYyG)()Q2mn54%Y3i!g_Pv~Hz#i4)suSNoORw7DY4oh!TB99dO0CW@X?Z=5fCVi1ZT|n}QEEbw*jPiS7o5s}U zv?$C&L29~NUa)_I*KpGuoL_fiUjyMQP_ay-FofYV2EoG4c+C!;ZYn&2V#Qm6Z0^guW0g>7_eyAi^97T8^tWg?oI-EM*Iy1>1%p;W6;Y z$5$7?Z_d>`LSNaJ9QdfB)!#pj-{V+fWI1}elh!HOEv4^d)JFOIgug-aW|Kp>IXWMb zzF6_oEtzZkHTaooNt=GrI?=f4cBIg~;~l3AWlemF?GSF|gekV()Ufl>bj^}8vn)>0W?#a`MrQ+lebR!Kj{j(#6|FWVgWkHxKz;fPEI%(!Gu*@D%6Z zNkU(@9>?+>6Ump3WK4!P?fvgBaP%`IPTFevKy_fqSYMzh6;MrWJ`xxZAC{6&Eb|Ip z>b&LR!XO~VdDJU2veYU;bKl8Ix;s?D562E*3-Y+cnm*P~$g>nB(Ma17 zf>zJ8AZ0NJMANhOn;Vhp%FaqkH6C)>;!ur|UIq4GGT0;_iH@q{QJ8m9?^>;P3 zc^1J5?55_?pJ@4*J_FOAGjYXI>(rbsOnn$EEo{x-+(d#1)4WqMRcQ`jf9O*605}oQ z2^W2<%>LHgnoxG3t$l!}<=@fNWF7ut2q+TjB>GxiK5n*SL3{NcUsHZK7xZXWHk&XY|M7y`y-~X-z;> z0SLz7UA-|p1|~s`8fm?${aH+)?;)YEy1oh8gND;5Wa}d&as){dMsIeFR2Q-_2Pi%r zYPw5rl4GKY+Ht;?m2dU-4s&VRZUmn*Y37=0hR3M+an%SJ6dKr;_TPANE@|sxC}nBK z_GFz#S>k#5?A{4B;!p5J&t7ZS9-q(B+%Hg%b_anv5iQ|PSG4;a?U|fK84zQn7TAB~ zNl7pz`O1Vze*lIA&sZM=D>^RUtHwTGShmbW`+CGmeSTc-a_?a#*9moveuEl=j`W(L z;}6BXUxbjq@C2z)&`VT~9MGb+bOR-G`~aBgBgmG50>thb(nBbn|D48y z`LCT*4F`&?wA8~|#a*!>+?lRR0-j1igeI2RwUG=?&)`J zhG<*vaK$s{y3~uBne{R*w{JpzcT=?%(94@q|KY=Slx*rzvcFfq_ARJg$P+34mW( z{s)ouw~s*n$9sj6m1Zu;XO=`546&g4&jnaQ5MoSR{(8^c!C)OrPVbvUcR zCk_)IV(fxw#t`$CzBp*U>hH*1sK3gyH?OGA*y^)8NS3kDS~v8Wu7fvfqFH`d-T#|p#`>e!T(V&y2(>DpQDH;Yz#nYs#;ig9OKOd?=zw{$ZeWw884M%>Uk z&&v68qjO7k)LImOou9ER&AtenSC6VL;!~mG3PzF_cFD%Zl>@l^*Rx@cJcurZyhna& zi1AQ}B zocae$Q5RR0HIf&EN`7CV)gcUdXR#Y(=~orMC|Q4yJGA)gRr#k?`WveH_B#p6pC9>e zI5PeE@e0G=D#$mTvW6CVXP5}4n$}juYPE{P^%e$eiYOfcVC(IE_m$Fc;~29(_3OdM z905`>`qJ#i6I2YojU$xBnuPNndC|YJxWy%Zq7$iHGjGpae@p&O&W?9ZABrEivUN`a z9Jnq56X1^ufYAy2d!Bv6P)|!=GWq%guPYQ( zX7~8bLm{%2bTSEy9qiVRPTB;Jw+URKw#$~ys`RF8$6fJ4ZX>9Z#d2k&blS}=vnRnj zu|exiy)37c%@)T!aFl&sSq{dfA zRyR|!#l48?-=ELv15Imi{b3kueK_+;qV6p0p$PPy?%}nVOzI{FMRp-wX<}QMlYSe|2MK@8XFT# z51>IHx`QZ*BFyhEME*xhI(6%Lk@rBT_$j1xzdZF0z-ahv> z+}M!Aj@-OSYQt!8$W_UIk9i1~AWcE~aTRCMHcs&7`>2$zBFAmum8h9P313>V5rA~) zS?v|GKo5~z_mZxa5Csovz#I~nuY@H5wn#VdV}e@~EFl#i(gs14Fs^o=g)5rS4}faB zHHxK+^*&wZ-Ph6~uYIQA*<>TAxPZD9rS5Qvgtges(P8PKSN>cfLYAXpc`tLNJr%ns z=KV83LdHmg@MUjMIetY2QT`34d%Do^-~R#@_4|fewF>QB)-b!@ZP4 zdEf{LP()k*=gFqWYxhF3ZPuju{=Ke8vO;5ByGF0kTeG?V2nCGC7e}k0f$-WDR+1jk*DN3X6-YDC1FP8Uy zqiwdN8X2xAg=HbUE|rca!`TRauYh6g_JM2?YJ0i=wCo~ljgnoXEp1CJ@zGOVnu2Z! zeu)-aGl=&n1#raVqm+AqpPFCB^VKue7NWUqrqUVT4TVK);qFSuJ{XCLXmT#KY*4%5 z!S@Qz!_;b&4W~&_H8jHU-%fu?`PJXA^|iRuO{zp8$8EH7w-~ub^-Ou%Xe|CqWJvPc zyBc!tV}!?Crq(T>I=@?~D_L=ILu|3ua(fjRRE*mPhI~;nCxQRUA;=^TRIcdRG3wbx zMncqdt@w7$??M#4TWV}?EVM?uYyDAbdzpu2jt-Fmn{7tb59>B!q9;{uc4n$`UJ0V$ zY;SRaw7NGO)xxls=+8$%V$LRr0lKB6s^s@?@?;AhzO*GLC&3{fbNRht7_f_K8}EwU3{s%>LG zS+f_Ca#tf`1qg&wpz~F3ju1yHbT#h;r++Y=oy&4Wec6aMK3S!d*f~U9?)?2Y$h$&s zRhBlndG4H<;B{M%#Im?2ur@ckm$axyFwX1Q49v_gd8@UBr?HZSv1{lLfXVqWR{Lb_ z$x+u`!%e^AYF@0`wAn1})aDE`xneNSh(+zoB>WgnjyNIH?U=2(Chrb(-M0QVN8G3n zzQ-*E%X$9UmdqR6!Qp)4I0J0Ro`(S!&iYcP$EEh08sdvHnN!p6TW6?fwGAxPIg@OTv&dzC3U`vlhH0}UVez5C1cgMcCL7(5(xKmnZ3*jusLW$a_Kd8)P;Ve_ zQ31t@NXb7>!74@{+b&{fnGXW%A4q+ZDmR)P3Lwpyt()zTMVMiR-)f=KPDvg$Q$g=! zagtI~qpmXWB8qlhA-()|g*$7b)vx=cJJ|S!_y~0@WE}k&pHP7I*Ll`r4>j$RTPg5< zoZMr6`TjKN21b@O{-S%xgzA5=LC0P@bsx|7a?fKFNP5tniLES&90!f5Obs9FY$Kw* zz(oV^s_uv`0|Zbq>~MWq1jt#guILb6koXrS;5&~>O$_1#FkfkIDN7thJQ2?3%;dC# z8>WHN(95OZx)6L(Lbf|Lslt(gIoM`QXj77({9~ z*g$@NNz<(``?7jc2}VMMEW_eRK66XNSD&KWr&^7NA2%ChVRm3?{XSm35Jek?%cS2C zIoQyB0~qf5bg}#jj;t3}&)qrKDpeuq!PeZ%#_d4c)@9)c>hsY(0YYps!}|Fir+u)K zw|}Y^N^PI_-)D9HRfEuPRV)pAlzrAR=@L$k`rewnbIO)a-RD##rJvnBP5s|?EybxS zD56Q@ht>_U+S*eFO6@gxCx?SP0b@NU$qp+as0%i)C@|Tgkb4@>XsZ#bi^*9A?%4-a z>!z=v&YY`WOHq3Q?~N5&cx|_Kx{aN&ZcDy-v@glI2YPF_G}&Sq)TA?sQ^(&B=iV0+ z--v5*0ZQ2jg*2C87L;_zqBmJ_t>(THRZZq(X-=bO$518B%_@qwFg6m(rX<6%9qsKV zlFYZ<1{KNLn>!ZnpX2+IEva(H@895;JD8!reJ16PnYFUz9fJ75?I8~nxPtOhVt5Y*z_mN`^JK(oo@Hvy;c>zr31Rp3v1hjpHyY+2mS}(zAiftV=(}h`&RH9UQA-n+)E%yZ1J*2sHRG&P6 zYpVW7mqSvr?%|CO(_HoWNwpIo1&*Wgc3KE=6d!ZUUDse~qKEgp%x}7a*w6b8)=s3i z-|Ur%QLHhd3s%=vu2AzK(l&aph>i4lB?s4|R3ZfjzU#cRX{qU3U<1bT&A=;N=p=S)sT3oFW|B7LGF`m#hh+{M zt1zer$wW}NzxG0x9iviv&RDX{b1j^-EWRKuSP|(|?+1#Ku(7p8At0B$v)Yk&K;F>| zJZ90zdf!ofmh>~C{CRNOFxzsDm=wJ3>^?$hW~sCWkw@4rMeLI*6b6eK={Zmu}Li;Pr@ zSW{FvN_aO743HGb>m(-_@&p1imH~g!wEmj_++Rdyf7vkk8)Z=S>u)4)fXmWiyD@5p7$kw_+QZ_hsEqz=T(z{UV68BDbP%E?ax<-VO>gubq%kQt?x=%rXrn1$bQk}kaC2e@X??v^r}zLw7ZLEN3Jb*Wr& ziEN5sw|NpGjZfuDpxZh(!UOnUEC@{xl`L<>hKHXvk6*Yt)~p?YIYcHXqSxTRnDRnm z9OQXP&$N=V%J;LDhy<@?dEz;26P{lmpPNZwkfb^B*t)7gJb1g-Qvm~wr>misuk$$8 ztix%R3kVRecg|Kfh{Sl4W0MFj_75XsCd5vUa~xgmElaG~N38B?Rp%?)-zNy~RZ=@O zZ=2Xj>Xmf92hZ8j1)lUJdwm#!ZW5UWho+<3Y0jD|yh8PvhoKlj#h~^O(3yQrHlcS~ zkzcTK0P?cZ*2%7!IWD)?Q%l{{lpSD;&e6@DU@EPbM}&w9GZ_Q0HF!R{vet67okYwL zmuJfL-lW#OYJaflt>_Xm64Co$Bti&O9jZG))jkN4PgFVsWO?S)c7)|rP9Hv8mM^`rENCIR8>)*v8m8X%PzT4 z{~Q080qz_w=mkrHSRL3=&XFm+nqXrxzF+&8h1^p&w(i+ZN64i>)A2^&y^bd{4d%Eo zm^Ea8z6NHr^`W9LR$ph9r|PuKi>siLwz@1oc$2z|<1qQKP18Lnh(!bi1dL5mO{v0( zv;3~Qa}zG8%G?pg#rztfkmz%{G1!#u$Zd`7g33A5ah?R7e=lva{NzDyqXR=jYrlc# zyIRJVH)vD3YtpvOyVj}%@YH5^21#wP5CkEUb=bUFmo>C+^LW=c?s{~V$5^ZMP*+m< zoroO8-mr`?Kr?E(E3V#ajP4pBj=c9|&As5<4nKJoxMr^T9HJ8tOrYGG)!e~h z=vjf$^}TI2BzdEhfGZ2CyC$IDu>agaNx_f7E^Cj>A%Bsw8_hyv#!MNG?f3b$DVQW(E4s3ymMw(bAoabp1Rum$u{4qCaGJZ?(_g)L_`N;eg;7h7nBhUrBEKo104i&EZo$ zd7yMJ-k;~j&t#bg);EW5qzJaKH4$L;P_0o@WG2o0_q&}wrqX7xLfn`3pgfLxBNyN? zPCdQ;!+ycfw>58X2=m!?bP%k4M@7I~xvDf9kX| zmi%IUIY(4k3(k8q_jh$k1U#u4W7a&M%hQc-BGQm!g26ukFxB}UV8t098D_OP$y)EF zG;Z-}I~?t>cagjGlaJFO7XAwWieUulH;u4)wUeBO7)L(f23rFc@X}6Il?S68jYDmYOPIi-U$%(49xpYWhkO6UrX};S@y9_S9~OB+QB*~I zod#$pY~z>K>bqwe&`+cR3yow>4ZX;kNv9I0cst78GzbcJ1y;#}o}>PBgJB{Owh z>*R4oL7hJ#zQ8&ITqLC=15ktnl|)M9naGQ}Y}Cfq*9C73uPNbTu^MCcQ#H2}Btbmt zlAeT-)$lKf!#Bh(35r=S^Dz_bU=3p2v#~lh0e2E(S}=V!DqkyQ&glAMg4CCVqPe*n z>>hinl3$BBa556lIkB@djZz4+L=UszHs)*&k+ zc8ljKPLnkWeEaDxm$=TqCH{M+3)2*Cl{R#>UYfj}wkfNy0~leIKjdph28_UmuZrYm z45pJ9Ojos@(OcTO8v5cueDfe>hX#jCJG)^v;cxKNl^9n`C=tocLIn*P5v6&8IkinN zUO&}h*1h3l&ro+2Ue1qYzi`W78c z!2}VKlEF!SrgYdQ6aXm_MW{~kk(`5KE~`PTM^VrV z#lR&Qe`1;%{{#)YZ1l~6J|g*iPtx-A=`mmmgW8mCu!B_Mhn041gCifPZ{ABIG#mBk zTVsWop10Pe-uEr)_9)-ZrGfK_HSq4A2lIAXKQXlU^pQ8AjyLWJ1+16Ww@wzYjR319 z9R?FncH4qOX6c3+4aii6C_qE#q>?`m-@LL%qp9KZG3t({%vCG~cn^D%dYXkJ)ivUm zd`tkHbEz%fa^&qNsy>S+ya?IDaAxSn%n_Ni+Ri#shgG;nEh8$ROkR53zXx6vfJc3r znaDUA>AVRr@{MlM>QI#by7rQNBZR<-og;n*6ZmJGdB4xf+A2$%>B{(xBC+?&N^AHq zIo&XT=d ziOecR8~l=`4eLphfNBh)fr8cERV7$MXT?$tGM@JZ#TNmtiNo#_etQB>Tmo{kDXb&I z8)G=EKJ}&;q*l57CEYdMNLzuvXLDaC{8&VMdB%{&_1RxA8rU;A>>v*JNg;|r@I#eO zRIlVr;Uf^6{ng(Vhpd@bo3=*+s50!Jz2Wgq1e_mn z4U+_2=-^1Oenx4yM>b!kkGATA_dKR~ImR#ehUk)=G_H<4_NS^JeuksRjX89t2@+n5l##|(e-U(Z;8 z$oHPUakXb|>s19y$bJiG)kS}+Bl++&7ic(Wf0T(#i=u$A;upDC`2~ReD$Vi04~rMN|lrO z2FGr3c^}I*Y|q&=NmO8sZr5gGkcdhUl|m0E{aCAsZkwWb+JM{@=&7Qit=TFxC->O`z8 z>WfzBP3fE&gEicoMIVT~Ww!3_`ZcHrVp`u9-1|x@VF6eS%XIEULow8``?z7I z*xSCTVRtxYxOAJSk)<)MkZk;z;#;z^fA7|qN=|8q;G9v}mc5eB(sjOZ(PaJYiSmrL zw$K8lL#DQUw(fcc{Fo`d6~l#zmgdt-^Lea=uR8#YaWjapb^GRxx3{ccjZ~G^QhrH) zGIq%jGAfgkf9E@Y6Wc_GyR`eUv;>P(mk!G{`>eW^K5y3XHO@&-Z{kXVbK`Xfw{vuP zPrqBa6S~vu;!;s-xDS#c`n5?9(#^XsX-%UXltK7u^F5@PBPIsbUP(&|u+qeNBY?J+*$Q4X|Q z0MFs0ffO~iD}h-I8&Z^R6<=Sm73=vqZyt_xpj!*sW<*U{rqawbN4E=K4J`Dw1mh2v?ZGg4^TaeR##LFTRkE9%K7Gw_1S zw&%O|4OmfSWe7ip+rGK+7QU6V}72txS`dVE% zRC4N=i#RE6X^Ad{P2{=Mz^adVTq%gcBn};h7h&h$>!mG`By3;SW`+pH>i>XsgJ>%c{_udn`*kotqv@1&x z7=}_)^O1_e4jE8NDCTp}rC@{E4T4#)=iKys~HLWq$a5;5wBOmEY zd-`r_a$Xeci^65n;6b#oiDIcjwo5bip0NaT5UCl2h~Zqx;HRCnz)bulq=p z1fx6w)yU6P;6LH>sxGrji0f3+eO{~YKEQKclPlG<)T0O)cp*(mi;@=sP)q>Y7?5^F z#^r-?;Vgu5v9+xZbF5#ie3O36*wv%Wz7b=-VFG(JnwiN}!5N2;X$bUBxnp9yP4F=E zP}Ve-Ou2qr)`@SMU)5e{Ro!{?9IC9I99q*jd-<}Xo-R!~sJDQWefxl&UnbgMEa0Wz zn%R~YT3<&5TNk4mr`((Ojb{@{Tt_GlTqt!-VE*)}ceX0Slw+9_EbyHHADf6nR;80s zVfJy5 zT}8&b{=p_X{wLyKOuUW6&Arun$yxyfgG1j}dD3Vn`%^uZ&=`%Dy?R#7M;8c-iVFvD z#Tub(kRdZH;^duh0qtH$;@M=oQ(26W}T zxfHFe>Dy8$?!emL7%)ke!g37{wQ zlmxvqb9V3h{8AZGA-a9_n4GY zWOUzPHy9Luth>yRYhXVjY3iJ3)jS3&ws!^Ajukv-n*H=8&67|wgB`|5rl%2GW`kGv z2Y`n)TI^8l-1aiEO$KGm?e@Ud9>{Qls?J_Q?O8)_(9LT^vF#}{GB6?;3N+rx3gNh8 z*B%}OjWt&6Mjml+v*$fTO-kHOoaRvAb^uR5RKmBsC`1irX(p;kpmH??98Rm za?gzM=q;76M?$^xU!`hB&$AmX_g39Jm2p8A7OG1WY$@Asl4zbAQ8&>BY+4+fHV4{D zN1gcCB8V**S` zBcx)+*vUGSi}jbBU(Baj@>`mcgeC}rfq{7;DU zd!(!LU-<+WDFst;jR0W2h5MNU)oKRZVF%n}YxxI}(in7Xg!|3|m)+nlOL2F<3x#ef zmEP*vnxPzqmpv4Mb}ChKf`vLK`T0Gw1p7BKz`-`9v03Ewm;W;X_{7Xrn}Fmw=z7a$ z+I$EcO{7`S&tnq~ocQ=>Z^>$prH&o3S{UAU|8?L$Y9c(j*f0d7-#Y%$2rP0qyiY)E$HdR!msqNjDDM@ecWN?!-Yn+Ln!8j|QhJ=0+wn-a+0Ai$+Hx%&xYJILdjg$@x*B^vuD|}x2m6m7T{s2_d%~G-!=!lZmeqjVMQ)hsQ!C5KXj)c5D zXwAv1H1l<((V7*|%SDQ*I>!h}TT?InK$H=1^dm;|2ZeM`18m6+zKKX^Js-1; zQOMM>cF{3arkeW&bv!Z>flVl_?)czZt3?m)h))alPaKpeUtO(X9!QMz5pT@aorztN z0AO>06_iA&PLYmXA}@u|bnk~})!lz9i;+epYmU~o-K^RdWqM3|?zr>LT{!u?sRymA z`ytPcZTYrCvpQyX3d)Rk#uZR7@VY$xMh5@L+Hscv^TcR5I{P6lbhPWa0eaBi`G8~I z`p>m6u&kQfj@X8n$Bx`FkK#KS;>03o^l*n;?M528r`%bdb7eViKFaj;sA=`}XOWNJ zypp!(ug`6vh#R2Cb|w-|N+?6`OZI-H@i|fZ46iL;$0{O74unQ78LHgu7Cu{OGtthe z+e=}HfhucrTw}fifc{#kBYqf`2|9Z6r&1H1j_@<<6SQ+6><}K57Gz0KN+)qc)E+L- zi#7v)u|a$5Xx?eH?*cr+*=}}yIPSC0D~PrX6A<%m?Lcjw3~0S*%bKl#wSRs6bp+N3 z*V%G#Bt8infdCf!rQaq5%sGK={o;T-+LJV_x^>o`b5I%A@0BO*dRbZTRy>TdzpDTk zqY=Q#`3Qf^#5H);m@T}dT)PbE;^3zup!UyBL>fzq<%2Y?#4Pe-|JOjr!&kqLzdv^a z%}qesptgOwPBw+L@a+c{JZY-OE_5WFC7q45_|GvIqxCtP~~M&M$T=X&RU! z&Wk%KeY(5ck!PA~)f#mrh&^^@D8L|MKXx_oo=--3{thS-=}@3?zzm7^nA`WYzPN7| zppQDO%90%1sE)RAgZVtB>7PHmkB_IuETc%I3k1&Of346~X^S~_EMB7;jIS|N+ZFF8 zTv*5DCEReU6mSyZ;*{gKCzlKyD!ACyol+25X?Gd#+fKBTUl|`=l7!_YfzkS-=GDJ( zIjn>Exf$jD0Q4rS`JrdsURh+G$Q#c{?ixus@SXeVT-cKlv03MN%H;MV8;u3D_-6M+a``khH6-+xlf@MHc9`lLL-sQSGKC%snT!AV#O*jmH4OwuX4vDYjw{Fd&*R zMG+vVG4#Z21i-mbL?kr%VcaTlcA#4|13@6}h8uTxn=E5-gGreql^RZOcZOGTdHfqV zPP{l*7|4A&51eN#N%>{T7|y0HLnLl-{o~N*ia8X~Fm$lhbOl}j7>Jrs2U@G8X_=m` zZ|1x>NcJukr0;~{X>6B%3S{mSb|=_v624V;)@}04owmW$UPa+$RvApynJRDYzrIuH zLPJg1hNH~monW#)Si`7id_*{yW0WIQ-e6HCrOCIi(cp~ljbxG>-kHpGCy3^2Oxz_& z23!tDDWK@QZXO}bz|!49-+ZVrgo+xMfvPf-DAqK%(d1=EHBym3P^e}nkG0mrc zMgNQ;SQT*e-xE}DaC<*ydurWNBhD08xKP*Em_$$nv@VF7&I`s)9LZYH*a82NHU~@uph8C}N-l62%@IR^QJ^ zC#%@Wx%lp$|P%UxoMxjSK= z{A^vMTPM259yk&LIAN)ml@$mEr)>YT6^1uc!eWb_#6LShG#+7cXaX=heC9rLV>zYw zrecDnAroW9e1`H~Z=b1>%|-`0{*Bm!+5l4Wen(ZHcE;-a$$~5Cd-*KY``4FG6w@F2 zY;K5w2`ka59iY7JeyPu-tuJ=X+W>B$W*ctzn|X&i|J7z`PLsfPqingYs6bUEsc|6@ z5x8o$w(^uSRGx%ovs*1`+*YP_+o)zjP4(g-%s_b&NMrw2OK3yL`KGRr%lL%}Rg?h>@t5S38>i70yILC~a zYnrNabRa47JNBt(B@Ij+?RQwo>FZc{YHgP%MIK_753)u2Z(I>_@&vm*wR-zt5-?VA zC1Bj~Qa=9xpay*6@I;z{Is8ZNW$bqQ-70ak?RE^`cwu4K>RXnQHJeblB8vFTMZzoG zso$g%ECBc9QNrH@el_!@+CRzU9)0-L?|1x5SjDpAj^UsEe*XiPWLrTB;+fd28@|ff zGZiCSaSJmbx*>m&(u}0lokW;R6s)zu{i^DHPwcB8-&EBaJNge^2M^XSS_gG}oPrFX zTHNqfSh;1^htANkh$*s&imPqi!T<3KEt|{-F?Hg}umOSr`J|@*U#UluzaVM){s6on zC$e<29`!O&D0(LeZ{qM(4Be}gQ5PGLqQ8lPgh%wZ`=~gNHq4!mZ;Hj|xMB5=_rhf2 zivFX6FZ($I-(JYvs&-_!aR^deYl2jlDh_Ib^g4iV%E4x*$bGW4**@4jBP5s&e^e#ASM3lbd8YE6&Y$aB7sT25>V2PQ}lapn9KVViUaVV_j1mn4Z-GKlI8g-1e;AX7zNM7^nY- zy|;|3a?RU@7u_ix0?2+1 zfe!->!7&!+8kZ$eD8dR$#O17;XjnaOoU$(u?4fq_w zi!0lxTjAKo&X2$Ko175J;)`#9Pu6$czQ$PJ0Qj<3bUt@vQ*Z8CoFm1q)b3=52rh;@ zp{#6lzPJ_xUz4%*6frBBwKX3R&9S8fQTIPy!kCqD3Wtbcdx=Ht&I-%s#8m6`dlFtL zP@kJ64=gPDrk{`6yOTD+!I1~y!E9dmG%pK9U^t4{b+wZH9%`3RzoH7@M@8X`oYp+a zD2bZdi#OVNa^~W_=3Us;^fdFSJe;{sZx+dCP$k{L$E20tU`C$d^l&lBT@+XwE!NQ6 z>(-9RlP$QN=6O!!!qclSCh8KB%HW+tOvv|AxDW1~5k8U+tUi*73=`=}W-TkBj^UJ< zTXz$fLBn;8M29#)%d38ar~N4C@C^`naL0PZ^U3#&>SE-FIE(7y9U0P+=6(QkP@!**(dpu!9NIp$z^XIxI0%UW|(y()3! z?0w^DwHT{Lm0@^3_2bz&X|fNGf`HM|=;e8a0a)-jJxmnRnbu6xHKfxfNt(*TmJZao zX7#M?tV+yBUPZmkavarUed2(*f805JgG)LnpM_;<01k9I?Qe`KtB$!an z`LXBzyHwV7)~%5v4R|TO$|S&;0t<$lp1P zEmd+;aIE|C9PI#HMOgn2FdF}Y5VzRF`lH~m1A1-sLh{x&0o`Iu@l zbK)KakSSJpsckK3XpJ7x+w1m*1m0R!ION<2w3~=A8!L}t;5CxgKcGS&`+A=G1X zQ7a`40O0Ziw3qzYzF+&{7l;%7JLab`PsYny)JnU-mJS6LlOI_2%DN!EujQE#!rj*? z8S0fmDABoPE(w3!LK0hAJcpV42AI-Ny$yM$??6}`ZO3qpcm1~c-vIg5zjLhY<8%o|{q^PZ=fgEGCWo(Zn#uH$b7D)y!PhPC4sZmGn12rv0ou@KNJIGA=aT#G~2q z;R`(kfXCaAm@o1*b#c^{jW0ii6}4uVWZI0r2X{5|$F>j~0p{-&llnN0A`pKS75?bL zhNUl3+N63;;*;yd+$WX!yge4X zgX6A`Zl>|$FXuj6pXjr(#F~%3bk}wd=Jw}Hx`FYp;(MLwBi~UsMKie?4gnU)(%Ow) zJ=8!CccfOjZ)I8R?lUO|rioCNODQKeuGJcVRN+T>ZPN0fE;gTZrF}$@ETNEk)OiYDA`*}66~y5 zRz?}kJ6gKtZJ?4qU>5fZefF6u@g?lgQFGj{-6DCv`J$f~ldtwxPhu}?t>n7z0PwH9Q( zDKk&6Io0PCvIvxiD8<-F==tXhiF+ZPCsk1zg5@p)w18WQ*$;F;d7i;;i!8|{N{ALi`MyC%Dv zq|W~ZO;M*CjJs}z;p-q5wriH}boHcn8&z4CsM`h?Iy}z5iS-Vj@!g2KiJjt)w|%a& z`oxrVXm{ne@4L%X?7L+%@!=;Mg?|T_GR~j7Y7)yT>vK2Q?K&~0Yf6D)=fVt4+B-zT zYDoY-{qttFP2P_lrnaJgjysYAPiBi?EPH;Q&+1X zzc%vOawV#D@3f#*%Fr43P$_)?>yWdD2rdLrOm{`CROEF-IbJwUbO_F70b3wFETAzm zQ3u#+X^VTbD|cIGzw%?6n$p@za+sddmaw$G?i$pHP@VcqBPTlEfz&J4_nUEl%KIZ05ukwG5`kO=tn*9 zpXZ*_%@2(&O{jqXmwI5omAZbMd-y+1yWjeFf0}z5e{hGtM^SeHE`$8Ou$ZxEMWMe7 z9HTaa2ueyQW@Dc*c5L}5@(_$zHP8H$jqxu^yPuR0`yWxRKWF!tcT4y0h%z#rlL5i_ zA?9zC7(a8c20J;C=<2ohy9+`Y`jD(J<#YqO(COEfV6D1V%<2>GiWBc~Nc(~&bjWbC z17ti+%*WM4xFknE+i`DAV(UP8(N7qCjvcvzcS9G%&-WSLYCUEpsjdi(&uG%%AxC*kj3KFo02)su^rhI8jK zRTW~1ce8rDr>suxT8b0=)L+x=iSvyFQQ!C)+kJ2Li91iKR}to-UE!mKB{Fg3MA=f= za#)l!thC~i6?rH0CiMmB2Z7`13c$h>OB(>6Z95zujN{+u3_r21eBbu?+2i>AD#6sh z>$o*Dh_?|i=H{)PNxn%Myt6Yuxtw2L`>_1~RDV^|2QAb34eZ(Tl@%@8Og+x&HHZxJ zP!A0d;sMNb`th^;52US@l+NigN$z&A-`s?2-#J3MtN39I-zmnA-vH7qKlefF>ie5p zBEIEl8rlB_sBfKhJzk73R|e03&?WZywVw2I&_{A5Qi-apL;T3|@w?9mhDJvhCNN{% zz-6)~VI_LC)$gix0nPo5?G26{eQ|F7C*+;(i!(pv1Ajpt`|+n5pR8~cMoU#5r{bre zB>MNkj!5&Qp~NBrl+WW-?=Z`MqVDZ<9$xZS9 zh{2YUIBJPxLPu;Q#TtDzCJbn-#b^n%1u~P8-Q5%Cj7} z*{&PiU7LEk710~`DP6KLSH2sfpS4JTB%&Yrk)Qw5Z#|Gdvb^X1On&~iR>^7kN#u=%wqM&=dJtGBtXS$=it5`n0D-Y@2 zI)i&!U-j=F;%DX}1ZEP9W^RM?fF$&3hQ>jbs4`Mka{T7)LONLqt65`o;cQs$(pQoz zXrF3!_UPy5_2;(jz)hd>+Y&OZs*KmTo^hRk%?$_8)I6Phk}J29;}<1M<}7c>2>lBn zVwv(iT2FgpOEU8CQ8^mVNM|X@gR%l!u!_XTw9kwsAv{TPpqs(aXREGJy-d@IA+7u? zrGH@k$8z%)Da%iA)RnL+02Ns)a3>44G@1C=w~A_>tg3d`r8rQ)_!$p%M5OlQdRp4$ zD!jHD6mq~qhP#(@+l^N5U(4M3ci<}lfRDKR&#lY~sitFl#rm*$~~QE1NlJ!VZ~3xRd_ z^I)4lJT_9PtRu5&Oqbh7d!l%$*5)TZNBK3?R`-bgOzmOmg`TeM;q*8qsFRzXPZ0LR zS#l`xSGFaQi}%rX_QVFzN^P#kJl6_nIBy+c<${W1VEwEM@RK@%_3!=9|F%(Wa1t1A zg4gQn!}$#(o{Z!2uPVO|XQKrG_yL$4dNlvob^j;AcTC^*tXmtxb7w;guJP`$-9NeB zzoy&#mE(=rA;cYm1vqn6d1K)^Syng$eCW;kP-ab9n&mVRy(>{402Rh`(D&DOePwpW zv8+}P;ooF<^?e_5!MhbjS%O-miffx5F7MBG46F8Py%jO6W*lc-e$2dw`kL zg*<&&wGRWxgHc}}W|JK&xYy1r?#mf^>kGkaOzfL9yXP|EP992=fSTdnPkjUMqE=3^ z??5R@vy6{Iu92L@uI}CXe5e|k!`W-|lm|zIA@j@Lkk?zdkf<77(rcy{wFyh7lwV6S z@3l6JUyZS|lABdIW zUT>u0V^EbZhML+E`9~uIJ_L*5>*lx%OD~@*3sISj(ijqJmSD0r1;gV^1u!aAo^{^5 zxV5b)1>XQ`uVdQZnI6tXH~<|Lc|^qJj&h{UE={JXKtS|UXm4>j%C3nFr3@?A6g-M&$3{R0i6al#NU)Hl-ZVRN z4~ov$GMKoHCu!A8)DmK{*s8;uog5Jm@# zGx8)4m1QtN6skSRJvu8N~$OeR1 z;=aDqQ|8kIU^;2JY1dU_R+i{t$X{dj>r_>Q_xCB3#+SWr{o1n{Ba&jTfsxVu5tZw+ zr-$(vw+>p`^Z`}Vk>1y|O?ZTs6xIzz6%C5F{y@=l3g^9S45>*M23FR+v7Q?o%iXwz zZJr9F4~%324yP?ePdey`4zz!o*MnP=Gl{jm{@jaP3Ry~(zMnnzXe~3h@v4$I>}5Vs zD`m2abD|Htuy0=+b!S^U9MxgNo}Qnd7H^viCJlQK<+O+#&gsDq1+INS6boZ%0o~6s z`*=~FC{i@xym!=50J>LyVZz@@Jca3SMK=~*JEy_78pq{s%X7EL1v4|LJ+PZfysQ3i zPXF}B+xtCfoVt4U4InXp>k8q=e2>*Y;F3k{#aYXl`E-YV#|$NMreLlv{ZvdJ3+jP>qYo^Np`-{?U8YyY% zmb$3<%)$Ldy93*!s7g`KFFovnn|_$@!Z&ZGZ&xzRZR{m*yOQH9eq>j^Yc>C$kMQjx ze~r4U8^A3<+ebcbaAoJv$#iS zw2hWgz1yHr5il)A@799KaeSSM`yBS{X#0j?g4bi`)NaqaN!~lvs8wp@+}FaQ)u~E) zDEH(TYx-G_`-vbLlL3L&HedZg{+0%xhUe3knf|Ca2BSE79cj|1eP?vcZjQZhBtP91 z%TU8w3`)PO1dZ2$brX+4i_EEd^+4Vl@hvOE>+4oZ+` zw%Olfn&CYe!YfSemK#zW3z|Op7_T~BYk=eKx~*2DCv07xbo3w?x93BL2Z82V2v%j9 zUm8D!s2c!d_{XO!ERb9&W1QGq8gVw0ZOB|op3J9nuBs{JuO+i}M5+_~@*Ugorz`n8 z5aBOJENzbYP!2jU7Z=IG3MFagPEaxWWi|0xb}c!t#cwOv{y_pj_olkY8f}G~Pi|Bp z($}h{u>s=Qu%N{B-d+416YK7Io?+D&Br(=WfasrHx|H9`p;$VXw%XI!!m#;6;bd9a zv$%Sxic;Br59H3|dvLK4)$m^50MGO4kIYJ$?E)*#tAKU(vkUV1x|%)uD|U4EpY}SP z`!c1o&ylgcmsx?S{OR*-S+8`I^OmtD=PR&>cEa10Hpn}JgWm1c!0&V92t^p%5y8L6 z%A42MaZhr$+uJp5%Ia#B?+caFwS4qW?&LieJRq_Tu4=vY2;xh!t>UhsG(mu-B)ajRHylds=w_U7}Qs%JLUToOn&ac!(j zJId&MWw|`@@4Ft>1v!;lsaR|93hI@ok)7dsH%B{tYy&l>bDWL+u(I3y}J8ngg- z{`}2){~BFRC&i-?#X@t_vc)r7EbMOpo2^4V`o?2zA)R70C^cWI8?&cLFuSr`2c;V2 zuCAXe#lJ&TAnlMNrG<}LSC-5vLrIwvXsf5zI?XF?1Vb%y$n}XS@1N|p|J^p<3*R*) zr@Nx7{5OES+4pU}pK750%HA6pwxqQk{@WIn+u-oGgbWb?um_MC<&}yd4D)>S_Y!e% zV2)Q}O|dx!Q4^RO<3d2f5G8@K_qSPD)s|sMFMW7b9tqV0X%uy zyu5L`IkB)ZOtE{&xx#};Ob&0 z>+Hc@g^VXB*JAQHL3)y_<)^X7?H)~@4|lv>_gL6&yj_N`aP+?c zj&74p&O0`hk9TY;_y@P)$KN1GKmA;^d{mbrAjI;85@APkc{fjXp{{2wi@`6R6cI2B zaqyEsYoyiKr3$bT+J(FH5e*~vBzd4FVN`euy$^Ok+LACmKOS0wUNA~R~_7iWaH zpk*+LTIclUeGgR{`=^79gVYQ|YAszF=mM&_mUu8(mMf!~m<=Dl2pLdAn;U|bxFm7J zli5&%ErB?}?ZoGYimscKYW;S2)4FG_A9Xa>E=2~r)ISw7tHzEhQXx6p_Q`C(FGnMK zMydxV=g(M7qM4dNm{Iq?0a_B*jfU2zk{mT51BxIKEBPH#Z)5>Zu-!A)8Lg_M{o{wB_vZjXk?UecQZy|Py` zx{rd>ZOf_H4ZsnD$7|8k1(&jkjNQClF-}(y&f@oxn@o)o50uU%Kf~CuG;LMpsm=~t zZAbUNEI=mb7vb$CiP?Y6SpES}lGH?-VOlioYiC!r0-hF{dTlF|WfWh_$BsTLKG#kF zCC*0w1~_|M({}#lqu8Oe=Qlvlo#tczUFA{lb`imAv|X9~t*ZCquQ5OV+uzC@|2^0L z;9S;hk|Pg}u-?UBY@N)3(6I`%x&5C7t5D)Fp!Rdy=9wcEIOeAAF@=mAlykQQi(-#I zhzGxYoA2N9Fc$-^r?Q!gqM`BtH|cX|fH=?(h3-(K>`lmeMZ*#PoFKEDzPtzX=kni@jeN zU%yn}?2}?oYc33sAXz1S%DRTt65wOB8V)EI##*^V&Z!y^eV}Aspd%GKt23OZGj#N- zNEvO}&H3}yMF!#_PxnFwO?lyp^-f#Ou4lUqvv6}59{rq3+3aORBt%?|n7>R3b8fz+ zsXJ(XJlS0FEy2;;qoOLgGI-AQQv}@?3~;FYaK%ue1eoM(i#T^rc|B3IFj{}InrAt| zR7ApwYQfyfT=8Q9#)DRO#JD?4mx0HpXSr$yj2fB3+EW-1(Y+zDkp|GRKnLdT3_sa7~{Tl9nX(jRMj#YQyKuxc=h&S_d3I^Iv1?PerTCf`3chRTCwp6m_e_Frb|x>m<7nH#V0v&R zVy9s((PtKIX6qO+mJ$C1Z`QFx%EUY!VK031O8T|6;NlCHIGSC8GOQr#)=VZ7(6fxq zXom;;P#W=wHTu;g=m{c%GsW!lm@67Fqf6Nfu`3{j(R8Kn_&0!=$E8!`H$drm^~XAg zZUD%9$#o0@UwK53Zxu_O$Apj(fIKn971Ui1^Ac8kTbwqx@zBfl!pXa&n{Y&PR$CZp zuy$;czpRgREX{`5UAk{8h}*+#Fgj|TBW*q)+o=wPa9FDqZOh#Q68Ls z6JlC6ttoA~Mmq_boG|cQb?D6;XkZE+TG|mK67n?DvSOQy#I^bqYUA$)2 zi~%Q2f|yi?=Ii!6d_6Gvp~%&-qY9w|OA_<6ktRgZI%ce_mdQE>*0R+sO*G5s8{pH) z%;PbUaRyUnqot^9nJi&LKNI2<#AW}syh8)%a$cQ2RdsW7mA`KzIv=hy$!04Kp2@KT z1O&~7`=t%)-XpcBo}6WG8B+SI{x6|}CVVgvFNaf5Hlu-0g%2HuiOa(2VKd{4B}+d| z3g$QURp`(5I*{}M49j!;_<`m~;}h@y*faG5=;=w8YVhpS>WV}Yjb;$KDmE;ELZO+{ z*Y`<=NGhaR%O#1)ueYiVtOUus6o}-}CL0ns1Q@{^5oo=7qYRs5aGwPeeg{SUeGC7m zpIKx-+^L*oT_uQ^-*l)`T=4GS26(%-c~j1g*ePno?QPXN!z3>cV;e9-t-YID&e^&;r!KcozX%OyWHT1lSwXLgPEvJcLoie00eFvgQZ5>$fRoUa$%O2P*$>f-$TkHKetLs* z1n=9JrBvBmp(hIFBqgq`!|4Rmw)d4L$y2RxD{H-6a)Ay4TvA1Ay*)}7Ew!Ul$TPY# zTJ9x>Zw^JPFg-%-tW`ux99n+@kzt49iBkUpb|J?k2$$t^D?_as=);ci$YMsqWDf)j zn*?vaYWW6`^$itN>prcg3k0?`x5%;RFYM@r40p+>;|5fgJ_;E`t94B;HbOC)s6<$d z;+ZWGia0=+v5YC0^L_>6P+p8%Ee(|N*(Y3L4m_#PXc&Ir$82#!**bZp_G)OdN_*>T zlgQwDgHF^AC)do&{&K`=HO;kWev8M=rj;`qSj%mg)=m12rXq9pXlU{v=CT~U$B$W_ zfdd)Yrm4+)6G_(B=m6>Q9~*w>I21Y{(wkn~mTMx5pWgafp#@@gqX(vfAoqx(NC6pR z^x$1TbZpIajnZ<~OPP=P4dY4VObYI-U-)@24oU?%EFOy*yl2s*e=yIXHDl0Qgdx)P^+xYipCKV2<-G|*q<$zvw^}lznCpXsl*$oD!lm}t9Sw|Fe9+bTR3(y87i3+k z3uQSnizd`Uqhv;tr^mrXX}5LbB(sH(Q*_08N7%;XQ&esfk_388u5Ex?_S(MzUU`pf zwj${h#t&KcF6%vKA=#AIqf z`>Jz(_D|EtV=Zsk8XLk-4<6T8phYB%?thtd-`g14h13PTEWv%4Z1N-^8?2B`juc#& zMpBT%U8U&UJZ2Lw*PXIzv6=!y2TasbQBgJNiCfxJJ0#EW9Z>vME0h7rDl%E4%CRo4FO%aFd~S+ zro*}@k2MtLQ(1I*Kro6v(E`n7rCjJkC=nEf3?JsDF}hRt_5#g#Z4@J#=H4F0d`5TJ zTXhx^kq_ge_&D_gQqp_-oR5+KJ@$%Ad}7N~lfuKhQKw=vzB6spZ8n!e=VC`&r*ChR zQkwT~4(^*9q=|Kklf(Zdo3b|zPv{rvV3&q)jZAJr$52&Sb#({K17;4)b0J50j%`q} zuvoFe>n&05cRh5`D=U+dL{xe?DJ!fnz#^lxy0uk)Xpdt4k8D(WyWq9)XKfZIF6gR~ zr2Arw0uMXM1vm=V_pQ2}E{1YS*+QM?sX@FP*RMx6RzUl!9>Q-Jmf?^~o2xhC0{X|v zu9`Jr*L=uEAJo^>6L8cJBq{yCg~U_ zgq0SFiqH)C{N@YDZe>tYa}nj)i3!MNxxOX&QA1_q+pYyg;o|7c;~NeBXAS%Y2~k~e z*_F4cePN9qI#)}WtDRK*d_Px8qzrj?MwnQ$ki8;OfmPEPlY~JHR@KnRuq8`e&>LEd z)c}R&)hM*RFvSTX@di{tJO1z%pGMLGO(yB3C$Vke5gX+A0WKklY6V32II;sk&EmJ) zXxCzr)zg%qk3aTBI$&(L;qdKH)wW7qSgsuLQ?Kdi6dh`TB}XAYm*m?|?0cPan&!)O z`S635p4YB$pUf2-Qp}e(eI4gbhwQ#amW#HRcGKSgqoN;A=Pzfk-Qw45dmL`wtoJIO z4fFK>JF9Af$SooT5}wu`=(w^X)pIS6tNRdbDZHA4ciGK4pZNp)BMsH{VqP#O4G9UI zwM>DX?7(YtAfluXxJJRws_^0dk)8(blmxS&H%J*=oU7b} z5OqjU!}~vdQRxV?AX_kSLzAY~Xz^a!?o@|<9HOEboH(`QI8YhYvLuBpCInNg`-{?^ zzliev8}{+%nw;(*%W(f99`WZ8(&+~N&HygIxkS*uje_&X@7&=dnG&`c zBW$JC$&Qw(o?U9Q*$sn?24Sz>@e#fk`>diPo3}Y<@*W2=-J-SOf{n2&PBr+1ZD{Vk zsPVQ{?-ga{9VGV2UDeoG>`H;+57#m7oPj-a9hmO)6+X?qe#(Z>0>T1jl%UHA(9sE8 z2@G}rgPZ#qH}m0l@Z4VwLvT6te&^xorSkesBGd4F78^t;h3h88r#X&=a}mXjFFg7u z?Ks;6MnhlqS{rL|YgUL$oxe&@<7%Cz+1S#&j33_@tcAd{%&53(&FoigR4uArHKixWqRsQPNm7bi!D>$kXjbzPpwc)>j^;p0*yNfPg4KC16=nN*(#q-u7d4<(m zXMMKSw0V3#*XjbbP|S~p_c%iA-nM!@;?jaFqt-MltK2t$_AI4p*Jrzz1gh^9QOcD5 z>N;?uY;d}o*G=AZT^}bkKBjok>7ZdPfS?$ZIxcJhUB?mv!jT*G+!%NkB-&Ff*Yn#< zNw|8*Ur(S=DZQ>b&1%yyBapyr-@klkFh8MPOZkNfmvwYP%UP~?awUZo?+Z{@glQ3x z1t9ANVEtAE|JBv}cd%uKg>B`jdCSS;(x8KVj23C}_GfsI^~S9_UNUot=&SXg86bb( z1o)*MAN=84ZvmB@^xegO_6?A0yOUk+Gko*te)U~cgmq2oCQf{Vdqj8|)V+|1*9LB? z8E1<+X_@A&Oe>zm69E}v16lwP5ZS)_tzkzv!V(+31+$t9dZ0q6uc@_lF*5|anS;E2 z1|Ij`19a1Ns`GOX=Fh&kn)5ny9l2W%Eoho!IVRVHk~W?&hssWi?qBB_qw~@ap&`a7 zj9nQlU%K+nnC9;iOl~j4XbYOc=$ozZq^#FMLh4 zUK4ciHF4@IvKCU3hQsA)?#+TgZ_P>+|o{an25Z( zLNkf`K3H=$=36s_VIhJ0+_ynct`1r+#CUyskgTpd%~|5nEN4iNltm;8+FHRJ08p_& zKB0BsyOMNx(cxjjY*HVi0pZrHOEhc-OQ^o5R+U(j#9lSb#z1>RXkZzqFYTKvGZR!j zjbmr(vB4bXBoM^goaf7L>Qv(=dN2r`Rnk2oD1H#(Uh0)tH{m=h)E~-v9(@}z$SR|j ze|q%jo~tD86h~0Mn#U~=X{5!gC%CwW2Zrs$XpKV2dkmE@J#gYK0|?iRyyvfX4tcq7rM!O zxN}yRBOrIDb)C6$RXj5!)`4wRu37-lPB~Zb{+}V)b!XjuyXh-=5;LNr##QI#>e+W_ zvcO%f&c$KODXz)0G0FB*h#mqv!hFwo6PL^Q6f)^oJcXR=QR7pB$4Q?a(5KLd)2)-m zi<2Y{4z47{bia_2w|*S*bedAs~9VO*57d`mEC+kq8yOmUGhevE4 zmQOkbK7Tfg2AO6>rj+SKAJsd9mVK7@JV8ve(OpF(?54|fyxRW|dC++ANupnQS+h<2(aL$GH- zDrsw=VrP`8N>_ekkiZ9eTnuh7?JOS&MgscDx~&k`GG*0I&CPdOy4WpWh8nXzeLd{8 z+yPi3c+6y6L?nP;Y`5as+fY|A`q{Te$%QpfqOpyN`cmXWSOkZYu zG(;W}#uFv^bd=dBy4!29K4MzS;6{(tIIzY#lW)CMRdK$3ANfya_{N=>ROL%F6n&($(79nEoJ6ab`^jh^`&uogHT34r3F{<5?!Zr=qXh z!5zE%tnQsBF~H{f6D>{MRUs~1uuw3}L(qyHuJ1ec$&bk@=c(4xP8*@gTpn>6x;^f`<-Lq#QU4jWS zA{nIwNlpto3sCO*$#@18_z@WhGq41P(tDQJUwLU?$o`r(sQ4QIeEZ!dTC(W&CgXI^ zb?R*v{OdO1_=mXs#Yz4&Wq!6pl9YeH+Bkp9+H!N)PGpwngHd@UxBPlkA-(2+s2A^i z;hN1MjFA|oC63OFP6W{mnmp~;a`Zzz>1KEgVstq}DGO1XOpzhukari4dEIz>h&Obi zT21N+9S8Z|JHAYuYTC1@S`MD12}Yr9@U+9%b9Y+a4B4o6zb~YOHLKTeTlZuRN{?f1 z&F#xll@W+SVNd5q6uGJLWl%%l4A8xNr_AX|3`$=LQrRu<& z06xELa+;W+&lw`Q?$0vT#0zHdX5{>)dDB z$)z{K3JtyiEW8UA2W~#p5NH?(VR7QLp>?cYTOYIg*tVckOr^Tbw$7gVevYZVuJ<|p z2GCnOC#_8PEjf1>Yvmer{Kfi$jk|&NIFC@otmo8P9Hm^QP<8&CCUa2#3!-Qv5K{$i z`_j3ep)nBdAsd!utp3b`Bz)Yk%~!U2%*QZkA&acb&FI7xQ-~@Go;R@cbWS8{hx9fQ%5s$zFa(B^jfTawX4O;y98JzPMYbQVe`m ziNRFazMf)C>d_vG?c)lk8vehZ$VMYm)z*hEEYL3p08z*siqxdxeuML?s#E-#&fVlX z0RPW-IJp0@0`Y(7fEhl!ck3^L+jjA-Z~aBm9bD#5cX|F8qH8@bPvbew&6$%L39NW) z9VU4XQm|lA(c&`yAk(2;OtSc2h~Yzgm#0~4Q+VVR>{Q1JlNN+L)F%v0U83?#=?264 z1QIWBX6pYdyZ65*1pZyYE02e(YY_xmydc(CLG!xfIJ&30h{|%IP>Hvqx9oNOfa)n z8HG~g_%s`fEqDMb7~zozh-$~?#f3q_sBC+I4%2A)%5su(rr*x4N?tQRn2xn;FD`M7 z8FZeKf*--FnV!CuKBk0hVQJ@PcM2jwD{-r}SXfclTy_YKrqm2oj>M?kqhS07aB=AE zU5$E(LHbBfOd(RxLOnICs(Q4XmB8siD`jMNcf);kIML;kXi>=wsc|+Io;|D4_73vN z+!gpbP+??WoUuZk?!W^Bp7D! zWW0b`8P0#B>irt5;yph;j-~h%%KEkmLwA>J-X5Y+O|w940}$_KR9Cp7aSV}(WlraC$)LwUTtz#8s|yb!nUlaPlLkPG9yaQ!B6fjD23Y{i9-PO5=x(*XGKT zgk6HRad~M(Hxrgl4#2MtEtwh#hyH=;debLz9j4ouK6<49J$Jg!`X*-*@1CsIQBvtD z?DJ6s_ovVB4;Mw}Ao*2lVWw2kR%@B}$7sAk3n(b#`U0%JzO-nsUgu`dht459<^&5! z3%m~yaQ}BBTtCnSeSW!8D}laVX4}2%SUXps{*pmqm-Ayg!8Z#%I>lG=Yb~LHK|Kkjz!>3N zc5&o>Lm^h317fBkqzVZxwWXKa0bw54#JSXf>r z+8w(edEQW`8<%w5?{l@}DCYDLS9d2hL3?5_I@!9QSNP&nrKM?9u*Ri;`H6vLe*+_c z%=9U%#sL6xG<^9#QhMLU(?D8+Zpa>v)l@yY7!ILsYOy4$^vKb~1MTlt#|}8kMRW8l zc)tI&F1^1Uzuc|&FGMY{zEI)AkJkZZzMoaULqPn+)-v6#Z#vZ5E*Pw{zsn5%X?My$ zklg*%<9k>0k6d`UH}~4^dV@dSfs=bEZW#a8{QTcxe>$v~@~AM#w){bT{Sj*v_i=;V zYV-}Qxsg2prV1o%Dhlarg!|R^6Mf%#jDVBzY(K{;5yio3=6kKL$ zV178F>NF01&vMlCCJ`l0TOc>zttq<%Mj(_mX_s0$FqXz^&T27QBz)y0Rc(KIZIg z4DH%rY3-2b$B4^K|=^3Zp-Yb8}4HY523G|0dD5Uw0WZ~VuhbR z5)u+*SzGSo;A*kHF>5p`(kw#MFaoe{!jUUDT!h5%pc!CwmNC>Er$TEvtjVLgyQ;*y z7ii*gg}`A^Pl+j>C!er$5YOkB7AqL9%*!m$MBZAO(C(Ie|2~y`SyqkA=3JE_ce-tW z&?BZ7O-GqI5%TVV_DT*8#cb)Rrrn1qV5ha$=gJi}6{a-Mc19V|XVIOYmNb=-Qaf7~ zV0Gs0+c2q%7s@eHenjTyh|()DmYt23@JoB{ZdF#2E4(r28kGf^7pANIHpWJJNpgrz zE$CM}0Z*6g$PV87S;#IAK49{ccQ7WEur!(R;^>nvsyFn{r3ynwjzSuY?`<5gKQjOY z4{c0!3imtI4!8qgP<(sVJ?3N>%_4?3RNzEm`Cwep2iSIK4=0|0{Hw8{OtX(3} zod}-S0l1mH*z&gaNITIF9_Xcw0KYm8Y#8H&IG7tL?GMe}^WRD>Z$tqe9RtRFjqlWQi`q;nSfL)-n;rk0kEcBQKg3ZkAdG^+B! z-vFx7!<5%hWjKuR{&A}LoL^LQh{c4QNR7Su2B;Aov)k~s&_-i=lM#}Fyco1}bW?jy zB*v$Yh_$OAw6_Sp6uXd}xtVSA^esR3ikcb{o49J&S|r}6{9HeY6jLkjIsXu)%y_gk zT@nwA2$yS!IGK~3n0|T{h(~Hy@*Zf9Htk$H#)7;Jnd*#_vqQ+HXSz?=vQKXH0f4&?d$+>6o6m}FY9S+aJIb`zzr?DU&bH?E21O2pZ^Pd)*@l1FY9 zjGxiAa!U=A>bGG*N;jLWK;Wug@xs1*O1{PcBMET5U6g4>x_Ua(Rs_jhGot-3ms9j| zY~n%y>xxe!DI~Wvm|_m=l8ZI1IJ$Wf4mGuAcxsqjPmj;3=?R3is9_~BvG=(En>Mn< z^LjyluU_}B6>S^%90fo5 z$MNx9+DZAwtTEvHvYagCx4flaCBl1JrAF;w*kboO#FJ)&?B>aSujvw=8*);3y1aYmNw$Fn)+hf)(8YMb~p#)gKmF<}wopemQW zmwDc+y4S;zUtkC_Yy$XgH$2ypRzx^g&Ox>5;tuGK$t9EKAziGz8C@?_7Q7@{#!5+a zuK9L9D&UtL&*B3+Z9jmxM_M0c@uTVFlflH_nR~$~^LI0Rp?p!Q!^2t+*!xYTjqL1JxZK$Kt?Ia4Pb?Z{AuTzomt#`SFG?GvPuKR_zhV$S~Cq? zb~B++W(mrBAB>IuSq)R)Eyo>lB7f$-AZ5>Ys_|mC7MZVDD33!Sc8Z$mGI7c9*kdb7 z{tdx4%1VEf=;S2Gu=Z_zH3WXlmWC6BfY#Dyw5=(WGL41^SIRuD#SpIMZ@JHFr!CiH z!Tikp2cXkt?l>x!#Bqdp+r#(B=$I4yhW1Z!0vOkS$?@wdp;?Sr3)E$vpSd$@c zTQ?h2H9o1(X_7l=*%UQnv90uvHX2rMNAy2zh1hJ=Vh>gJyMAqyZ&X`NfwGP?fJZi+ zOsG^&Dtd@EB$fxMcTZ0bjL9m*A+KdQI2lf0aJdkH{~zi5Foop`xjE>ti*|ossHA_; z^TSPj@<_l17<7;7#Oz&=&__96KUp(xvUsW6XesjlVG)qxXy(n*Q7P!$Tg zqdy%-?zt9Y`>vK-H9}YzV2h6oCSBFd9Lqr<>8}!^e!&g!ISj*0gtuG zAjb=x9k||^{I~l#@ROBW>WWn1NRcSSo9O*1MCb`NM-Wu>s}$RRoq+B?!(#JGdGUV? zMYeQBm}AA|PS`nG7{T)r=X1ZAW^VYvYdGAiTxa;-nx}1)UM+rSA6bnuBYN=g7zA`> zEXp>4D6|6L(kJy}ydCndI1Ynz@Y2A0d(0Rs_(T@>d7`FYUU$d1C)DRj{U7$;Ixgz1 zT^}B#qy+(Kkd_YV1}PCyxJ{lYu(qnulv3(JOo6czHR|y*Kaj zFdPzZ%!LIcMT)8ODzz&h1GdHfDj!_B;|w%cs2+8iw za*5dAk)mNi82m8-p1V3^_nWRtdpRcVLw8!R5P|9oE_wP{07AcYO0>baZNSGI7$l1& z{5!aZHy)Bc-&WM!7&_xk-Gb5s1Z=kt7DTE3-QFpHbJVx05#g=};XH9}1}6EX6Te9S zQT{Fgly__7$9&*38CL)_rHO{2%NucL)Cq`#K1^ z?BjQ-p=4k&Pggtht`{;xF+~c0s~HMF68)`e>{o4{MXg_@gyqSD^BIY0qwRbFt31gO z)^u&twVsM~zbVedJ!id>))Ge{qxxtrI@GoBGsTSNVIN`h3f!a9wqC<)<+KUGj$WZA z`h!}>j-fnGgY2}Bm7*X_8B)DVpRi(Cz6NK%j1bA}dy3q`U#Xupdh@iEet zh_q2q=@tbMv7ktDIiggaYX%=v%pcei?*emV>MY+-Qw zLf60(=R8oD;d<-S5<3iD{|kZP)pOSy(AoM0j$V5WIu+Hng>~jUYPRT8TECNaSw4zK zyvVvYu}s3{X6vnCG*D7}<4?iwek2yC(ir8_tdJ#Drj@P5TKR=qe7FWIu|oR>Ql8Z2 zSoP5DREAAeLp2LYH8+{sj3iD;wxa%1PgO`)|C6ARZ^8H`A zs%tPNz_TwlbpW<_V@psbN{ zJR{gA_(sN&nW>$r_kB;>S1$MZx++rw<496RP4?(R&1cHEu#BE43ocsMODcvhTFrly zC%uoltn2dO?;ET9o!?RXlv*SESshm;rS%fI<}1t5BjJ}BUd4U1a(d1tF9;RuS{Ut# z$n)(R=W=O~G_<4v_G@{byf>vu&KH>4eK{T3aw*Wf105>+yrk1Px$~pdk~c zKs=r@B1S;=aD0n+2)=~032H$7)3xHfEJRNt!F6xtq&Qe+1$sO?k`*m{nq6<|P)QEO z&WT#C0Bsr)znW{@76|_D{LC9AnY09}3uMRQD8ZJKE9@ZC6f-*WOajSXf^4PsDdYci zp#afCh-9QRnVeo?KI03mU&<+jVriqNz*hgSCI;B&*-NWhD6!jomPoZK3gpNc+PnDL z-`{)NG^NQVv`W5_8sFT%xJBWWiFc9x5b10YYo(pfh*Zqo+huO=fKo-5Bq(97!(V+y zZZR=C_*X?QclZgN1X3uxb0D_}18AV~RvR*$`31cEa9lBDfCUu9@P4h&0dea^YM_x{ zemx_qFc@J>(a0PGj}RS3^B%e9=d~AbU`+ZcET#U7kiFY!L|%G(^T4z6@c!mu3^d+!;#&rZdw+;!>8{J+CK>fP-N!m+)MWHH~D~;6->1AfZC*h)q1H%IHx7hX3 z!*0*NFRJX?2Ku-&d~|lsf%S23Av#uAY0lYm$*+l%L=9jLa7nY+-ssb5;@yPy!7WpM zk@q6s{v$ia#cgM==U!H;Ps1-2OcL}6uNP^%iQmH<)-JS~r(nJ33e5JcnD#P(Z{GFH z*AOnqEhSpL_KjMU4DN$>l}Uo-h_|96RK&^YG;}Z?@57uu^cn)CR_*Naq7yzXJpCrC z!4qYnwFStNSmGJCRXny$u%hFkW-&O&GIt}sy};NozBLxq{k6ADu=IW>nK7GN2fU7Bsk zk=_*YbG~hO0;?P-zzTXh3N(<=cln#G>SI}BMTISeR^w9FCl#r(vCTs2viR3> zpZBU42h4N{TFgPt&AwQD8c#-E4R6!E-Hcah16^d=5%NgO$Hm4<@-A`t6+2+iaBUO! zX;gjQEh=iSsO32h+~N@jD|+tz5<>G(C^Jbd=DoUc9f(|shNtfve7_^x0`h>bd`8N7 zp>Bt-|1O3*mtJpTda;kv{J@@4POy7ooKX=kH;pHmwqjx0ZP57s*G969CVlAmf9~D zCE_C@+CPkVTAJau4YXR6<+Oa+Vd=dm!4l@=+QvQURf3+t@$FvzHcJlec{MQ=c@{z6 zNnopDx)q#*MfsU6a0$0#g(>5yIV3=2)zXmfIalK@pJy>B_`B_w{1U%nXN3fd?aI3) zwrL!)D}wWEOYa#uCHtFH5uzxbPelq)-C4Z_{FIc(kJNY7AbCI_d2t%+Rv|T-aI3D! z6o`OcQ*D$B%w^m;9f^a~ff`=FC`c}36T1)9=|(!GFsUk=Y#6DEQ4jhB55Z7IG9IwW zSZvoK%9zl~hgUEm3q;h?u_7$4LXiOz_a^WaH{v#iL}FmO83(uQ@r62*V))=|t$}R6 zln1X^WF@Pq2JjaFr#}Khw++YdO7cpamaTJCAbk5@O&1z(%ut1h13CKagokFP6J8kx zEjwL|f^F{x_s*{G`SSO_Mi-lB8icr~K<(W{?V?vrPCXh1;E6kDb)G3HE-s4=Zh1UK z_}0{2v6tKJ9?TIHQX;vbpX^u{se*7n_?7Y5J#DE!an0(nW!*AMo*8;&qC+S&XMXmm z68nOV|Gj^6XAKl*ri+RkCAvt<8l*%Qt#lc|9?hi$q{WV?G(e_Rv#VWy?ONzjLaL?R zaVP&GeO*t&<~$cEwDhej9JnvqE8F>s&ybsjsodCEW2j;P|66R8@@DDiP9+AUriRaT zg`F8!8ZXyk%h#Kx--VtFweL7I%8g>O_5SC+>B24hI9HGalU%gmRON7*S%eUt7A3MI z9!_5}2SQ%n^jbloCFIy;d{|GKF&-*sQ%oDqXX;iqO#Ok9xmqX!u(bI0W#58_f&qbO zpcD9s_W)Aql#L_l;}Rw$GmJ`XV+2=@83TZcBYjTJiMOJ$V(nL9dHF)kO5YOGD*L zxf}P*Y~~SoTmH$|u5N3TPWQe7SyQhmu4*|RO=Jup@*WsKTyTE_5;CvlDPhOrpcO*n zK?b&ywt(9q%_|^8z~w34?deXB`!1ISF$^A|^(}viB9EWye9xK|WcDPS50{st3J+_T zHZz?66}b%-s%AtB$B7(tVjvSs?pomz1jOXDyI(Kdsi$30m@iNKjQ)`Y8m#O~O|Azb4Yl z@EH>~_RD456pE_{@wDZ)kK69SU}zGLR-bO*o9;?XejbGgw1cACnsp@gJ{A!?&~1qG0vYW_v~X#6Ei3Y5$63*$qlG>jZ0${5vPI}3Ml!+lcv}Pv1ADqzUIfh{T8w40u_%$y(udSiopw z$}I&HjV~9ENDRUyh|Kg|#Viy(Gr^OX%B*WjcIfZRj>5jZ5Qva4dr@eylKpufWN|!Ca4v-?Ax76k)Xxl3V4lZ0e5}v6kD5=6gCTW5t-v{ z>8XyA3~M8GJ$^t;>zmI7QfIMYIqc!z++?MysEiPL=*LOICeMJ*PfVNAe!avnbb4^! z3mfk14+u8oCn$^iGJL1SYX6FwfxMKA>#@x``T{|1thrD4GbEDzrfHT2(IleIF+xUY zmLYFyCc99B(kS0bstvuWs{A5$W!uBz4qbh$13n%>IIqeoZFebnH15zrz85oD^ArRPpU>&t182%skG>nUpyOutb|QJ&2Kvh<)bY#M69oQEAjaO?*ou! zc}Rh89N~UGUlK={E~?6LqRjh73YT0FK;GjzED8)Ed8Y&gqAhj$GiIpF8zhH&t48{~ zrRW`GWQe*x=lxfJW1cI(HevbV9_9O--NX1#Um;$B&9SdrT3Iv1EUHbCe&OuEt%^lt z@_h|7X_`X#7AQZWJ}p^xpKeKS7`)e2K~{?XzUec8+#LGS_SUjoy*Xx8`ILmu0tV@$^hhd-XFXsm7BNtsWXHgF5?;;({y)#+B+KK;}pbTGOipK1Hrwy_a_ z?dSVw?LPy;e*$a&2x-Ki6Kjb;g#?9=CnG9KACG%1Ai2~oi?PoPQ)1j{J{=aG3gc#x z+mdVJa6wmQW;-kPm4&s>12~43(OwX|$6f92V*OOgsz-;95MiCl)vz1imJ+p~d z&+;;Ic4w*|f02nrlfMlO)u+elDP?QQG(Ju$kh;W8;#z!uMqdO(DXBFOmABh6GK+l% z#BO@2VgHQkp#&6A^pC2{J4xGFSYcyHc1)f6mvgXIRZJ9Ic{ZKo1Y@Iicbav!e~AeG zhFsN8O!<$OxsKg|mr}|1ujh1O%6Dn!ziC(a{|9h`+k(W~seCsh2%|hk8Xbe1(73~) z73=|4l-KmWpKP5(F~1rsuWRM{jd-FIy~>d(+yfbaFacn8_%D!qfAJswp78}@;9xP2 z0wu~?JVnM_lKNuj$U=Fw5^vXHw2cvw;XrpHMMe~~&^_u3V0;BI@oBDVxa_?S=d86p z(Z^L@17dbFt2z4CpVEE#&+=#*Mp8#gL`i3LHJhrsARnEM!$mTzwp2t>5U7k(^N?Yz zb+D3_J~?sthSgrgC!mGuz0xRnC_ch3$lv%VwKo`3vGvKHFU;((>{B9Gl}_sc&z^LS zAuK~V>VDBR{lrharY<)B@T=IjXX9c!M{!pG+CQ?Uk?Sdk^wufI-+QhAV5US@Aa)*a z-h-Atc^M>6z@z+CPRUDKK*9V>igpHi9W zoK#vz1iCs{O8}x@gp(pgC72CMk%AkILv8uVOvWvx0if?9@Vujnx1*yz z=j)l|alL?9ZWgf5cWG;J)N@+FoC~!0)r-p;Iy87-jP1zF7CP1~hQ1D&-Qy_#xRPwG z_&#c?gXTWO#jZ9mm1p9m_An}%-g4xnc zIZ1t+Wu5WE-4E4_cftjV{`(H0*TZmp9w@AJ{UVxIfWzRio8mN)E5O46LZ1nBu?ye%e&6yYOXfXpD%&f7 z6KD$HlzfY8y53abF12GkdOA9_pT~BJS%I(A2&12EhtUpmS0q9ZO-UJuMU4cGzTfdh zXDl{Yc&q{T6dX@(d6}YA>o-)aynw>AvFyE@OXbIh%$#@yc;Nj3!T9#9H{kL_8?D?j zUqEjGEs)C>Zn3V`gU1vC-B!(no~uH*YxPc>x+rpZ4yS(|L0Qauu!nNg;k0c1YWR#S zy;>3EJ$Ull@;r3cAL?I-ls1^0Y~@))`C17BW?Kcplhd#!ck)74?5M_WmrzChTas6H;a=m zKZ0BPv8bw$?sfouB{$-i9;C;PzJ(l1flk*4#5k^&ynJ~_SAurdP3<=2QO@C>Kox41 zPOKK9{r+mq7jsJ*+1K;Jz~89BORSAc0+c5&(zj-$@$w3w<+CsS2aEpW zRU%I0oRz-c=NUM=xCU@t1cSdWw_6eRC!nL7oU{-$)@KYJ-ccE)`#eg>$ofQX=E(yk z!Uer3j?~uAuH=n#=dFP2S@28i+ybDGg5Y5j#iIPoaNcl z0*^u3@?VY%HQzRdf_)!Qo##&gA?)XR=0>@d1zNLDgItkA<2YJL__ygfx565LEz2=P z5MIMYkmn=7tp|Pi)9dC>WEV$$XDHR?O`)KBp?x#7YYchv8TpN7580McM!);J^L+?}E z5G)~Lo6MA#QQH5SeE-i>-2WEbZiOcEbwP93PDMhBP|xK+opn;3#jWSG>S263PUqsXgqq8J!-JzP@<;4_x49in{<5MY? zw5HY2*DIgjHhn*zd9<4pP$il~pM3njpEW6jK(F;tms+PO!kZ2m^4EhX%lJRz*Ps3z zk5l$v9NL{B8(aat!Jb|ZP5q4*R>t+vTmh~CGSC1YDXLFb|>==BzWSvbEHY1&M!H#@=e$ztw&JyZh~r<&C$B{{B$e`=P+` z+fPN3e|Y5nbJbqPf9;vnz3Z}lfF~X*!=5_~TVr6Dd!4JzjK8Zf4SzoLXS{URHUg$_q3 zHeMRFQ@~aW9{%>z9mvn)ptiFKJQ5LHY2Fv(8e3-wFqx8BGL*s$myr;;UNnDJ5c&=A z`d_op+}*qIngaL9GexM5yN>tHhlDC~;nn_j&i0wp#VO{v@?HO#6htZOg)Ikus1`j< zPq~0Qd8T9E7Z)?p$;IH(p9b%bF3UeJSOt7zEcW?}=SwZYxyX7vz}Et$C|Wh%9Jd25 z1J7oxY^M|VA{dA|gzAh_Ui@?;wH?oguDRl$rrqjv!91}7zWbZ)6nt9u_UtBOlo|vU zd<8KuNWHk9Lq3&9^i);`J@n_hUx^RMV2Jib)h_*c>J5ys@_6Av$KYZFR#jrxM@j$r zWKzX&uxG#fXjG+R4Y0E&#ud(-Tf-jxIA6f;+Vz4e=qV5@X@t#dcO zYXJ?hVa#;Agp&yRe5H48kqVp3p(WHLc;C%OIz$UH3|(xc@M^0czuThs8A`|-rb#(# zE)WCiFdnH!)zYnX)86lzs~K_Tr)~()S)f=M>>&PP-LD1$=(^9L&`Ad6f=9YQuPM(lQ8Y;ePv9JBx)5vQo zL_uKF1beR21ebuMPEu~)3bNFQL38-k z7(k3}u(ZGO!$$E+d2`v5t*;XjLTX7LJL8ryQYhMIO%^FfC(E$|?Cr%Dz{Ft656g1Y zegGxR$ouA?HM>s8=h(##%UuMwir z-IDHtrpY|#*8ZE`;!_m3BiU8K8quxygi_6d6<_a`;fb!n1c=G`Xdn+;Uz-5Z2i6Fp13>ytfv|mab^EHyU-HLM`iIU?~#C(ab+qAk z{IVplFmQ(6aeb^*zd2ve?_9^l^2_Gyoo;D*p?B z>x=VaZ3*c0Wm=I{t&{q$o0yh{0!+bA--C*`4MbMRUoE^PiP|9OT%>gC#=l49KRpBd zVI2QMvXk*Axc^5~{xit=dszN+$cc||u-Y+zqlnWw!N$s3yyB%lL!J82@ZixtMD|S= zv^3Gd;c`x6`1|t&?63^YHJ2?K2~#`rdf-Fk;B%{qu9v zfAyIN$QqbyDmi#|{Ergk=&A!|2fzw4s+K02qmj|&#*X2>gQ)WV47znMR?k0(kX|-v zTmioG4qqeT9kHdfZ?kapFV~PB^5Ora*M0`Tj+c+FVJDDOE&5W#XH#7^r=#mEj-V2fbUrgi>0e=-`Yq^KReFzQF0@WeMGBk>de zlT+^Bx(*z@S-;ek$B9=}jxLV)UuLt?B@K}-ThJR8)cG#Q+)4HZ)?jjF-&%_VafM1= zg*`c>5hxq1$XP8tv|KzPh3kU~Xp&g{oI#GW{Otm%cMtn?v__r7NIKW`b!pC?>2bWl zn8MJho|j5A(h6|B$KlF*Cn-zd!dT^N$vL9X)OvaChCY7XS6U?|D%MFn!u|AS^ByCi zM>Be#9$;e2Z$2E|X1yF(a>Gyy*&HIGni#`amT_5r@PLx(Jfv}PnZmE2jn@96uKUE! zixM8-4Xbq8gD0+vn(thCZrj$Jb&UBwN=T^je3=8))01~#@sx$TWk$W!EP+c2FjxS< z{aYgqC;))U?s1T(tZNSIMUPjKos+yXzL&m&DkS&?4b!W8RS9s=3hyGlCLq!8`D>gl zp$M^?Y8MQ(gZf#q-f5${-pS>i0jMZ^AWp<(Z#bj84k)^?zR)wjk_8lj?bLuNKhZp! zWMGqS*IW+jIuflwFm67MivW2T=jvK1g3zV;qVw8p8J;-I@t!#@f1u|D7~3Puo!(w#Z8+sFf!WX;~YI8xcjDi~m2ksDIvQZqe4aZ`83zU+&|Y zGugx!;H<+4QyVE4-q-%{OkdI+jhjz|AGIXsF~ZbKwVjg9!yW;4_U*Zf$_UbxWC;>B zIYbsWVp^Q`YA?G*r8gByB4U-7vmor*sRJ&Rs+UnbV7oRf9-*iYf{6<1k29>1o{9* zCoQYPg{cPdmd-jjY@9u!J-JIZ*e6e1M1u=oBVO+=E+gzg!V*BAyHOQMJeaW~k8KJZ z?dPLk;~|*Hg%|}a`Ba#Yb;PgTQU<#156zxxxgd5A#?z4Gg`GuFmD}Uv$Wu5}pv^t? zK`o|HJ+!WI;W4eP&|YMpp7f8lNPzu1YoI!i^!ach%Ml|Fkgr)I7IVvv7Cp`s7(+mB zh#US5hFK`v6A9|Gb(0hkWGA-HkRLH0*?gYz$~ZuiWLjy5txTD)DaU{ ziH7>?mg`_0duifQb`icJ5Q!h{B>#|Tl}Y^tw%19AwsEtzGOV5n8p*ak!2gxa6Arzr zb`4&;v3ezKp&0i=69*BBn;t_u0w@?WodQ){V`Aj*ele-mtxBEh=JJRX8fTcB7S?eK zlop#DA3NT)h;A$BV=Wx&pqumn_I>sZ*CNV%*O?XKj|9Fm4$8I|tCdZFTiRtFfa{?&MeSScg8NW44e6X@bfK+ zFJAMLjO;+?G|(8bHH3UFs~A}fk**q7yX=NqPwRO7GEp*J8TyvmE3N$9oT%=_7|+^= z7pMsx*%;R3cQ@3l#$T(x)Q|kMc7Woi@sVUQ!;foUs_Y?k`_yA=e>$SA{MRngdD3ZG z4@R~}Vc#yvE%BRSfs@<%@*mi^^i)k!dmI2rkvRG4-Vp`#l{wl5Fqjf~(R3!?OW``1 zC%#G5m~w`k$+H|y!gGj$mje{kW1eeH8!IEW!V0TgQ`&tfCjl|b;PrW>SX~>TfU*9O zNP8QL@1zs@7FG5WN(3G7>BIYSFU!e;LrO7qFM2?bJGmSmq2gU#hv3_ZUJ7(zXI2Y8En)~XP1Lbf zcc;6LbaDLwe<}1fp3fqFGU3_qwk1WhU?FIHB|uNr-2qz-t_^FS5ZV2!6F%T!Hp3+!=RsVHnVn2v=uR`pev3}`1)fZG-E?&nC+-lORv zm44KdnZH>UXp=Osf;u$`>|m`a2O}u`XvXuCNA^FFT*W>uv-@Ow<`@3PH{E%^rvH9q z*8a81*5A?Z`h$0?Ir|~6ep~kb+x7nY9~LhNyM@ic6s6Rw8V*LDTn@Wy6DUFMW=ILi z)DX1@M*KnrY|LI>sl~Vg;AyRmYs3zB2=xI8DiU7G?r1M)1k)>hxUSE92i*Ud*6*Xnh0jt}{A zZ;S)EZYiTls<4IoCt|7oZ`-s^pT!<6f+k&3X$08T*L$SeHX!Y8LcZ_#L+LgSX zdO0eYY8<2!Xc22fQ&5;}NcReHnb^K57jcNekF>xYxJ?~yK_>~8r4G%$=0gb*b~0kU_^=ruRH@)065%E>s9hk)df9|;js=rHnOB* zI|N6F7rA?Kk+vUV&`SfHd*9lm*@uL}^<{ES<*siYJK#qW0)5?Wa4-e#)Z!qnJ6h$m-d8AqTII(7 zB3EovMg@agVAGJ!0yu4aJ65LL`WX>d6iF9STA3ANNnE~oInwU?20gZRrl~VTR-rC; zY{z#M;j$h-XJ42Ng{DljUgDMV<}pcucn*P%8w2-e%)lQ$WI zhEbOWh^&DZh5WtsO={$|dj-%gv(~B0to{6zb%s^;c^(`1$B9urlia;WRk{Xe5Pb2#wh00(GP73AlN1R^kG?myi<}qyIJ+w zV{H$XR~peq(de-Abm2;~DM~Ve{yj)WNZXj>v}Nq4$ys@j&*~eJRvhr))2LorAWXxU za|tiU2wn37R$EuG{uRHtJiJuWWGZ%L&^cX9j4MA9pD)jM$T1#+w<(kpdERA({85oxk5zU2&!lvQW#IYay^&$_M7-e=&_Qr(?asU<)Os!ZZk7V>Z55x z71mqI^ClK7MN8FD#(+{)Pg|9*FX zJFh$F6AM}NN?Ui{%X*Vg-l?+)0-lcd71pGTwu_JymEN&Ga<-ym)91#PY}{0kf_5 ztO=D%0*_R(wQk%5T~?UI_`A6Js)@ZPt1K+1-jwsBbGg$Zrk3x8`R*Q8ZNb+vDu$@O zF1agn(niUFahoF>%(r!@j2vY6*XUNmSZqpmin7W^L)H0kVY<_@b`6i+@pwZ4Xzm!q zYWBgcl=b)o3?bD+!r~1SmtCKRoHaeS@W@HFwdTs>JV6=x^@jSz?H8Nxma5M_b2yfQ z2=hP}Syur3_UbRduRtC)h^%=O+$Z`{v}PLaU2p6o6)rA#w_YB3y6+t;`BBV>6_zP$ zLE)23zsVJhhsXiL3A*^N98~Wg`y0=AK9SvxSt-e})Mz%&lF!pDntJNzB(1j!z zZQDQHxFWKMQgEuB17C&5ozsx4p8NY$)Ynh?48%>km~R>E3NOOQH$;Jys&Or2+Dhj% z(77|dz||q)DJ{<#E6E01(XZ{oiCY6gwV@6OH47p>D)O<+^wH15p)=6c7nX#)ZpsUG z%mSy8ccW}+jR)~Vm!sVT_D<5>?rX=l=tpaQ8rs^bd{7JKkAPCMawI>t7{YCoEAs~h zNvM0GyioL6uyBs6SHjwOhlz+8g%a)H`cw=KR^%>lvKD=M%)1L7CX-u1N z4{kg@8Ue#iS>nt4YaQC(DS`ouhwK2T zowk18!l_r#xZgi3egkRqUngf_$5_SPFAR+UAy?l;5Xy>qrP4)aYp(=(efSRvNcWk% z`4&f?lG%%Zoh`661j7!58)c&45NpXT*)1Wi(Wl|m^ia;&pQxnZTNQ_n{-n0$URyeB z<9a7E1@decHT2qOY(v{6qC^KLo9!vtyf;V=v6PeppH?aajmgMX`%NJMl7_oWA1#IR z@iV|gUaNHj4%`l#fW~R$R%73Ho(3}y6OxM>4n94g(Rpkyqc7+3gjN$45N4m5L0+l! zeAt<>f|>fe7c{|(vZaXn7ajXEk)AFt|8|A^&=176;s7whVGqWJm(p{{m-6V|%Gw}$ ze|S_4(VZOBs7P7uaK)zt)pZsACe`(jDxCmGD4@4kmkRm4ZfRHttufgg*&r(FMY6DT z;py<&cwhFETU@_sb!9x(9u{*C-Ph(6mg)&ttfHhGs=0}wL%vV-L$>pul9?m6>b}uO zW|#>PJa|P^a~8X3gZ#pXyW&lB^tbCt6V)mfOskeUZE`5m5P(Jf{DtX0gy z;2=Nm1D{@XG0xrL&~zJ71Bv;86t%r48wXNs`NB1*OlPdXMH`9}Cuh;nLczB>k&=+H zJ@Ej^s8ne#x&Bs!aIGK~uP)l-+)W$c;RgQ}(0G6TStJG_Em(n@v&)PYtO>p`a7o4d z(W>TGv4$T+VE@?$;u@#p_;fn9rN9Xyt^jgHHwCpnp4R@gBGk_^eGc#{gWVu^IN#Vo zc4%4oOg-ox>-4tK0`ZY}Dm=E+#tj7|5J_o&(ywYAcbj=6wHj zXcp0~JX^JV9^=kyW{P*AZ{kNs7y>prw6ogkOZ$*&MU(fsNKrIYSSOKin~)si0VUaP zKGI)-`U@Bl_n7Ef;Y*@*ud%;nS^Toc`TK^U`xDDorZcFxX*8hO&;Y9(ATYl#!xF0IpPYqKlzsAazbUC`>5cMcQCWIs z?;Xx*Qlpsnrw-Txsn{d8*x~R$XNE(++?CCdUSxH$6twy76*RK>%)SRvC+}i;?5X4g zXR%|GS`Ug1IV{0Z&(E?l0#o><+!}WF4l@%N*SpKU#!jNdNBo42`YJ>>uGOI^oUp$DU$ zqOqkN!U;zhcnc_|_I}&cy~OrC{z%(M#>Aa%fLj#v%i9#RquqRES@o!S>F|>O77q+* z>pZRgt{@I7F|Gv{i;fgOwj4CT|-?V zcDwYTL`d*Sj!ZI!7mc!>mM5JLFfZDitMIt+(;X>-$;ZV#^m-T%pj>hodi2HRO}Xo_ ztfrm^1}AS7KUZ1UEQ7hxNjWx$nLa!tGUKj75eDn(!oKlk!D$dCiK8%h9Fqp>C}9LflKe??aK%KO-&w>I* zpx*X|DpnvTcTF(bLIbk5c5Ff)vB0cJqp7p3UL#>g5^9fWb%$|1pLdrLvGDWmOkhr9 zxt@V_RQqtpT`^c(2Rlun1%F%}SA@+$o9Q~FmhfY~Y*y-?$ntq^VWiGRoH!WPU93N^ zL1&ayyNJsxM~7&B65XO6DW3}~4x($1BVBtS!)bLaYLdP$0ix&Vqs=BmwbhFwEsr0p z2__gl7eA(iz8JtR#hSXmwu_eYM!TE;Ni%h!9#K$wr|c@IaY9QRLr4#OeH}wSFldX- zq}oF!*vsMDFFBg;nt31Dx3J=}p@XZD@JP{JfBHVfc4xfSig>PObx}ulxD$FhtdnAv zF)z2O%IQ%?AZVr&fQh#;idh;%zxB-ixF40C%g+~Ji7A!W1}v(%-&Y&?#PGE^TPmSb zmT{jz#3NkrsCePukhJ*^lyz{hj@m!&cC=Q(9o${j%QmfYZv8k(R%?h4iRG~?|c%`|Q04#@zugG|ih9d+t_jXkj%J zI1&vP9m#LU6I}tEfmEJ7kCY$S?{}Gq%MWxGBEVAYa%ONItU*5U98a=1>(s6K=^&C& z_mMYQVs$)XGx_Mkbg#QuD$kV8>ESMW%>2eQ!?3*uKGK?jq@hkI=8$^9^@$uSEnclS~7bQyfvB1r3EYn-l(AIeti(V#2HyM;| z56eziqWdM1DA702W&5q>ZU?*seg*h$9`ox-`?A0_rfT5yd)Vy8chK?cgGQvkHxC?Y zgdz}ON(&uh&1;2b)xj&WDT?y8F^j5dxX(K7{u1UkAxGC~N=vZuk0h^{&gBq^@V=!O z&!LWKIQs|pGa}9q*5(~R_TsUt?UvTD;4C}>j<3zy?o-J-69jiER}9~(4BWE~XR&YT zpF-`t#zo$+7Rt#h0IY0nJjJYT)Ybj|sm^6j(zd8Nzo#P0@Ik~;g70Zl_fdMh zbO0rL&q0ElDiK!o_MD%zQ?#eRZtrW&s^LQ*pHlrB{K;9m^a{v+Hl~BE7E+e%!B@y}%U|hG4c<&0VP(*?Vacx7TsE)9 z^W1BHF8Tz~o){L1%9G}pK1+Ae*B+JE@hYyLVox8||7xB%%f%L) zr9!QA%$9xFot&-=Qm(ngvWdj{Xi6`LMJZu6C5|?67hwQ;67c;x%8uV?DUXHP` z06)&{PgCpUNs$+(GH2D>HuA6g-fP|BIby&6{E}?9@9RoA#k*sT>=D)Kh;Fq2&AF7` zP~x|_cPt>QiHm-Y(P^l@6_adGMKd8qZ6uFCh~N5Ck)r~SB9=7h2yd3ni5)Bu*=Acunyd?a%r-bT zcB!?cjeXcZtiijME#5sJL{fh58DNOAOUsa$TZARaYAnsm$I!~>I-=l#TsA3Ek3rTs zjO^&I#8KPUAgSit%?(r~MT+kTEPn9pt5|tL|Ew!Yj-9b@>HvNavrM6!nwIv%ety@e zF5m=ma$HegF}aP^7?;jKRd>Lmd(r>Z3dpOTk?;3i7O*?=ejL`craYSTiOoS#He$ni*AIq~XEVRwx41pDW4E+ZUEtUjT301Zi z?;p5uffCJ$c~WjAGkzv?%8uCYt;MS~L#LEzrpwTfiwf~{mC9-DINJ;7xj5^H`cWLD zRelna_=DsBQ;7+S-}(E$kgM>;_-7W%;X6t)%^p^{&f56k`pb>ip;gD++I=LI86sWM zTDr&)X2f#+5cSV`pBFD)3GYIfV#vOndeCqST^9*e=@gr zr&6tBw#m)o286oGOqjkB)qNXo?bwXFHssc$NAf&DH071k*?lsu#<6uDcV}=U1k*Zk zSIwa*0o7$?>p!MJI#MkZL5^9nyjk!HIa_m3o*o*UGs+kRc-C!d+HBh>z>l=#E4#=n z@}kW$_nWL)&V!E@Wk@q>40^s>O{D5Zb~I%6QGEJpH69U|23?k{F|GGM7k_j$&9Pj- z;Us4bJ5&*(DJIHqWL0f&D6(UqiM10Sd2Fpm(|7i`YS_Jc8eVt04GLYPu!hWhE=}eh zR0|2&@Q~knn5+oa>o)QQGI+eRyt|mw9qN8~)CO>$DM_Dd0(zKQ=5!E-*cBIC#8iye zLe4l#4eG3kQJ$PhnWHs&)|?euwSS!V|6I4bNmBVCE|ycv>Y1{KOaOpl0VROtXBCu?udCcByo3YLwA&frKI$%l2)rJmcL;0RjWc=esk z(vD}VS34w0U^4Sf+Amb`Yl%VWo-}uxVdd;p4hgZ=ShJqtk<{EWH zNHww2Hdoz5A{!ra-|H;%Z{N$TwVksrK3D8Pr=e2L_j@W#-@k8?_;;>ZO0 zGv8;nJ*o|(J!8S|%}M1ZmI=iLHuh_iMZ6r68zct|cbv zzQQRo7b(KzIh$V6C6)5Rso~{{%Q6O`weNRZ(i&OpaUA=cDM$tnzu>s_sDBz}p(?A? zV^$J+_{^4CA+07t-3B36fPpN2llgY#%^6PI|(N*<^h1A2j0^FB9r%JvNYgM@s zYjqMkS9Gw4vVI9YY-4s`XoxH3y0YXEJty6(K9hCU#z|3obRY>RU(9yvB) ze&=p+dD?(ub{Jy<%#y{V-sp9gEpFy}X2|lBkBGSMUVb7#Vg=avG^gz1z+ESN=E>f6 z9e8fd*d&{68dI2Uoq^5;V9B85>(#qk(g>AJfZJhCbgeA9LPvkCeHn(mhPS&7Na)UF z0rS@`2}V=DvK%poNxj&Osr35=xKwA!HpGS$yhUU~KAh9riqh4@&tJ-uKIJx`%lq9K zwjNSEQTcfxgG(B(&0-v#4DTU5Yg2huFS6=`_CW-w=800vYttpySPIJFBDReFuGF${ zzW;~4w+xGO%l3T>cMa}Nf(Hu(4K6{0d+>r3?hrJ%7r{NaJB1V6AxMxaT!R!4oDj%K zR_}dxuhqM|SD$^({cvyB^Ss|?`J7{pG2j3HH;jUD$*^OB<+lt-ujjv6XS)V?v!>eH zKbqi!v)VmojzePw&?FD+r=Y@y;+cH>z@yiX8W;HV6tTY!_C#=ckPSJLD6vVQYQMA$ zd@ZyM?|2p<@vbS2>&Wl$I}V6k^UKJyGCMR^74JP*_R#5ScNe@OGo36G}E%W zwIqinhFC(P(Hey4ug_kZ7?^>K-yx=vQ7Vw_2kHEN)2s|294Z(omc54*_mmoBwlF9Z z2QgzY)pIB+5Xy(@_CWcA*6exrPtBh;W=|yG@&dM4IfMokSWo5Ogb#Eyl~yli0)Gc0Wcd4Cux9#k?ivm-tTl zb5{1x8-1eDO+fWrIshK)s1w)g z>M#1DBoo;C)G7p&F+TmX?o+xgKWbV2b?A@S6<-3|C$O#SD+#dabKGp-5(K?ON2-EK zEzu!XG6fNby%;SO-V9_)fqk5pp870`0xVvvSNLkY0@Q(7VNfbLMHy&|8#yexy*f*9 zTGUhquDA1NH>rg;XE=wg9A8b9EVbG)S`iM5Hakc3mCJgTbcUEJ}S+U&(xV_Qpi zW6HDz*VR$?VX}+h06mi>m++vRB-bB*ra7C9>kxwtR&nBK$Om2kM*&tCT~;-Z+9;30 z@E+O7L_A85KuwUJn4>dM!W2pRo1a-hvgK>SV06)7JhG}$!0uGv32IZXsvmoSql_g$ zUyc;}g|LxX?t8Pu#L1^gIpE*aK)>hp{wC}By?o>kv9StE<>^`{WXD|d6x&6U| z{`l`}dy+m~K6Z0NvHMokJN!xCRN}yguU()^(mzPbTTy%2n8=27P@d& zNFq1LGxGKywBAbd^7Mydf|z@8?Q?Be+HPKLR`_}qW_X(#C~UFIZqA1 zH>#V*I4@TZx^3Iqqp+O0mwF3ivD!b32X3ki%IgCbs|!oD4kbw>HaJ3#S|2969zNZf zE_OErxbJzd>SjYcegN3-bx-)Z$+kqg48Q?|5#R}i8F%*R!@|UYs7mM2XiBzWz2Sp2 z9XE1pPX`oF?g_ms6GRdU+=Ajh=i+*k)##yMV>UkELpA@?Gz4e z`JTsVAMF!{&Y_^j!zDP*MZ>BzNzNM^Qo^U;J@o0qxb^rnrUklnzri;-+D@_?_G4uH zBaLuX2)k~X{}?>^U@%;yUntp!(2{KYht=Y<;KoS%6Zx z^|)#sqTSSBOH9I&T<@u{4Yn2=dLc>q{;%vLHirRFM)@2S*4?h?H+2JN@e&rOPpw*v z*NK+>kKrp7;(LY<(+|DTvMp0r#jt7d$rNDSN^|W4=k!1vnKvx(_7`ji=4Ejwapz(D z{QPLaC+>tHfIVQzwR3262rsfI!^HWa!Er?+5YyxN{lzK=JG=aSw7avjg>{cNa6_9Z zz>9Fq3qyj7?xlr?8iLImz-yl5Rj)|N*m3g+G^t~h1$NITYpza%n$?!^)kLf zHP|s+oIGBcIJ34^D!L5e?bWhfJXp!4>&Z zl~O~ah}J0i>|G@C5hLN)KsJ5yFkMdoLArpLz0POGhR;m1uasL1-DJXqbvDMIjv5&E ziAZ==G-1+^o!o|vo@_?Coe&!>9wZvSr?4tK#0h=B5KUEiji{C*G%_?C=zt{R0@!Wj zax>iSZf%(n5IWMl?OSDsd5;@0l%x}IAc_xYoTHg0s;+f*4WvXhKc5)*rp8#m-DG%ix;q}NSc~~1D=Snw?wnX6f0 znzPuNG6`ZP?pOfHZ(9d>B!wj~59<%F+T44-%AU5&RUvh-^q@4l@EfLc7M}$-CN}%) zcqWu{lC%&kk5%gc)FzUZcm#GxlCK(x2f;>*BJ8Rz)=D1bY$(bTkXRat) zWZ965>JK#ybJB{t}Db!Oa^DIFUP zq(Mx&9(WSpAju(!4J>@SiNSa;4+l}QaAPgwNYXCuF!T?g$1Yeuf;bg0P=3=PdK3^6#H@1t@wVWn5;vaD1j##y7 zr_;KvCll@sPn}@gYHf!OABqoc;eEsX5^%%v^XCMY-qFTLd=dFocw{&}DCOa*sm?@s z1@s5l)FD4M@ z_Hi{%rjpB7m7P&^O&R?=!BssuLVoLUnYg4Qf1V$JyyKrWOfazfmMy;Srtcx-XPtvl z`~$FE{+oZ|e?DaQQVo|f^Zu6-d#=C?K@Y>}&U-Ht9j2gaDz`&^7IBRT@ib|im2Qkx25ZLq z8nQl8eI?@*7$%nX)^X@#Be=uwqA8uGtBKxQG?(o|Rf|YMElt(hUpW@sxEH>{a-g+o z^=46T8FAMDhj0!92qncz{xBtIExv}|qy4P19;y5QjA$YJtTS!m3GBt)+T7295E|z5 zbO%oB5IOOlL;II%caFtRoSIKi`o5k4tVdiimG7U!p1RcOY3x)Ld zG>bnHQ6LuuKPJDy+}pCDvKY-k+y-_ z`_VKOcc1-#JR30|$Ye>Hqwry^ruJ<=aa0+8|jff4n9$P z5C8CWkp8GvXRWXmXPbAkhjVS2PN!hOyg9dRFTABu+}RW+M#y_E1m^$ej?>?BlYTEq zKg_H4pL$TDY54V#@a`!+C4YXSt8~Y5YB?dMM<+mH>@%_gkI6lS=r{5rnH=R9tG5z- zHkuu)l!li#@m8+5iC0$7Lwi>zQwY7o7_nDP(>bcFjG5xyiTOw(D0DMq>*mulf-0StHP z%#f1S0PBweEg*G}#++kY#wF(E55UPy&lcGj8Xv#Xf_OEfh3v)svmXG9Woe5-c_Lb< zk5SOkMOovv3&eIN;KQ&Y3K1$$9vdC)UKd#~+Hp$^dl|R@EEjC|TOf^zDdSKfh8dQ* zNTx+JhYp@_plZGnQ9vu!Fwrf(an+pdU@z_~SX_Y~=$a6=Du<&KB-S7rM##kV;~%^X zLL#VjzzRes)CWGQj;;_Ws^(xy8JcKl__Q;d?=|ywK?ve$lbG?SskX%(GsGK3677S& zo%))wo#0oFpd&7nj-tRG3nG^t@BL<3s;vb7V)-seyhd10;lSLqB0sS4`*0`{)y4X7 zZf;$*&6W&l#GKtP!QwfORPrBCjp zvmGO-x!&mQhMEtC$M5oh01)3t77WTHaLkoD;R&MovvW^Z9F%$FJS)$W-I>o52v(nd2OXas+vDFIG!5k5wNR z(W4fE7#l_+giksqnHz9E#TMYvdZJN&EYcKHG$tX2LULL}Qs}Mv<6GVM_ZIO1I917m z1!8fjOx(cgMV2i3$Y2=kX%pWqrjQJ1_BIrNbM7!H6fZO5I6EX^+oHy`FM!o*oy?z3 zq6kVGrPt?HK1$)K!XPL$FR~z`F(d{Ya|>8D&Y9O50{7ZdW_(L$I19WY1~GTi0R5va zlW0bXI^30@OG;r*hk|o@KSCs8x?s%u+8!NbL^AvrfME0*#{a{T10R%E-Ob_ZYDae! z`Yes<81Ih}aOX`E2Va;i36rr&nk`e&;KF+A6uELazFF=ncjMbJ+%5`n+Zw=Uo=Kb^ zk28RB4;E{g2#5GDsaZ8am{+S};z#eMzsuSq+hh5aFFfYl(uhNdm6WB{mRm&u_*lU& zyK)gH+*wm8m8t09tiS0CF0D1-IbM~Wx&tIo>oS^@lvK~uvk&zz9PkMZy|u^ctCjjh z+y@!nBq*V7{kko$z%&P1kO6Ng$6iDikTv<{@@ja~wIq>QgJ0nyLAb_ZmnLkD1~3o& z>3rkik8Q&B!j3U6Zjfg`R#{Ooye81$ijkSNWIS(Kf5VYSjglM1SzVpim@#uav#T85 zXj_8*@>QkOYf2((a@$BJt>lk%35%~21&Sj@8jOd(K_ZU0s#1<}8%Im8U`t6z zKp1lU5#Y^>(c+nkFaLVWoj+|p{u>(4*p17#wU?(kMSnRjE452{d8Y`C_7t`V8u^G; zq?bDYv?x~bEwlYrm72sskY+-hyr@hUtM6Cr?wEE~t{n4rE#33gr;A1R+@D3iai2o1 z$?8G#8NVee=Cx}XBVEk;H;Pul@Nzpr7HVDHV11O8s@}I5Q=_pmd>k!MmV|(zaks<6pwwGLQyu9ZjPg^jQRwbQez?k9 z<~_saBsm4YcFyJ_mM;knG2l88R3TL!Jsvj3j9&JWh~|Yzps*pk+?~u60 z@Yhf(yXN0`*vC?Q1HICno!EpKFyMRK`cCd9**!Uz=DMPCQg9*qV(is6xuzQODs1xG z$xC0^u9PdX;31S&%6GAy$(cLI$&!h5rXD&Fhfc|o5Tf9uqO6@$!Ka|1L4 zxHh58T7puU=yUK$ZhJCI>***=XS%Af^u)r@i+^DDgYOuBD;PgYYJ@7|9VD%H_%QwF|n4DX$wjmB-h7EH&T>Y`+hI#AatjRPjvF)86;)lv!9msyj zE?I@``&3k2$n8GvnncdEQ4if+YG>9Ot_U5g+aaC{drtGHt7YyxW&YZ#;;ykV@ap{K zo#Zl{B1MP_8|y9?}wsg-sPK z$j`}l_oxqQowVn@_PQ|&HUWe9_hYq_3r+IHWB@+>TPN{voy7lrokZz{v4>&iDVL~* zpG~-W%BTWO55=cj*G9H_r9_-0h4M;-M1OChchJ#r3%%3J-u;Y{D_3vW@%kM6$cc!2 zGm+W$b0lU3yNvJV)U;C$6xGyk(HJ1>*L&Au0r+>B?{B`Nl;`OB0e-bLOSVtrwYmh3I=uq^D& zKtc9@((UrEg$}I}6gQrl^YCpD2bBM8KQ+Uid9I40d>Q=*z>8cvlFgi!3)Pc0%_6J) z1nJ<}f(d=jQw!VcI~kWS{o-Vq@?F8ieC))w;(7V=IaB~3vhJhENUhV-4Z-pnh(tqn`{_SGx?7Zw;zIN(ix&6h>7EJsNo4v5( zF6#4bxAJH5v@$-n(T#7kHqKe2kJ8W<;m8x{at!L)U82^yui8mDjor}BMC(YS+K z?{blEJhn7Iviv^)b!*~30K9u@8Op-UtI~p3q3^qtLe6b6YF=-2;=P)!syRAo8sT*K zpqL*3AKUnK6CTwlCiwZMpGD3us>&ZlzdlOKOsISPlq=*t6rXR6o&a__mXXe}5na3o zotzM6G>kfP!!E?6P&4N5e(~TG6d#tm$h=kxoX0!U^?bMD*oOWauGK$PaQ`P!=AR?7 z{*S$sE?UKRlhcy$@A|$QaC7^1VK{+)H3j0=r&cb$A-1 zBhBU&L;es)`f{hFFcR|mx%SZyz;^zj#1&@k&r}=YzWwdl(Smg*t3)>;_t z1y`hCFN#0}OCsIU+;Kd6Qwf1zmorsVmWMxupXnaW;=9Jb_l_o*x(@b43>4tFv}~WV zsQo z@Jb-=o0}S_qB*o+3Yaf(<(Y1s;R}uQFlsQ~TuIiymef!sx($3o836@|F+>fWF8jC{ zxP|;J}FL>K4im) z@4fhlYR6+Cfi6YiQnpB?A3D}FW*m2KfhvpKz!Y&I0;SY>}aqsIiX)we<-v?4F%)w<<6qVu4Sm1_b*oviow9HEYB2dh~J{yVtp1G&d=Es`)hbyLOgtC2vfXd`Si zElp*sEfg&|zt?U_-fxAavJy79FNCKrj~7I@0vti28LU z3T}op=2=c#AkkJ?X9GA#vr1L`VDX#-o!t$XE+`4{KdN0Pni*Xz%#$ zA3gYAE&q&_Vk`br+m~DSjt^pIzfK99eYztAeAP&np+s?Ff-C&%VdUZIj7BRFkxtY2 z0Q4Ft06=%O7F>YSMH0(;dVW2dP+$FRXmamlf&) z^~#MW|6)XE8(4^`sv;U4mSRSO{?h@{qYL=P%l7gEU>EV)|?85+8Ng~G}Q8>2*v)) z?Up#IaUbohhXLj~zar`#usaIo`f(NQ-%gl>P)0AI3p~f9U;S`3< zDPH5M;iHO*qf$K>&^+qniI!mXFTfnKhsn>JC;m&j-V#t+*5sJ`@*SJQ+zl9HO?aya zKx)F(0GZ93+i2)&pQV|0Eb0uStLt%)+hBCGvc7%6tj-rGtkLR9{U@#Gc-lAS871MB zjgbOmR1n<}xium+{IzazbJJnlFV89i@4UfT&Mzu)!TqO$QE zGsrM0!mTocI8{dc0#*j1#>u$Eg(JsQuyehj+oDShF?y(3k8ro}IU51;O_Ws^5a~9X zdl84$!{A`CJ})SF80JRQC2VpxvZy$^pyxGNAct=x$<-mUSpx|@qY1H#DjF-bGF9Dg z_4U8~2>-6L|LsTk|A8Ojztt>6{v5b7eev!GK;OMoT7+OEO2p$)D*OG+^bolyz}ln) z5cntVBmS#BP5<+3eeYXMV2uFC)g)C=(CNV6?9NZ7b8PTR3O4Kp?QX}rTkDe3@K^VL z9lrSkfOEK@lTn!JBT#hotznr%&}sM@{{(Hh5z6AyD|O z^%b@A)^wFcmvZSP7EpPrczFnyu0_$5Fzw2vuJ%7P3WX#XXAJ{@}Z#*h7~ zrcSXNF7h)^`e67Xwsq)RM8VXmgs%`hChP2h_LQqGe-Q{Cz)dEe&%APJ=21OF8IMH% zG$Jyx6I?Hp_2}&B{b=xzu&Kf?F|^X@{X^)c7^=twADpvrfU3dn2{u^NX{aQP;<18s z7ax}%-D`Rq*3qF!9~^_}4yyp-!3@?Y5oJY&3{I)h%{e2-oK>~Qw~4XSZLkr_1WJTK z?Vz6H$9dQi=wHrlO{n8~y*N3Sjf_U=8qKF=>Q&F!p0IVWwa~h`?Hj)Td*uJCzXno# z`CF+qYH@m*bUC!MAB*9Gk(z^a;BTJuQ#HzjM0i{_TmPxFyCY|3zs3Y|siwlV`sjfi zI^F3DD)Ww${~Og<3k~5+%F2e$T#%=Z_h6apUh^lZvefZabqDiD9-s8GEO)Dc83NUb zyZ0G}`=ZMZcgEkZg$AAD1z?UQi&NxZ*i%p6`M8~-qm%;FbChK(d=#%+A5ECu1dL&Qj8FK^s69oJnkb}m zQtlF`ZZiPKfO+DKnozk@oM<{*_o&9j6m$U>rs7k$V=~`MVUSYwqzd%0A|5z+{$^@x z%$M1AFt=3Hr>dVRt0Sf0^_wla6MIB}5CiEXuk_XXzX}Ad4+6~{?Wa}ag34{u95@VV zG5PtA=->0(y-0ldx+jLJWi%$~7tyqaul97my?GkG*9bO#dbyA}9IXQGMbE#(F4dBp z98cs=$ELOQNUSe1B55tI{KkBo{?^;duUW7gdZkdSKgK6h;}y0d<6QQdHkkk_2__huV808oOc+r#m@ElTB^)sw;!TJnvvO7|)+E_A?37I0k4%kIiRuc)) zVdMAU6Rg=zz0my!&3`NZn_hg~;oMahQy2%j*I;jt=C-gh{;9_7QiyAc5LFhyM}swv z1DId5upzV7REEI$1tO03I}CnJ%g@l}=p2I!>n&6*lW>50R}P$nV@Z>=_Sm&$=K zlE({`!wDmCX8c7Xqc!03qzAJWYMIYn!H$=V3j%>2)pra+Ly=g^oCvHN{@M@-~DkK!AZvijClQ zS~epPwvZpEd-BMVmp~=`toWFCrag0UvE#O~%2TtTp3n_Tz0YTb6??9H*=t7|^7_A< zB4iI7T`jYsl+~t7BReYw``3?tGyYQ&3yD(UKmRN&stw}MWbZ4}8>1dbL;p&bxRv8f zrPkEYL>+=y)hvt9r7dFr%J`Shzv}xyX%C*eS zN%<{*GgD_%e$-Rys-c{Ux(hz`V;L3Djq44b;}2GP!y(O7jvd zQ%^4EY2}fY?r(-gqs1HCCyqy>CtG4L47xN-8%%aAS9AL`bXNgH+SOM|Xb(?OWv(zI!Wv>ea2%6jakSVo|=bCQ7(SHceuCjHTcptmw)#R;M1O?Lw{mggqZG$gc*^ zWM2X*e5V$^J}tV&czmnKd)u-y>30O5qV&l+1t@P$$jEM5Qg|i_gyrMrnw`U+jxdd3 z4w~90LHtJh191n95PJfX)T8yLRbofJ;;dZEtoFQVR&zug;^hxA+ITh2Rp*$HY{nY{ z(?^^Al9ThW^~*8I71?lnDS-&$Gt*Ji$UHP8(M@zi->A=`+t)m_uZ6i&4+Frj&+JtGitYXhgcJO zsgw(@S55u^ta78ZxyDOpoX0v|MSfMe&ZSARu_)@j^MgQbGDIyT`250|Xv#i{7YJN* zUWVqB*f3|`7m|9^Tlnz}GRgHITdAQTBi-oYRedKp6@=_{U&$|WvB2&QF|ZAv#<$Zx zjR^`lyJoH7M{w;k5pHfftxj|fAZZZTZdUI&lmB2`-w}#njw#z1?Bdel<7|+7nhp#& zKdcT|kGlT3xy=_R755d`&ObM9SNNoFIOIsF@WQ+_|Ai312I-UbDBu^+oc9+pWZ@Sw zg!ts==2!6Wh?D!_t^3q>0+SzruNhw+=i$D&XN3Lt16Zy>wiNx2?36ybRy%CzqVq~Ebh-#sv$qqIfE_B zQhibiWr~xTQ_A0*vt8Xqv~5Qr&GPC zzok@AoR5>G+SKB7z+1;+;KH-tHugHvS@D_QI>fm+A?zE8 z#}~`wu$(qsd?QU{0A8QU^FoCQ{I3{ESCL^A^1JV2BhLELhD2#h_T;)d8W!k&0N#22 z3@?4xt8N59@Dtz9Px*mN)khAy(k+!RNpt;#I?hHU=;NAaU!|}>BK?R{%3XI{WgDfH zjbA|g`G75B|__5U)8d2^|z^rE4PQY1SRg)CUiJ&XvaJ&h0#Y! zdhoQ2e5la^D!piB73U-mK_+4S9E3sv0 zKh}-8+-KQd$op~TNyI1x0WZ0BpAQf59SWM}N&@Z3Cxdume$z2 zBcgGMgD#4;b~IE5`)K5mVnWYVIFOP}yT?AmZt8={e(FMs?wE!BeT`)_N>&5E(scxA zPM#u#;8ugW5GP+MCZ?2*CP>zsN}RGaskdQDFxA5yO9FMVD8e?^O*bNyb=zdNfT#z_ z=Xi@U&Nudvk}>0eK_!XD%!`uF@wBedOjKexV``1UW2+4 z-oMt9+^_ZY1Mm>r_-jG^&VTp!#m+7dR9%o+QPwikRmB}B^njx9w~4bd`Iniasl3H* zFJf5cj`K{jA!iBxE~Sb>nQLU{tiYW>Bn%}4Cokm|Z)|k8E4;X`@`hb^=9oe@`0834 zl2|~;quZXXNRDiS_G!*T997wnJReP|32fLd6811YlQPfCxvMY9MxLHttIHgLM5gZP z0B9wRsmj?J&QzJJ$`OfxJB-&A!xSyq804*7sJheA&c@)Y&yFghf63M2dO_mfR)u%G zIFEN__4bmr)05>+c$~oa<3S29gI^ebJ{Em?6%XgWnD`BH%6+N7wEZ@B`*8B4;c|=e z8oV6E2}G;cOV^t)Q3>|2px6ID}O!(qP1n^ zx30y4$%RvxneM=`6=e?JbPKAwesAq5=|Vau_;s!mt^z=#-Ej@(J%009|M#FRuiU=zfy);wEsN4-+C zoHTle5Nyk=u!J}DokQQy)=ZgRQ`ecyW0kYDYp&98avpTiSU<}}=uBOFIM|*#ropov zloe2c5nKNQFe`dN5fHjNd&$ZBm3zy=A@#$)!Scgxb&-Bn$<$pflL^AwSr(z%gcjTn z>&l)|*%3~?X45!R1@R_Zxq1@QUe_LbJ17xeGcgk=$njk=6&h{WSF%Q_!I8lHFu>DM zm!fNg%GF}&+?uSF{E^k=cxe7Rh%+p_e7UE#nlb1q(^P_ozO{3{A3ioRD!=5+<5Nw+LkI&3>U>Q9!*N>`r| zBSfWkk!GrA>>l{u3@p!Iv5|8Q%Vx~mq?-a=l=xak9VQVd>s_!MvBpzV7Op+Nj(N4E z&pBZ0>h9U3{B{uY{%GR6lp#_LCozsfCVNl{3Aum z>f`1dLwj#dE_n5Bry#fEW2sL{boPN%6~uIddBH_pr)X$G)epSQ=T&gH+ltcJ?#2n> zW3yOZmBwCj-ti4B%WV=m{HJ}ynnpJ!HXW_qjooqVgL8ug4ptCedCIrRps2QR&Gk|j zp0Qwgb##`<4e!RWcJ}t@n`71>?*1I()>z}}YC;!Dt^uj{u$Zhp;jIKL3W=yn_x1>j zrZ6}|8|0ae>jY^EMB|D2WZ?I8BnG@}U5|BLr(Fnp?)3Mk_sRD`59zx<0G2?NpK-Pv zwtIXg?qA~gEiUW+xWo0+|B#^n&o1KJDtkd6)HHX>>od5H-Un|C0BbtKAbBJm3Q7-a zEoz~Pp-Ljbta_uRTjb|=qtYBz%?!fZBG^wJ7(Y$`jLLngGjVH*mi1I;7+$6k%1C-; zmbVe&F6bbvN@#Tm}#Vb zrrAB`z!=7k_B0t-u)-JdE+60FZbuChra0&vi~*=Yi`tllZ-x)Bh|zpi$6(DRfWExx zd8(vnL`YW7hanh~jFj<(E{C$htD18s&X!s7H!P8Y!N2W>m^ji;m5izraCDyhKG0K zay|(eJr^70J{C!4%$ogYF9^k};s&ajCiYvs$Cz zwAfUa6y(HUd4blyMQ8k{u;}+T{ONxW{Qu@aC!g+t6HKpwfz&RVd6xEuoN3~WjXds0 zB-&;b4X!qLE0XKyvm&{t!Cn#%p(;P0g!1#*Uj_F31#ZakqC~ZE=2HbT^MOFix_SdB z&J>S_@Z)w}6g@v!!&y+=1;R40`%wo$Ijr&Ofpu1cc$C1M2l8f}hD4<>&S#7IEsowl z#N2LPI4+&{K>dg24DPg&M$r%XSGBBe#!BO{pHm?Y0j@BG zXByAzi3T^B+9=a5tv`}mfSpJ3aKU1RDw$fD%F*hLZ>5OVI6sURYncdJPDBDWB~-=THd{O{5yP?hl9Jl2Yr3@XoI9P$Aav!x zj+@C^;E^(WO$x8&`BTBZWQ}+}Y&j&?s|T{r7qNJ~sH0ei`i<}>aIW~4`*)xbqLJ+P^4W_KesG}e;$HZE`2DKHu3 zJSJ<-hb2EBwro!VRr#JYW#x;K{i*x&P8$1DBM`4>sH&wU5>}fGn~$aI1H)-|#H-!{ zndz!+z!$}m5RgFk2|2;skTXZ!v1K0uZAwK7@R_$+7$vEXT#3M7C!wBV{aa6!uHaWp zzLrsZz+HlKOX4%C1j#9~Nn51Sc%516&nz>WbDXs5q0h!_8=fSS#_97Vh+A#PZOun> z8mi3Y$kfhpa^>*Hu9&48mA4&BIeB4sge<$Tr`FC02wkc?pHapj#KJMZ*0i5xvVNlJ z*a(+FfSk|*jgGZx8P{`Doi|Kzjlb+~5ZRN#XZoZvpm6nK!VTzB#QK@C{1Xmd4CJKY zVYC-DUg0XIpWk`56^%Q+VD8sBm^|p_YccxXj}1_!mDLd|@6Tw?#4W>3<;u6scsJ6; zE|)G--Emfym3RiB^AJzY-Gteca_Jn{ZrGj~86e>lx({*_8<=-zSJ{9c(i2P1C8|S^z1WDQ4)Y}MV z;${N#Xv-oofxQ5@u9`X$kw*^P7aG)+{%=05Kv&TF0G9YuRF&nbsGImfU{r+>qyz-& znkcuW{Lc=1ZH6e9K+{)yBVgvNFx z@!p_%Ee3@J2lPEwCv#muFu|n1!OrH)r5oh4BZyz|Vz+hv0a`oANdd=)7CJH+rsos# z2SG?g3lzW0XyuSiyHD_`PczNE*-o4muxv}Wj_e1CK~*T9Qa(e~l5j`GAlKdlP^0E= z-lM6`T>4(k!C6(9F*@QfrgH?z5ztrq8W8iSEWhe9&U0+1I(5_uRuK`(vMmRjPFQPg z70=U4@vu5GAqKCqOM|a z=(-wza&#YqjabfH8?4F}pg~$}VG%V}c)XqTD{$-7p% zk8+HApFsuR-ls_juHHR5$)({}0A#GJ$(?DuJ?KZCw2qqjd#f*RO)X1tRb zd&7yAWeuxE;cM9R!@tv_-hPT84e)&b|9%zgLsNtsyIy6g)uK;<#lE7mDI0@0pn2>; zXBm`*r=fpRb)bF|u4!yAs^Hf+y=my{d-c>I<4o(E;G?GelNR3U6OJ+zC)JX04$!3p z#(@rL;%y4VAgl~~q$PHE!8MGWDkj)RD{}oN!#?t)>8;X(_v%DU(k+{o;Y;gS$v6Qr zjv-;>1TTg_9FYOeQm>RPB}02z{Emp}`zHSdGU<3;WtY6lmy*z)w1ltOc~4O(XGs5$hjkpwNndoM-pK;PSzbI75R1Aqeu?Xw>ED# zL#O8!AFhslg|?K}ukD!_R3?}x{S~I(-+=nFhCVKPeBpk#?w(xZPI-7(X4RBfZGDz} z1smIwNsA@+2w(Xbx>n`9$m(o1F6!nCHmRj<4AL#LIi8hpspyaJ{(p)4OKgM?8@#`v^8u$3ssT6e>HU?xVDO0p|8@Z_PwSJ1y z1bI)#_D+s0fl(4GMbs6nScR2~gB2Zdj9OJDEn+wX@?_$q5LmX=3*56--`N)Va5gpR zBu8qC;94``xQRR+md!ZDH~2|`>=uN9ZRsK6f=R?CiEOQa@Osy;?nXr8vw#?h_oZ8q z1F3pPs9(BgY~th>R1ek_sFw4v`cMj;Ud!o9_GI0C<(b;mP6|20d!BpfV0AuV5Hpc~ zeVgR|&@6@pMj;2z5GCaqa21`N@D%v;2z0-cJRVcgBtO=g7PEc6K=u(e^grqa@^8l_ z_mLZLHJvlRlUk^<>y87g+nfZJMP)-aiQ{^m!#npzqEUP{&pTl0DnzsG2jJza9Vqn; z756jRwt$tGp|c-=s%@LX&y9=j*%WumEkKgLcqcv({B#na;!2ObIvw2XIIZ=vUf;UX+M;+0(W zr=A{=&VQX^Q*#Dll@E!QmzR%w+=jf1A=br|G7H9XsG)tg9DHkVZDS&f1+7T6L)YgPq zJruSwNmqH=8@lHb-Go^iW>3uO!FtE)iu_4TEKex}5k!jBVM_oqy1LOa*LBJ#jkXu< zZ`Cv#Lhg9Q*gW3#8|4R;jve7R50Bchmf(c-~m3qmuso1H~0=G(RGbQr~Ft#`d_>Akbl8n9LyY8TKy_ z3{mYMBr>`jRK-b}BQT1c^8JkM;+V7kJps0??HZ-}$~N9~?kf^$XTk~JTXb>w#{~ns zI~aioQWyAgpI`%zCYX*Rh>H>)+t9t;YD7p{2t>;xLSX()Ve@-e&M$`J?*v}|9NX~M zm(@*(Ql|dT4Aaq-y7AE2(V41V#!7wqB{)!v7mV@Jo!b5vv60YrJ97QA#VgK!QqnuP zvUe5n)=CfwmAB*wN67BExN$)#bGy=Gq^a-RC5Nk&cQOkGqSwv?KwuFR2IXgXK}6%c zs=tGIcsD@#GlLy>O-s;9UBzx+$p7qE(2}Io{u#W9LEiyUjNzHU#&79&S?~VF`@Gg1 zV2+tI+wmcg?^29nLHDd{mh-}2$KxLS;QMBe{J$Duq;5K5O>9y|q;qdI2US+P-4)uq zGAd&4irrCqp|8vK(1(kb4Y<8mM?)*WVY#&gA5R{OyleJ$;DC!}*L&BSNP7$vayNbS zaw>~B!<{+29+DkTMv=xlJl#IJ!lb&0p88$A@Ud8X0@Zz3cJ`Y-$={~BO}gzLMk z4Qi8Bku(P>=_})C`-qv>T`(SH-iF5`?CijqaPHOJz54D4y`^lj+%$UYERD!-$b~;?iUI{@~!s@gnRa zZ?*y;%U2EUu%H)`;ofWaY6bd>h}3-da{dFFr;L##qxud;gx@T0g5as5c^>snY81ck z{$=ThuD}2bNccN3H1flO?c7V-cMLj34xwVm60@FYXNn1j^i< zC9=Isu_7`y6>{X_k52Q}cG&XF)XM;7#Ot+vJg9{a^s}H2Wt)v#2Mc4V<5lH|05#j{Kv;$Q*E_d@}_m+9%`izxdi>$MGy_O?23_|BP} zI)_KS9C8>H{jxQ}-FA{n@*ESFPT6)xPDb>q0I>BLi&CY32Q)H=z6JD){3nj*gs1u|Xd)fq{%& zDZJ!dBw+NrWIJ-zg{Ij;E!&fxx>;8}g0h6tBnNmm47KS8g&F0Iof6cG~KOr`7$M|CsHUO zd7T+i5@A5vZF!=>y;;cBdBen6EZk|~34VDNR=hF2A@A#IkyWBm5K*f_6xA1G?ZXEh(@t1^1ZH*3zb8Y80Rk8)6;X4^O|4gD(b1k2xd zt>90^z0=1r!aA(28E2gEHCq1VrLZ`XTKKmIs*;@rjWSWmt|o+td{8WK^WA*Ylwm0T zbH}1-GB3jZb1$^IR6vnEtdXF~-Naq8n}3tZjZKm&_wVCCve}O=iPn)NrVN4185#l@ zUpHl0;9a7u)zz_X$awBV1J^-vr#L&!#3L9eVK!g^I~rTJ^+c8}|0czTw`GEJZYb(Q zueT~$CiJegG#>`eA^j4r8~V%dc4=`nTc@`My_;7>Ne{ZPChY-KGQCYX3%Y&o&c$A zFldqE7u@P$Tpu$D_bQmeE)Rp-pqy%iu`gH|pjAY%Jl&idvDm&tXEn|-kOMb$rPQvU z!}&>{#*-fb>y%Z{h#ZE}2%8D^ZpUbZ49+YoZz^1X058akj{{Xn@9fFZ+(zP#Q0#`L zxO|{?L|CPW+!DiDw3s}Z&`*hQ?^@nrF14h$8G|zqa1VYGoH|7yft-AINjT>@nNb67 zzYqUW=p*1H;vnhs)66&eU)jx*G#l&VM*UzI>^QCr*_fqaXN?Ki7~8t>;TbO{-%Yc7 zzOc)O1({RtSMc1RodQd}0uVeVyRMKZ&5a+C_m%4J~pod0X zf|_F99KnWGC_VevZgZZx`=-t>30C{Ee_Ixu$$JC@9{r#w8Tu6(Fg1iOi1l|}DcQ3P zJuRfU>sXcG*MI?hdC*a*qPi8yOaw^0%@qZWHYmat*(z!!86%16u_#yr9ZYy$h{%#N z84zg1+6QxY6ksK@Z$@lD)jb&-&=XysIB+BiIMqMjDP7Ms@S$Z!bJ{iij!0QWrOJf<%s?o=BWIdn%Lzx+jFtXn85OsXjKM#FGs3@Sh4KvSblBkG&4jM zi-nFa?v&B4c#dt9UXK7PU{~p)>=q`Wz#zKF327mY zv(l+W&-QkjE4lVO3~skGIiu=8nOgWdU#aBFS8rz;+&5J;mfX0u(p*oz)%rt)1Ac7x zq%RtlPBv~Yb)T#i7iy|Rx=A*Nr^R+hU)zm5sRG41Uy4a@szk91#oCKFh}yC~T=TL{Cd;&>~HJNEwF;DX`Xpx;(RDmCW?~dSxfZ za}p=)@xyczf&KF&m!^tUsJ-n=RM%|h0AUgQ>_-6RBS4A&Y_aw-_k=%LJPsSg1B2E^ z)6DtV@qFV(;@5cu;CpiNGM%(Q8iU&uo9eB|Qx0^c{Yi*7mh#Dz`^_k?1{m;r0X#?l zQcO8JbthA7Bk_bUT~Fj$mEPz#Wsid84%bE*RJws3oMN*$Z1gz;#Ikd2PPp%A*S=X{ zZMSg1NiENSu#UYdrXsB+xL*a9=qjR{EcL;MzkC6>wrDY4e&IS*`<(ZtG^3LO9D}&f zJ_NNfLERu^!C|^2Jv`@M!%BHq(n5qIL2j0%nm&>mi~fvX3kVfB>O?bgEg2KgJboKCzW?#^xpPJrJvNaM;n2LBtG~ z$SL<}J!~}r2g1@PRRXL$6z023a+qKzsXNo}ACD$wD^in{`ptHhDG>lG&wshJygVe5 z7uxKf#R;+m#sp)c>VAc{BT*rap|~}x^58&c@Vgku(>}TEhpr7!axmD8^ALoNkmY@O zGFZ>4yljwmTS3mQg?~t|95c4}GqAu8Ws-FWnF~KWq4y=7upqmDTx|Vz@oq3g;aym{ zRKEVGqgUxri}^}uUEIxcN@w$EO_d%B3s*rq4eA%p>L>ZBMT__8{)uBaJe!L0u)1%# zFVVX|q%?SRDlI{x)a|67RzqFpK)KMmNt)WJoTkaNK8`v1qbm||y+9KR1X`BC4p$VM z2E+aygNB)%y0%l)Z=M6PDJT1NU^?kAvF;EGUu8*i;CeVQGE?U~!kkuM*}4Zv&$eL! z4qx%`hrH)OOb%asJ1ILzreo!twuL82iCMuM2rI8`dBdTo2$}lWbQO8+Rm>1C;}l$3 z$-0aXVa6)SOlJ_2fQb>ym&*V_YaC%SK-=Pb$i(qBfu(y5+B(?tYIVP#bRM>_P6 zQ0C(w`LTb#8ULk~dK?qG*}rX$9eD(FlWXQpxvgSfRrMZ5qYuW#L`&V-wB0d({>|-P z@tXrNT;fjiSInd>@d&_J{axI!{axHJ`*oj4?*H%i|Ehj!Qk%+{%LX#`_8W%ez-@<^ zKB~L7Bi(BNB=cCe9)R6{A66$<0<5u#13KCeM-@t^ZbNkA2gCZAPiXi9Fw&G;7M(3JZcJ z&cF4QHisG`AHL*GHvVPcPgs3rzi;-ewYq^VH@GRcL8b)*( z7=6Sr4rC=o!o*zVrr3wK6HCmTZ5Va1$Cl``e(hnYUwSumC8^%6AL?9Q89h0@xN`K$ zd^6Kly^U|5K--|&LUcuY)2e>u+^fg`tV{P(epsPfq>}W(rc5j;XXcwPr4>fRR*_h} ziCV^y{VKWX0_HH2$mBg=abqBAUTaj$RrI3l-Oogn>BQp za6+z&A5}+IpQ_<7e0+n=7Mdj22C0ob+MmteP;^TsRv^ksVP`rkiMBxA4g&lTM2o6B z*{Lm<-xtu*5>8CxSXEc90tOC^hKht`v%eyULzfKZA*#ku;Sn%K8sp*v2`JasLR+Rd zI0~A)632&ma^B7(p<@hDR+3WZ%!KfP_^H&WI1Q!8`7q)lO}#{RN7gCS+-S7*q;IFjjZiBz3{rWY5pJ7$t>6|5D`vuGdMP4^he+s=TaJ(f!IA z>5)i-uoTVurt8!$eqqMH4huvzAqGnw!cKhyQE+}b5WR$7r5|}Ov@c1*@nf0#_{iIG z`h(>y_z_U;?ux!@J%4p+e7ESaDR`{*_avT0Nw+AAS`WjJZ4CaJ=kc#vJ6~8h;_LWCipU5{d>u zESt0DB%ev)0r416eW|O^7EJEb6sqIz(1%}(OZhTr38g8GwURa|Z3}>#b=W98#4D#+ zMeyqBC@Y2kcgGw;SCb4PU0nrHM0C;6ieKA^Y~;dDX0DtUa*|#^&Wiqr1oT+GMPH$T zCDMd;8h_`^#D?4Vn1gNe;^1U7_?@Ch(b5*}AatQQS@|k;*N;lamy!W-Cr&HTH2#Kg~_CefhYSmD_Xvvat$d$w>nNOVx)=0WZYh@53B4Qq5v@Sx+Y)92e1lbg zUaI#pw-g8XHc&Mnxw=kw^{_R4^urZBMRq^=S$wMiCi#OpNSO$z;GGyuaF$}B%tW_vJVv>v+ zF{{=WMgMj7pTDvnCXD^3+SEUhlKIU(An|7E5l|(HQf{-NoPJ5sVzfKB4E;P*68P_# zd6IuEF>k5#L@7x3M5`iii8l-d1~0Lvmz6ZGa25VHR92aiVi)*R!DU+}!{L2NL3yTl zFVY9I;SK}8!25G2CqYV=eiV<2r}wEkaSHtItpeav{hpmiKzX1H`@}A(;WxG%NLnU+ z-H(y?L84NgHH>9HN+Uonr8dOiD|^R=`3c(~BuiX6{B8|`cHb=I#lSMT$-Ji1@4{ig z2hEm*+!*(>BMIx6P||q-V;eYs-Kj(V{43|H7vH)%9dr)ZoE9Q}biXhh^{@vD#MAo% z!vp5uWI1xTDDp9X3tUP^@$Mk{6ZfahTi+735ZUe(V} z7EiS;Fnkl!K}mr8-DETBdoR7rQqLSfnWwy3Ug6=zSz~>bcsW)&>xy?@sDL$i z+wT80LBh?4h19g71$V;$QD)YTPeGK+DGJ$fw0P)gZNOeVv|bA6u*&8mz+yp$or4?X z3ov`P*!NNgw!@v)}3w@&+|S9ZBDJU4sRYAAo{&B_$*@>~=?#-;-moZ!5MMNjf8= z^^8+sLu;T{kP>%|@ZuQXtXCKwMA>HBChRMpILeRGQdn2FN_!Zvw2O)M9X4lgal}T| zEMPf1VHCowA2jt;MH^dO0htW}fFDsto!cbQ#tixI)u_T}4fNfn;&eP96T9 zEgf37aP#sP$@t?PCXJ#AeH_}NGT+{OG<3q@S@8&iSsETPU1&lw2jn+X8GMTaSr*wE zx}363!%{K>c$eR;9vv~%`2ds1_2fXcM6_RJDXcpHUkCz@gw`$rT{Cy;hS4j%QZ&4QEp?(dRHQWVNvBSwMquS=Q|lC|~U(Aeisz&Kus@Af=ir0zzFl zgZvV~CnS1hY~xB=e&T-IP6(ep)}qa%;mE8j_S#E|Iid8ehPg zrn{&B$ffK+)ke=SKPPXs*|iI%%J7XXUMAp+)*iMknHqu+!B%)74e2Mbk)ncYGsP(` z7u{nx%%$OoGuJ!bFgIz`esHT8WJVE=^o6=zx~f95T*;FjRG>F+-6#_e{%Lz)rPdTf z^c1M@x<8Z<*Rz8lD*g-M2Oe~TAMyX2FZo~NkNsyNvVV|n{|+#Bni!C!8-BN-uB7;vSut*smdk>Lm~*Gm8T)R{1!sQld#2oo>+qWziK zODFe4s4Bx)>x2M3Kx6HU2mR2e1JiyhS`vxvuPQi}cKto-m zaa7AbHSn~{B?o89RJOwS`#|8V%-XlG)GmFS?}D>vW0W0lfDJEA(gLEZSa!Bzfu ze%3Rm&`8s$w;8AnQ#AEfzU`IuVT1l@QAwjwZmHiR6fALQketJPKA{i|U$Z_%jo`I4 zp~^*EZ;l}PbAQ;10jITH);_;^X_&;ln27i%&XvEz8EA84xgd*y){NZAy zyq-cm@oY@{#Bob?RxZkFD;m$C0jj<-V!gW5BGC|&LOnxKAVp&bPlKk*lKmWY5ANi!It+)%tUgFoz`KSxi%w zXIJXExlAYOpYZ~g&vwb$2ePoj%J+^7f0h6@rlAPnp(`7er-zd5! zNY9J1996M|;~i3ur3SBupwXJwO!9%qFDKO=1~bkFle8kr%JPC0>UK^oBOY8e7puiT zgW9W4X8}~NY#W8|Gr=XM;*;C%WcA7`H%-kg&3B8JbxSS_j%nmow%%4=yZ4cBtSCAy zUwbCW2ZOMyn5ywWS*b1U^p3TAB~P|ODW=qCmwwm$iwZtT;n0jC!C0F4H9PBSXUOS5 zA5~yx9$!>wMM2<#An$p;?!sd5WwGDWC4w(!D^MR!VVR%luiG1zx%?fJ5ge_WX=W1$sI7Q%NKH5SA!FxC1DYYw5-Ox>-k4^E?Ixm6Pd|~X{|G=9 z9-M6zt!iyd)Ym270m)9k2Q{~TR0!@YAG@tNgNyW!A_2&Wsl{trPo?(`K6rb$ilsT` zop{v7;xp~U;H+xEsvo-xaeYu9nC>6Qi~AxwS_O0Vk$KYp4g2%~yink4QXgv@MXhJ_ ztY*L#Exn|Ze1U{jSM4?HR(i}G{QDz-hPGOPhMYKq$2Njs<4!7nDZV~%hGf!(uMrxn zYiOnc%e7{z~|K;-hr?- z{^ixCQjcZr&gc2>->mRdP5&Tk_GL=agoGN?#C;E!gRpzVgf#{kyu>R9UsSBOXm^G& zqy%Pfl#u2>ObdrUcPUvE?TN^$v**pJcJl1S46;T6ETFa{%;;TzvyD(&;jfI~y=_{I z5MOX~c$;tSxqQ1hhgbk-?7;25OID4mOIr~>YZkL8@wT#pi9gHKKl^1hP1_6{+gA2M z=T%LVpgrdv5ijNTnT2nLQ53)mWC4QZ4)cWsXae?`{W*gg_f{sq5m{)&F2Dr5e$dzX z;@U$!NcprUVkzvK;eHAzd?7t6k}!r4Sqnku5l|8#1-3(DW=H`XF`ioVcUm=4iPQ34NK0SNDHhBbW6#ly&^1HidkAPQ3L5~1GQt#{H zKYJl6lPmug41DEi&;DC5(COb+=2JW=O5Z0!rMH<+-+r?Ny;6)_*kFqgn_)S|^(+a? zWaT-^GMSDE>lL5{;2e>zO*gBrrCZ6iPQXR=bN;<{ai9{2d7u#!E9>BeV^Q`9@TIb_ zU8UApHB{s%jd14Av8kwAc`wY+ZK7@MHGktuwPp3i2PfE5*O9-lr^(sIJydspsL5>yXMJ!iSH&*5nmdx17KHhmqYmV{-Xn{y4 zC5SV!^D1J_;qWunBf!6PQ1cWeoER(|(6h%?wosc*(8q1hq3Ite=bkY7HJ6D&!?=F6 zh;sGGxAF3iwWpD(TL#uAdn0}7&?VXkb4`=Q&x{|^%)Ye45uCg{40W0{2?No|IkXm) zCU+yc1D}Y2#)Q;-_$RsJkkeuZq6uGA74Fl&X`F1Usio5L($lZ^tlybpiczW_^aYJ4 zo?VtQlwTSovM7>~5)V!DNnj}1mnoWUf=HKF4WzsXwaMeDr48EY&juFHkIb;8dKKD5 zz;QB(RqJ1h6-s~ks=bjI_S8a_H7Sn(W#eKYJYw{2y6r%spEcYJRi*&oiy_X0wPk5V zm_oUzWN1o=?M-NX?4WL{sr@4UN~l!$a|06x9=6hxmLEM2eot2vc9x~sXX2C~TxlnR zCy-P*tma;Q>-{D&!C@!xLZSYR@l%a|=llIXcl)y%{_9mA|5oGW+w;DD@yp;tOT7u)YPvpUWLjC7 zY~ZlM50tdu&0~{P^~1vY6*~Rmd@$}_bMKXZ2kMziWH$wTZa#x~%Q6sL9nDKn&U9|TJp5{WaPt$TTy^rUEfTJj)J|$V*y|&P^!GwqefRK)ja7mJ67r=Tk@rs)WKd$ zNyQLzT}%?dcuEp9zT*|c1|;x>LF!2E+2U$-*1*V@MSqomDtV?0Z4vlPT^aTMR%Ytc zVz1o->Gv@|GZ7+(dgYh41O>(b9)b$Lwycw$Uq%*c-WWHWLeW&BPOF0LOSToF>(jm@ zjpzUv5Ck{?o(JD)%s#Per8~Jv$2Z(0f8CUz6P+7XYmTVtBX*hjhCZrCU37pXxLN!d z>nK56K0Y3lUAek%Kvi0RR)yB0K3m%&JE=2O3WJN*ck5|5;)T9da&~1W5Z-d?kdA3$ z#f(Jn=NF~L>1oa0_*!1xI?ZEKh~3K_&^HIGOGJv8>y-yQjYaf>0CfJUN0sx(8~BIZ z^MAWbLkr@0cS>Gc;6}qK;g=ujlm{dPJyz(}Z_v4E2cxmv=bhF&7QpCdFW&9;JkYmJ zmQ{TCmTn%^b=g=Grfy3GO=XFXahSy>l@`r@C=CR(>Wera%qTqzEsGX?pgXzyos!=t zC}jUmBqv~~hzEen6TW&DTCUPe{p)5SRdh9wpc1=OGl<0S6(ahP6j9IyMTG3b!H?GE z?FHZi%_N8T!1i+m!XY5%{i>TntAQ0GxSZckBrq_b>_8v|mR{S_du{$OztTi#)!!P) z(tvcW8hkbK?$^rB{;Ld|>hRypiD;m2LjqrUeV@;yI;C}y9L;@`Rl}`Gx$MF&iPS)&C6<^|uIy-iZcE_)DYB{%2&4p` za?NjqFB3)+l8H5`fGBoN%S@>yl7s>=*1o6jBBDv&>jBR!#C8NP#@tlL@gbqICF=PNw(DIHA<>L(j0 zMt-Yk>vN)Fh*<^6qEipQR{`u%?v#A?b7!@*E8BF^zze+wlyp>Ktt=i)q`j(mF_E8M)?2 zxno%;O4Z^;>wC=-1SG^|t_7v6ST8y0In##-Z=46%V5+OXjKg^qsI?H@s5!e(i)_f} zKRz6SOs5ft6A^I^$a8(R@>=TVgy)A6iOMNuO2Bk)7z4MVcmk5HQ8W7}B}oK(X$Mtw zwt}$Tz(N<*OH&ZNdRTYoJv&1R(gt7CpaLl!Qht~-6Il@AtNzk-D%qI}KGXVpiMMADbgS8^E@h>!R03D+2Pl&yniyprNGX7e z4rCIxaRuMsSN`V`L{5eq2((>apD1V?f;GSpPNXV1z>onzN}Eau+JNyNYn~h>UUJYa zG4|AUeho#tpW1(p(M-7NPwVR0(Cffsjks~xD6&6(z*an08{Tx+6yp#mFh`b(lSYZ` z$F2P%!U-HWAZ}NQ)>9+DS|I$3yyVSUO%r(*+DQ&%yF%8RG+Bz&y zt$&z^UEWryQ^piwe?yNf+y`OW5HywQ*JZyL)|YL8Otn=PG@s>7=h)f;O$k5^&AK_> z>C@n&sLWIc_GXuMG?fK-WSiA;@mv(-#z@xg=~b)UF_*mr|9u&h3Y=zzTB^4?zv})7 zFl+MN>`%x_9f+1lqPySv@X;hD+MQ_E!A(N_J>~(PLVn+U)&ox6gfZhL$8PaEhG2d- ziWK%Vn5dIupGm>KlG#Sd{(4;`j_7_OxNbwNIIH^#IZJg6B}T+7Lzwcf<@f)`>86ehAjcxOMkDRjZ~5A)Z(P>ghn%$O zB^V*_eU~2L{d)fh;Pp4op=ZZydUECLi%>yxpT?J2?FLn!pjwkZh9Q?Uudm3b1{k^D z7)i@w+&H(R`iLj}op)5hb#1oEbuHfv+$`Zw>B&)&RJJkxkeq|mzannd0Pe!*-{jhp zr0NU(k$ElG%vfTxzNWyz!H~!$x=t=xV45N8v?z-(FoMQ+j@CYGbxXey5dZc>4mX=H z(MhzAw0|Z0o!oard^rPnFOLks%l==;LjNP*An>hs(&qDv5T;l(FC|Tj@aN`CgNr*9 zU&yH3kw5wAUap|k);utIL!WYb zixT-Iv~aM&a%2Z^1B%|et8r>>`*&=|g;RRMxzR_w0&!4h;G=zdO9G$#leU0~OhS1f1WK)- z)hCrG%t9TQ&Bn&jIzDptYr|@aLL^$JUO%>{yNzU~V)idpbH}$U1N2BlB*AM{&t6i$ z44pce4dl4vvKMQ~`yMOB7IZdT3t^22CqTxR#h?eoWi|?HZU5U+(Qxja)E^>HV!++| z$Gc|mTCc~CnT?h!-jAjk9TLd%OQxjc(Kk_?7vjynOO(cs)CrF*+7 z^@(hPucTF^zTj&3=#LB~;o?qK%Eg4bigTS(U8aLPEC>%7K0m9SPSZ=(fi=&+&J7E! zH}1sWe)7Yd8|7?%(FbQ(uKlvcXz?H=Gq`*OP7*=W)KD`SmScZEr)~SeuO$#5rc9Z_ zcp_F_V{+-!4_h(J&)mS_ znLNr+i;sC*7kj*X<)6CU>!fY7X}MW%ZLPPG<6b_$XkcI;s0>R#tdjK%+uI0>mIxq? z^4!`wmn3+CRK3{JcpavOC)T*oY&z0qE1eY(9#vzUh2732RsVC`b=^|Uj!RU(2=N$` zj0swKlWhK-o@p_b;X~oka351c{hi##^E)x7Qa(_o$w^*Dm)rG&kOA%=pi4GWhkG8~| z1nnU&zENvF-I!_r5OZbc_z=-WbsRSZw^!FayQTz2>(pk3*+Zsl;u#zCZAmv(*?dj| zbO=4Sd=UCqtLmy$Rp)Jlx2}kz_^X(c3J=Kx6Jz@93GOpkhQ}2USQX!3WAc2KZYJbN z6a=SyviXdDk{{(=c%v2TrUu_y8X?4To@Z2 zbe$#7^!q4sJ0Ln#QYO9v%(SLR&r$0``Vy=B1~6A{-}jOO8n~I>9Y8;Iab-gJ;YhOC z|D+hh>X z#?`4V^KC$6|EFl8wiehPvvHU!`qwN)it!tnmtL7CqMl{m z$1N=`h;|AzoaJy1Hf*io%A=7DTl3wgxTlt{y=T?%ecO*Z@XT&XJlr)OO})WO#=SLf zT}*GXQ(IW>QsS~X$%wpmBI)RuxWAl6w-UC?}dt87V;)!bKGOtVrR8&`^K&6n-jYe-9VmAOX6FlhB^5gA)LC`%eZPtAobO%lC7+Zm#;Hu2hg}cwgL(g=&?rJ`d?6QvQ8k z0AIG|@e$~UnD9>LnFPBERJqGg{3~$I zpo5P8peSNG_k88Lt&=x1H#-=}e>UTlJh#*g6%l?o9~vEG6|qNKu_hsBoJlP?(DMZb z*Rff-TspLwJB6>i54h1aa_6@7&^J~{{gL?FmIi*hX5gE ztT_DWW#Yq3cRf$vZZ%41YrX}aDI&faLsKaI%hnC0z%a>-k|(mG#yX=ucY8TRyb zJ%yQ*!b{w)?Bc_Xki@}#=E`uJF{Atp4%&Lo*tdJJoU<&XSqexE^9dNV3mr}l7monc z70#U8{n=s9pOz6oS1XVQ&S_n&&fEfowmDJuM$ef_VYsgUC z>!Lc@Xxk!ChbCbz_GoJe85GSe)sA1B0$3XRF|4i=I(WB_Czre0U86rtwR00g=9-yY@n8_+AuJ7T^L*(wN5NepF8A(g zC2pB~`l_yGT%yK>Lzs*8TqmuM)d&UZ*6CaAUM;snnyz{YsQPk7q*;=J8dc=Rf2H0w z<3gcuk!nbdz_S`xqa7?uR=++( zSp9cRC5GZFWN{86hGr^V^nSii-cw+bVE2|K4-8ECRar7S{rLRg#4ynerK?+3b5 zEH&uK0j0kAeFUWLf<<@Bg&mEu4Ibhi0yfG%kJvG^B#KEdUAo{}*=e{t}^-;k=X{zfcyqWqwmtd0w^S6}wEg8ontaIl}Yl zXUgcw)m@P2ukWCV&LiL=bf)3QjEi+EwSikeEo^o+<5`k==!CrKeYY>8XIB7nZ(cj? zUDu#zS9&`Yy_@!%+KJ;27hWPtlQ;_~@m*%r1CpadbjE1XSkKAOu;*Cc$%s6|JtUVY zDNil}swg>fr8?jy?%>z4Y($twSiR?ve%*kQ%FFA?4?HH8$zJoMf~Q$$$g)&6N2yFPmefOchr*P`>ZnVr`z_OL>} zwVrs$Z@#yEEq-dS=xDWmuKsD7l{Hzf@_Tgy@4)SriK7b-lfqF4Xa?iddV0S6S%3a% z)mc`r5uMDS^v(;{93)aZr)?j8JV~LGUr85KUFa@sd10S5&3M!$V@;&ThBPhfaUMidKqN zXVXI5>1_!ar}?0rf(EWSRRDlcRdtj?$(~(-H(DfHGm$$lI_4^HO;*lGiaKiy#cgd8 zWXHj=5jsJ(0X46U(A12@Q{k4Hq7hf2alG;>7W&9RZC`oQs2QF)e|<}Q`0*cM(CL|( z%|+ibb;2(AQ)@x?ozOV(#KYSHKfB|E48Z|iv&g0H&v0&ES%53)a{akpN^kZC2ivXp z19OJ`rEGj-+ubMG)(>U754+im_P3E~L+9RQo6)$PhtlK6wWNF$!>qjzR&EP z$wAN2`8BAhpwmOn8AUogOt0YBM`)Z z0pciPWnitsPu6nL88Bn9zG5heR0mK=PJEn(dbmu&ke}GqRgeaNA*|>+{k@og?}!%^ zQDq7o0cmHD>IEr=h;6uQIDuy!7q#*&yW$gRC!q?FNqhLm)gW;KUk+t8ZDHZ%fy>tr z-Pg}4&8uQJ@!1u2SfgdnDqWBfAd|1G!SU zO@r8ur4FU+Ptw9s$MF2x3K7Oh{h(;6Ge3r{q@pzHlJxz)``vPG!e;sRs@gd@7oKZd z(_hh=t-T~cNacCz%ixjPl>Tn=RcmAH8J0JGUXvp0w*j8Kq(!{e_L79Jv=q`?G-yJg zb}A(6ln=s&@PKTuI63!d(Qlo6A)C59`7#(0<(i~y839sVAUX(vm%zK%)e0aEHRKRt zz@RT5_-q5g1J$Hf&WW2Xv(k4`;dC~HlRi}P+1r|iv~SJT@++W~cc{9N0F@j;%;FpX z=FS~uUE^`Ery_BIg=Z4^N&<*82W2?z^43+XlN8ERctii9o6NCo$dWR!9j)+>1f5Nv z|8Y5=1nQpaRjhlGww_n>r1+SCh-_XY8WKZB!u!8Z-mP|%(l%T>Z@kW6*_O&T5Y$#_ z=jqi|7V82?9ZB*{{2Ht6hB<@rcRVrs5Nh+EckBP86EiFIS2&svr?;)OuuIv{BfuJ1 zS9c;J*5%$GLLpk7+a`#TM}VlTg)O|3TR;2JLs9UU(?y>YWDzzR3FO3A-5iWq59u&y z#J;$hozi|L5Xi^oMZKag$P8@`>LzK7Up2m!SYTAp+s2O{`Z`3I$bKwJLw^ilZRQuy z<8NEf7k>RSVhWs6HYvkCMiCDzr!hTnh;h$sq4idL6qm`!+npWm#O853tA2(F~3wjHcx0MptTTwff-y>;>R}=JZ`kqoR#)-gJI4 zpryV>tFb{t%Q`<+oUD?klV=V#YG7G%&?-Fk(KfUN>yVEX6meKy0MxqC@5|TC4Xq_@n@vP5cRt zZH$|?%EaQ^xY7C(P+eL$Q4By~zk$Q2O+Hg4SGh3nWvmMORs-nKr>=xxF6@OejMDR&G13Brt22@tA{ufKRe9H-1t-xw*lqh;lvh5H<6~(_p~7R_y<f4E_VyBQSv z?slAvk)(9eXA1Nv8Y;h{4PrwC(9m^>825#*3h_vI1bBK$_$9z|ds z-EfuDF%3HfP~QlT{Q2=y=s_Ka8RsK_bIX7>;u6)e%L)yFGE=f_&!$`8()F3u8RuFO z>;>7{JdHj73n*v(?a+Azebm=ap&LideC}es$u1s1S0Um3DLV;BF4SFvBd#-Yh#=iqDgXN=ZNXXa0~``g?p zs7TGtsb$=ksGm&Db~gGG0IPnjNC`g>P{H5h%#lG;~em(y3Td+ zPd8AGpR%w;dRcvxP2mf%4i>_X2{ISZ4D1T6teaR?f)a?6lO!o+%EoakEpO}yZ;PU=tv5`fT7T)eeqsVL zp3ppAGIqCU>666oU6|hl*yRBiZ`g)+PvO-Iy#@JQATtoJw&P+ar!LtBjw?|;IK+}b zxN%?yQHw@gH3^%%Xm}%Cd$4M9w+&JgcWWv*{|IoaD0~K!3w`bPF}F}N{AIa0g$0(s zfjQDNn}qr}?1wU|oI4DjH5%grdLAi1(Cbdgv-O;%BPO(bTaYNTc=oz7X8NVPF$qscx*REG8RazF z1!J^S#7#ShFpRONmBZM*rwxI65VI{EIK79^i}@9ebE4Ep>29C67zj@8tyQ?h9?Eaj zz>fWcOgZ&#-)s_8n7pnk56B~PDL2KC%Eaao0;=$wV|vf$SoQiZ8yZt zE9ZT!G>s%z3*bDnye|F(M-LRpDPI?)$ihl|$}$?K{p}oP_Gc|iIfj^q5>J__i^HKq zH?v7Q0vsO2ugpBMVIQ@oMwlbsu9$V}5Y82L1=)g5?eDt0@;95Qcw)Dj3 zH=q1Ou=c(d`eofQ*0XT?i#EWafUCNcqZg=P>5UO`>@sQb3j+jNmoFD(~xDxG$`NFce#T_iOvRwjMG z-yhYRQeu{Z);B?wB$PtERH@)OI;wgwsjei_q3{9Ucb^{tVm6sUZCgScqqmrSkAPgQ z+MY)M$mVk9lA1N;Or&W0B;lcmkf4*uBtA?R+qfJfOhgimliLXv13{YL;!PJ&sjsbX znS^m#LA)*}lrWp5=h0Z?2h$3LsQo5FAnE)&7e=E63yNTTm3Jp4f|`zW5#3e@?ZzT_ zPxLlnKP2#FY)kZp7?;#!6C>ai--Kh(P1imzJL0W? zvF&jdOzZV-0N0=-;C8*1cH}H;vdF2M1jniq*%Lh<;r@^5{PRN{1q-it*2}{fSaZJ* zYUZwao#py2%QI+th%rmWt{iL(DNpL*XbLP1V6$kQ>O4)NF_nDvG%gJ;UK`0-D{x93 zl;2g}$JYRDiG^FQg+q2Q)+BS!h~pm$LI7^Q4>TGb5cR4e|E877)JVP3s{LxAKg)Z>2G=dMSp(?K=5CpWVSaHh0AH>&5=( z(NKFNTI9ku+%{K@Z5nZxAW)uKT2Igk1e28@t z+M4oHnABQ^%_>9wt=2}gFjh!wMo-Fu#Ems(CtkbjcpcTPe*H;F$7WHyYh6*yWP^A- z6Jo&g?mOvb@Zu0cf}|LKwK2SELm39d>5XzO8yUt~i2!rb`7*Fh8hxE7dQ*vC6k+(v z?nC&?`VAiuC9~H-n!zY%>zOd(*yc`d-5HD-3u!mOeq%9#xF{WXvxwzKH+J6stjW&< ztV_D7Zqm5~sLP$@;#xy&J{r|c;SuxYcISq(-s|kmisntXREY()rk`y!AkXRAN6a}p z&A5(Jt>0nbhd-^Sh_?9@u^V>$@d@lbE2;Q6-7ulzE@dBr#!Ykqe7F~$=7+}ly3|Fu_+p;Z>H!V#cHt>zFC)gq^<49(VP^+$)wXE;qnEU z8~0Y3R=38lU&#AOj&&>LHOL6a#QYWt8X?5PHV(LvBn7Owwv#bzWyJc>`=WzD8&GJd zpm7MI9HkABs$@F=7l0J5_3U5Od4CqcoHEyUg_SOh1CvLx+P)sV+ZMZQo%T6;WSj{49)Y9> zfh4&^eWGv~FwDI0^Q8UOFr_0T$eWF|A?CBpS~xLfG;U|*9T0ie2;~%~rCCi$w9#Vl z*W7i}!`}h`P70!?RX-m87kh6R7T30Iixz?45(or$2n2U`F9<<`yF&qmyGw9~0Kwf| z3n#d{S0TYAI0OlVykwtyzH`^w-&uQ|`|bPQpZ8<_s!>&QR*lieXuY@AIskk1(15nJ zIo3u&4x=;s;bHdVd9JgY!f^Y7!`n9m6nV^4JI#1jbKfw09=XmJ)>9GD_aLXVyY}gpl+saFOhIPZUz~^`w zs2lWrNRq14_V1r?7-7DwQ*CXF*I!%u6$uizkVQu2R>zSL`D+PcoqwE)35@)uodkn| z_k&=oStRrnr7-G;i7bUl4ksOj%YDMqQM5p?p8kHAtG17}2XH<|sbl`c6+n@)!mK%> zCAygMp6AE3CCX(&t({(-L2z%|dys(ZmI9dM<*KziLl{Ymxf@HvQcAc?|C>Q7JoXO)=`WZHkq6sI=ss_bJtVuC*bP-I(xGXM*crA% zUalJQ%e>A-OZk2p=YAvFVBO5=+wQ+2)c(P~(e~ki%@5ppk?CGWz0kPQ1Z-?+LX(}R zRJ?>Tjhahur@Y<4O7o;{`BrUk)|YDUSfeLxN}l6geF%9&K~JRMp_pg#&N+mATq4`+ zi_hxPtdL+i>@Ee{&6TdPasG@OIU;3Q2a9h4VuWgG*?&iQQz|%Y@+=gv+IFFzZp~_G zDI7DD4D#ffybd^I-7Pm6J8{>! z;=%17D;Zx%kaUd~ey~T2Sq%W$W0c&kwG4G~7 zr?ys2_N}+h-rDM(sr!_&o^kGdHu33NJJTrd%7lHhcRZ zawKPmo*>C7l{gSe-zuZ2HiGIisE!JQXaWuVpma9|u_+_=H#RYr{jb~|wNuv*cN zQc`~cMB4VBkZb(!CVoQ^Ue=iF(r8q$YvzO_Mq3(J)F(BrL?&y65u#E;{#{ z1ULRKxxi{vhdfJOA20Qo*u|~SUpdT-QMJAnD@E<28{IV{AdWXPo9l3ZW(|c=HZ~_} zovm|qv|FWc$=bYb#V)@O3Em#F-&Q7w83-dz$;O|xwG7pw%=E;$pO#s2>TqC_jYi(K zV2G-h)h~axP2y944fT+etZS=nX=+TQtCiMu)s1k&s3VZ%u!Ejb3-Z=72OxS70OFo- zzLMW5`~++gUH$~j{seU1wArDsjS^CDK;#c&F%ypPo|>TX{)%M zS~My9-8g0}xBH`gN54)^VgADqUt=;DKYsEn1P!ssJTI|f|WQ|6ag@M?9X$B{EzK2m&Bz3@8?`~Ne$LY zYFlGnWZ8%DLnA&T6qN0fn3-!m6AaX3%(&2dak#iYz&1d%4g&5gQk7zHmxprn%I$_O zx~tQ$ekxT0ECK(paS%FNy>dPZR`G12?a_8KT7nNk^Ct^XECHYq+t1o^N7bwJ*M;eq2uc(@C;3o<0|YEdS*Pz)O+nej$h)< zHSkDMgPgBwicrOiG!$e>Y-v?)VxWj4BJiui*$cAh@d>``A(H_JqWuD;4Uo2(%Eli& z$TW(#Jj%V1mDQ-b+wcf%60Ou(g>Ge{wT=GA{>O30739ZL_m>X>o}%9FtAiVzQ|~&K zFom?MH$cjIur+b8qjSjtFS1a;#SrbnTw(Vc!N_EQshb$d3(tx$l_e%SR_$*QEJkzO zQNsMHx*oxLRXvdPIgV076$dv@6Cqn-$XxpX8q;~yE$B!<3f~LHpI0KGLOCMAC~<@DJ{62 z-#W7v^Sq7s>Kb0i)OjAo0cghOEbwUf%zpy3+)m)}uB$Xv&ZqkPk&m!ZzR_cTr1n-V zFDkTgq#+lmA?HBGb4=l^R$wCz5bP^FEZ*Asa(I*N+t+_JvQvGi!+~xd%OM|+nlwjZ z5`LZa>-+*%Wfu8;eldgCphoC>Y~~PB?;4;S3p0i-e)Dw(wk$ADg`0w|{V^rWJpC;q zbZ*QzBM5>M>)55xD}s1g7T>vRbu77V+$pf)tgt){nU_JAbJ7=>QRQkm)6i-^jXmr^ zUj|8;{#M5~hW1Ww96w1HV*933BM?)g?aH|A;*-1nI=eew#))hEFD4pepRuL=jX%{a za@PcQ5Jp1CWr3hmR9ss()j8k2Y;O7GfsW9I@s&#jp=iU!4fEoG-$b&D2)K>RVoEZmTy&rlV;gW@+ zb=pHb-O~NTxyF?0J>^xUIiL#N?&~=Ase~i?6)_pHn|XOQUNL*^mS9K6E<({}_v!({ zOV)x&7O^K>6XC0*qzQn_UjyJq1CW4Sep1m*4#*`bpJq&mVM|(uDX^X&wLcz90*Lo- z$HyaFSv+7>QdNDCnQzGN%{0NNX)2zZhJ^5Yc5tV@)_+lrt!DZ6!r~}mG+~ZOK|wS* zW@gjLVWVi7s6=3IEFzHZq5^N?Q6wh+&Uv%Rv+z?E#~OrBS&Tghe-~f`AGiT9OG@;T z2mBA5gDc(7yAm(g$0 zAYCW$f8sY!6sGZO{;?1%|C)d8`ZS^DzvkcbLL@$V_&3bcc4SR@)=>23oA1N(TuT9k zWzWwtL*xT=#Of^x`lUa?{{%2y`kj&ZP6cy|)*VIQCi)lX>Bcb0?w-aXpN7DYB@@FP zH1K5LlvYgXP{nj#84z`3Z@+EpY;4cWayjB9hpOs!l)oC;lr@i#G78hW`LHUBF2|1w zxBS;0cJsUbx16aot8gwGSk%OJ00NF<(VeYP-< zVC$(|i?=8E<1o!@1vkLE22NlK)+OMwl*V?F$iqeta$ff9B+@{W;w#&Glg`PZ_zDIr z04AsF)zWgZ?Xm6e*omBe!4eZ_PKO*CK|^vo+|3l6IqsuJ1DBsq0#Qf%-O#ZlH5sGY z&v#*~HcQxAL;LGr+rXo8sECQ{FRiqaGB@8kzbMIWA?Fn?`sagbPWh4lioZ$1=9<0m zs@v>XJDE~ivdkcg?Xc-v%#2$y+{F;h?mEc)_16rv;m0xE(rm&cN8*G)bPj$(gzH?? zTd$mzZ!v<3vE)29-8{1Q&G*WK-CS8B_E}qsty5>5Gm7tLgcL9#W!4&wuo3KfCwO)w zuL$!GIi`EMV?&}WeVK_Bsi0zy$PL+fyTXi#3yh6qlT=;PUyBnqrhQ{+>U6n!{Pkgq zRg}K;q=VcuSI;U{$F8Q#8l{+OxhiXErT0g|C}Y4FQD*V*&InBoea*#Q0L@&7cBP)x zca0|B{AJi-de};HBT>{Chi_g2^(cY5(gfA%{T(4SAK-xe#kvC15|5WA)FsN(0Hqqo zbU!5~QqDAha=rX>@D-wK6cx?_e})F5>4 z{ABe|5#_wdpk5(c9qG!0ua1Q)pmp~gcSmQ;!qaRi36R12z1J6%<}9BXf{4+siuab` z>PoEr?YkDLI&xSaL{7jEyQ#EKCaG@hL*G|TbK0}-2;BYnLWg?NmBNeb;$tM%?1VnV zlQa8G-r`{NqbHEq$0F`QF{c%tVIdxBLQlK>s}6|3u+{Yfn4&9~q|)ToG#x^a*m_OR zkn;u|Yv20I#q}j%;)6=pOz~`EDc3Sp;{#X56|N#@;=vDnb#~YY6AG3X>Fc^mYmK&v z*wmuK#Z>1t-6@9&SC451CPkbt;FuAbaY4+`vbYydN1k>rrJ@ip%U~J_yW$>VqI#qr zO$fZFHzDcdcxlY!A~MR*+#|6^TWnH^A@|i`I(N}pR?{)>AQWh7YCRo#sZG4Ap2)fU z$^8W{YN9X;7?Bj|B!W_x+2#IrcGTQEIfc+DNYg~2A&CjQS*!;MAX9Dyuj-Gh-BbE? z312|%pbazUCa1B{2*_n?e)Wo*kJ1@DA5Rh>JBpXyceGB?(9qV>b^eI8({G_Zcc$}Y z7&qnsUMgk}k0w7r5|5(Z?4^?4G;5P?9G*1lU_{x0iWY2)+Sq4x&5Xn>Kxm$S$d5Bv z?HcC6r7z>_aNvCB|F&^%A1r=KM3;EdKwMdE;z^_-4XmGZw|K{EXAL;{Z~JeC{h1VV zY{xZ)c;JSgaPO|s=G(#f`iooJU|y&!5(3%3BE|f>6m5TTnI9R@PP^EIKo+<=c?R9Y zzLGA?N)0&4h?!t=AWzlhVxW8pJzCfG4lhVYQ7%jv&P$$;ej)xPh;P93j>WUO18wtb zRD@Z&r^}dSB9Nd#kl@{w3`TL@n)E7&S)EBS00k3)#a>Q=P>M)1t#K${Xa+%~B`; z!}Rctalkp_h1UyIb0;sA(|8ozYD<%sVhJx2Mby7!_s!Oyx(M>8Oi9n})YaBDq%e+D zf^$)S9X0Z`A~yqK-X=6V#kB7M%Jy2j(Xu3zFg)m_f;HQl6k?Fqg~wHT&F`PLXbs-2 z@WAntySoo}^RBOvRr!{}js#9yjVnHHn4B*ZU3gom4S5XPt;uLLQ`(Y*2!=C;5eNnd zqWB0}I&Tp+*$n5luHn`9;r@!0W+8j#3BXC>+x}+&YEsXwo%DAZJY|?=EIC%+KfI}D zYz}!_+HqbJ9eBkHxD{z~`cDpAK{ikNx>h2H!d;?*$ykAs`V8Z9bZkeEuy`)&MNctw zRY!N=w-uP(hz(JB1r0^6QE;i4Pp;VZ>4TcnU*n?5<8Qu7l6TJe%teoBN{DM4j6#ly z^+Tks;XhW55uyR7?Cp+wZD<)MexJWKM|i)^b2m1(DI3IDk(3_FFfECD9Sp`D>Qh;yY4J7e)zpbDV&00Dni;|x4F+v4T3}^fje7b5kcx#v zRSYIpe#&9&8%+CwTk<;@#rsw%pbb~@V0GO#Dpaj=@c{6!qifg ze)o)B!GlQ@s~LD`4vO7p1bFA@B-k>|jln?A{-M!hcW8XnT}8-G=Q7F+)JYfv!)2P@wuMrZ5sP1z$2r8I^f-s z#&azMpI3r15?j zrn-#KI6DExM0aS@SR85$>jQ^e$y^7kdjX@+47fdADnvcM59cLYwi&XY>-HHKa3%_I z@&Asx{1Y&=vFyLSDZ0J=KOR&^rDIYQ0euZ2c3vrH3!i@Ymj5@}tlB61k^tbQ1`X1d$*hvrMd~_ zaQ@aeufz|2BIP|5dQ*j3<8NwTcDTgzj}E0OLY%L+c&VQem^pEv9E#zceiLo@O5~P7 zB4WGbXB&3~zRZj90}1$S2=-?<=d4@ir$RH&R1?j5~;P1 zRs-0I8$ZSDL6S=LBU^b+y7b!BIfsk`+_VT~M~Zf}?R8D#;j7DzmwGfqQ_RG;@k0Q~ zPW3>fJ#@F`1^Xm_(Y!krUq;}0VRh=9A_y1z=+(<3)d^HcO1FT_EWxcbLj}4|o+RG$ z4<5^nQQ9+$+rav{jx&+dtvyoUno#(M*^ZKN#Vv_Z{Qz|Y9{hd9iCTEmck@phz7@Kj zB8E4^)xL~dvY(-N_qL8*#PZSCfogZ1JG{oVA zRD2sG7!!@8xhV)_7_&7^Ykofgy3<@RNNcBTbNUgKU#p)v_Z|sz zs?O>p+M5F30>vVbGN@J>bOYkuqffV_o%!BYZVE}%!XXO~P&Cz=uX4>GWmTA~V%cwl zWN)S)UF521rPF?f5hnsaxshVLPwf}AnzcV+y)LEg)@_<2>#?{p&IVG;0@%fL*h%s- zk4MXg-D>qReMNg9QKg3hu2+U4X$3m^D=>pTA8=s`4^I`cJ#9jlx;C|NM3^JILmBn# z-n8+w-*O^e{gP6SFH^B*tG00pGOZg;J3mJcu^IXc2L$Wl050kagQ6d)-qlluP?liZ zR8EwwF3W5ylZ|Gn=>8XB$b|l$F_oB#`00B^aNdfBeTzwx%rNDk_0hxXj)5S#s4rY{ zKGXU{Y;dc6&y#}n);5A-7E@fZuzHm}yv!S0nzOHbMD$0w8|#oC`(JD0k9%xzPz=X8 z!Uf>X3Lo!llTpuKk9ATj%{GoTWmQAzEHJ0Lc3*U)q1N&^2akRsbAX!{7vj~p(9<0w znU)XSPUJzaE;M@~i-0|8gY`#Xvk-@}yb8+3m_BBuzC5jRdGN4M{CwgXBZ(f1i7d>} z{g-sxF1`6D-n-GE0R!-9YJqeqsLavi0(pl4O~|{azl4U1;u)sEw{3EjrExO0b0w&# z)hCzaxm&Fxh@(NHft%2>(uBjxTJr8|zF{Gsf+Bz~UEzo?PmC!`8M=ctmOZh)G~sAr zk<2%eYFml#Tx$yOb4Y^+Y$a9J-#-_qilJKz)#UwB`j&`mrs{)RJX+|blt#Ud zEY*o#y{?>s7_XgbcfZ=mqpQ-8MvdnUa(6vNciio#2gP7R8QOa{x_DAtPM_tpVXfX; z8Wc`3(vbK1@`Tw(g6fG|x(Xj4*<1iz3pLx_a0G+|tuNUeh)Q^W+t9hcO`^|x%e-Nh zCerg!wrGuzs=@rF6xl*rUr1lTm>>@dRN-axPJkD}ESDT1Wul3`rZpbIv(K;Y!wCR8 zx1aeCz7QOrReeJyve6bAUeu zg_KYY1DtBBGL~F^{Ud+zMB$y^53&So~iBmh2g{(mvd ze*#E<0!D-`SbqdncVEB%2QNJK*SyO1NPX(jH2nVNFF;-3PXMy-b#1?B?J3QSxg3@F zPHSC!t&}wR7!+QG@jJf%zqiy>;0S_RZti z5~Gz)GE&+!ru;*8b{KSuy0_i>BGU$f6`h|$d#YhOI1ON&(XN06HU{+B5r#%tFed|5DLc1b+jsKqoJPI9r`Pz|Ud_ zbAPc~(b&@QCQf7)#c%FKknct4l__y;Oio9)po7PKTv?5vARLK27in69-!3v;?*hSF7)}tx4ez(3 zx#rS6E4$$rwRRinfHV4PtiSi1?jQe4_xdWNpvR)w5v0KmtyC4OEowu+9u`k{woR-R zAa~$60ra%tq`3l3fb2`IPlNSm=O0rud-?7D0}$+`+1)0+J|j+VFe(K zcQc>3c0$(|ZSvcboA2qxKNBzWtg~nBV78P|)y|wAFVa^rSu{nyVN%E8GLyT+krO+> zr^l^PN4#ck}hVV`eh6Wu@hmi0Boh zbls-eZ3&-vGwH$7>sTd+>N{Wl4%Vg&^#(t`&@|%KK|JgzMKgs=KVKJ?Aq$CR!;$l# zZz1TBA%C+&?+G9m5ihrjKhij{6>6bqX#v^?$#A-qBMlGbp<`o15XX&E;VEJA=ik z{SSkN8$8pQIMf7m4!jie--xI1*AK{{U21H;`O@k1sgwM%&&sYSmDVz1*7y-I^&&z5 zZoeY%`FEbE&8g6Zy+jk2F}KxCaljz5;YYXtOe7z;#CO2M{}UO@uM3_38YQs=G)t)Sp-)l>d4IYptyvPQd!5ZkYZM=yIF` zEa;ff**e8Nt0G476YwXpJh|;f*bhLX=p)I*Prz`~^#AD?pNk8QjX@&+fsy^%tCJ>Q zomqZW44gfX-e5&-^_TF8r@}g72fpi?vV&Z#9HBRrkFL6o3?NlQSbvVCR+C3TNd2?N z4Nh5V633QA%y&+*WI3Ds-zswOtX1!VMrWs#1w=ByT>9b-&L>ga! z{xkMO`2{Z5(IWO2Y)wL8WIk~Yk#*)!_Lii}$Aht{i#Md=`Cs*Cj$ID8i6=A$*9U#O z6vvm46GmF>^ef+CiqV*sR*Tr9TWfq5?r3&UviHOaXLWtk)pO(DD4*CgO8q94J>?CP z_PU3d>^eX#XW1(@r|_^rSJy_=PPQHNy0NvvrV;<8=XiB}{%6S-Xy9E!b+!5wYryfp z>ReTJ2+hh&udV{`^w@BD1;OlA;q^yuw2IcE(Q756o!o}9gW*%>uSqQ*1fE8PS&))6 z&L4?@Jm?89?a?5I{)+nAu-k3B&nF-3Q~4&wvZ&t&>$EPI)+X*!E=gaC<0eGVg&&UD z%G(*`hMC5Xcf6q%dIs0xqf+o|1xSMOs;;qoU2$gzBN)iPy~F+(z3=9J5qED+r&wI5 z=&u;N@z!QdK{3cz8W%>jR>5>Eaq*Ib5K+r0a8eeYd*aUj?Lw7n%8&i|(sHN5}UEv~Rq6dwffstGfL)PY`YvM^WU_A85? zmH_1xzZ5@GqP6c%at0=e;p6MiY`lw8(bpKLG~d`=jrzde^?7{R_RAOQqyxN846V?o z$?fAO=~bK`#neK?G#Gn>JiANeo_?-7j#pSJditrMHFPa=EHz-3eL8)Cn4z1GDQ65J z^&ToKCMpD!i^6%l*nK#d5+jzy)==(~;-VkP!u!cARm8fw3NMnt6I&C+kEaz7GoMFT zp!s$+Kp=F<#q~ktM5EugWb~5LA*b`o-P7Ci9&!S1`P#V6$8ECsH2E;~K)Q-gCRK&7 z{xWtYwXgeuZ z5JObnh8)jO38T>gwEwoD34(p1j!4%+`z$tqDFQ}vG5rPJ=|7AXk?pE>AuW;oxyh(N zl1M^*xgG>EWa?kTcF7Ik(4cC>r>Prx6dRHH}OlVtYG-_2EWzDv96KLZ~B41VZHhJ>XI88k%@2F-n?^ z_sK3BZ&loB)Zd)~?IWr;Dq#QVkJ7q7=?Q3w7cGP=H@gPy zOvZdF_{e4w?j?`N4sB-qGamR;-?jh!+CHURq`eC(_cz)is6p?G3b7P*kgP6ygQgo$fD98FBdaGg4T;M zCI!N+A?lRL2smGvLZq>}$pW^L<1aEvS|_OR^Nkxd7?cD^Z0h1+YLJFTWM z;tbiK-R7A|p>z(=4kx4&4#9;RI`SjB;Hla5E$P=_zt@J{DCmya?h{TWd$qT@Px24F zR|U0UMRHZR1#R>b*%a_Q*;U$|67#`_CSHV-xJ(LsPyfmoJl~|~C-}o|Z%HGTuku@z zu*l+~g1X0rfKCM=rey7Vesk1e=gbs@=YZ9JVY>ZrVz1kX1A4J)XfWQkJU1|oV#~75 zX~t5|8xrPVpGqsXEMRwEJ`h?~V{KmuI`O_CE{S}yOfusXB=!#9ig}GJ?^JIg9bLAH ztnn6GjOf+Wmcm50`Gsg0-5Sn2p(+NMar>;efu%KYRq*te?IPJS5C8tQrZ(96R~@c+ zB=ni;REH=!1h50dNZ^GW{mT1QqP=TUdzFUs#Tc-?V?Duj4W_Mrq~rc7LD5d!mNYz! zkU(g0;HIi_)n*pd+?Kkc{wT&I6@=gv?{5*Y%p$wKk%I0V9386C7+~ug_bVon{*H-? zzhWY-nuF|C#cwviqx9x|ZZiB3jh9sA?^KxdA~JR6qCrxHji~KxQQLgi48~%GXW^%} z$iZU)dMC-@gq-XULW*+ZaO@yn4Iw}33*0BNBn_hGsoFc$DJ_qXM#~d?^rQwvzAc{1 z&*sWlij|)P0|c@DXiPsAtUX^{vsDYZ=>A~Q@$2jDNrSm!i+F=@^>>20d3^Z~wcXt= z3k^6!byrR)x-Xu`e4LScf%V$F0f>vIEMxky*f}0gjH@Ihn~_r>Ug*6c3}@$sv)RJ093L_ldT3U63X^+Jnm>A9L2O zj6>b`%f^%BRWH`~$pJTwlyb|p&T*M^d`6Kw)44BU9Hu5F5{jZ)uy|DWbOOLUv<#4E>-aQ5~UQ??VEWoxIe=%LCVR^lU) zm)Yc_>mj4a4?`Y+Yq`H9ywYECt?@JGj5apOVS~Xi>)aUq1S!w~;Rhr7BZ)ZqtM(lH zyV!?!&7Jj;u8E>p(4$Fa#Y(qz+k92&K0P*LpmmL&tF8@@U3+uIv}LhWjy?C4IXR=7#*31r+FAh_tnegNU~_kY)3Cmu`e zuWRhp8it`wZ<=y`h4`Z0!G`q}Nk^(dWaY`ga6+1Gy7|TbI#s`~4_37CW{g6vLPxQ~ znU%wHt7O6rBqTwgRQ}@NR+C%0JKgBn)wg%3!QpSYeXLtG{Ud{5D0OHgrecoV#Y;2m zu&t}a=8LYU?b%MV;>%tQokXdG!7-=3H%^JCs&0Opvct-c6H{;P^sS-e0)tg9+^pAv z%yy%_jI5MA_3xU?A2x_%g>KAy^myFy_2>adERD=$4=TYb9kZ2othunA)d{;e8t-?z z(0((cL>U318c*ZRPDx3ebtp(vKy1y2%xc>M@wiGG=e6U4WFKYj0{Y3-fT3#;+( z9VX1OTHOu4d;{d)D~z4WXL7ouhX{R6@6#NVeX1q~97~}-Ore8Y4<|gg>!_`**!S{L z_PgS!`Nblp$)8S{beVFidoHJu%716p+#&iR(_%MYtuMkg|KS)L{hx-h^UhjU-{g>wu3CLZH(YIGOJXgahmnB(BT@Tb=^;XyAzk(3SW0!jir3v+#r%%DoL7sNIUl^j*7*N zXs~x^7U23si}2vyQ<0iYx?p}`zDcL*D{}R|X&w-yYu02)YxEPKqx}|kE1pR=D$~>I zG$1B0wB+J(#!|VnV5@pGOD#Ok>=3va4Nz#?XK10=xfm{Y%VwRn^Wiq$LU9#TP!#!w zJ3u>sNPsRbh_V*5jgE})rR=)09fMW1`9h-7?fp>kkh|~*K9)UmeHy}t5xdVQixwb` zo+mLfb%dC-k^(IoBAL`p##R@F){?nKPcB#neNpg)ricv5t9VMKRbH8?$qwI>T+)!q zs^XPZS$o$~9dV&JA{wXh^6^P63P5J!014a%Xh>2jy*UH33^SD_&no@HNEf3_npAbi zWm#szC4|CFB)R7&pclUscIU0uz!R_J`@2HW6=%=E@p#4Xjz-#|2US7J$pMQjQ?KLv zw1PE?6-6NF@HRcGIu`*4Mq7T*i1dAS)MBFzeN#l02V*RS0dD;_e%A1-DEkR8{}Cx0 z=Gt-V2vcA=_7t&DCnlh6pp0P?uwV6fuY+gsG`R78uG*HB`ij{u-@`(&-%bXBZFtA* znLh&BbsH!jVdmE^G<(@DNszc_7+(U)AMEzzF0pVv=4QXd@SQ)+6@Y`KyZGdAYj zP;(~K@t9xGeD1p!=$Nk$YU?U0ef=rQq}koj675Eoz8ap%+9`uNi6+q}zk4YCcObB+ zb1XR2S-6QZwJ)|Nw}4Jtvoej`gi6KH8>@?QMYZpLF^m2JpX(#($<&~?a%c#eW#098 z-2#lu*5P?W84C#Ws(6MqPH+M)-+2AxFL|!_T_b4|sLxuQK1)wM&qOz0l#XZ5?B^0w z$bK5Bu0e1w5z2sud{GB_)lg71m}Fk!x$e6*FfNeP=826`QjT4G#2HqC;!Maw#6^ZSZ9kqMxgdzWvsWCLd!f;(E?ieE69)y} zs~d@Q$|tiM%R@=mTmQAfiOhpchWu>qoKfW5@vQy03fH7U!8cd6U;j)kjWEC^eXy=f z=PQqZL28MP{*etZ7k!#-b)q-&VAb;@(AF$*&>_ua z1l5UCU?f7kU{;!PB55T)9hTBLcxTA3Ai1QIx+vRn)d*?}b} zI@PV-OhI#P!fUIpDbIa9coGh!ra6=RtOUM$Gvjsu4(2A!I?W>2y%}Vli;w8*apJlp zW{$@#qSlsGe>o=(IVVo_03ehfp+skB9?ad1r*qWY78X`hx!2m*+B65-n|CmOt!eixaWf zo{Ei;Ap+qqD*mb0*B=vIDr$c*=NEU*-L#Gj{1pr@bxha2m-Bykezs zCu<7hjj=s>#0J-lQ^X#9l?TgjD0#<|>DS&@M#_yDxl($3jRe&FGr3sy&#lX>6e_h> z2K*iUJxy(FKn#Od!ozSJrLt+62qt>QPEM$qkIRTLzoM7T@`&@!y)MfsxcPJ~=e1>& zn}fjdq@X3qw_NmpNv*BO{SWo-pGFNmEuE9!)ZD~9(tg*>`jPh|5Aq<7(Pg>fHxb+I zZprtxy^F7UD-v+k*m}-!u;e9pcQdOfVnbIOy4Iv?)LhGP0{sNDAt11J)x_G_D{`mV*3XT?go zg0ni_Wy+E32Irh8QC~+I3_m@MgirblpHnR|*SsG}p<0KY>MmD`HiCVU)79ezEy;{W z(q(#lo~;4^&$#~9ow5)Pi{X>1-@++`symi zuFr0MLz52rHp6TN`p9&=P5)vaUCRkD>8*@J=UsKj@t~p`(cx|ama3b)A%~{y;iqs^ z#w4ZcaZo}l%jI{1TOqc8oS^dS(>IP^5ZO~5`yg2_Cv?@Ucj$q^(UtEKQ*(flH&&R9Bnar z`%27$b|LsGLnNc)=ShJSfSo)cyF>NOrR$A`74F5N;sN1V2^E|ZZT%u7qnKEU@>th0@HJztEF}ryijRQ7fkk-A&6F1AIx^^*!gND5E3(NA?kl z!TR1aShUldo_#Zp*I#OOdk{d4< z6D4Tm&=(wp{K!~Z?f*x%_3pk@!``tA#r(s}EbQjx9T% zCL(nOJ1CTz*8Cnu?Oxp5{sdS?S)=ctT$u7H?k3p?aNpFqzOK6o4bz>gqEl+1VxAkr z_{bsmLvHhyAy2;&Qy~ZdSe^4>F0(r1YI8k}v2mx8MqK7fQBVsZ(u6bC4#YIDq=kHm z_GujveDz8v<;VAh$qcUxK5q+1t<_uRrsTK@rp#m$4)z}7Nt>M7g>U@aiUOw!_he{4 zOl}ozs7Xxd6UiG-TqxboL@o4AEyxAGV5QoF#0YQNeka(cN>>gwcy8xTud0n9Qi+N~ z&UQu|PGWSzidO$whtjWP+8AF0!F$#hURtoZ4`;ZwelxCP^NOiBU>I=lN-3)u@~>Kj z9?cBlW!G7jK%pbnHDq)O>ZX*#Zm5<_dD@uHiJt?0A2pMT*I}!$wZogF9+%Bi>J&Wl zv;bwaAhv!4F_fo+Ydq4$kb(`+G-xSZJ!T-9*e3&2HM1RO1#MT0Mt>$YB(CRs1F3?d zaE05k)>!D+!XTd;3~=#}adGNqK!1O#0N8ns{fqZaN<@<_7#ZN9qZ) zVmkXBWs(qR`L#Kz2Gvdx7+)jjVkRzPARet%9dFH91nJVp51|$?LgTk61AD^b*yta+ zy-AN0NYP~HsA3s07zStgb~*FK?Gi%b%Ot+Q_2JPvFCmdKPW`)be{N{T7TE?cIsDP& z{W$EvdfBzsp@RR_6-E7|lFK`W-){_L${aJ1FD6tvQ;@O>U&psu(ASLgmVHQP_c}{g z`@tfad9mmw+^$J?f~MCzHO!0NLozG$n*E;V$s-bb=w!@;U(wS>9q^ZzG1y7 zUVZ({1)^3hW?7%uhp-_j@C*T7V6&c8xOKxjZ^drNyfRGIUL-e?t{ox`9HaOF3mbIL z>ydD743L$dnq&20fUer(-G=R5&@Qy0STwOS-J+@(QrNL5msbE3d~%({CY=B6DMCSv zXOqPG%;u4&f=eCF?#w$LFhSttF25*+etAGjF9XXvPPIQtRAoc`U46F%X|~p3>h^C$ z+xPm=&!*m|y-sL7Y=;K`u>Qb_`mes%NTQo(_n00HPrbhm28Vc6*4l>xcA4?Cu{j{? zcf|v`frpb90 zwrTDu+P=I+V>1)Zp&%_1g3+YKZu%O+gn^Z?LeB?6&^ZPSh3 zCo&i^SMqf&UBUKA&fIN62`7T7HrNS4K!O9Cq>Gr{>!qddF1*#Nr3r#uAAk{T%L#xoQ>K(IhUn7X`er9nS?MF}h1dEPWXX{7q zA+AWuJR*XG_yEiGt#2*7Yv5P(gH}2SKJ!+# z46(ymD~kSIsYxMDQw!+FEPOVKa?;|pXwcy62r9qxBA{6zUC%wA;OrIdzy zad?=%`^fEBdPGKfK3L`NdlPp;j9@zf6oz5O>Q-oSjWZdGW*SzY9DC|UrSkmkp4RD zULu?zbY!Q(XX|cyEe>v3K|;~*TQB^>&l01w16WfgR{^eAoAb>VL|=I!i*HcZA`(LK`-Bqfg|G`75c?w$#>3m;eS2Es-K{`v z_@O7qr(3hvRSbf^Zd$LXs>7HTs!d2j-)D5DiuF#m%IV+d$4B$m@+AXdI`LUniv_B= zYZzmD>IyToH=(17I+pMp?Uhr<%aI|kFMlr>uGM)~*a)bftbJ%pg_;3f(tNg`y`FLQ zm>wf4C6R3s(T8Q)@w@R+z_*m{WfPlW3Dxz7EWissf1Vapy5DL7ART$u;>|3pm%TN! zw@7pOjnq_mc9!pC%dla9u6Ef6FgD5Es285B}KggK|AsMJG-J9GApoMBc8Rev=j ztvAqakHAD5lP9Q*bi5+S6NyOyV;=4x#ejC&l_uesyOZaT+G7TaR_IW9(gfG@rNIHo z`E!;0=1ybx;-fifb|=WBxhCI0cM5FjNCQ*VrT}z=C|92+K8KV2UP2j1>4k-|p=a%f zF@1JMbH!5K_~2RWn``G5qd>xm!rR3<-QPzbczA zR*}P2?`dEE6EUQ1j`|t1yK;)KSR3hAN7B_EYIx@87vydmY4~tM<4hhlvKQ!N4E1gE zxru^;`W)V3fmMshMXYczyM$6>IP9!Y8P<@#=X@-1i_*pg2RU~0CXIEqR}I1^qk{?d zgIXOigN`ZuBE@khYvd2)4~7pKLl2x!{(jThO6#!OE6ADSQVpJA{|ztxcly{xQ64M1 z6T1(_0UXGdu^Q@h@Q%o0Bk(k4fx}~+!OE=yZgu!!J3+eoZ`a1m>icfe=3zj@J;4v& zmtTA0AH(^lh5=|l=r(VrP84O8{vY<k=-4y9M`P!6mp$a3{gt0|W|}06~Hz zxC97JaMyyuA-KCs5!~G=q{+R{+x_1A_H*y;uX~LCe)Ny?qiURS&e=!yUURKE=Q{2l z$l*1ztqWepW#Zga+7~g_eSK3sH8ZK%NlrCk@2%jua$RO-Cov8Y{9=ZY6XeuEIPAop zv+h8na-=1ib?tOW<}B0NTp5mptC7K~mOQUeT(A-0LBDl67%IQ+&_RQxB#bIP{oZA> zDpA2dC$2p~lX9s_&hGMC;E$|$jW9eBn{_{NnEGK(m|5Mu2I0#zk!-7?*+uOijl=c9 zE988a5kvLsaq&!--3iL+HUI0b3EKNz$eTv_IFjRtqUPG*tjeeAachP z`?lx9BVUds4^-WwJK@n_>RneGxh4&VhrLLm7{^bo^K9Ec zXVBK94CMDol0$+JkkkWWnVdByxJ?Rn@kg!SEOr#wx)J*|hH3{o^kCOukiH68gl|k` zte{FvT?b%f?llMuaLH&?;z;6-Fp>lgI%Yq2H%Z6S(UB8+h9ne9p}ap29w_y{n+nK!3sJYhM^ca9EWT(&v25QPBK(OgY} zcEI8HlI`<@x0>J4+`MuURZieu3QZDurR2uK%v^uPJy=HY6Bv5ab&C;aJOd_9`|i)C z-YzXSapn9fh;hysM%A5t7f*XFG{4LvL?Gi5zBV2qYlg2T?%>sXzuuER`mgKMkAQ)f zY2VDKy@jx;EJkKrNM?_Kv=dydoYQ%Vtf0D$3L|q?jDy&pj*}Yb0 z!nk$ZvZ5;z+c=Y6dG#Uq5lzU%xeqEM8+M?j92#=v#4+63i^a%LiN zcRY~(POh5tHjsnw6liG8S<)6Ry}KCc+^ytFPW8(XEASDp&qV(aW1yM)cSQp+a-$qu z0ov9tCIlauL0$?<%4e#d({$T@_fsTF%fS5^GM{-w^%;eP{OHX%)$!W~GsyOQ;8hC& zXhNvqLXVTB%tYs-)fugt-}rY;rJk26g!<6GDMb*?xVR>~i!3&!38qhf%ZvPNP5R|w zhY({`RjdabmgjSrEq4)`(Vx?0uG$wv#J{sl@r&Qnq*Ld!R5CP({dbxv?4&n;Lca=9 zPzCfw8yIY1T$9eA3GelV<~1FiIUIF9Ak|!RW4bYWc4yRvH@P&TIUMSpl2nFG9p|vv zsGUmcC)=Z@`=7l3;`g)+iM^t57a%qtDb9{u7Z4Kok4ih_fXFpC%>F5SZ%Eh7oUbZG z?0wX$&r4OHG6$7SB2ryxiwWahjcy#l(!(5Q(qk=%N>CNbQN*O(+s){!8SrH~!-N?_ zS?Rg-z?vB0WYH_#ICX`sr^d%gfz$X8I(bxJ^fI|yS zrU7*Hzn8QDJkug`a~8I1EBnf~O>OO%B;F8C*`1!wE1wSGq+KtC1LRN?Fu$S2IALO4 z`@WgZnq+e&BZk1Pauj&-en`u%l1_Gyt-^|}T35^_q>02NT&s)f!u5Qmr({AnjdKMR zW-+Z}c^*gjdJX3*9OV}<$4jL79~zOP<4UU}10*=}k@4$GrAwuaG|mJ;37!d*I}GBD zB$026Dwx9UEGz-5=LcpTno+rYGv1>A>aAfQzlcj3=2qD|>-#M}7JJd(&+${Z2kSZa zaoKmc|-ilJb(s+&d){dx;5(E%{M zU*nf9f(G!X3t{UwP)T{vX${iR$JzOFPF+k^i$oXpn^xwLh!Ss5PZ9&<2{26*{8Pu8 zULh$?n@{4$4^h@H#3G})z;uvj6`r;)m10_vCZzpft`al^-Ozs`e&V*{)tdBHan9St zPjpl$EG`VNa0cmh;L9RX5(JAOcmJ#>g2SEGVk^0h5Tf{LHCe_LMW-Me?r5DboWmjZ zQM>mMkYMt*#Vw$+&@?k3+muYjt=>6T2{Zo1YcT#%;|q_G{@JJHlf45b8n)Xxu?;Z# z=ak>}|BQXelreqhyaL4V+$*-7<~b7w4}#Am2OBG+mRR+V#eceN$voUHVU?@a!VC|qxzblQVM@D^?VIld)IcKXI=fIAIJY*VZHWX+O_ zk{*NQY2F0uK1+VOt%LgJ_AW=3d_T|r4V8{}#bW8W6F}1r^`Ef#3SdWHmSOZi0y+h1 zAYu6}`E;q4;7Q$$Yz0p%5vfkKo&=Ir9fxHR82v<;w+9T99=7T!I>%)(Mf%LP!Utb@ zahQ#R(6$NvW0g65lmIpwf}go&)gYTpujR^KxLa$8d4gYbD}QL&2xr)f&UC?ZYI-^o zFLA{E)Sge{0BGV)JWtmru3tTtAz|DA+HxG{T{kR$p#Of+9e^>uB{u=IJG47IhsynI zaJa%AK&cvRdkO!8(DWH4+#|r{14`ttj%c85uDxF!(Yn!Flt9zlCp{oLgCc1J7)rCu zGT}Q(U;429^XnRtqv~CEcQ!^WerUC>vZ{p5yV776!-(7xi?a8nArbPlA*vGss1#=PNQ|BLW`}mjSArt>6}O}Ha!kw_RqFr_U2^&tKYHZP9svhr zx-Xj)R$mpoZ+!#=ii{siA;!~SE7flJOTa7^^><8?%X}?tXy1{d{6D^fZ(}NdzX!(y#^Z> zI-2G8>fGlQlyzuau4T+ssNB(+-ylzpaQ!4!!aq<|j`4GGT==x_A83ZfnPt8`zNace z3cpA~<@eA3M{`P;o_SlW?R3f$X7}0;<+sw`Nk^NAH3qkLE)`sQJ=QFsy&dH?u_OA& z!x@gQjuu(FniESc&?KtkrFpKQSf_Q#1b$N|AC*$qud0ZcXb>cDb$xY6dv%YkEBF8_ zKgeD}0kq-%@)P=}-VynFyD|^Ue#kszLTWNIU}|8YhamWH%EXiq$4@edMle9;Dyp!o zDip9W)A^A?h0Q*`s63u&gj`6_dFc_*(|ULE z2vB<{zfVt}ntcj2y&K8{H=&p*nMQK=8Bvw?$3t^a9*!usD+)TEaz&r99jU7?rJd?L z5qKBzljC3L6MRvP25H)Z))~LE1c}$hwXczJ{5p<7$QP}T_wNiKP0HkRrFZnc$U(JL zl{bO^QS-1-Fwkmu69~VJNcZ;v`iL9}Y*L^t<;2et4ftU`bU{ox1wtW-Du;hJjrbUJ6BkfBkwoQIK~S+IxY{%^TCXjB}D zR-VZAd0BfXVC}HR2zl9t{V6*vNUytlVr^Ta4G}&;Z$-TSI`zB65#B z$_wOVO(Zlv3#lKsf(4i93l|}I)eEY}cNB9W@)c7qNBcKASqi@B5N1o>krX10&)%hJ zvxp>9gux4+7N0IjaF?8-cJvTbiqoMnmR;ZLUU|Hs ztj`**^kD;*&;=4lre^un@YLrb@yZgzgYA{qL!yV4Z z^0SJ_&9fV|v{|>2C8L;nA@BUrnT%NvJslD9#*gX*nuM<0Fh|5az z2i`B(ZFbdWWunOeV(3V^r7!LmI>70ysppG?u##FQcRujE)W zR*_Ua3plTM6=-0~PhQe5w4ejrarPR7L`}|I^$4GU0>>rG43fx1s@cHS*6_woMw75j zbN=U&t?6=?!rTDJE=jc=kYtc|aTO`gQiG5FnLgI5aI03*)-UH|M%t71dBH52Oa?~s zq20D#I;FS+l!My(T>kxK^sp|1BbYzhHx<$dR1-Ui2i3N#Ubap%vq|T-U=sx|>TyWl z+%0Z0NJIo$-1^A@$O8YG2t%rS7{$BLRI1snvVV6Ewri)THse3zzu~B9SUb#+-`wYl zP!@ip42o@k9nhiOJehpnM-=)tskUAj}kSQ;5wDSr;pTkhh{NkI%@ zJKr|O(W5~Y3cxC~|D0KZXo=O^RZ(aBZNSf+_$bt6i9ousnLsmc1h09rLeD2xql_5d z>;>DKct%NMvgR&(t&HoA4zP+F5-On?Q^nP;7+nJ)aL!L8LQuUr>VH{_$` zk^pnm2lF9gk>_o@?ra6+uY6JWaJD;C3=m`w_wQ)kvr@Wa(ZNpfL8eHOiF040BUT(6 zqmf^LxeZ=v5=VZwLx>k16bJ^J6rk4SewIOVBvD=I;PYwIt8XuUM&vmx2H3@D%r2>Z z?W%`O!y$C~y-u-*m_x>mXhkFbYg`-Ur{1DR!13322W8f`uiZ!GTnluCH){J-zfc?0 zQKzQ;_@e&|NrwN%Hlyaar1(B=%R2hwQ75<|ZCHY|*r&Mf>m$Ik#e-uim>>^AGX{!K zQ8~d#5t_y!gxzCe4x=%DP2VJ!Wl2&c$w<+F3>WS{3=ok0Yws-;!xM~8D{Ewjh0fN` zw@>tn1+)5yM=160Im8N?(@Qo^1u6R{KJw7|04kF5zy=0?t6(B_Xv z4aMZtCwLhlTq(tcx&CF@p!7}1*d})KNIa37#t1#YNsMp!9c;=8M${_FkOxaD4l4fS zzWt)u^hpP^S|74oqEnKtW5qE_e!`bNW3`;We|CS!A7Lfz!)nF%RSuE7oMqEqAKj08LhmRuU;wf)wPP{*)1~*Ky zP^Qa7;P6{&SXwb-0hHxTBLPRCweQ7W0a|RUDwz5xG$)@`iKNa@& zzLGlq`3T548aeE8#Z&xigExT5(zZZC>FSpno+%)xV1E@#8x6ug+RP4&)xk_6Sz|6p zao|{wOBFWTc|dP6kdd1xPrf-HA|5{+p1&knv!ki3ta&Ht$sBQ7)JL?hDEOHq$ceA}&;r_c&Ml<+m3kX>&H)NEV0?i&Auu`akwAl=Brlpf4hKD)*F&w%= zDABfR08W=5$y+8s3pf>W&Yn5DP6qg~KBv2~rm?in)V1Erj8YULV=XM%=3d&`(c zxbIZpA#tQ`r;s`JiaL&_;FpJHp2_Nj-QpU2VtPTl3hxcj2|68ilMN#7HpjTVFPA0fUAPR2>hcNniF=f^VU>Bfv-1cI2DU413y|L(g#rAoZLe`IE#^{ zXRk=+?5P@hC`eUKtjDR;fnrz3kxWn1bxH$zwO|KlizJ^jeAe*{DYK5f1? z2Q&9ZPy^xJwEVDhk_>chj{pPZ@d=e?DGoVT0clt)<#u;7kB(#q3nB}me_T%ndMBmzmNO1Lenw8AdMT996Vt~Sd$lK~hmzVl0?gcbBZULukd>zc6 zNQnWf7eEA$NNBrLm#w2U{s4=FpdF*FFMEFa$VOIOygILJXnW4H0%9>#hO+Ok$FKL4 zb!Z~3_gy@L*1Ch9bB%XwMCZf>^PD**bVF3Ag=u9-vD(js)TE>K^o9l1)R=rbH8V@!&pAIQJeS|P6aF>F z;rq^Nir&Ad$;70Xegs&yUYu@|Q$8HU0evwi+;-kPz)9nddQE1ai(uJ8NKZ=lY{z=J z9s!k{GM@Q1DoC*sW2u%ravXkhXn_8!pEE7LBM+(uqq}?CjBDXv$YavCoh0`WFf#o# zZGT!=eh@Z*H@WUVg(@Fwf_?M!Wq_Wx7R)E|C!YTD48X?dSALGEeh#vf#(px703`b- zR4J;v^?(WVy}qD04&L!SyLdvCmrtlNN{gbLrqN?J^>`uJ3! z*CG8gp6K3nvSBf4K^ofm?2OL&Sf30PJ841H`E8_$YNGPDyQk8l?F-#-j#-Cl8N|!h(W3d{*Cjwf0d=euMNx`Wv3D=!8JQ_cx!sPuA;& zFggxCzIX%#w(c*RKLWnc-(5nPea}Wj_e3Tdk4_%)7xIV15dY>jX@7uxFIw>E-sfHi znmn^sfUo*O&1lc&4Yst1M&$c^LHGkT+%rIt?<1wHKy+=rfbXqT=|Zo|o^9Y+>V4?R z!vKvnO+>vR?Zy-;?_IU}SD3}W8(qijb@zj?*_(K71u|Vx9%FFr0sS16Sc47GGh`j_ zy1N}3Z}4#o5iGY`I(&1A+HuvAiVqpI`CyxX14mtoKs|^d;XU0bPeczaEd6sB`ad0A zMSOyCyveon2at9l+dAR*&IlPi`wru;u=sXTT`#z&{|j#cnVIsq6#NBo}4 zb&|`|R3L7iB(?c8xPO5xOEktU7KYxJ1_Qvu>@Db-c{lwbA;iMRePh0h^n*_5!a&q; zqNxNu;vk)zcJy`oJp{Q_fiCI1p3QaXjdbh8rHt$IW8H72QbrJDRH3S82zZ~+%_$xGz2muUkvpMOisaDUe)&n>b&S>AK!X#hEPS(WJQT-H|U z7WaG^pVIDiA`3_wc&RCwx?Vx~6496|jT;ELcY%s~9F|=@!#g92M`2(IkHt$8-zSU= zF7Eql!?1e6|D#HFGRjZlQ)T2UrV~J`^ggw9lvu8WDx9~teHtNPBzoaj2ba{wq>d&CE|k;&x|^hvGp_j=V-A= zbUu1NQ+jMBo zT~eUv>|tWnhTmtc#JU;xkV-?e(TZSpYT^(b5DPT*$!SOJf63UV&*#c%#ZDG_Tq39o zm3{^x(%{`x?~KT=9v*DSHds~5$6S5ZkAvZ5);6$dP1UovKf_b@1KQ8GqLT7)M@ z)aKfm0rMB+@<#IeR{6H%vXXMrEd@d{Xe1~z8KSO&QoQaeYBikX0UzLSJ6wTyT}_ok za0TT2)W-e0(&BIq;-s4u|7Vz~|HrpKvg8~7OxSXPDR8ypwi{omK^2Exs2P{FG$=*! z(-m_L@Z*eKLRi_;IlFEZ4?1^fNXzLfUgU00jZqGd>@Sf+bf;E==%i(33o!>{aSpC!$mh#>hCVVn~BeJ}ISQCGs}2iX5GJzfI5OTF>6 z1~C|HB{mn^1$Jv0ka23YQog|mcf775ZiXvL-(~zx7@2E=#Qt2w0t0#rX34TZ$OJ#n!A=ilH!e^A+g_JLg~Z`VXJ1KB57Z9r^J!6 zw`s5};U<%qM`!f<=8A6Lp-SMWfE7u&%JaP=*a7MXb`H{n<2+0CgPA1zYjv^Y9=`4R z$mIYk7sSzbwxxpN1b9s=3(SC-Y;-{;Rw9S);PFNdy2ZoCI z(4n&*ktOWSJSQ0i9(p<%@{?4NBQCK!50pWO$)DJqU8=+c9sxK3K8-&|5p{|@TE)lT z6JM^q0kPBWYRmQsd_1&t$kk&8Fk)aB$PXulTeV{Pfq1xUBz7eRrpcW{hm>bjpCQ}DPI05)v2w6c`-U<)iDec>U~q^|TeKIpKQpFU_=U~<`-CfZ}g=onY{R}oDjJEIn>&6KD zHx6Qa7h^TnAIbGSJV9jO>5mkNilK*cS@(Crw2G3!G}2u#w0G6*-uY>j*FCS_sXr|a z6Lu6T@mzv}UY;m97-p^SJH-%f>|zj?sL|W_UVyoP#B;kwrcmQgDp1P|Gk451ClOE9 zrlpE9vBi#lz8;qJPk5ECzS%9=2r-`SrZeLQ=_Cv}zj~<0Phrx-Bg0{!`~vtpc{U@( z^SfK}Y4|`a)H#-9?WP5fk8O7DA{5pgezTfppvYJ8@aaj#?`CR~6EELhrN3t{kWj&Wj6Q-BDfM3ODr*oDCN8#o(pDF|c6wwF!N2-1$Z1 zaJWqjvS@jNI$Aq`*x*U3#%fPHh#T*loX)-s))ykuXhpK{ek9$xjYzI`Je%ip z;sv@2ZrG`9aZG#~&Lm`+TQEP=y|83-Be%4xqm*q6*qDu6vzOW|>XAuf3gB8!Ql)uW z^`8NZy+Q#i``#=izcH??zLbJWkrhqf4h&ce4sgjkN6fatMdwu9`1KJ`j=7?%=!U5_ zkC}u0uETA}l@{9fWAf70O9H9?2idCPuWbyqkFO_`CS4>8-W@$*sy*vti8zKcI*d0( zhwXOc)|5Ce1`hbT09HE?(ngRELsz(?fJfvbK()c*C32)xqxSlHivK~eYV^VF#Gj`K zq>o(I05wc-Q4&zi3_6JY* z17%AIwG{xJJT#j2oJGA33w4v@H7{L#SRoJaF*xRZk*ctrOGKp4+!`tvJ1XJaGBHGs zIta$*uRov~i13?@mSn1vuQ@BLYm@X#-@s7n9W4$JvQllC#M@?$v6LOSF5_@rR>{B* z?Q7wmB}i12&wUT~gJDK`mm=u5%aQI_{~rzMuDu>4)0uzin4f^H?XMi~A3BGQ{`+X{ zZ=9Es z-i@C8_S__`L2=p(%Rb4Fo*$YsbfOFf_Cm9CT3RE6>=hBY@+;pGAR@Ye3(S2M3aA;> z2+G(4ReA9JIGpajv~YFOcz80Ck7uMl+QjQA51`R z>L+k4%#=}gf>3B(xQnkv;A5 z3IxY|xEh`&4h~~@80E=xu?A`}ejIdzpZ_dI$vY_5%OpnrUCQzD10&*By4*UPDcHhDcVTEwIo!_&Th%2BrMlXZ!(N&vZ?i z_etW^SDut{(HN({`KB+5=e0*(ap=BKa>Q+vFM=Ja$LDmOx?(m_(GP;nERNqg8Su)1 zcoc1tNxNHnE97_7z77wRgHNs_6rZA*8}`r;^!-jeHp~L2ZuSExyjUMdg+Gw_4Bok^_^QcDWDCvI@60(VvlYj9Zd@}tHrl;1h z%BF+FQHcnDh!Oc2esa7h5d|y^*sVZw5-z=J1ONOR_!yPvYcba#$2-rOAAiVd#RTf3CQav*Rb>xFrd7jp za!ejMS-y)K!TH4v+Bw|K9}v|8K8^OQd{dB~I!I-*$j{jmgko|z$iuec^o%v<0 z*iG@k*nsj9Hsk;8_IJCLVQO99XKuGJH;->r#a^lSKkq8AosiK%B z(uJLxj=Ecs&X>tOipY%KPL{0%FwxfNd1+{v{+I(N+I0{*@f@7Mwt%he z*~-qZFy2bJzT59K_U;&fa10A^sv<*zmr^J(R~ESwgy~Ifl7sdL1&;O*2rlx zjSA_vKf_NMTOy7_+UDuH!^8u2O|ZV?w9u{jDpqRsBha{NkjWAv;uYqJqnAh4D0q2f z2P1)egsCIBQ3|s3D*n~X{d=yh!!A#jwRfYH*Fp+kwlxeV7iVtGgInv}(|b`3K1?ac5dXp*;WH1hT?xl;lQ@M zUaChdMvsb_v;#`&lgDH&tE>n%uBR(W>ee)?0hvQ^`rqsIa(p4&c-_s=$KQTmB<5}r zCJg~hp$F&Y3O@qozYDw_n;&v)7hXJOW~0)t)I?yQVGGbZh;>KP{s*0=RMbzDQ>^eR z!406s^pyiehaRWKWTLG|Y<5_hOin9d433!OtqUar)f3X>psDUK8g>Jbcvv07Cgu@R zf(Yi4A7s(rm;nj6jd>P!32EH*kd8|;k~=_VvNJ(=>kKvtYX4GAkES;j+tT|W+9n_DR+UI(C(j=NSUc52CRBbRRaL!J(yt}F zI+N*48fiGcLo=ggdr5!7=7brHZ9?7Si)Q=oGcsxq>Lf4UTZveS((!=xeI|C^UL0X< zi;#0bb`yDGl%wz(svDSNN>1TN2E~ySEuuioo(uZRfm~!pQc#jzY#Xq;HSrtm&Z?nz z)X@)nFBU1$-ri87zhZ#37pD#Fv0EuMl08nHciM?rRKYt;@yHrBsnz&Wdexn$X{ct* z*jV`$dn0Ke8E_5@$KsHP{@l_<`gL@{Vo@hP-~te@F5{Cup7XzC&T9 zKa5O#uaS~H&O_dG!>0BwenHI;<$y$C>48XeOZTaqE*Bn>{rqtGIGX!R&XJ3SKH6ms zCGj+%?B}&a5uY$BX6j|E&HQ_T90C1?pe!3)y6aM63!H|t{yZm{{zd=UTTP#%uyYc! zH_8(hlLzQa_dmd)+-bZB|xzUm@p4-K@@F_Y9i#KJ3!? zx`B!Mt|2J0`a5bVzJgiKwo2~E#}Q<`1ax4v>;LuLOHyh>i=}PlDiX?Lf3Uukda{@!h z^3<5hg^H|byi0q@qH+OFx9%aV2Nd#-W~9pL)UA`ON%GIkV(h2+Nf0+_%>&&jjY*By zSiFTDopY|2Rce5sA)vKLTz;FF8euF?9ZC|PRM#Mfv9akKrXu4NqQTg-PL@FF=UBpY zPt`>_vk1cMMzrIi{(iZiSmNs%F0IGQAs|5=v&M1I5Y@@0l@4_>SH0%!~%#)hg3Qr0dw=YU5T@IBlJ+wtux1r8hsEM$DN?N z*A}U3F@bJ()O`})G?1&{z-S~=Dq(||F2ejY#qm8xNm0KvUW&a6oS*ZpOt6r6-gW=* z!=7qoQw@ia@ZiZDmpVbRtd45jD_no#qExa%q&HKtv&TjwD>?OsCQXfv&Hk;eXfrqp zBxbd0lRr;i1;F$cvI3&>{HE~cUU%OL7cGO}NZ=s(g-{!25Pe@rZgRTrjL3VECI zHcSPiBw_x`aw1F1kk6`H_C_nf3sb(_bEOnf60yD^~0xhc_(Y8S4wvE^AabI*rGYPM41zT^@f7?7KOqIeHa^; zM-3I(iESDaRL3~Yj%3*Uo&FD-7+m^<-NT?9w1I|KX>({WI{`?VD~I?mI}bynDAnrY zfi|)$He{vgdF($=v=G(bg0Btv17HzVo+v3z(EjT4ry=$^|~Ief>#LmfHgH(b1!Yi!a#7*Mb z04i|+aSO<%ChA4BmU4c;ZJI2z1FlYXt}5uYGK$s+*Vnx?jd%onprm7;b87>5ryvvY z3&R8OGJbXQWu8gIPvGctWhQqSm-ZWYQGs=6cJ+;Cw0@n`EP1qCG*WMg?yO6TefL$P z!m5D?Srv`>3t8r=wswp{x?$(`Lg<_+%;I0T7F+EkQ_LN>(oU`i+}bI>Vfl&mKIjqP z5@Uy5%|l>r8?95NKn~NkbzZ8cBM_P4=vwG`Y-Hy5`Tb(b9S1}@*mk2SsI5lYA zQ+=7gXSxR6O7qz0%YIpz)h8&^>xO_s6BJlaK2AUl==m4`zo^@)gtgz)gFQf76`0=PN?Nb)`oA+ltw5!qQXc zcpcXnIwuHe1xq?Rc!GG{B6@n<52=$R137Qp? zqQ&(U;|*LRK=go^OElo>rOGK+%yeVFaD)E*L&iv1W{=$-LPFSr|Mh-%|K8u(s5{xN zJ2RQ-hnbHTSy`rKIuq)5AiE@x^I4gB6veADhYrg0>=zAB5y;RHi?_4YJ8E9s0S{h- zzJm6ZpVGwEVOC#7o`Pe!XJTQv42u}N7E)129@#Qg6_fVd=z9D31jL_wt$b~53OPKc zktA=NlJo_>px)0IBUAod#}v!*6B@Q-GMXapb|?4{l(Or%G}j0G*z#5lU22n4R;Z0u z8hk2L`Gsen59z~2a+$x6?OBT-S!vsTnTf%s zG4ASqa=Xiee`ON|v>=Aij%s6@rCX-ahJDlrsnjTUckqZCYCB)4+ulmWH|`x2O6AQj z%+49ga^r^Bmk|i1qYeyM|vdw0E&hF0Ic zf`05G$3Ic}{3ErGtk9dhve@~^LRafNF*bYVsj@N+ykv%)sNnZ#72&ml&ND>C$!QN! znDO~GGj1G@fOnQi2W9Kxm#HiA@W9rzHe;(JOx^WmnG^KV)Mx$3RH=|%rOgHIx-_^M zB^n)1jVWV`4v{HqPU`kl_9E+*gI}Is!lf-~zdXO}OkD64e)If_V%(vDyP<3}Z&zTq zB8#IWvrJqiLl7^T)6t(7M+jJjY-o&``D?Pz{ajI#)=D+*Uc0st^u?Q7lyiIV3D@MA zF{P+c@W7)DpJy5Q7D8xGk>^;WbJoqodL}!$>5E;YEi1W)FA!ht8MC@UrKi4~!6Ui3 z)V2(=NK7>ky)_Ig-~l!GjhRnm`eL_aj`kiOYA-0Wg94@Z>#e_R%L!I_jl!jqUq@N3 zlC)Q}#FLe{WdQ4F89Tves=M}VKyrl=V=^zBzf+THXnqurN17*h%7PU_! z=ufcKJyfe^oQ&Vo;#tr~1&7Aqxofm2|oh;@=Ii3d%k!H~On z^9&o1Hcny5))POR9I}#a|Dq{YXRLb_W6~sDRv5+xu>1d~Bmv~V+j9I7M%rfnxzXY1 zfARtR1GB*DI$vQjf6_crp(Et<{?Db`QdKP_f!~QvAjc^nw*zy zO%@mh|4?aB$g&;F@mvmb4on@eaFtQb!&8iz#wjyYD`UcC6qLXmo`Av;9LOvzB?K~rTG?e%VpdLjq z3O+|yk)0vGT`^B*Y7DzzpqBpF9p!S`IkrY9_k82Vl4U&{5Mn2aCw{1Je3S@;N$On+K;KfZ6hAm(zq=EU>?P5XDHkti381NgcCTE}>)W7h6kyzWkh1~nZzHJx*;1GWzl131b= ztFiiSuXx`i*jLrp39@6PPY4=?uwdQW{;oExVBGax)KKcC zMu!;?ag%J|{<*D;_9W;YUrE})5ob?ks-qjH!xf~K^DU+`hR+;Bmy5+OO+Lu5`j6w1 z!3-)djm{xwnKqT!-%y8iiCdZuderV}$ErBVWg>GOEnjaL)<KNP->C4jQIa$Iv!_54#;!=S7|YLVV-0rQ|v6#kL|j@+RfH~pW-vi-8m_iyfN z=AXSr{`8$p4G~BYvo~9|HnyZ+t{vd2JS_-%1F~(;xHJIFwhPmK-2c{%IIey&d#uT| zV9{WHR|&p5$udUHHebalH&!pU?OTi=r2r|ZE8eu47-_?GRL9Q7!FY|vX|Cs5PYCcg zL_kr$5_#3P>&{zPuzxXv_B$wI&9xI=II54OKwrvMoTF!b&Hpc0r1K9I?4-9_!S*Gz z6?J2-3?&;*r+R%WjkOW8EvNF|9OQs0B25>+c>t`QP=x%9w+NG;GK=vZDoZD8g7XX~ zSEQi7{)QluV}AB_|Hzvxe_=^)&co(#9u+j_Oe#XqAeH1GO^U?cfhLVvcu_X~bew%} znU#CaVL?H3CJj(clpxio4scA?daOehDO#+`nx^Oq=lCOFYv$>7{DF7$2q5~cIo%`R z&wm$L=^yvi)zt~G=58$tsR(5pM=Tx2XH#}--|*AQ!prSMau`@VhZ!jUd?%7_xWuIK z8?^FpJANN?W$y@0Cp_{_&v*WiJTk#;#|oKIH&7K}9J{msV1$FW;My8y$)$+8KU>W{;QfKAr8s@_ zH(K?z+wpIVc4)fxdqwhWn_HCKr(oOgmz_f8*+WmRP3>=JMkNG@I~db)R!g-Ji6FN= z6?Lr$YQ4Fb5j~djdIWUa{;LA|hdfv z%8!PPptQ((+NtRbM>K}}5D#8K=^xUH+C((2zYOC4-5dMAyZrZrm7SoI&-J=H5R7=J8WlV+@y?HahzU zLs6X1o{dYxkS)nLN~M?P?Gg}ZUg`$r4qir8ZSq-az0;#HY2$wrPmMTwtHqY(VdG_B zB+*z8is>qC$z@V-rBPRSeudjbNt0C+!f1hLJl|Ac%C6g78&tS-jjw_>lp|y3Zuea- zSEfK;fk=n6v+`lja_jV4rl~g7iio;12)5*J%TS3$9s^1>;PJ>b&pgOT@gj*A`b>Xx ze;ZEEplT1GY&l+U%iNIH+-x_Q_4_J6H)?SNzN~SB4v)AIM<8UH(4)tNqP+Zg0}Aj`P4tu%pZ9lK|dYS@-Nabicy+C4Hk3A<2D1sAKX;PH#6L>x8wKe&+C=@XH<1PdG_Jy-SeHTXTBMp&aiRY)u0#H&|7j* z=wwq>X9M#N1-Uub>NYOAA5{@4@{N5ZcM9ceL|)4=oL>~@Gl#O_!Aj**v-zdN%w&>TWO%-;RJ&wqvByXM(jm_UcFNIvmP~9?u*%qO zlsKb6#ioC6g9m$0Lyq^Oh{WyJ^rh~(Z@xVLq+ht?fm^mr z_r9L5rB4 zJyS(}?h&E2HW~$WN!|=>1!Q$Ch82z||0g@?b>!rbE!V#4T2}$ZDisclaimerSoftware Download Links
    The Bugzilla Guide
    PrevNext


    PrevHomeNext
    The Bugzilla FAQ The Bugzilla Database
    \ No newline at end of file diff --git a/docs/html/faq.html b/docs/html/faq.html index 904dbed905..4a2bb7505a 100644 --- a/docs/html/faq.html +++ b/docs/html/faq.html @@ -4,7 +4,7 @@ >The Bugzilla FAQNext

    Appendix B. Software Download Links

    All of these sites are current as of April, 2001. Hopefully + they'll stay current for a while. +

    Apache Web Server: http://www.apache.org + Optional web server for Bugzilla, but recommended because of broad user base and support. +

    Bugzilla: http://www.mozilla.org/projects/bugzilla/ +

    MySQL: http://www.mysql.org/ +

    Perl: http://www.perl.org/ +

    CPAN: http://www.cpan.org/ +

    DBI Perl module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/DBI/ +

    Data::Dumper module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Data/ +

    MySQL related Perl modules: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Mysql/ +

    TimeDate Perl module collection: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Date/ +

    GD Perl module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/GD/ + Alternately, you should be able to find the latest version of + GD at http://www.boutell.com/gd/ +

    Chart::Base module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Chart/ +

    LinuxDoc Software: + http://www.linuxdoc.org/ + (for documentation maintenance) +

    FeedbackThe Future of Bugzilla
    This section largely contributed by Matthew Tuck
    Bugzilla's Future. Much of this is the present, now.GNU Free Documentation License

    Appendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation License

    Version 1.1, March 2000

    PREAMBLEAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseAPPLICABILITY AND DEFINITIONSAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseFUTURE REVISIONS OF THIS LICENSEAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseVERBATIM COPYINGAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseCOPYING IN QUANTITYAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseMODIFICATIONSAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseCOMBINING DOCUMENTSAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseCOLLECTIONS OF DOCUMENTSAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseAGGREGATION WITH INDEPENDENT WORKSAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseTRANSLATIONAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseTERMINATIONAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation LicenseHow to use this License for your documentsAppendix D. GNU Free Documentation LicenseAppendix E. GNU Free Documentation License
    Glossary

    MySQL Permissions & Grant TablesAppendix B. The Bugzilla DatabaseAppendix C. The Bugzilla DatabaseB.3. MySQL Permissions & Grant TablesC.3. MySQL Permissions & Grant Tables

    Note: The following portion of documentation comes from my answer to an old discussion of Keynote, a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the Keynote support group regarding MySQL grant table permissions, and how to use them effectively. It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables since this time, but it serves as a decent introduction and troubleshooting document for grant table issues. I used Keynote to track my troubles until I discovered Bugzilla, which gave me a whole new set of troubles to work on : )

    The following portion of documentation comes from my answer to an old discussion of Keystone, + a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the + Keystone support group regarding MySQL grant table permissions, and how to use them effectively. + It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables + since this time, but it serves as a decent introduction and troubleshooting document for grant + table issues. I used Keynote to track my troubles until I discovered Bugzilla, + which gave me a whole new set of troubles to work on : )

    How do I use Bugzilla?

    Bugzilla is a large and complex system. Describing how to use it +> Bugzilla is a large, complex system. Describing how to use it requires some time. If you are only interested in installing or administering a Bugzilla installation, please consult the Installing and Administering Bugzilla portions of this Guide. This section is principally aimed towards @@ -112,11 +112,37 @@ HREF="http://landfill.tequilarista.org/" TARGET="_top" > landfill.tequilarista.org. +

    Note: Some people have run into difficulties completing this tutorial. If + you run into problems, please check the updated, online documentation available + at http://www.trilobyte.net/barnsons. + If you're still stumped, please subscribe to the newsgroup and provide details of exactly + what's stumping you! If enough people complain, I'll have to fix it in the next + version of this Guide. You can subscribe to the newsgroup at + news://news.mozilla.org/netscape.public.mozilla.webtools +

    Although Landfill serves as a great introduction to Bugzilla, it does not offer all the options you would have as a user on your own installation of Bugzilla, - nor can it do more than serve as a general introduction to Bugzilla. - However, please use it if you want to - follow this tutorial. + nor can it do more than serve as a general introduction to Bugzilla. Additionally, + Landfill often runs cutting-edge versions of Bugzilla for testing, so some things + may work slightly differently than mentioned here.

    The Bugzilla Guide
    Revision History
    Revision v2.1120 December 2000Revised by: MPB
    Converted the README, FAQ, and DATABASE information into SGML + docbook format.
    Revision 2.11.106 March 2001Revised by: MPB
    Took way too long to revise this for 2.12 release. + Updated FAQ to use qandaset tags instead of literallayout, + cleaned up administration section, added User Guide section, + miscellaneous FAQ updates and third-party integration information. + From this point on all new tags are lowercase in preparation for the + 2.13 release of the Guide in XML format instead of SGML.
    Revision 2.12.024 April 2001Revised by: MPB
    Things fixed this release: Elaborated on queryhelp interface, added FAQ regarding + moving bugs from one keyword to another, clarified possible problems with the Landfill + tutorial, fixed a boatload of typos and unclear sentence structures. Incorporated the + README into the UNIX installation section, and changed the README to indicate the deprecated + status. Things I know need work: Used "simplelist" a lot, where I should have used + "procedure" to tag things. Need to lowercase all tags to be XML compliant.
    UNIX Installation
    2.1.1. ERRATA
    2.1.2. Step-by-step Install
    2.1.2.1. Introduction
    2.1.2.2. Installing the Prerequisites
    2.1.2.3. Installing MySQL Database
    2.1.2.4. Perl (5.004 or greater)
    2.1.2.5. DBI Perl Module
    2.1.2.6. Data::Dumper Perl Module
    2.1.2.7. MySQL related Perl Module Collection
    2.1.2.8. TimeDate Perl Module Collection
    2.1.2.9. GD Perl Module (1.8.3)
    2.1.2.10. Chart::Base Perl Module (0.99c)
    2.1.2.11. DB_File Perl Module
    2.1.2.12. HTTP Server
    2.1.2.13. Installing the Bugzilla Files
    2.1.2.14. Setting Up the MySQL Database
    2.1.2.15. Tweaking "localconfig"
    2.1.2.16. Setting Up Maintainers Manuall (Optional)
    2.1.2.17. The Whining Cron (Optional)
    2.1.2.18. Bug Graphs (Optional)
    2.1.2.19. Securing MySQL
    2.1.2.20. Installation General Notes
    2.2. Win32 (Win98+/NT/2K) Installation
    2.2.1. Win32 Installation: Step-by-step
    2.2.2. Additional Windows Tips
    User Administration
    3.2.1. Creating the Default User
    3.2.2. Managing Other Users
    3.2.2.1. Logging In
    3.2.2.2. Creating new users
    3.2.2.3. Disabling Users
    3.2.2.4. Modifying Users
    3.3. Product, Component, Milestone, and Version Administration
    3.3.1. Products
    3.3.2. Components
    3.3.3. Versions
    3.3.4. Milestones
    3.3.5. Voting
    3.3.6. Groups and Group Security
    3.4. How do I use Bugzilla?
    4.3.1. Create a Bugzilla Account
    4.3.2. The Bugzilla Query Page
    4.3.3. Creating and Managing Bug Reports
    4.3.3.1. Writing a Great Bug Report
    4.3.3.2. Managing your Bug Reports
    4.4. What's in it for me?
    4.4.1. Account Settings
    4.4.2. Email Settings
    4.4.2.1. Email Notification
    4.4.2.2. New Email Technology
    4.4.2.3. "Watching" Users
    4.4.3. Page Footer
    4.4.4. Permissions
    4.5.
    B. Software Download Links
    C. The Bugzilla Database
    B.1. C.1. Database Schema Chart
    B.2. C.2. MySQL Bugzilla Database Introduction
    B.3. C.3. MySQL Permissions & Grant Tables
    B.4. C.4. Cleaning up after mucking with Bugzilla
    C. 7. Bugzilla Variants
    7.1. Red Hat Bugzilla
    D. Useful Patches and Utilities for Bugzilla
    C.1. D.1. The setperl.pl UtilityThe setperl.csh Utility
    C.2. D.2. Command-line Bugzilla Queries
    C.3. D.3. The Quicksearch Utility
    D. E. GNU Free Documentation License
    List of Examples
    2-1. Removing encrypt() for Windows NT installations
    3-1. Creating some Components
    3-2. Common Use of Versions
    3-3. A Different Use of Versions
    3-4. Using SortKey with Target Milestone
    3-5. When to Use Group Security
    3-6. Creating a New Group
    4-1. Some Famous Software Versions
    4-2. Mozilla Webtools Components
    D-1. Using Setperl to set your perl path
    1. A Sample Product
    ] > + +
    Post-Installation Checklist
  • Bring up "editparams.cgi" in your web browser. For instance, to edit parameters + at mozilla.org, the URL would be http://bugzilla.mozilla.org/editparams.cgi, also available under the "edit parameters" + link on your query page. +

  • Set "maintainer" to your email address. @@ -115,7 +126,7 @@ TYPE="1" >

  • Set "usebuggroupsentry" to "1" if you want to be able to restrict access to products. +> Set "usebuggroupsentry" to "1" if you want to restrict access to products. Once again, if you are simply testing your installation, I suggest against turning this parameter on; the strict security checking may stop you from being able to modify your new entries. @@ -152,14 +163,16 @@ CLASS="NOTE" attempting to commit a change to the database.

    If you use the "shadowdb" option, it is only natural that you should turn the "queryagainstshadowdb" +> If you use the "shadowdb" option, + it is only natural that you should turn the "queryagainstshadowdb" option "On" as well. Otherwise you are replicating data into a shadow database for no reason!

  • If you have custom logos or HTML you must put in place to fit within your site design guidelines, - place the code in the "headerhtml", "footerhtml", "errorhtml", "bannerhtml", or "blurbhtml" text boxes. + place the code in the "headerhtml", "footerhtml", "errorhtml", + "bannerhtml", or "blurbhtml" text boxes.

    Note: The "headerhtml" text box is the HTML printed out The "headerhtml" text box is the HTML printed out + before any other code on the page. - If you have a special banner, put the code for it in "bannerhtml". You may want to leave these + If you have a special banner, put the code for it in "bannerhtml". + You may want to leave these settings at the defaults initially.

  • Set "newemailtech" to "on". Your users will thank you. This is the default in the post-2.12 world. +> Ensure "newemailtech" is "on". + Your users will thank you. This is the default in the post-2.12 world, and is + only an issue if you are upgrading.

  • Do you want to use the qa contact ("useqacontact") and status whiteboard ("usestatuswhiteboard") fields? - These fields are useful because they allow for more flexibility, particularly when you have an existing +> Do you want to use the qa contact ("useqacontact") + and status whiteboard ("usestatuswhiteboard") fields? + These fields are useful because they allow for more flexibility, + particularly when you have an existing Quality Assurance and/or Release Engineering team, but they may not be needed for smaller installations.

  • Set "whinedays" to the amount of days you want to let bugs go in the "New" or "Reopened" state before +> Set "whinedays" to the amount of days you want to let bugs go + in the "New" or "Reopened" state before notifying people they have untouched new bugs. If you do not plan to use this feature, simply do not set up the whining cron job described in the README, or set this value to "0".

  • Set the "commenton" options according to your site policy. It is a wise idea to require comments when users +> Set the "commenton" options according to your site policy. + It is a wise idea to require comments when users resolve, reassign, or reopen bugs.

    Product, Component, Milestone, and Version Administration

    The Quicksearch UtilityAppendix C. Useful Patches and Utilities for BugzillaAppendix D. Useful Patches and Utilities for BugzillaC.3. The Quicksearch UtilityD.3. The Quicksearch Utility

    Quicksearch is a new, experimental feature of the 2.12 release. diff --git a/docs/html/readme.unix.html b/docs/html/readme.unix.html index 1e7597a320..faca430afc 100644 --- a/docs/html/readme.unix.html +++ b/docs/html/readme.unix.html @@ -4,7 +4,7 @@ >UNIX Installation2.1. UNIX Installation

    2.1.1. ERRATA

    Note: Please consult the README included with the Bugzilla distribution - as the current canonical source for UNIX installation instructions. - We do, however, have some installation notes for errata from the README. -

    If you are installing Bugzilla on S.u.S.e. Linux, or some other + distributions with "paranoid" security options, it is possible + that the checksetup.pl script may fail with the error: + cannot chdir(/var/spool/mqueue): Permission denied + This is because your + /var/spool/mqueue directory has a mode of "drwx------". Type + chmod 755 /var/spool/mqueue as root to fix this problem. +

    Note: If you are installing Bugzilla on S.u.S.e. Linux, or some other - distributions with "paranoid" security options, it is possible - that the checksetup.pl script may fail with the error: - cannot chdir(/var/spool/mqueue): Permission denied Release Notes for Bugzilla 2.12 are available at docs/rel_notes.txt +

    Note: The preferred documentation for Bugzilla is available in docs/, with + a variety of document types available. Please refer to these documents when + installing, configuring, and maintaining your Bugzilla installation. +

    Warning

    Bugzilla is not a package where you can just plop it in a directory, + twiddle a few things, and you're off. Installing Bugzilla assumes you + know your variant of UNIX or Microsoft Windows well, are familiar with the + command line, and are comfortable compiling and installing a plethora + of third-party utilities. To install Bugzilla on Win32 requires + fair Perl proficiency, and if you use a webserver other than Apache you + should be intimately familiar with the security mechanisms and CGI + environment thereof. +

    Warning

    Bugzilla has not undergone a complete security review. Security holes + may exist in the code. Great care should be taken both in the installation + and usage of this software. Carefully consider the implications of + installing other network services with Bugzilla. +

    2.1.2. Step-by-step Install

    2.1.2.1. Introduction

    Installation of bugzilla is pretty straightforward, particularly if your + machine already has MySQL and the MySQL-related perl packages installed. + If those aren't installed yet, then that's the first order of business. The + other necessary ingredient is a web server set up to run cgi scripts. + While using Apache for your webserver is not required, it is recommended. +

    Bugzilla has been successfully installed under Solaris, Linux, and + Win32. The peculiarities of installing on Win32 (Win98+/NT/2K) are not + included in this section of the Guide; please check out the "Win32 Installation Instructions" + for further advice on getting Bugzilla to work on Microsoft Windows. +

    The Bugzilla Guide is contained in the "docs/" folder. It is available + in plain text (docs/txt), HTML (docs/html), or SGML source (docs/sgml). +

    2.1.2.2. Installing the Prerequisites

    The software packages necessary for the proper running of bugzilla are: +

    1. MySQL database server and the mysql client (3.22.5 or greater) +

    2. Perl (5.004 or greater) +

    3. DBI Perl module +

    4. Data::Dumper Perl module +

    5. DBD::mySQL +

    6. TimeDate Perl module collection +

    7. GD perl module (1.8.3) (optional, for bug charting) +

    8. Chart::Base Perl module (0.99c) (optional, for bug charting) +

    9. DB_File Perl module (optional, for bug charting) +

    10. The web server of your choice. Apache is recommended. +

    11. MIME::Parser Perl module (optional, for contrib/bug_email.pl interface) +

    +

    Note: You must run Bugzilla on a filesystem that supports file locking via + flock(). This is necessary for Bugzilla to operate safely with multiple + instances. +

    +

    Warning

    It is a good idea, while installing Bugzilla, to ensure it is not + accessible by other machines on the Internet. + Your machine may be vulnerable to attacks + while you are installing. In other words, ensure there is some kind of firewall between you + and the rest of the Internet. Many installation steps require an active Internet connection + to complete, but you must take care to ensure that at no point is your machine vulnerable + to an attack. +

    + +

    2.1.2.3. Installing MySQL Database

    Visit MySQL homepage at http://www.mysql.org/ and grab the latest stable + release of the server. Both binaries and source are available and which + you get shouldn't matter. Be aware that many of the binary versions + of MySQL store their data files in /var which on many installations + (particularly common with linux installations) is part of a smaller + root partition. If you decide to build from sources you can easily set + the dataDir as an option to configure. +

    If you've installed from source or non-package (RPM, deb, etc.) binaries + you'll want to make sure to add mysqld to your init scripts so the server + daemon will come back up whenever your machine reboots. + You also may want to edit those init scripts, to make sure that + mysqld will accept large packets. By default, mysqld is set up to only + accept packets up to 64K long. This limits the size of attachments you + may put on bugs. If you add something like "-O max_allowed_packet=1M" + to the command that starts mysqld (or safe_mysqld), then you will be + able to have attachments up to about 1 megabyte. +

    Note: If you plan on running Bugzilla and MySQL on the same machine, + consider using the "--skip-networking" option in the init script. + This enhances security by preventing network access to MySQL. +

    2.1.2.4. Perl (5.004 or greater)

    Any machine that doesn't have perl on it is a sad machine indeed. Perl + for *nix systems can be gotten in source form from http://www.perl.com. +

    Perl is now a far cry from the the single compiler/interpreter binary it + once was. It now includes a great many required modules and quite a + few other support files. If you're not up to or not inclined to build + perl from source, you'll want to install it on your machine using some + sort of packaging system (be it RPM, deb, or what have you) to ensure + a sane install. In the subsequent sections you'll be installing quite + a few perl modules; this can be quite ornery if your perl installation + isn't up to snuff. +

    Tip: You can skip the following Perl module installation + steps by installing "Bundle::Bugzilla" from CPAN, which includes them. + All Perl module installation steps require you have an active Internet + connection. +

    bash# - This is because your - /var/spool/mqueue directory has a mode of "drwx------". Type - chmod 755 /var/spool/mqueue as root to fix this problem. -

    perl -MCPAN -e 'install "Bundle::Bugzilla"'
    + +

    Bundle::Bugzilla doesn't include GD, Chart::Base, or MIME::Parser, + which are not essential to a basic Bugzilla install. If installing + this bundle fails, you should install each module individually to + isolate the problem. +

    2.1.2.5. DBI Perl Module

    The DBI module is a generic Perl module used by other database related + Perl modules. For our purposes it's required by the MySQL-related + modules. As long as your Perl installation was done correctly the + DBI module should be a breeze. It's a mixed Perl/C module, but Perl's + MakeMaker system simplifies the C compilation greatly. +

    Like almost all Perl modules DBI can be found on the Comprehensive Perl + Archive Network (CPAN) at http://www.cpan.org. The CPAN servers have a + real tendency to bog down, so please use mirrors. The current location + at the time of this writing (02/17/99) can be found in Appendix A. +

    Quality, general Perl module installation instructions can be found on + the CPAN website, but the easy thing to do is to just use the CPAN shell + which does all the hard work for you. +

    To use the CPAN shell to install DBI: +

    bash# + perl -MCPAN -e 'install "DBI"' + +

    Note: Replace "DBI" with the name of whichever module you wish + to install, such as Data::Dumper, TimeDate, GD, etc.

    +

    + To do it the hard way: +

    Untar the module tarball -- it should create its own directory +

    CD to the directory just created, and enter the following commands: +

    1. bash# + perl Makefile.PL + +

    2. bash# + make + +

    3. bash# + make test + +

    4. bash# + make install + +

    + If everything went ok that should be all it takes. For the vast + majority of perl modules this is all that's required. +

    +

    2.1.2.6. Data::Dumper Perl Module

    The Data::Dumper module provides data structure persistence for Perl + (similar to Java's serialization). It comes with later sub-releases of + Perl 5.004, but a re-installation just to be sure it's available won't + hurt anything. +

    Data::Dumper is used by the MySQL related Perl modules. It can be + found on CPAN (link in Appendix A) and can be installed by following + the same four step make sequence used for the DBI module. +

    2.1.2.7. MySQL related Perl Module Collection

    The Perl/MySQL interface requires a few mutually-dependent perl + modules. These modules are grouped together into the the + Msql-Mysql-modules package. This package can be found at CPAN. + After the archive file has been downloaded it should + be untarred. +

    The MySQL modules are all built using one make file which is generated + by running: + bash# + perl Makefile.pl +

    The MakeMaker process will ask you a few questions about the desired + compilation target and your MySQL installation. For many of the questions + the provided default will be adequate. +

    When asked if your desired target is the MySQL or mSQL packages + selected the MySQL related ones. Later you will be asked if you wish + to provide backwards compatibility with the older MySQL packages; you + must answer YES to this question. The default will be no, and if you + select it things won't work later. +

    A host of 'localhost' should be fine and a testing user of 'test' and + a null password should find itself with sufficient access to run tests + on the 'test' database which MySQL created upon installation. If 'make + test' and 'make install' go through without errors you should be ready + to go as far as database connectivity is concerned. +

    2.1.2.8. TimeDate Perl Module Collection

    Many of the more common date/time/calendar related Perl modules have + been grouped into a bundle similar to the MySQL modules bundle. This + bundle is stored on the CPAN under the name TimeDate. A (hopefully + current) link can be found in Appendix A. The component module we're + most interested in is the Date::Format module, but installing all of them + is probably a good idea anyway. The standard Perl module installation + instructions should work perfectly for this simple package. +

    2.1.2.9. GD Perl Module (1.8.3)

    The GD library was written by Thomas Boutell a long while ago to + programatically generate images in C. Since then it's become almost a + defacto standard for programatic image construction. The Perl bindings + to it found in the GD library are used on a million web pages to generate + graphs on the fly. That's what bugzilla will be using it for so you'd + better install it if you want any of the graphing to work. +

    Actually bugzilla uses the Graph module which relies on GD itself, + but isn't that always the way with OOP. At any rate, you can find the + GD library on CPAN (link in Appendix "Required Software"). +

    Note: -

    The Perl GD library requires some other libraries that may or may not be + installed on your system, including "libpng" and "libgd". The full requirements + are listed in the Perl GD library README. Just realize that if compiling GD fails, + it's probably because you're missing a required library. +

    2.1.2.10. Chart::Base Perl Module (0.99c)

    The Chart module provides bugzilla with on-the-fly charting + abilities. It can be installed in the usual fashion after it has been + fetched from CPAN where it is found as the Chart-x.x... tarball in a + directory to be listed in Appendix "Required Software". Note that as with the GD perl + module, only the specific versions listed above (or newer) will work. Earlier + versions used GIF's, which are no longer supported by the latest + versions of GD. +

    2.1.2.11. DB_File Perl Module

    DB_File is a module which allows Perl programs to make use of the facilities provided by + Berkeley DB version 1.x. This module is required by collectstats.pl which is used for + bug charting. If you plan to make use of bug charting, you must install this module. +

    2.1.2.12. HTTP Server

    You have a freedom of choice here - Apache, Netscape or any other + server on UNIX would do. You can easily run the web server on a different + machine than MySQL, but need to adjust the MySQL "bugs" user permissions + accordingly. +

    You'll want to make sure that your web server will run any file + with the .cgi extension as a cgi and not just display it. If you're using + apache that means uncommenting the following line in the srm.conf file: + AddHandler cgi-script .cgi +

    With apache you'll also want to make sure that within the access.conf + file the line: + Options ExecCGI + + is in the stanza that covers the directories you intend to put the bugzilla + .html and .cgi files into. +

    If you are using a newer version of Apache, both of the above lines will be + (or will need to be) in the httpd.conf file, rather than srm.conf or + access.conf. +

    Warning

    There are two critical directories and a file that should not be a served by + the HTTP server. These are the 'data' and 'shadow' directories and the + 'localconfig' file. You should configure your HTTP server to not serve + content from these files. Failure to do so will expose critical passwords + and other data. Please see your HTTP server configuration manual on how + to do this. If you use quips (at the top of the buglist pages) you will want + the 'data/comments' file to still be served. This file contains those quips. +

    2.1.2.13. Installing the Bugzilla Files

    You should untar the Bugzilla files into a directory that you're + willing to make writable by the default web server user (probably + 'nobody'). You may decide to put the files off of the main web space + for your web server or perhaps off of /usr/local with a symbolic link + in the web space that points to the bugzilla directory. At any rate, + just dump all the files in the same place (optionally omitting the CVS + directories if they were accidentally tarred up with the rest of Bugzilla) + and make sure you can access the files in that directory through your + web server. +

    Tip: HINT: If you symlink the bugzilla directory into your Apache's + HTML heirarchy, you may receive "Forbidden" errors unless you + add the "FollowSymLinks" directive to the <Directory> entry + for the HTML root. +

    Once all the files are in a web accessible directory, make that + directory writable by your webserver's user (which may require just + making it world writable). This is a temporary step until you run + the post-install "checksetup.pl" script, which locks down your + installation. +

    Lastly, you'll need to set up a symbolic link from /usr/bonsaitools/bin + to the correct location of your perl executable (probably /usr/bin/perl). + Otherwise you must hack all the .cgi files to change where they look + for perl. To make future upgrades easier, you should use the symlink + approach. +

    Tip: If you don't have root access to set this symlink up, check out the + "setperl.csh" utility, listed in the Patches section of this + Guide. It will change the path to perl in all your Bugzilla files for + you. +

    +

    2.1.2.14. Setting Up the MySQL Database

    After you've gotten all the software installed and working you're ready + to start preparing the database for its life as a the back end to a high + quality bug tracker. +

    First, you'll want to fix MySQL permissions to allow access from + Bugzilla. For the purpose of this Installation section, the Bugzilla username + will be "bugs", and will have minimal permissions. Bugzilla has + not undergone a thorough security audit. It may be possible for + a system cracker to somehow trick Bugzilla into executing a command + such as "; DROP DATABASE mysql". +

    That would be bad. +

    Give the MySQL root user a password. MySQL passwords are + limited to 16 characters. +

    bash# + mysql -u root mysql + +
    mysql> + UPDATE user SET Password=PASSWORD ('new_password') + WHERE user='root'; + + +
    mysql> + FLUSH PRIVILEGES; + +

    + From this point on, if you need to access MySQL as the + MySQL root user, you will need to use "mysql -u root -p" and + enter your new_password. Remember that MySQL user names have + nothing to do with Unix user names (login names). +

    Next, we create the "bugs" user, and grant sufficient + permissions for checksetup.pl, which we'll use later, to work + its magic. This also restricts the "bugs" user to operations + within a database called "bugs", and only allows the account + to connect from "localhost". Modify it to reflect your setup + if you will be connecting from another machine or as a different + user. +

    Remember to set bugs_password to some unique password. +

    mysql> + GRANT SELECT,INSERT,UPDATE,DELETE,INDEX, + ALTER,CREATE,DROP,REFERENCES + ON bugs.* TO bugs@localhost + IDENTIFIED BY 'bugs_password'; + +
    mysql> + + FLUSH PRIVILEGES; + + +

    +

    Next, run the magic checksetup.pl script. (Many thanks to Holger + Schurig <holgerschurig@nikocity.de> for writing this script!) + It will make sure Bugzilla files and directories have reasonable + permissions, set up the "data" directory, and create all the MySQL + tables. +

    bash# + ./checksetup.pl + +

    + The first time you run it, it will create a file called "localconfig". +

    2.1.2.15. Tweaking "localconfig"

    This file contains a variety of settings you may need to tweak including + how Bugzilla should connect to the MySQL database. +

    The connection settings include: +

    1. server's host: just use "localhost" if the MySQL server is + local +

    2. database name: "bugs" if you're following these directions +

    3. MySQL username: "bugs" if you're following these directions +

    4. Password for the "bugs" MySQL account above +

    +

    Once you are happy with the settings, re-run checksetup.pl. On this + second run, it will create the database and an administrator account + for which you will be prompted to provide information. +

    When logged into an administrator account once Bugzilla is running, + if you go to the query page (off of the bugzilla main menu), you'll + find an 'edit parameters' option that is filled with editable treats. +

    Should everything work, you should have a nearly empty copy of the bug + tracking setup. +

    The second time around, checksetup.pl will stall if it is on a + filesystem that does not fully support file locking via flock(), such as + NFS mounts. This support is required for Bugzilla to operate safely with + multiple instances. If flock() is not fully supported, it will stall at: + Now regenerating the shadow database for all bugs. +

    Note: The second time you run checksetup.pl, it is recommended you be the same + user as your web server runs under, and that you be sure you have set the + "webservergroup" parameter in localconfig to match the web server's group + name, if any. Under some systems, otherwise, checksetup.pl will goof up + your file permissions and make them unreadable to your web server. +

    +

    Note: The checksetup.pl script is designed so that you can run it at any time + without causing harm. You should run it after any upgrade to Bugzilla. +

    2.1.2.16. Setting Up Maintainers Manuall (Optional)

    If you want to add someone else to every group by hand, you can do it + by typing the appropriate MySQL commands. Run ' mysql -u root -p bugs' + (you may need different parameters, depending on your security settings + according to section 3, above). Then: +

    mysql> + update profiles set groupset=0x7fffffffffffffff + where login_name = 'XXX'; + +

    + replacing XXX with the Bugzilla email address. +

    2.1.2.17. The Whining Cron (Optional)

    By now you've got a fully functional bugzilla, but what good are bugs + if they're not annoying? To help make those bugs more annoying you can + set up bugzilla's automatic whining system. This can be done by adding + the following command as a daily crontab entry (for help on that see that + crontab man page): +

    cd <your-bugzilla-directory> ; ./whineatnews.pl + +

    +

    2.1.2.18. Bug Graphs (Optional)

    As long as you installed the GD and Graph::Base Perl modules you might + as well turn on the nifty bugzilla bug reporting graphs. +

    Add a cron entry like this to run collectstats daily at 5 after midnight: +

    bash# + crontab -e + +
    5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl + +

    +

    After two days have passed you'll be able to view bug graphs from the + Bug Reports page. +

    2.1.2.19. Securing MySQL

    If you followed the README for setting up your "bugs" and "root" user in + MySQL, much of this should not apply to you. If you are upgrading + an existing installation of Bugzilla, you should pay close attention + to this section. +

    Most MySQL installs have "interesting" default security parameters: +

    mysqld defaults to running as root
    it defaults to allowing external network connections
    it has a known port number, and is easy to detect
    it defaults to no passwords whatsoever
    it defaults to allowing "File_Priv"

    +

    This means anyone from anywhere on the internet can not only drop the + database with one SQL command, and they can write as root to the system. +

    To see your permissions do: +

    bash# + mysql -u root -p + +
    mysql> + use mysql; + +
    mysql> + show tables; + +
    mysql> + select * from user; + +
    mysql> + select * from db; + +

    +

    To fix the gaping holes: +

    DELETE FROM user WHERE User='';
    UPDATE user SET Password=PASSWORD('new_password') WHERE user='root';
    FLUSH PRIVILEGES;

    +

    If you're not running "mit-pthreads" you can use: +

    GRANT USAGE ON *.* TO bugs@localhost;
    GRANT ALL ON bugs.* TO bugs@localhost;
    REVOKE DROP ON bugs.* FROM bugs@localhost;
    FLUSH PRIVILEGES;

    +

    With "mit-pthreads" you'll need to modify the "globals.pl" Mysql->Connect + line to specify a specific host name instead of "localhost", and accept + external connections: +

    GRANT USAGE ON *.* TO bugs@bounce.hop.com;
    GRANT ALL ON bugs.* TO bugs@bounce.hop.com;
    REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com;
    FLUSH PRIVILEGES;

    +

    Consider also: +

    1. Turning off external networking with "--skip-networking", + unless you have "mit-pthreads", in which case you can't. + Without networking, MySQL connects with a Unix domain socket. +

    2. using the --user= option to mysqld to run it as an unprivileged + user. +

    3. starting MySQL in a chroot jail +

    4. running the httpd in a "chrooted" jail +

    5. making sure the MySQL passwords are different from the OS + passwords (MySQL "root" has nothing to do with system "root"). +

    6. running MySQL on a separate untrusted machine +

    7. making backups ;-) +

    +

    2.1.2.20. Installation General Notes

    2.1.2.20.1. Modifying Your Running System

    Bugzilla optimizes database lookups by storing all relatively static + information in the versioncache file, located in the data/ subdirectory + under your installation directory (we said before it needs to be writable, + right?!) +

    If you make a change to the structural data in your database (the + versions table for example), or to the "constants" encoded in + defparams.pl, you will need to remove the cached content from the data + directory (by doing a "rm data/versioncache"), or your changes won't show + up! +

    That file gets automatically regenerated whenever it's more than an + hour old, so Bugzilla will eventually notice your changes by itself, but + generally you want it to notice right away, so that you can test things. +

    2.1.2.20.2. Upgrading From Previous Versions

    The developers of Bugzilla are constantly adding new tables, columns and + fields. You'll get SQL errors if you just update the code. The strategy + to update is to simply always run the checksetup.pl script whenever + you upgrade your installation of Bugzilla. If you want to see what has + changed, you can read the comments in that file, starting from the end. +

    2.1.2.20.3. UNIX Installation Instructions History

    This document was originally adapted from the Bonsai installation + instructions by Terry Weissman <terry@mozilla.org>. +

    The February 25, 1999 re-write of this page was done by Ry4an Brase + <ry4an@ry4an.org>, with some edits by Terry Weissman, Bryce Nesbitt, + Martin Pool, & Dan Mosedale (But don't send bug reports to them! + Report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi , + project Webtools, component Bugzilla). +

    This document was heavily modified again Wednesday, March 07 2001 to + reflect changes for Bugzilla 2.12 release by Matthew P. Barnson. The + securing MySQL section should be changed to become standard procedure + for Bugzilla installations. +

    Finally, the README in its entirety was marked up in SGML and included into + the Guide on April 24, 2001. +

    Comments from people using this Guide for the first time are particularly welcome. +

    Tip: "Brian" had this to add, about upgrading to Bugzilla 2.12 from previous versions:

    Hi - I am updating bugzilla to 2.12 so I can tell you what I did (after I + deleted the current dir and copied the files in). +

    In checksetup.pl, I did the following... +

    1. my $webservergid = getgrnam($my_webservergroup);
      +	      

      to

      my $webservergid = 'Administrators'		
      +	      
    2. I then ran checksetup.pl +

    3. I removed all the encrypt() +

      Example 2-1. Removing encrypt() for Windows NT installations

      Replace this: +
      SendSQL("SELECT encrypt(" . SqlQuote($enteredpwd) . ", " .
      +    SqlQuote(substr($realcryptpwd, 0, 2)) . ")");
      +my $enteredcryptpwd = FetchOneColumn();
      +		    
      + with this: +
      my $enteredcryptpwd = $enteredpwd
      +		    
      + in cgi.pl. +

      +

    4. I renamed processmail to processmail.pl +

    5. I altered the sendmail statements to windmail: +
        
      +open SENDMAIL, "|\"C:/General/Web/tools/Windmail 4.0 Beta/windmail\" -t > mail.log";
      +		
      +

      The quotes around the dir is for the spaces. mail.log is for the output +

    Red Hat Bugzilla
    The Bugzilla Guide
    PrevChapter 7. Bugzilla VariantsNext

    7.1. Red Hat Bugzilla

    Red Hat Bugzilla is probably the most popular Bugzilla variant, aside from Mozilla Bugzilla, + on the planet. + One of the major benefits of Red Hat Bugzilla is the ability to work with Oracle as a + database, as well as MySQL. + Here's what Dave Lawrence had to say about the status of Red Hat Bugzilla, +

      Hello. I apologize that I am getting back to you so late. It has been difficult to keep
    +up with email this past week. I have checked out your updated documentation and I will
    +have to say very good work. A few notes and additions as follows.
    +
    +(ed: from the FAQ)
    +>For the record, we are not using any template type implementation for the cosmetic changes 
    +>maded to Bugzilla. It is just alot of html changes in the code itself. I admit I may have 
    +>gotten a little carried away with it but the corporate types asked for a more standardized 
    +>interface to match up with other projects relating to Red Hat web sites. A lot of other web 
    +>based internal tools I am working on also look like Bugzilla. 
    +
    +
    +This should probably be changed since we are now in fact using Text::Template for most
    +of the html rendering. You actually state this later in your numbered list.
    +
    +Also number 6 contradicts number 8 where number 6 would be the most up to date status
    +on the Oracle port.
    +
    +Additional Information:
    +-----------------------------
    +1. Comments are now stored in varchar fields of 4k in size each. If the comment is more
    +than 4k it is broken up into chunks and given a sort number so each comment can be re
    +assembled in the correct order. This was done because originally I was storing the comments
    +in a long datatype which unfortunately cannot be indexed or joined with another table. This
    +cause the search of text within the long description to be disabled for a long time. That
    +is now working and is nto showing any noticeble performance hit that I can tell. 
    +
    +2. Work is being started on internationalizing the Bugzilla source we have to allow our
    +Japanese customers to enter bug reports into a single bugzilla system. This will probably
    +be done by using the nvarchar data types supported by Oracle which allows storage of
    +double byte characters and also the use of the Accept-Language in the http header for 
    +detection by Bugilla of which language to render.
    +
    +3. Of course even more cosmetic changes. It is difficult to keep up with the ever 
    +changing faces of www.redhat.com.
    +
    +4. Some convenience enhancements in the administration utilities. And more integration
    +with other internal/external Red Hat web sites.
    +
    +I hope this information may prove helpful for your documentation. Please contact
    +me if you have any more question or I can do anything else.
    +
    +Regards
    +

    +


    PrevHomeNext
    Bugzilla VariantsUpUseful Patches and Utilities for Bugzilla
    \ No newline at end of file diff --git a/docs/html/scm.html b/docs/html/scm.html index 05189a6aca..87dd195f17 100644 --- a/docs/html/scm.html +++ b/docs/html/scm.html @@ -4,7 +4,7 @@ >Perforce SCM5.3. Perforce SCM

    Richard Brooksby and his team have an integration tool - in public beta. You can find it at +> Richard Brooksby created a Perforce integration tool for Bugzilla and TeamTrack. + You can find the main project page at http://www.ravenbrook.com/project/p4dti. "p4dti" is now an officially + supported product from Perforce, and you can find the "Perforce Public Depot" + p4dti page at http://public.perforce.com/public/perforce/p4dti/index.html.

    Integration of Perforce with Bugzilla, once patches are applied, is fairly seamless. However, + p4dti is a patch against the Bugzilla 2.10 release, not the current 2.12 release. I anticipate + patches for 2.12 will be out shortly. Check the project page regularly for updates, or + take the given patches and patch it manually. p4dti is designed to support multiple defect + trackers, and maintains its own documentation for it. Please consult the pages linked + above for further information. +

    Right now, there is no way to synchronize the Bug ID and the Perforce Transaction Number, or + to change the Bug ID to read (PRODUCT).bugID unless you hack it in. Additionally, if you + have synchronization problems, the easiest way to avoid them is to only put the bug + information, comments, etc. into Bugzilla, and not into the Perforce change records. + They will link anyway; merely reference the bug ID fixed in your change description, + and put a comment into Bugzilla + giving the change ID that fixed the Bugzilla bug. It's a process issue, not a technology + question. +

  • Ensure you have adequate access controls for $BUGZILLA_HOME/data/ and $BUGZILLA_HOME/localconfig. - The localconfig file stores your "bugs" user password, which would be terrible to have in the hands +> Ensure you have adequate access controls for $BUGZILLA_HOME/data/, $BUGZILLA_HOME/localconfig, + and $BUGZILLA_HOME/shadow directories. + The localconfig file stores your "bugs" user password, + which would be terrible to have in the hands of a criminal. Also some files under $BUGZILLA_HOME/data store sensitive information.

    Bug 65572 for adequate protection in your data/ and shadow/ directories. +> for adequate protection in your data/ and shadow/ directories.

    Note the instructions which follow are Apache-specific. If you use IIS, Netscape, or other @@ -228,11 +230,6 @@ CLASS="LITERALLAYOUT" >

  • -

  • The setperl.pl UtilityThe setperl.csh UtilityAppendix C. Useful Patches and Utilities for BugzillaAppendix D. Useful Patches and Utilities for BugzillaC.1. The setperl.pl UtilityD.1. The setperl.csh Utility

    - You can use the "setperl.pl" utility to quickly and easily + You can use the "setperl.csh" utility to quickly and easily change the path to perl on all your Bugzilla files. + This is a C-shell script; if you do not have "csh" or "tcsh" in the search + path on your system, it will not work!

  • Download the "setperl.pl" utility to your Bugzilla +> Download the "setperl.csh" utility to your Bugzilla directory and make it executable.

      wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795'wget -O setperl.csh 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' @@ -132,7 +134,7 @@ CLASS="PROMPT" > chmod u+x setperl.plchmod u+x setperl.csh @@ -210,9 +212,34 @@ CLASS="PROMPT" > ./setperl.pl /your/path/to/perl./setperl.csh /your/path/to/perl +

      Example D-1. Using Setperl to set your perl path

      bash# + ./setperl.csh /usr/bin/perl + +

      Reducing Spam
      Both of these proposals live at
      -"http://bugzilla.mozilla.org/show_bug.cgi?id=14137".

      +Note that they also live at
      +"http://bugzilla.mozilla.org/show_bug.cgi?id=17464", and the change 
      +has been checked in.  This is fixed with Bugzilla 2.12 and is no longer
      +an issue.  Woo-Hoo!

  • TinderboxDescription Flags and Tracking BugsTranslations1.8. Translations

    The Bugzilla Guide needs translators! Please volunteer your translation into the language of your choice. +> The Bugzilla Guide needs translators! + Please volunteer your translation into the language of your choice. If you will translate this Guide, please notify the members of the mozilla-webtools mailing list at +>. Since The Bugzilla Guide is also hosted on the + Linux Documentation Project, you would also do well to notify

    User AdministrationUsing BugzillaCreating and Managing Bug Reports
    4.3.3.1. Writing a Great Bug Report
    4.3.3.2. Managing your Bug Reports
    Email Settings
    4.4.2.1. Email Notification
    4.4.2.2. New Email Technology
    4.4.2.3. "Watching" Users
    4.4.3. Using Bugzilla-ConclusionBugzilla Variants
    The Bugzilla Guide
    PrevNext

    Chapter 7. Bugzilla Variants

    Note: I know there are more variants than just RedHat Bugzilla out there. + Please help me get information about them, their project status, and benefits there + might be in using them or in using their code in main-tree Bugzilla. +


    PrevHomeNext
    Cleaning up after mucking with Bugzilla Red Hat Bugzilla
    \ No newline at end of file diff --git a/docs/html/whatis.html b/docs/html/whatis.html index 2a53115b6c..d53d68370d 100644 --- a/docs/html/whatis.html +++ b/docs/html/whatis.html @@ -4,7 +4,7 @@ >What is Bugzilla? Bugzilla is one example of a class of programs called "Defect Tracking Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. - At the time Bugzilla was originally written, as a port from Netscape Communications' - "Bugsplat!" program to Perl from TCL, there were very few competitors in the market - for bug-tracking software. Most commercial defect-tracking software vendors at the - time charged enormous licensing fees. Bugzilla quickly became a favorite of the - open-source crowd (with its genesis in the open-source browser project, Mozilla) and + Bugzilla was originally written by Terry Weissman in a programming language called + "TCL", to replace a crappy + bug-tracking database used internally for Netscape Communications. Terry later ported + Bugzilla to + Perl from TCL, and in Perl it remains to this day. + Most commercial defect-tracking software vendors at the + time charged enormous licensing fees, and Bugzilla quickly became a favorite of the + open-source crowd (with its genesis in the open-source browser project, Mozilla). It is now the de-facto standard defect-tracking system against which all others are measured.

  • integration with several automated software configuration management systems +> available integration with automated software configuration management systems, including + Perforce and CVS.

  • Some recent headway has been made on the query front, however. If you are using the latest + version of Bugzilla, you should see a "simple search" form on the default front page of + your Bugzilla install. Type in two or three search terms and you should pull up some + relevant information. This is also available as "queryhelp.cgi". +

    Despite these small problems, Bugzilla is very hard to beat. It is under very diff --git a/docs/html/why.html b/docs/html/why.html index 96363c6c25..b3110f1ec7 100644 --- a/docs/html/why.html +++ b/docs/html/why.html @@ -4,7 +4,7 @@ >Why Should We Use Bugzilla? Bugzilla is very adaptable to various situations. Known uses currently include IT support queues, Systems Administration deployment management, chip design and development problem tracking (both pre-and-post fabrication), - and software bug tracking for luminaries such as Redhat, Loki software, + and software and hardware bug tracking for luminaries such as Redhat, Loki software, Linux-Mandrake, and VA Systems. Combined with systems such as CVS, Bonsai, or Perforce SCM, Bugzilla provides a powerful, easy-to-use solution to configuration management and replication problems diff --git a/docs/sgml/Bugzilla-Guide.sgml b/docs/sgml/Bugzilla-Guide.sgml index a6bcaaeca1..9334472af6 100644 --- a/docs/sgml/Bugzilla-Guide.sgml +++ b/docs/sgml/Bugzilla-Guide.sgml @@ -16,6 +16,7 @@ + ]> @@ -58,7 +59,7 @@ http://www.linuxdoc.org/LDP/LDP-Author-Guide/tools-hints.html The Bugzilla Guide - v2.11.1, 06 March 2001 + v2.12.0, 24 April 2001 Matthew P. @@ -84,6 +85,7 @@ http://www.linuxdoc.org/LDP/LDP-Author-Guide/tools-hints.html 2.11.1 06 March 2001 + MPB Took way too long to revise this for 2.12 release. Updated FAQ to use qandaset tags instead of literallayout, @@ -93,6 +95,20 @@ http://www.linuxdoc.org/LDP/LDP-Author-Guide/tools-hints.html 2.13 release of the Guide in XML format instead of SGML. + + + 2.12.0 + 24 April 2001 + MPB + + Things fixed this release: Elaborated on queryhelp interface, added FAQ regarding + moving bugs from one keyword to another, clarified possible problems with the Landfill + tutorial, fixed a boatload of typos and unclear sentence structures. Incorporated the + README into the UNIX installation section, and changed the README to indicate the deprecated + status. Things I know need work: Used "simplelist" a lot, where I should have used + "procedure" to tag things. Need to lowercase all tags to be XML compliant. + + @@ -129,6 +145,9 @@ http://www.linuxdoc.org/LDP/LDP-Author-Guide/tools-hints.html &faq; + +&requiredsoftware + &database; diff --git a/docs/sgml/about.sgml b/docs/sgml/about.sgml index d83d7d0e58..d1b56cfdba 100644 --- a/docs/sgml/about.sgml +++ b/docs/sgml/about.sgml @@ -1,5 +1,5 @@ - + ] > About This Guide @@ -176,10 +176,15 @@

    Contributors - Thanks go to these people for significant contributions to this documentation: + Thanks go to these people for significant contributions + to this documentation (in no particular order): - Zach Lipton, Andrew Pearson, Spencer Smith, Eric Hansen + Zach Lipton (significant textual contributions), + Andrew Pearson, + Spencer Smith, + Eric Hanson, + Kevin Brannen,
    @@ -195,9 +200,11 @@
    Translations - The Bugzilla Guide needs translators! Please volunteer your translation into the language of your choice. + The Bugzilla Guide needs translators! + Please volunteer your translation into the language of your choice. If you will translate this Guide, please notify the members of the mozilla-webtools mailing list at - mozilla-webtools@mozilla.org + mozilla-webtools@mozilla.org. Since The Bugzilla Guide is also hosted on the + Linux Documentation Project, you would also do well to notify
    diff --git a/docs/sgml/administration.sgml b/docs/sgml/administration.sgml index 3ab02653bc..c52cacebf8 100644 --- a/docs/sgml/administration.sgml +++ b/docs/sgml/administration.sgml @@ -30,7 +30,7 @@ Chapter: Administration So you followed the README isntructions to the letter, and just logged into bugzilla with your super-duper god account and you are sitting at the query -screen. Yet, you have nothing to query. Your first act of bisuness needs to be to setup the +screen. Yet, you have nothing to query. Your first act of business needs to be to setup the operating parameters for bugzilla.
    @@ -46,6 +46,14 @@ operating parameters for bugzilla. checklist + + + Bring up "editparams.cgi" in your web browser. For instance, to edit parameters + at mozilla.org, the URL would be + http://bugzilla.mozilla.org/editparams.cgi, also available under the "edit parameters" + link on your query page. + + Set "maintainer" to your email address. @@ -71,7 +79,7 @@ operating parameters for bugzilla. - Set "usebuggroupsentry" to "1" if you want to be able to restrict access to products. + Set "usebuggroupsentry" to "1" if you want to restrict access to products. Once again, if you are simply testing your installation, I suggest against turning this parameter on; the strict security checking may stop you from being able to modify your new entries. @@ -99,18 +107,22 @@ operating parameters for bugzilla. attempting to commit a change to the database. - If you use the "shadowdb" option, it is only natural that you should turn the "queryagainstshadowdb" + If you use the "shadowdb" option, + it is only natural that you should turn the "queryagainstshadowdb" option "On" as well. Otherwise you are replicating data into a shadow database for no reason! If you have custom logos or HTML you must put in place to fit within your site design guidelines, - place the code in the "headerhtml", "footerhtml", "errorhtml", "bannerhtml", or "blurbhtml" text boxes. + place the code in the "headerhtml", "footerhtml", "errorhtml", + "bannerhtml", or "blurbhtml" text boxes. - The "headerhtml" text box is the HTML printed out before any other code on the page. - If you have a special banner, put the code for it in "bannerhtml". You may want to leave these + The "headerhtml" text box is the HTML printed out + before any other code on the page. + If you have a special banner, put the code for it in "bannerhtml". + You may want to leave these settings at the defaults initially. @@ -125,27 +137,33 @@ operating parameters for bugzilla. - Set "newemailtech" to "on". Your users will thank you. This is the default in the post-2.12 world. + Ensure "newemailtech" is "on". + Your users will thank you. This is the default in the post-2.12 world, and is + only an issue if you are upgrading. - Do you want to use the qa contact ("useqacontact") and status whiteboard ("usestatuswhiteboard") fields? - These fields are useful because they allow for more flexibility, particularly when you have an existing + Do you want to use the qa contact ("useqacontact") + and status whiteboard ("usestatuswhiteboard") fields? + These fields are useful because they allow for more flexibility, + particularly when you have an existing Quality Assurance and/or Release Engineering team, but they may not be needed for smaller installations. - Set "whinedays" to the amount of days you want to let bugs go in the "New" or "Reopened" state before + Set "whinedays" to the amount of days you want to let bugs go + in the "New" or "Reopened" state before notifying people they have untouched new bugs. If you do not plan to use this feature, simply do not set up the whining cron job described in the README, or set this value to "0". - Set the "commenton" options according to your site policy. It is a wise idea to require comments when users + Set the "commenton" options according to your site policy. + It is a wise idea to require comments when users resolve, reassign, or reopen bugs. @@ -456,9 +474,6 @@ operating parameters for bugzilla. Dear Lord, we have to get our users to do WHAT? - - Many thanks to Zach Lipton for his contributions to this section -
    Products @@ -1033,15 +1048,17 @@ operating parameters for bugzilla. - Ensure you have adequate access controls for $BUGZILLA_HOME/data/ and $BUGZILLA_HOME/localconfig. - The localconfig file stores your "bugs" user password, which would be terrible to have in the hands + Ensure you have adequate access controls for $BUGZILLA_HOME/data/, $BUGZILLA_HOME/localconfig, + and $BUGZILLA_HOME/shadow directories. + The localconfig file stores your "bugs" user password, + which would be terrible to have in the hands of a criminal. Also some files under $BUGZILLA_HOME/data store sensitive information. On Apache, you can use .htaccess files to protect access to these directories, as outlined in Bug 57161 for the localconfig file, and - Bug 65572 for adequate protection in your data/ and shadow/ directories. + Bug 65572 for adequate protection in your data/ and shadow/ directories. Note the instructions which follow are Apache-specific. If you use IIS, Netscape, or other @@ -1076,12 +1093,6 @@ operating parameters for bugzilla. - - - - - -
    diff --git a/docs/sgml/database.sgml b/docs/sgml/database.sgml index 16c72494e3..eced31c52c 100644 --- a/docs/sgml/database.sgml +++ b/docs/sgml/database.sgml @@ -1,10 +1,10 @@ - + The Bugzilla Database -This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers? MPB +This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers?
    Database Schema Chart @@ -405,7 +405,13 @@ http://www.devshed.com/Server_Side/MySQL/ MySQL Permissions & Grant Tables - The following portion of documentation comes from my answer to an old discussion of Keynote, a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the Keynote support group regarding MySQL grant table permissions, and how to use them effectively. It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables since this time, but it serves as a decent introduction and troubleshooting document for grant table issues. I used Keynote to track my troubles until I discovered Bugzilla, which gave me a whole new set of troubles to work on : ) + The following portion of documentation comes from my answer to an old discussion of Keystone, + a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the + Keystone support group regarding MySQL grant table permissions, and how to use them effectively. + It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables + since this time, but it serves as a decent introduction and troubleshooting document for grant + table issues. I used Keynote to track my troubles until I discovered Bugzilla, + which gave me a whole new set of troubles to work on : ) @@ -589,7 +595,7 @@ NEW CONTACT INFORMATION:
    Cleaning up after mucking with Bugzilla -Contributed by Eric Hansen: +Contributed by Eric Hanson: There are several things, and one trick. There is a small tiny piece of documentation I saw once that said something very important. 1) After pretty much any manual working of the Mysql db, you must diff --git a/docs/sgml/faq.sgml b/docs/sgml/faq.sgml index c10efec42f..b7ca03201c 100644 --- a/docs/sgml/faq.sgml +++ b/docs/sgml/faq.sgml @@ -272,7 +272,14 @@ Red Hat Bugzilla - + + + + This section is no longer up-to-date. + Please see the section on "Red Hat Bugzilla" under "Variants" in The Bugzilla Guide. + + + @@ -430,7 +437,8 @@ This information is somewhat dated; I last updated it - 7 June 2000. + 7 June 2000. Please see the "Variants" section of "The Bugzilla Guide" + for more up-to-date information regarding Red Hat Bugzilla. Dave Lawrence: @@ -465,7 +473,7 @@ thing going to help others that may need it. - As Matt has mentioned it is still using out-dated code and with a + As Matt has mentioned it is still using out-dated code and with a little help I would like to bring everything up to date for eventual incorporation with the main cvs tree. Due to other duties I have with the company any help with this wiould be @@ -490,16 +498,21 @@ Loki Bugzilla (AKA Fenris) - - - Loki's "Fenris" Bugzilla is no longer actively maintained. - It works well enough for Loki. Additionally, the major - differences in Fenris have now been integrated into - the main source tree of Bugzilla, so there's not much - reason to go grab the source. I left this section of the - FAQ principally for historical interest. - - + + + + Loki's "Fenris" Bugzilla is based upon the (now ancient) Bugzilla 2.8 + tree, and is no longer actively maintained. + It works well enough for Loki. Additionally, the major + differences in Fenris have now been integrated into + the main source tree of Bugzilla, so there's not much + reason to go grab the source. I leave this section of the + FAQ principally for historical interest, but unless Loki has further + input into Bugzilla's future, it will be deprecated in future versions + of the Guide. + + + @@ -558,12 +571,14 @@ Pointy-Haired-Boss Questions - - - The title of this section doesn't mean you're a PHB -- it just means - you probably HAVE a PHB who wants to know this :) - - + + + + The title of this section doesn't mean you're a PHB -- it just means + you probably HAVE a PHB who wants to know this :) + + + @@ -1228,7 +1243,7 @@ is unavailable. - This is now a configurable parameter called "sendmailparm", available + This is now a configurable parameter called "sendmailnow", available from editparams.cgi. @@ -1764,6 +1779,26 @@ A: Sure! Here ya go! + + + + How can I change the default priority to a null value? For instance, have the default + priority be "---" instead of "P2"? + + + + + This is well-documented here: + http://bugzilla.mozilla.org/show_bug.cgi?id=49862. Ultimately, it's as easy + as adding the "---" priority field to your localconfig file in the appropriate area, + re-running checksetup.pl, and then changing the default priority in your browser using + "editparams.cgi". Hmm, now that I think about it, that is kind of a klunky way to handle + it, but for now it's what we have! Although the bug has been closed "resolved wontfix", + there may be a better way to handle this... + + + + diff --git a/docs/sgml/future.sgml b/docs/sgml/future.sgml index db3c071b2b..4cdf9e6f84 100644 --- a/docs/sgml/future.sgml +++ b/docs/sgml/future.sgml @@ -2,7 +2,7 @@ The Future of Bugzilla - This section largely contributed by Matthew Tuck + Bugzilla's Future. Much of this is the present, now.
    Reducing Spam @@ -51,6 +51,10 @@ dependency and keyword changes, for example. Both of these proposals live at "http://bugzilla.mozilla.org/show_bug.cgi?id=14137". +Note that they also live at +"http://bugzilla.mozilla.org/show_bug.cgi?id=17464", and the change +has been checked in. This is fixed with Bugzilla 2.12 and is no longer +an issue. Woo-Hoo!
    diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index f29ba953d3..03ff0bd8dc 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -5,31 +5,941 @@
    UNIX Installation - - - Please consult the README included with the Bugzilla distribution - as the current canonical source for UNIX installation instructions. - We do, however, have some installation notes for errata from the README. - - - - - - If you are installing Bugzilla on S.u.S.e. Linux, or some other - distributions with "paranoid" security options, it is possible - that the checksetup.pl script may fail with the error: - cannot chdir(/var/spool/mqueue): Permission denied - This is because your - /var/spool/mqueue directory has a mode of "drwx------". Type - chmod 755 /var/spool/mqueue as root to fix this problem. - - - - - - - - +
    + ERRATA + + + If you are installing Bugzilla on S.u.S.e. Linux, or some other + distributions with "paranoid" security options, it is possible + that the checksetup.pl script may fail with the error: + cannot chdir(/var/spool/mqueue): Permission denied + This is because your + /var/spool/mqueue directory has a mode of "drwx------". Type + chmod 755 /var/spool/mqueue as root to fix this problem. + + + + + + Release Notes for Bugzilla 2.12 are available at docs/rel_notes.txt + + + + + + The preferred documentation for Bugzilla is available in docs/, with + a variety of document types available. Please refer to these documents when + installing, configuring, and maintaining your Bugzilla installation. + + + + + + Bugzilla is not a package where you can just plop it in a directory, + twiddle a few things, and you're off. Installing Bugzilla assumes you + know your variant of UNIX or Microsoft Windows well, are familiar with the + command line, and are comfortable compiling and installing a plethora + of third-party utilities. To install Bugzilla on Win32 requires + fair Perl proficiency, and if you use a webserver other than Apache you + should be intimately familiar with the security mechanisms and CGI + environment thereof. + + + + + + Bugzilla has not undergone a complete security review. Security holes + may exist in the code. Great care should be taken both in the installation + and usage of this software. Carefully consider the implications of + installing other network services with Bugzilla. + + +
    + +
    + Step-by-step Install +
    + Introduction + + Installation of bugzilla is pretty straightforward, particularly if your + machine already has MySQL and the MySQL-related perl packages installed. + If those aren't installed yet, then that's the first order of business. The + other necessary ingredient is a web server set up to run cgi scripts. + While using Apache for your webserver is not required, it is recommended. + + + + Bugzilla has been successfully installed under Solaris, Linux, and + Win32. The peculiarities of installing on Win32 (Win98+/NT/2K) are not + included in this section of the Guide; please check out the "Win32 Installation Instructions" + for further advice on getting Bugzilla to work on Microsoft Windows. + + + + The Bugzilla Guide is contained in the "docs/" folder. It is available + in plain text (docs/txt), HTML (docs/html), or SGML source (docs/sgml). + +
    +
    + Installing the Prerequisites + + + The software packages necessary for the proper running of bugzilla are: + + + + MySQL database server and the mysql client (3.22.5 or greater) + + + + + Perl (5.004 or greater) + + + + + DBI Perl module + + + + + Data::Dumper Perl module + + + + + DBD::mySQL + + + + + TimeDate Perl module collection + + + + + GD perl module (1.8.3) (optional, for bug charting) + + + + + Chart::Base Perl module (0.99c) (optional, for bug charting) + + + + + DB_File Perl module (optional, for bug charting) + + + + + The web server of your choice. Apache is recommended. + + + + + MIME::Parser Perl module (optional, for contrib/bug_email.pl interface) + + + + + + You must run Bugzilla on a filesystem that supports file locking via + flock(). This is necessary for Bugzilla to operate safely with multiple + instances. + + + + + It is a good idea, while installing Bugzilla, to ensure it is not + accessible by other machines on the Internet. + Your machine may be vulnerable to attacks + while you are installing. In other words, ensure there is some kind of firewall between you + and the rest of the Internet. Many installation steps require an active Internet connection + to complete, but you must take care to ensure that at no point is your machine vulnerable + to an attack. + + + + +
    +
    + Installing MySQL Database + + Visit MySQL homepage at http://www.mysql.org/ and grab the latest stable + release of the server. Both binaries and source are available and which + you get shouldn't matter. Be aware that many of the binary versions + of MySQL store their data files in /var which on many installations + (particularly common with linux installations) is part of a smaller + root partition. If you decide to build from sources you can easily set + the dataDir as an option to configure. + + + If you've installed from source or non-package (RPM, deb, etc.) binaries + you'll want to make sure to add mysqld to your init scripts so the server + daemon will come back up whenever your machine reboots. + You also may want to edit those init scripts, to make sure that + mysqld will accept large packets. By default, mysqld is set up to only + accept packets up to 64K long. This limits the size of attachments you + may put on bugs. If you add something like "-O max_allowed_packet=1M" + to the command that starts mysqld (or safe_mysqld), then you will be + able to have attachments up to about 1 megabyte. + + + + If you plan on running Bugzilla and MySQL on the same machine, + consider using the "--skip-networking" option in the init script. + This enhances security by preventing network access to MySQL. + + +
    + +
    + Perl (5.004 or greater) + + Any machine that doesn't have perl on it is a sad machine indeed. Perl + for *nix systems can be gotten in source form from http://www.perl.com. + + + Perl is now a far cry from the the single compiler/interpreter binary it + once was. It now includes a great many required modules and quite a + few other support files. If you're not up to or not inclined to build + perl from source, you'll want to install it on your machine using some + sort of packaging system (be it RPM, deb, or what have you) to ensure + a sane install. In the subsequent sections you'll be installing quite + a few perl modules; this can be quite ornery if your perl installation + isn't up to snuff. + + + + You can skip the following Perl module installation + steps by installing "Bundle::Bugzilla" from CPAN, which includes them. + All Perl module installation steps require you have an active Internet + connection. + + + + bash# + perl -MCPAN -e 'install "Bundle::Bugzilla"' + + + + Bundle::Bugzilla doesn't include GD, Chart::Base, or MIME::Parser, + which are not essential to a basic Bugzilla install. If installing + this bundle fails, you should install each module individually to + isolate the problem. + + +
    + +
    + DBI Perl Module + + The DBI module is a generic Perl module used by other database related + Perl modules. For our purposes it's required by the MySQL-related + modules. As long as your Perl installation was done correctly the + DBI module should be a breeze. It's a mixed Perl/C module, but Perl's + MakeMaker system simplifies the C compilation greatly. + + + Like almost all Perl modules DBI can be found on the Comprehensive Perl + Archive Network (CPAN) at http://www.cpan.org. The CPAN servers have a + real tendency to bog down, so please use mirrors. The current location + at the time of this writing (02/17/99) can be found in Appendix A. + + + Quality, general Perl module installation instructions can be found on + the CPAN website, but the easy thing to do is to just use the CPAN shell + which does all the hard work for you. + + + To use the CPAN shell to install DBI: + + + + bash# + perl -MCPAN -e 'install "DBI"' + + + Replace "DBI" with the name of whichever module you wish + to install, such as Data::Dumper, TimeDate, GD, etc. + + + + To do it the hard way: + + + Untar the module tarball -- it should create its own directory + + + CD to the directory just created, and enter the following commands: + + + + + bash# + perl Makefile.PL + + + + + + + bash# + make + + + + + + + bash# + make test + + + + + + + bash# + make install + + + + + If everything went ok that should be all it takes. For the vast + majority of perl modules this is all that's required. + + + +
    +
    + Data::Dumper Perl Module + + The Data::Dumper module provides data structure persistence for Perl + (similar to Java's serialization). It comes with later sub-releases of + Perl 5.004, but a re-installation just to be sure it's available won't + hurt anything. + + + Data::Dumper is used by the MySQL related Perl modules. It can be + found on CPAN (link in Appendix A) and can be installed by following + the same four step make sequence used for the DBI module. + +
    + +
    + MySQL related Perl Module Collection + + The Perl/MySQL interface requires a few mutually-dependent perl + modules. These modules are grouped together into the the + Msql-Mysql-modules package. This package can be found at CPAN. + After the archive file has been downloaded it should + be untarred. + + + The MySQL modules are all built using one make file which is generated + by running: + bash# + perl Makefile.pl + + + The MakeMaker process will ask you a few questions about the desired + compilation target and your MySQL installation. For many of the questions + the provided default will be adequate. + + + When asked if your desired target is the MySQL or mSQL packages + selected the MySQL related ones. Later you will be asked if you wish + to provide backwards compatibility with the older MySQL packages; you + must answer YES to this question. The default will be no, and if you + select it things won't work later. + + + A host of 'localhost' should be fine and a testing user of 'test' and + a null password should find itself with sufficient access to run tests + on the 'test' database which MySQL created upon installation. If 'make + test' and 'make install' go through without errors you should be ready + to go as far as database connectivity is concerned. + +
    + +
    + TimeDate Perl Module Collection + + Many of the more common date/time/calendar related Perl modules have + been grouped into a bundle similar to the MySQL modules bundle. This + bundle is stored on the CPAN under the name TimeDate. A (hopefully + current) link can be found in Appendix A. The component module we're + most interested in is the Date::Format module, but installing all of them + is probably a good idea anyway. The standard Perl module installation + instructions should work perfectly for this simple package. + +
    +
    + GD Perl Module (1.8.3) + + The GD library was written by Thomas Boutell a long while ago to + programatically generate images in C. Since then it's become almost a + defacto standard for programatic image construction. The Perl bindings + to it found in the GD library are used on a million web pages to generate + graphs on the fly. That's what bugzilla will be using it for so you'd + better install it if you want any of the graphing to work. + + + Actually bugzilla uses the Graph module which relies on GD itself, + but isn't that always the way with OOP. At any rate, you can find the + GD library on CPAN (link in Appendix "Required Software"). + + + + The Perl GD library requires some other libraries that may or may not be + installed on your system, including "libpng" and "libgd". The full requirements + are listed in the Perl GD library README. Just realize that if compiling GD fails, + it's probably because you're missing a required library. + + +
    + +
    + Chart::Base Perl Module (0.99c) + + The Chart module provides bugzilla with on-the-fly charting + abilities. It can be installed in the usual fashion after it has been + fetched from CPAN where it is found as the Chart-x.x... tarball in a + directory to be listed in Appendix "Required Software". Note that as with the GD perl + module, only the specific versions listed above (or newer) will work. Earlier + versions used GIF's, which are no longer supported by the latest + versions of GD. + +
    + +
    + DB_File Perl Module + + DB_File is a module which allows Perl programs to make use of the facilities provided by + Berkeley DB version 1.x. This module is required by collectstats.pl which is used for + bug charting. If you plan to make use of bug charting, you must install this module. + +
    + +
    + HTTP Server + + You have a freedom of choice here - Apache, Netscape or any other + server on UNIX would do. You can easily run the web server on a different + machine than MySQL, but need to adjust the MySQL "bugs" user permissions + accordingly. + + + You'll want to make sure that your web server will run any file + with the .cgi extension as a cgi and not just display it. If you're using + apache that means uncommenting the following line in the srm.conf file: + AddHandler cgi-script .cgi + + + With apache you'll also want to make sure that within the access.conf + file the line: + + Options ExecCGI + + is in the stanza that covers the directories you intend to put the bugzilla + .html and .cgi files into. + + + If you are using a newer version of Apache, both of the above lines will be + (or will need to be) in the httpd.conf file, rather than srm.conf or + access.conf. + + + + There are two critical directories and a file that should not be a served by + the HTTP server. These are the 'data' and 'shadow' directories and the + 'localconfig' file. You should configure your HTTP server to not serve + content from these files. Failure to do so will expose critical passwords + and other data. Please see your HTTP server configuration manual on how + to do this. If you use quips (at the top of the buglist pages) you will want + the 'data/comments' file to still be served. This file contains those quips. + + +
    + +
    + Installing the Bugzilla Files + + You should untar the Bugzilla files into a directory that you're + willing to make writable by the default web server user (probably + 'nobody'). You may decide to put the files off of the main web space + for your web server or perhaps off of /usr/local with a symbolic link + in the web space that points to the bugzilla directory. At any rate, + just dump all the files in the same place (optionally omitting the CVS + directories if they were accidentally tarred up with the rest of Bugzilla) + and make sure you can access the files in that directory through your + web server. + + + + HINT: If you symlink the bugzilla directory into your Apache's + HTML heirarchy, you may receive "Forbidden" errors unless you + add the "FollowSymLinks" directive to the <Directory> entry + for the HTML root. + + + + Once all the files are in a web accessible directory, make that + directory writable by your webserver's user (which may require just + making it world writable). This is a temporary step until you run + the post-install "checksetup.pl" script, which locks down your + installation. + + + Lastly, you'll need to set up a symbolic link from /usr/bonsaitools/bin + to the correct location of your perl executable (probably /usr/bin/perl). + Otherwise you must hack all the .cgi files to change where they look + for perl. To make future upgrades easier, you should use the symlink + approach. + + + If you don't have root access to set this symlink up, check out the + "setperl.csh" utility, listed in the Patches section of this + Guide. It will change the path to perl in all your Bugzilla files for + you. + + + +
    + +
    + Setting Up the MySQL Database + + After you've gotten all the software installed and working you're ready + to start preparing the database for its life as a the back end to a high + quality bug tracker. + + + First, you'll want to fix MySQL permissions to allow access from + Bugzilla. For the purpose of this Installation section, the Bugzilla username + will be "bugs", and will have minimal permissions. Bugzilla has + not undergone a thorough security audit. It may be possible for + a system cracker to somehow trick Bugzilla into executing a command + such as "; DROP DATABASE mysql". + + + That would be bad. + + + Give the MySQL root user a password. MySQL passwords are + limited to 16 characters. + + + + bash# + mysql -u root mysql + + + + + mysql> + + UPDATE user SET Password=PASSWORD ('new_password') + WHERE user='root'; + + + + + + mysql> + FLUSH PRIVILEGES; + + + + From this point on, if you need to access MySQL as the + MySQL root user, you will need to use "mysql -u root -p" and + enter your new_password. Remember that MySQL user names have + nothing to do with Unix user names (login names). + + + Next, we create the "bugs" user, and grant sufficient + permissions for checksetup.pl, which we'll use later, to work + its magic. This also restricts the "bugs" user to operations + within a database called "bugs", and only allows the account + to connect from "localhost". Modify it to reflect your setup + if you will be connecting from another machine or as a different + user. + + + Remember to set bugs_password to some unique password. + + + + mysql> + GRANT SELECT,INSERT,UPDATE,DELETE,INDEX, + ALTER,CREATE,DROP,REFERENCES + ON bugs.* TO bugs@localhost + IDENTIFIED BY 'bugs_password'; + + + + + + mysql> + + + FLUSH PRIVILEGES; + + + + + + + Next, run the magic checksetup.pl script. (Many thanks to Holger + Schurig <holgerschurig@nikocity.de> for writing this script!) + It will make sure Bugzilla files and directories have reasonable + permissions, set up the "data" directory, and create all the MySQL + tables. + + + + bash# + ./checksetup.pl + + + + The first time you run it, it will create a file called "localconfig". + +
    + +
    + Tweaking "localconfig" + + This file contains a variety of settings you may need to tweak including + how Bugzilla should connect to the MySQL database. + + + The connection settings include: + + + + server's host: just use "localhost" if the MySQL server is + local + + + + + database name: "bugs" if you're following these directions + + + + + MySQL username: "bugs" if you're following these directions + + + + + Password for the "bugs" MySQL account above + + + + + + Once you are happy with the settings, re-run checksetup.pl. On this + second run, it will create the database and an administrator account + for which you will be prompted to provide information. + + + When logged into an administrator account once Bugzilla is running, + if you go to the query page (off of the bugzilla main menu), you'll + find an 'edit parameters' option that is filled with editable treats. + + + Should everything work, you should have a nearly empty copy of the bug + tracking setup. + + + The second time around, checksetup.pl will stall if it is on a + filesystem that does not fully support file locking via flock(), such as + NFS mounts. This support is required for Bugzilla to operate safely with + multiple instances. If flock() is not fully supported, it will stall at: + Now regenerating the shadow database for all bugs. + + + The second time you run checksetup.pl, it is recommended you be the same + user as your web server runs under, and that you be sure you have set the + "webservergroup" parameter in localconfig to match the web server's group + name, if any. Under some systems, otherwise, checksetup.pl will goof up + your file permissions and make them unreadable to your web server. + + + + + + The checksetup.pl script is designed so that you can run it at any time + without causing harm. You should run it after any upgrade to Bugzilla. + + +
    + +
    + Setting Up Maintainers Manuall (Optional) + + If you want to add someone else to every group by hand, you can do it + by typing the appropriate MySQL commands. Run ' + mysql -u root -p bugs' + (you may need different parameters, depending on your security settings + according to section 3, above). Then: + + + + mysql> + update profiles set groupset=0x7fffffffffffffff + where login_name = 'XXX'; + + + + replacing XXX with the Bugzilla email address. + +
    + +
    + The Whining Cron (Optional) + + By now you've got a fully functional bugzilla, but what good are bugs + if they're not annoying? To help make those bugs more annoying you can + set up bugzilla's automatic whining system. This can be done by adding + the following command as a daily crontab entry (for help on that see that + crontab man page): + + + + cd <your-bugzilla-directory> ; ./whineatnews.pl + + + + +
    + +
    + Bug Graphs (Optional) + + As long as you installed the GD and Graph::Base Perl modules you might + as well turn on the nifty bugzilla bug reporting graphs. + + + Add a cron entry like this to run collectstats daily at 5 after midnight: + + + + bash# + crontab -e + + + + + 5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl + + + + + + After two days have passed you'll be able to view bug graphs from the + Bug Reports page. + +
    + +
    + Securing MySQL + + If you followed the README for setting up your "bugs" and "root" user in + MySQL, much of this should not apply to you. If you are upgrading + an existing installation of Bugzilla, you should pay close attention + to this section. + + + Most MySQL installs have "interesting" default security parameters: + + mysqld defaults to running as root + it defaults to allowing external network connections + it has a known port number, and is easy to detect + it defaults to no passwords whatsoever + it defaults to allowing "File_Priv" + + + + This means anyone from anywhere on the internet can not only drop the + database with one SQL command, and they can write as root to the system. + + + To see your permissions do: + + + + bash# + mysql -u root -p + + + + + mysql> + use mysql; + + + + + mysql> + show tables; + + + + + mysql> + select * from user; + + + + + mysql> + select * from db; + + + + + + To fix the gaping holes: + + DELETE FROM user WHERE User=''; + UPDATE user SET Password=PASSWORD('new_password') WHERE user='root'; + FLUSH PRIVILEGES; + + + + If you're not running "mit-pthreads" you can use: + + GRANT USAGE ON *.* TO bugs@localhost; + GRANT ALL ON bugs.* TO bugs@localhost; + REVOKE DROP ON bugs.* FROM bugs@localhost; + FLUSH PRIVILEGES; + + + + With "mit-pthreads" you'll need to modify the "globals.pl" Mysql->Connect + line to specify a specific host name instead of "localhost", and accept + external connections: + + GRANT USAGE ON *.* TO bugs@bounce.hop.com; + GRANT ALL ON bugs.* TO bugs@bounce.hop.com; + REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com; + FLUSH PRIVILEGES; + + + + Consider also: + + + + Turning off external networking with "--skip-networking", + unless you have "mit-pthreads", in which case you can't. + Without networking, MySQL connects with a Unix domain socket. + + + + + using the --user= option to mysqld to run it as an unprivileged + user. + + + + + starting MySQL in a chroot jail + + + + + running the httpd in a "chrooted" jail + + + + + making sure the MySQL passwords are different from the OS + passwords (MySQL "root" has nothing to do with system "root"). + + + + + running MySQL on a separate untrusted machine + + + + + making backups ;-) + + + + +
    + +
    + Installation General Notes +
    + Modifying Your Running System + + Bugzilla optimizes database lookups by storing all relatively static + information in the versioncache file, located in the data/ subdirectory + under your installation directory (we said before it needs to be writable, + right?!) + + + If you make a change to the structural data in your database (the + versions table for example), or to the "constants" encoded in + defparams.pl, you will need to remove the cached content from the data + directory (by doing a "rm data/versioncache"), or your changes won't show + up! + + + That file gets automatically regenerated whenever it's more than an + hour old, so Bugzilla will eventually notice your changes by itself, but + generally you want it to notice right away, so that you can test things. + +
    +
    + Upgrading From Previous Versions + + The developers of Bugzilla are constantly adding new tables, columns and + fields. You'll get SQL errors if you just update the code. The strategy + to update is to simply always run the checksetup.pl script whenever + you upgrade your installation of Bugzilla. If you want to see what has + changed, you can read the comments in that file, starting from the end. + +
    +
    + UNIX Installation Instructions History + + This document was originally adapted from the Bonsai installation + instructions by Terry Weissman <terry@mozilla.org>. + + + The February 25, 1999 re-write of this page was done by Ry4an Brase + <ry4an@ry4an.org>, with some edits by Terry Weissman, Bryce Nesbitt, + Martin Pool, & Dan Mosedale (But don't send bug reports to them! + Report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi , + project Webtools, component Bugzilla). + + + This document was heavily modified again Wednesday, March 07 2001 to + reflect changes for Bugzilla 2.12 release by Matthew P. Barnson. The + securing MySQL section should be changed to become standard procedure + for Bugzilla installations. + + + Finally, the README in its entirety was marked up in SGML and included into + the Guide on April 24, 2001. + + + Comments from people using this Guide for the first time are particularly welcome. + +
    +
    + +
    @@ -320,6 +1230,71 @@ + + "Brian" had this to add, about upgrading to Bugzilla 2.12 from previous versions: +
    + + Hi - I am updating bugzilla to 2.12 so I can tell you what I did (after I + deleted the current dir and copied the files in). + + + In checksetup.pl, I did the following... + + + + +my $webservergid = getgrnam($my_webservergroup); + + to + +my $webservergid = 'Administrators' + + + + + I then ran checksetup.pl + + + + + I removed all the encrypt() + + Removing encrypt() for Windows NT installations + + Replace this: + +SendSQL("SELECT encrypt(" . SqlQuote($enteredpwd) . ", " . + SqlQuote(substr($realcryptpwd, 0, 2)) . ")"); +my $enteredcryptpwd = FetchOneColumn(); + + with this: + +my $enteredcryptpwd = $enteredpwd + + in cgi.pl. + + + + + + + I renamed processmail to processmail.pl + + + + + I altered the sendmail statements to windmail: + +open SENDMAIL, "|\"C:/General/Web/tools/Windmail 4.0 Beta/windmail\" -t > mail.log"; + + + + The quotes around the dir is for the spaces. mail.log is for the output + + + +
    +
    diff --git a/docs/sgml/integration.sgml b/docs/sgml/integration.sgml index 68f5c5717e..74ec817f50 100644 --- a/docs/sgml/integration.sgml +++ b/docs/sgml/integration.sgml @@ -1,4 +1,4 @@ - + @@ -18,10 +18,31 @@
    Perforce SCM - Richard Brooksby and his team have an integration tool - in public beta. You can find it at - - http://www.ravenbrook.com/project/p4dti. + Richard Brooksby created a Perforce integration tool for Bugzilla and TeamTrack. + You can find the main project page at + + http://www.ravenbrook.com/project/p4dti. "p4dti" is now an officially + supported product from Perforce, and you can find the "Perforce Public Depot" + p4dti page at + http://public.perforce.com/public/perforce/p4dti/index.html. + + + Integration of Perforce with Bugzilla, once patches are applied, is fairly seamless. However, + p4dti is a patch against the Bugzilla 2.10 release, not the current 2.12 release. I anticipate + patches for 2.12 will be out shortly. Check the project page regularly for updates, or + take the given patches and patch it manually. p4dti is designed to support multiple defect + trackers, and maintains its own documentation for it. Please consult the pages linked + above for further information. + + + Right now, there is no way to synchronize the Bug ID and the Perforce Transaction Number, or + to change the Bug ID to read (PRODUCT).bugID unless you hack it in. Additionally, if you + have synchronization problems, the easiest way to avoid them is to only put the bug + information, comments, etc. into Bugzilla, and not into the Perforce change records. + They will link anyway; merely reference the bug ID fixed in your change description, + and put a comment into Bugzilla + giving the change ID that fixed the Bugzilla bug. It's a process issue, not a technology + question.
    diff --git a/docs/sgml/patches.sgml b/docs/sgml/patches.sgml index 0992bde0d7..8d7a72682b 100644 --- a/docs/sgml/patches.sgml +++ b/docs/sgml/patches.sgml @@ -4,15 +4,17 @@ Useful Patches and Utilities for Bugzilla
    - The setperl.pl Utility + The setperl.csh Utility - You can use the "setperl.pl" utility to quickly and easily + You can use the "setperl.csh" utility to quickly and easily change the path to perl on all your Bugzilla files. + This is a C-shell script; if you do not have "csh" or "tcsh" in the search + path on your system, it will not work! - Download the "setperl.pl" utility to your Bugzilla + Download the "setperl.csh" utility to your Bugzilla directory and make it executable. @@ -28,7 +30,7 @@ bash# - wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' + wget -O setperl.csh 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' @@ -36,7 +38,7 @@ bash# - chmod u+x setperl.pl + chmod u+x setperl.csh @@ -80,8 +82,17 @@ bash# - ./setperl.pl /your/path/to/perl + ./setperl.csh /your/path/to/perl + + Using Setperl to set your perl path + + + bash# + ./setperl.csh /usr/bin/perl + + + @@ -206,4 +217,21 @@
    - \ No newline at end of file + + diff --git a/docs/sgml/readme.sgml b/docs/sgml/readme.sgml deleted file mode 100644 index cdbd22878b..0000000000 --- a/docs/sgml/readme.sgml +++ /dev/null @@ -1,496 +0,0 @@ -This is Bugzilla. See . - - - ========== - DISCLAIMER - ========== - - This is not very well packaged code. It's not packaged at all. Don't -come here expecting something you plop in a directory, twiddle a few -things, and you're off and using it. Work has to be done to get there. -We'd like to get there, but it wasn't clear when that would be, and so we -decided to let people see it first. - - Bugzilla has not undergone a complete security review. Security holes -may exist in the code. Great care should be taken both in the installation -and usage of this software. Carefully consider the implications of -installing other network services with Bugzilla. - - - ============ - INSTALLATION - ============ - -0. Introduction - - Installation of bugzilla is pretty straight forward, especially if your -machine already has MySQL and the MySQL-related perl packages installed. -If those aren't installed yet, then that's the first order of business. The -other necessary ingredient is a web server set up to run cgi scripts. - - Bugzilla has been successfully installed under Solaris and Linux. Windows NT -is not officially supported. There have been a few successful installations -of Bugzilla under Windows NT. Please see this article for a discussion of what -one person hacked together to get it to work. - -news://news.mozilla.org/19990913183810.SVTR29939.mta02@onebox.com - -1. Installing the Prerequisites - - The software packages necessary for the proper running of bugzilla are: - - 1. MySQL database server and the mysql client (3.22.5 or greater) - 2. Perl (5.004 or greater) - 3. DBI Perl module - 4. Data::Dumper Perl module - 5. MySQL related Perl module collection - 6. TimeDate Perl module collection - 7. GD perl module (1.18 or 1.19) - 8. Chart::Base Perl module (0.99 through 0.99b) - 9. The web server of your choice - - Bugzilla has quite a few prerequisites, but none of them are TCL. -Previous versions required TCL, but it no longer needed (or used). - -1.1. Getting and setting up MySQL database (3.22.5 or greater) - - Visit MySQL homepage at http://www.mysql.org and grab the latest stable -release of the server. Both binaries and source are available and which -you get shouldn't matter. Be aware that many of the binary versions -of MySQL store their data files in /var which on many installations -(particularly common with linux installations) is part of a smaller -root partition. If you decide to build from sources you can easily set -the dataDir as an option to configure. - - If you've installed from source or non-package (RPM, deb, etc.) binaries -you'll want to make sure to add mysqld to your init scripts so the server -daemon will come back up whenever your machine reboots. - - You also may want to edit those init scripts, to make sure that -mysqld will accept large packets. By default, mysqld is set up to only -accept packets up to 64K long. This limits the size of attachments you -may put on bugs. If you add something like "-O max_allowed_packet=1M" -to the command that starts mysqld (or safe_mysqld), then you will be -able to have attachments up to about 1 megabyte. - -1.2. Perl (5.004 or greater) - - Any machine that doesn't have perl on it is a sad machine indeed. Perl -for *nix systems can be gotten in source form from http://www.perl.com. - - Perl is now a far cry from the the single compiler/interpreter binary it -once was. It now includes a great many required modules and quite a -few other support files. If you're not up to or not inclined to build -perl from source, you'll want to install it on your machine using some -sort of packaging system (be it RPM, deb, or what have you) to ensure -a sane install. In the subsequent sections you'll be installing quite -a few perl modules; this can be quite ornery if your perl installation -isn't up to snuff. - -1.3. DBI Perl module - - The DBI module is a generic Perl module used by other database related -Perl modules. For our purposes it's required by the MySQL-related -modules. As long as your Perl installation was done correctly the -DBI module should be a breeze. It's a mixed Perl/C module, but Perl's -MakeMaker system simplifies the C compilation greatly. - - Like almost all Perl modules DBI can be found on the Comprehensive Perl -Archive Network (CPAN) at http://www.cpan.org . The CPAN servers have a -real tendency to bog down, so please use mirrors. The current location -at the time of this writing (02/17/99) can be found in Appendix A. - - Quality, general Perl module installation instructions can be found on -the CPAN website, but basically you'll just need to: - - 1. Untar the module tarball -- it should create its own directory - 2. Enter the following commands: - perl Makefile.PL - make - make test - make install - - If everything went ok that should be all it takes. For the vast -majority of perl modules this is all that's required. - -1.4 Data::Dumper Perl module - - The Data::Dumper module provides data structure persistence for Perl -(similar to Java's serialization). It comes with later sub-releases of -Perl 5.004, but a re-installation just to be sure it's available won't -hurt anything. - - Data::Dumper is used by the MySQL related Perl modules. It can be -found on CPAN (link in Appendix A) and can be installed by following -the same four step make sequence used for the DBI module. - -1.5. MySQL related Perl module collection - - The Perl/MySQL interface requires a few mutually-dependent perl -modules. These modules are grouped together into the the -Msql-Mysql-modules package. This package can be found at CPAN (link -in Appendix A). After the archive file has been downloaded it should -be untarred. - - The MySQL modules are all build using one make file which is generated -by running: - - perl Makefile.PL - - The MakeMaker process will ask you a few questions about the desired -compilation target and your MySQL installation. For many of the questions -the provided default will be adequate. - - When asked if your desired target is the MySQL or mSQL packages -selected the MySQL related ones. Later you will be asked if you wish -to provide backwards compatibility with the older MySQL packages; you -must answer YES to this question. The default will be no, and if you -select it things won't work later. - - A host of 'localhost' should be fine and a testing user of 'test' and -a null password should find itself with sufficient access to run tests -on the 'test' database which MySQL created upon installation. If 'make -test' and 'make install' go through without errors you should be ready -to go as far as database connectivity is concerned. - -1.6. TimeDate Perl module collection - - Many of the more common date/time/calendar related Perl modules have -been grouped into a bundle similar to the MySQL modules bundle. This -bundle is stored on the CPAN under the name TimeDate. A (hopefully -current) link can be found in Appendix A. The component module we're -most interested in is the Date::Format module, but installing all of them -is probably a good idea anyway. The standard Perl module installation -instructions should work perfectly for this simple package. - -1.7. GD Perl module (1.18 or 1.19) - - The GD library was written by Thomas Boutell a long while ago to -programatically generate images in C. Since then it's become almost a -defacto standard for programatic image construction. The Perl bindings -to it found in the GD library are used on a million web pages to generate -graphs on the fly. That's what bugzilla will be using it for so you'd -better install it if you want any of the graphing to work. - Actually bugzilla uses the Graph module which relies on GD itself, -but isn't that always the way with OOP. At any rate, you can find the -GD library on CPAN (link in Appendix A). Note, however, that you MUST -use version 1.18 or 1.19, because newer versions have dropped support -for GIFs in favor of PNGs, and bugzilla has not yet been updated to -deal with this. - -1.8. Chart::Base Perl module (0.99 through 0.99b) - - The Chart module provides bugzilla with on-the-fly charting -abilities. It can be installed in the usual fashion after it has been -fetched from CPAN where it is found as the Chart-x.x... tarball in a -directory to be listed in Appendix A. Note that as with the GD perl -module, only the specific versions listed above will work. - -1.9. HTTP server - - You have a freedom of choice here - Apache, Netscape or any other -server on UNIX would do. You can easily run the web server on a different -machine than MySQL, but that makes MySQL permissions harder to manage. - - You'll want to make sure that your web server will run any file -with the .cgi extension as a cgi and not just display it. If you're using -apache that means uncommenting the following line in the srm.conf file: - - AddHandler cgi-script .cgi - - With apache you'll also want to make sure that within the access.conf -file the line: - - Options ExecCGI - -is in the stanza that covers the directories you intend to put the -bugzilla .html and .cgi files into. - -2. Installing the Bugzilla Files - - You should untar the bugzilla files into a directory that you're -willing to make writable by the default web server user (probably -'nobody'). You may decide to put the files off of the main web space -for your web server or perhaps off of /usr/local with a symbolic link -in the web space that points to the bugzilla directory. At any rate, -just dump all the files in the same place (optionally omitting the CVS -directory if it accidentally got tarred up with the rest of bugzilla) -and make sure you can get at the files in that directory through your -web server. - - Once all the files are in a web accessible directory, make that -directory writable by your webserver's user (which may require just -making it world writable). - - Lastly, you'll need to set up a symbolic link from /usr/bonsaitools/bin -to the correct location of your perl executable (probably /usr/bin/perl). -Or, you'll have to hack all the .cgi files to change where they look -for perl. - -3. Setting Up the MySQL database - - After you've gotten all the software installed and working you're ready -to start preparing the database for its life as a the back end to a high -quality bug tracker. - - First, you'll want to fix MySQL permissions. Bugzilla always logs -in as user "bugs", with no password. That needs to work. MySQL -permissions are a deep, nasty complicated thing. I've just turned -them off. If you want to do that, too, then the magic is to do run -"mysql mysql", and feed it commands like this (replace all instances of -HOSTNAME with the name of the machine mysql is running on): - - DELETE FROM host; - DELETE FROM user; - INSERT INTO host VALUES - ('localhost','%','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y'); - INSERT INTO host VALUES - (HOSTNAME,'%','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y'); - INSERT INTO user VALUES - ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y', - 'Y','Y','Y','Y','Y'); - INSERT INTO user VALUES - (HOSTNAME,'','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y', - 'Y','Y','Y'); - INSERT INTO user VALUES - (HOSTNAME,'root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y', - 'Y','Y','Y','Y'); - INSERT INTO user VALUES - ('localhost','','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y', - 'Y','Y','Y','Y'); - -The number of 'Y' entries to use varies with the version of MySQL; they -keep adding columns. The list here should work with version 3.22.23b. - -This run of "mysql mysql" may need some extra parameters to deal with -whatever database permissions were set up previously. In particular, -you might have to say "mysql -uroot mysql", and give it an appropriate -password. - -For much more information about MySQL permissions, see the MySQL -documentation. - -After you've tweaked the permissions, run "mysqladmin reload" to make -sure that the database server knows to look at your new permission list. - -Or, at the mysql prompt: - -mysql> flush privileges; - -You must explictly tell mysql to reload permissions before running checksetup.pl. - -Next, you can just run the magic checksetup.pl script. (Many thanks -to Holger Schurig for writing this script!) -It will make sure things have reasonable permissions, set up the "data" -directory, and create all the MySQL tables. Just run: - - ./checksetup.pl - -The first time you run it, it will create a file called "localconfig" -which you should examine and perhaps tweak a bit. Then re-run -checksetup.pl and it will do the real work. - - -At ths point, you should have a nearly empty copy of the bug tracking -setup. - -4. Tweaking the Bugzilla->MySQL Connection Data - - If you have played with MySQL permissions, rather than just opening it -wide open as described above, then you may need to tweak the Bugzilla -code to connect appropriately. - - In order for bugzilla to be able to connect to the MySQL database -you'll have to tell bugzilla where the database server is, what -database you're connecting to, and whom to connect as. Simply open up -the globals.pl file in the bugzilla directory and find the line that -begins like: - - $::db = Mysql->Connect(" - - That line does the actual database connection. The Connect method -takes four parameters which are (with appropriate values): - - 1. server's host: just use "localhost" - 2. database name: "bugs" if you're following these directions - 3. MySQL username: whatever you created for your webserver user - probably "nobody" - 4. Password for the MySQL account in item 3. - -Just fill in those values and close up globals.pl - -5. Setting up yourself as Maintainer - - Start by creating your own bugzilla account. To do so, just try to -"add a bug" from the main bugzilla menu (now available from your system -through your web browser!). You'll be prompted for logon info, and you -should enter your email address and then select 'mail me my password'. -When you get the password mail, log in with it. Don't finish entering -that new bug. - - Now, add yourself to every group. The magic checksetup.pl script -can do this for you, if you run it again now. That script will notice -if there's exactly one user in the database, and if so, add that person -to every group. - - If you want to add someone to every group by hand, you can do it by -typing the appropriate MySQL commands. Run mysql, and type: - - update profiles set groupset=0x7fffffffffffffff - where login_name = 'XXX'; - -replacing XXX with your Bugzilla email address. - -Now, if you go to the query page (off of the bugzilla main menu) where -you'll now find a 'edit parameters' option which is filled with editable -treats. - -6. Setting Up the Whining Cron Job (Optional) - - By now you've got a fully functional bugzilla, but what good are bugs -if they're not annoying? To help make those bugs more annoying you can -set up bugzilla's automatic whining system. This can be done by adding -the following command as a daily crontab entry (for help on that see that -crontab man page): - - cd ; ./whineatnews.pl - -7. Bug Graphs (Optional) - - As long as you installed the GD and Graph::Base Perl modules you might -as well turn on the nifty bugzilla bug reporting graphs. Just add -the command: - - cd ; ./collectstats.pl - -as a nightly entry to your crontab and after two days have passed you'll -be able to view bug graphs from the Bug Reports page. - -8. Real security for MySQL - -MySQL has "interesting" default security parameters: - mysqld defaults to running as root - it defaults to allowing external network connections - it has a known port number, and is easy to detect - it defaults to no passwords whatsoever - it defaults to allowing "File_Priv" -This means anyone from anywhere on the internet can not only drop the -database with one SQL command, and they can write as root to the system. - -To see your permissions do: - > mysql -u root -p - use mysql; - show tables; - select * from user; - select * from db; - -To fix the gaping holes: - DELETE FROM user WHERE User=''; - UPDATE user SET Password=PASSWORD('new_password') WHERE user='root'; - FLUSH PRIVILEGES; - -If you're not running "mit-pthreads" you can use: - GRANT USAGE ON *.* TO bugs@localhost; - GRANT ALL ON bugs.* TO bugs@localhost; - REVOKE DROP ON bugs.* FROM bugs@localhost; - FLUSH PRIVILEGES; - -With "mit-pthreads" you'll need to modify the "globals.pl" Mysql->Connect -line to specify a specific host name instead of "localhost", and accept -external connections: - GRANT USAGE ON *.* TO bugs@bounce.hop.com; - GRANT ALL ON bugs.* TO bugs@bounce.hop.com; - REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com; - FLUSH PRIVILEGES; - -Consider also: - o Turning off external networking with "--skip-networking", - unless you have "mit-pthreads", in which case you can't. - Without networking, MySQL connects with a Unix domain socket. - - o using the --user= option to mysqld to run it as an unprivileged - user. - - o starting MySQL in a chroot jail - - o running the httpd in a jail - - o making sure the MySQL passwords are different from the OS - passwords (MySQL "root" has nothing to do with system "root"). - - o running MySQL on a separate untrusted machine - - o making backups ;-) - - - ----------[ Appendices ]----------------------- - -Appendix A. Required Software Download Links - - All of these sites are current as of February 17, 1999. Hopefully -they'll stay current for a while. - -MySQL: http://www.mysql.org - -Perl: http://www.perl.org - -CPAN: http://www.cpan.org - -DBI Perl module: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/DBI/ - -Data::Dumper module: - ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Data/ - -MySQL related Perl modules: - ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Mysql/ - -TimeDate Perl module collection: - ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Date/ - -GD Perl module: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/GD/ - -Chart::Base module: - ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Chart/ - - -Appendix B. Modifying Your Running System - - Bugzilla optimizes database lookups by storing all relatively static -information in the versioncache file, located in the data/ subdirectory -under your installation directory (we said before it needs to be writable, -right?!) - - If you make a change to the structural data in your database (the -versions table for example), or to the "constants" encoded in -defparams.pl, you will need to remove the cached content from the data -directory (by doing a "rm data/versioncache"), or your changes won't show -up! - - That file gets automatically regenerated whenever it's more than an -hour old, so Bugzilla will eventually notice your changes by itself, but -generally you want it to notice right away, so that you can test things. - - -Appendix C. Upgrading from previous versions of Bugzilla - -The developers of Bugzilla are constantly adding new tables, columns and -fields. You'll get SQL errors if you just update the code. The strategy -to update is to simply always run the checksetup.pl script whenever -you upgrade your installation of Bugzilla. If you want to see what has -changed, you can read the comments in that file, starting from the end. - - -Appendix D. History - - This document was originally adapted from the Bonsai installation -instructions by Terry Weissman . - - The February 25, 1999 re-write of this page was done by Ry4an Brase -, with some edits by Terry Weissman, Bryce Nesbitt, -Martin Pool, & Dan Mosedale (But don't send bug reports to them! -Report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi , -project Webtools, component Bugzilla). - - Comments from people using this document for the first time are -especially welcomed. diff --git a/docs/sgml/requiredsoftware.sgml b/docs/sgml/requiredsoftware.sgml new file mode 100644 index 0000000000..2d819ab62b --- /dev/null +++ b/docs/sgml/requiredsoftware.sgml @@ -0,0 +1,82 @@ + + + + Software Download Links + + All of these sites are current as of April, 2001. Hopefully + they'll stay current for a while. + + + Apache Web Server: http://www.apache.org + Optional web server for Bugzilla, but recommended because of broad user base and support. + + + Bugzilla: + http://www.mozilla.org/projects/bugzilla/ + + + MySQL: http://www.mysql.org/ + + + Perl: http://www.perl.org/ + + + CPAN: http://www.cpan.org/ + + + DBI Perl module: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/DBI/ + + + Data::Dumper module: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Data/ + + + MySQL related Perl modules: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Mysql/ + + + TimeDate Perl module collection: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Date/ + + + GD Perl module: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/GD/ + Alternately, you should be able to find the latest version of + GD at http://www.boutell.com/gd/ + + + Chart::Base module: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Chart/ + + + LinuxDoc Software: + http://www.linuxdoc.org/ + (for documentation maintenance) + + + + + diff --git a/docs/sgml/using.sgml b/docs/sgml/using.sgml index 606dca8c22..bc8159835d 100644 --- a/docs/sgml/using.sgml +++ b/docs/sgml/using.sgml @@ -41,11 +41,14 @@ Chapter: Using Bugzilla Bugzilla is one example of a class of programs called "Defect Tracking Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. - At the time Bugzilla was originally written, as a port from Netscape Communications' - "Bugsplat!" program to Perl from TCL, there were very few competitors in the market - for bug-tracking software. Most commercial defect-tracking software vendors at the - time charged enormous licensing fees. Bugzilla quickly became a favorite of the - open-source crowd (with its genesis in the open-source browser project, Mozilla) and + Bugzilla was originally written by Terry Weissman in a programming language called + "TCL", to replace a crappy + bug-tracking database used internally for Netscape Communications. Terry later ported + Bugzilla to + Perl from TCL, and in Perl it remains to this day. + Most commercial defect-tracking software vendors at the + time charged enormous licensing fees, and Bugzilla quickly became a favorite of the + open-source crowd (with its genesis in the open-source browser project, Mozilla). It is now the de-facto standard defect-tracking system against which all others are measured. @@ -89,7 +92,8 @@ Chapter: Using Bugzilla - integration with several automated software configuration management systems + available integration with automated software configuration management systems, including + Perforce and CVS. @@ -107,6 +111,12 @@ Chapter: Using Bugzilla problems with extremely large queries, some unsupportable bug resolution options, no internationalization, and dependence on some nonstandard libraries. + + Some recent headway has been made on the query front, however. If you are using the latest + version of Bugzilla, you should see a "simple search" form on the default front page of + your Bugzilla install. Type in two or three search terms and you should pull up some + relevant information. This is also available as "queryhelp.cgi". + Despite these small problems, Bugzilla is very hard to beat. It is under very active development to address the current issues, and a long-awaited overhaul in the form @@ -147,7 +157,7 @@ Chapter: Using Bugzilla Bugzilla is very adaptable to various situations. Known uses currently include IT support queues, Systems Administration deployment management, chip design and development problem tracking (both pre-and-post fabrication), - and software bug tracking for luminaries such as Redhat, Loki software, + and software and hardware bug tracking for luminaries such as Redhat, Loki software, Linux-Mandrake, and VA Systems. Combined with systems such as CVS, Bonsai, or Perforce SCM, Bugzilla provides a powerful, easy-to-use solution to configuration management and replication problems @@ -178,7 +188,7 @@ Chapter: Using Bugzilla - Bugzilla is a large and complex system. Describing how to use it + Bugzilla is a large, complex system. Describing how to use it requires some time. If you are only interested in installing or administering a Bugzilla installation, please consult the Installing and Administering Bugzilla portions of this Guide. This section is principally aimed towards @@ -190,11 +200,24 @@ Chapter: Using Bugzilla options available at the Bugzilla test installation, landfill.tequilarista.org. + + + Some people have run into difficulties completing this tutorial. If + you run into problems, please check the updated, online documentation available + at http://www.trilobyte.net/barnsons. + If you're still stumped, please subscribe to the newsgroup and provide details of exactly + what's stumping you! If enough people complain, I'll have to fix it in the next + version of this Guide. You can subscribe to the newsgroup at + + news://news.mozilla.org/netscape.public.mozilla.webtools + + + Although Landfill serves as a great introduction to Bugzilla, it does not offer all the options you would have as a user on your own installation of Bugzilla, - nor can it do more than serve as a general introduction to Bugzilla. - However, please use it if you want to - follow this tutorial. + nor can it do more than serve as a general introduction to Bugzilla. Additionally, + Landfill often runs cutting-edge versions of Bugzilla for testing, so some things + may work slightly differently than mentioned here.
    @@ -714,6 +737,14 @@ Chapter: Using Bugzilla Email Settings
    Email Notification + + + The email notification settings described below have been obsoleted in Bugzilla 2.12, and + this section will be replaced with a comprehensive description of the amazing array of + new options at your disposal. However, in the meantime, throw this chunk out the window + and go crazy with goofing around with different notification options. + + Ahh, here you can reduce or increase the amount of email sent you from Bugzilla! In the drop-down "Notify me of changes to", select one of diff --git a/docs/sgml/variants.sgml b/docs/sgml/variants.sgml index e69de29bb2..d13b9ee8dd 100644 --- a/docs/sgml/variants.sgml +++ b/docs/sgml/variants.sgml @@ -0,0 +1,87 @@ + + + + Bugzilla Variants + + + I know there are more variants than just RedHat Bugzilla out there. + Please help me get information about them, their project status, and benefits there + might be in using them or in using their code in main-tree Bugzilla. + + + +
    + Red Hat Bugzilla + + Red Hat Bugzilla is probably the most popular Bugzilla variant, aside from Mozilla Bugzilla, + on the planet. + One of the major benefits of Red Hat Bugzilla is the ability to work with Oracle as a + database, as well as MySQL. + Here's what Dave Lawrence had to say about the status of Red Hat Bugzilla, +
    + + Hello. I apologize that I am getting back to you so late. It has been difficult to keep +up with email this past week. I have checked out your updated documentation and I will +have to say very good work. A few notes and additions as follows. + +(ed: from the FAQ) +>For the record, we are not using any template type implementation for the cosmetic changes +>maded to Bugzilla. It is just alot of html changes in the code itself. I admit I may have +>gotten a little carried away with it but the corporate types asked for a more standardized +>interface to match up with other projects relating to Red Hat web sites. A lot of other web +>based internal tools I am working on also look like Bugzilla. + + +This should probably be changed since we are now in fact using Text::Template for most +of the html rendering. You actually state this later in your numbered list. + +Also number 6 contradicts number 8 where number 6 would be the most up to date status +on the Oracle port. + +Additional Information: +----------------------------- +1. Comments are now stored in varchar fields of 4k in size each. If the comment is more +than 4k it is broken up into chunks and given a sort number so each comment can be re +assembled in the correct order. This was done because originally I was storing the comments +in a long datatype which unfortunately cannot be indexed or joined with another table. This +cause the search of text within the long description to be disabled for a long time. That +is now working and is nto showing any noticeble performance hit that I can tell. + +2. Work is being started on internationalizing the Bugzilla source we have to allow our +Japanese customers to enter bug reports into a single bugzilla system. This will probably +be done by using the nvarchar data types supported by Oracle which allows storage of +double byte characters and also the use of the Accept-Language in the http header for +detection by Bugilla of which language to render. + +3. Of course even more cosmetic changes. It is difficult to keep up with the ever +changing faces of www.redhat.com. + +4. Some convenience enhancements in the administration utilities. And more integration +with other internal/external Red Hat web sites. + +I hope this information may prove helpful for your documentation. Please contact +me if you have any more question or I can do anything else. + +Regards + +
    +
    +
    +
    + diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt index a13e8b1c43..88c6fd5ac5 100644 --- a/docs/txt/Bugzilla-Guide.txt +++ b/docs/txt/Bugzilla-Guide.txt @@ -4,6 +4,26 @@ The Bugzilla Guide Matthew P. Barnson barnboy@trilobyte.net + Revision History + Revision v2.11 20 December 2000 Revised by: MPB + Converted the README, FAQ, and DATABASE information into SGML docbook + format. + Revision 2.11.1 06 March 2001 Revised by: MPB + Took way too long to revise this for 2.12 release. Updated FAQ to use + qandaset tags instead of literallayout, cleaned up administration + section, added User Guide section, miscellaneous FAQ updates and + third-party integration information. From this point on all new tags + are lowercase in preparation for the 2.13 release of the Guide in XML + format instead of SGML. + Revision 2.12.0 24 April 2001 Revised by: MPB + Things fixed this release: Elaborated on queryhelp interface, added + FAQ regarding moving bugs from one keyword to another, clarified + possible problems with the Landfill tutorial, fixed a boatload of + typos and unclear sentence structures. Incorporated the README into + the UNIX installation section, and changed the README to indicate the + deprecated status. Things I know need work: Used "simplelist" a lot, + where I should have used "procedure" to tag things. Need to lowercase + all tags to be XML compliant. This is the documentation for Bugzilla, the Mozilla bug-tracking system. @@ -25,13 +45,58 @@ Matthew P. Barnson 2. Installing Bugzilla 2.1. UNIX Installation + + 2.1.1. ERRATA + 2.1.2. Step-by-step Install + + 2.1.2.1. Introduction + 2.1.2.2. Installing the Prerequisites + 2.1.2.3. Installing MySQL Database + 2.1.2.4. Perl (5.004 or greater) + 2.1.2.5. DBI Perl Module + 2.1.2.6. Data::Dumper Perl Module + 2.1.2.7. MySQL related Perl Module Collection + 2.1.2.8. TimeDate Perl Module Collection + 2.1.2.9. GD Perl Module (1.8.3) + 2.1.2.10. Chart::Base Perl Module (0.99c) + 2.1.2.11. DB_File Perl Module + 2.1.2.12. HTTP Server + 2.1.2.13. Installing the Bugzilla Files + 2.1.2.14. Setting Up the MySQL Database + 2.1.2.15. Tweaking "localconfig" + 2.1.2.16. Setting Up Maintainers Manuall (Optional) + 2.1.2.17. The Whining Cron (Optional) + 2.1.2.18. Bug Graphs (Optional) + 2.1.2.19. Securing MySQL + 2.1.2.20. Installation General Notes + 2.2. Win32 (Win98+/NT/2K) Installation + 2.2.1. Win32 Installation: Step-by-step + 2.2.2. Additional Windows Tips + 3. Administering Bugzilla 3.1. Post-Installation Checklist 3.2. User Administration + + 3.2.1. Creating the Default User + 3.2.2. Managing Other Users + + 3.2.2.1. Logging In + 3.2.2.2. Creating new users + 3.2.2.3. Disabling Users + 3.2.2.4. Modifying Users + 3.3. Product, Component, Milestone, and Version Administration + + 3.3.1. Products + 3.3.2. Components + 3.3.3. Versions + 3.3.4. Milestones + 3.3.5. Voting + 3.3.6. Groups and Group Security + 3.4. Bugzilla Security 4. Using Bugzilla @@ -39,7 +104,26 @@ Matthew P. Barnson 4.1. What is Bugzilla? 4.2. Why Should We Use Bugzilla? 4.3. How do I use Bugzilla? + + 4.3.1. Create a Bugzilla Account + 4.3.2. The Bugzilla Query Page + 4.3.3. Creating and Managing Bug Reports + + 4.3.3.1. Writing a Great Bug Report + 4.3.3.2. Managing your Bug Reports + 4.4. What's in it for me? + + 4.4.1. Account Settings + 4.4.2. Email Settings + + 4.4.2.1. Email Notification + 4.4.2.2. New Email Technology + 4.4.2.3. "Watching" Users + + 4.4.3. Page Footer + 4.4.4. Permissions + 4.5. Using Bugzilla-Conclusion 5. Integrating Bugzilla with Third-Party Tools @@ -59,20 +143,25 @@ Matthew P. Barnson 6.6. Bugzilla 3.0 A. The Bugzilla FAQ - B. The Bugzilla Database + B. Software Download Links + C. The Bugzilla Database + + C.1. Database Schema Chart + C.2. MySQL Bugzilla Database Introduction + C.3. MySQL Permissions & Grant Tables + C.4. Cleaning up after mucking with Bugzilla - B.1. Database Schema Chart - B.2. MySQL Bugzilla Database Introduction - B.3. MySQL Permissions & Grant Tables - B.4. Cleaning up after mucking with Bugzilla + 7. Bugzilla Variants - C. Useful Patches and Utilities for Bugzilla + 7.1. Red Hat Bugzilla - C.1. The setperl.pl Utility - C.2. Command-line Bugzilla Queries - C.3. The Quicksearch Utility + D. Useful Patches and Utilities for Bugzilla - D. GNU Free Documentation License + D.1. The setperl.csh Utility + D.2. Command-line Bugzilla Queries + D.3. The Quicksearch Utility + + E. GNU Free Documentation License 0. PREAMBLE 1. APPLICABILITY AND DEFINITIONS @@ -90,6 +179,7 @@ Matthew P. Barnson Glossary List of Examples + 2-1. Removing encrypt() for Windows NT installations 3-1. Creating some Components 3-2. Common Use of Versions 3-3. A Different Use of Versions @@ -98,7 +188,10 @@ Matthew P. Barnson 3-6. Creating a New Group 4-1. Some Famous Software Versions 4-2. Mozilla Webtools Components + D-1. Using Setperl to set your perl path 1. A Sample Product + + ] > _________________________________________________________________ Chapter 1. About This Guide @@ -233,9 +326,10 @@ Chapter 1. About This Guide 1.6. Contributors Thanks go to these people for significant contributions to this - documentation: + documentation (in no particular order): - Zach Lipton, Andrew Pearson, Spencer Smith, Eric Hansen + Zach Lipton (significant textual contributions), Andrew Pearson, + Spencer Smith, Eric Hanson, Kevin Brannen, _________________________________________________________________ 1.7. Feedback @@ -251,7 +345,9 @@ Chapter 1. About This Guide The Bugzilla Guide needs translators! Please volunteer your translation into the language of your choice. If you will translate this Guide, please notify the members of the mozilla-webtools mailing - list at + list at . Since The Bugzilla Guide is + also hosted on the Linux Documentation Project, you would also do well + to notify _________________________________________________________________ 1.9. Document Conventions @@ -294,10 +390,7 @@ Chapter 2. Installing Bugzilla 2.1. UNIX Installation - Note: Please consult the README included with the Bugzilla - distribution as the current canonical source for UNIX installation - instructions. We do, however, have some installation notes for - errata from the README. +2.1.1. ERRATA Note: If you are installing Bugzilla on S.u.S.e. Linux, or some other distributions with "paranoid" security options, it is @@ -306,7 +399,588 @@ Chapter 2. Installing Bugzilla your /var/spool/mqueue directory has a mode of "drwx------". Type chmod 755 /var/spool/mqueue as root to fix this problem. - Note: + Note: Release Notes for Bugzilla 2.12 are available at + docs/rel_notes.txt + + Note: The preferred documentation for Bugzilla is available in + docs/, with a variety of document types available. Please refer to + these documents when installing, configuring, and maintaining your + Bugzilla installation. + + Warning + + Bugzilla is not a package where you can just plop it in a directory, + twiddle a few things, and you're off. Installing Bugzilla assumes you + know your variant of UNIX or Microsoft Windows well, are familiar with + the command line, and are comfortable compiling and installing a + plethora of third-party utilities. To install Bugzilla on Win32 + requires fair Perl proficiency, and if you use a webserver other than + Apache you should be intimately familiar with the security mechanisms + and CGI environment thereof. + + Warning + + Bugzilla has not undergone a complete security review. Security holes + may exist in the code. Great care should be taken both in the + installation and usage of this software. Carefully consider the + implications of installing other network services with Bugzilla. + _________________________________________________________________ + +2.1.2. Step-by-step Install + +2.1.2.1. Introduction + + Installation of bugzilla is pretty straightforward, particularly if + your machine already has MySQL and the MySQL-related perl packages + installed. If those aren't installed yet, then that's the first order + of business. The other necessary ingredient is a web server set up to + run cgi scripts. While using Apache for your webserver is not + required, it is recommended. + + Bugzilla has been successfully installed under Solaris, Linux, and + Win32. The peculiarities of installing on Win32 (Win98+/NT/2K) are not + included in this section of the Guide; please check out the "Win32 + Installation Instructions" for further advice on getting Bugzilla to + work on Microsoft Windows. + + The Bugzilla Guide is contained in the "docs/" folder. It is available + in plain text (docs/txt), HTML (docs/html), or SGML source + (docs/sgml). + _________________________________________________________________ + +2.1.2.2. Installing the Prerequisites + + The software packages necessary for the proper running of bugzilla + are: + + 1. MySQL database server and the mysql client (3.22.5 or greater) + 2. Perl (5.004 or greater) + 3. DBI Perl module + 4. Data::Dumper Perl module + 5. DBD::mySQL + 6. TimeDate Perl module collection + 7. GD perl module (1.8.3) (optional, for bug charting) + 8. Chart::Base Perl module (0.99c) (optional, for bug charting) + 9. DB_File Perl module (optional, for bug charting) + 10. The web server of your choice. Apache is recommended. + 11. MIME::Parser Perl module (optional, for contrib/bug_email.pl + interface) + + Note: You must run Bugzilla on a filesystem that supports file + locking via flock(). This is necessary for Bugzilla to operate + safely with multiple instances. + + Warning + + It is a good idea, while installing Bugzilla, to ensure it is not + accessible by other machines on the Internet. Your machine may be + vulnerable to attacks while you are installing. In other words, ensure + there is some kind of firewall between you and the rest of the + Internet. Many installation steps require an active Internet + connection to complete, but you must take care to ensure that at no + point is your machine vulnerable to an attack. + _________________________________________________________________ + +2.1.2.3. Installing MySQL Database + + Visit MySQL homepage at http://www.mysql.org/ and grab the latest + stable release of the server. Both binaries and source are available + and which you get shouldn't matter. Be aware that many of the binary + versions of MySQL store their data files in /var which on many + installations (particularly common with linux installations) is part + of a smaller root partition. If you decide to build from sources you + can easily set the dataDir as an option to configure. + + If you've installed from source or non-package (RPM, deb, etc.) + binaries you'll want to make sure to add mysqld to your init scripts + so the server daemon will come back up whenever your machine reboots. + You also may want to edit those init scripts, to make sure that mysqld + will accept large packets. By default, mysqld is set up to only accept + packets up to 64K long. This limits the size of attachments you may + put on bugs. If you add something like "-O max_allowed_packet=1M" to + the command that starts mysqld (or safe_mysqld), then you will be able + to have attachments up to about 1 megabyte. + + Note: If you plan on running Bugzilla and MySQL on the same + machine, consider using the "--skip-networking" option in the init + script. This enhances security by preventing network access to + MySQL. + _________________________________________________________________ + +2.1.2.4. Perl (5.004 or greater) + + Any machine that doesn't have perl on it is a sad machine indeed. Perl + for *nix systems can be gotten in source form from + http://www.perl.com. + + Perl is now a far cry from the the single compiler/interpreter binary + it once was. It now includes a great many required modules and quite a + few other support files. If you're not up to or not inclined to build + perl from source, you'll want to install it on your machine using some + sort of packaging system (be it RPM, deb, or what have you) to ensure + a sane install. In the subsequent sections you'll be installing quite + a few perl modules; this can be quite ornery if your perl installation + isn't up to snuff. + + Tip: You can skip the following Perl module installation steps by + installing "Bundle::Bugzilla" from CPAN, which includes them. All + Perl module installation steps require you have an active Internet + connection. + + bash# perl -MCPAN -e 'install "Bundle::Bugzilla"' + + Bundle::Bugzilla doesn't include GD, Chart::Base, or MIME::Parser, + which are not essential to a basic Bugzilla install. If installing + this bundle fails, you should install each module individually to + isolate the problem. + _________________________________________________________________ + +2.1.2.5. DBI Perl Module + + The DBI module is a generic Perl module used by other database related + Perl modules. For our purposes it's required by the MySQL-related + modules. As long as your Perl installation was done correctly the DBI + module should be a breeze. It's a mixed Perl/C module, but Perl's + MakeMaker system simplifies the C compilation greatly. + + Like almost all Perl modules DBI can be found on the Comprehensive + Perl Archive Network (CPAN) at http://www.cpan.org. The CPAN servers + have a real tendency to bog down, so please use mirrors. The current + location at the time of this writing (02/17/99) can be found in + Appendix A. + + Quality, general Perl module installation instructions can be found on + the CPAN website, but the easy thing to do is to just use the CPAN + shell which does all the hard work for you. + + To use the CPAN shell to install DBI: + + bash# perl -MCPAN -e 'install "DBI"' + + Note: Replace "DBI" with the name of whichever module you wish to + install, such as Data::Dumper, TimeDate, GD, etc. + + To do it the hard way: + + Untar the module tarball -- it should create its own directory + + CD to the directory just created, and enter the following commands: + + 1. bash# perl Makefile.PL + 2. bash# make + 3. bash# make test + 4. bash# make install + + If everything went ok that should be all it takes. For the vast + majority of perl modules this is all that's required. + _________________________________________________________________ + +2.1.2.6. Data::Dumper Perl Module + + The Data::Dumper module provides data structure persistence for Perl + (similar to Java's serialization). It comes with later sub-releases of + Perl 5.004, but a re-installation just to be sure it's available won't + hurt anything. + + Data::Dumper is used by the MySQL related Perl modules. It can be + found on CPAN (link in Appendix A) and can be installed by following + the same four step make sequence used for the DBI module. + _________________________________________________________________ + +2.1.2.7. MySQL related Perl Module Collection + + The Perl/MySQL interface requires a few mutually-dependent perl + modules. These modules are grouped together into the the + Msql-Mysql-modules package. This package can be found at CPAN. After + the archive file has been downloaded it should be untarred. + + The MySQL modules are all built using one make file which is generated + by running: bash# perl Makefile.pl + + The MakeMaker process will ask you a few questions about the desired + compilation target and your MySQL installation. For many of the + questions the provided default will be adequate. + + When asked if your desired target is the MySQL or mSQL packages + selected the MySQL related ones. Later you will be asked if you wish + to provide backwards compatibility with the older MySQL packages; you + must answer YES to this question. The default will be no, and if you + select it things won't work later. + + A host of 'localhost' should be fine and a testing user of 'test' and + a null password should find itself with sufficient access to run tests + on the 'test' database which MySQL created upon installation. If 'make + test' and 'make install' go through without errors you should be ready + to go as far as database connectivity is concerned. + _________________________________________________________________ + +2.1.2.8. TimeDate Perl Module Collection + + Many of the more common date/time/calendar related Perl modules have + been grouped into a bundle similar to the MySQL modules bundle. This + bundle is stored on the CPAN under the name TimeDate. A (hopefully + current) link can be found in Appendix A. The component module we're + most interested in is the Date::Format module, but installing all of + them is probably a good idea anyway. The standard Perl module + installation instructions should work perfectly for this simple + package. + _________________________________________________________________ + +2.1.2.9. GD Perl Module (1.8.3) + + The GD library was written by Thomas Boutell a long while ago to + programatically generate images in C. Since then it's become almost a + defacto standard for programatic image construction. The Perl bindings + to it found in the GD library are used on a million web pages to + generate graphs on the fly. That's what bugzilla will be using it for + so you'd better install it if you want any of the graphing to work. + + Actually bugzilla uses the Graph module which relies on GD itself, but + isn't that always the way with OOP. At any rate, you can find the GD + library on CPAN (link in Appendix "Required Software"). + + Note: The Perl GD library requires some other libraries that may or + may not be installed on your system, including "libpng" and + "libgd". The full requirements are listed in the Perl GD library + README. Just realize that if compiling GD fails, it's probably + because you're missing a required library. + _________________________________________________________________ + +2.1.2.10. Chart::Base Perl Module (0.99c) + + The Chart module provides bugzilla with on-the-fly charting abilities. + It can be installed in the usual fashion after it has been fetched + from CPAN where it is found as the Chart-x.x... tarball in a directory + to be listed in Appendix "Required Software". Note that as with the GD + perl module, only the specific versions listed above (or newer) will + work. Earlier versions used GIF's, which are no longer supported by + the latest versions of GD. + _________________________________________________________________ + +2.1.2.11. DB_File Perl Module + + DB_File is a module which allows Perl programs to make use of the + facilities provided by Berkeley DB version 1.x. This module is + required by collectstats.pl which is used for bug charting. If you + plan to make use of bug charting, you must install this module. + _________________________________________________________________ + +2.1.2.12. HTTP Server + + You have a freedom of choice here - Apache, Netscape or any other + server on UNIX would do. You can easily run the web server on a + different machine than MySQL, but need to adjust the MySQL "bugs" user + permissions accordingly. + + You'll want to make sure that your web server will run any file with + the .cgi extension as a cgi and not just display it. If you're using + apache that means uncommenting the following line in the srm.conf + file: AddHandler cgi-script .cgi + + With apache you'll also want to make sure that within the access.conf + file the line: Options ExecCGI is in the stanza that covers the + directories you intend to put the bugzilla .html and .cgi files into. + + If you are using a newer version of Apache, both of the above lines + will be (or will need to be) in the httpd.conf file, rather than + srm.conf or access.conf. + + Warning + + There are two critical directories and a file that should not be a + served by the HTTP server. These are the 'data' and 'shadow' + directories and the 'localconfig' file. You should configure your HTTP + server to not serve content from these files. Failure to do so will + expose critical passwords and other data. Please see your HTTP server + configuration manual on how to do this. If you use quips (at the top + of the buglist pages) you will want the 'data/comments' file to still + be served. This file contains those quips. + _________________________________________________________________ + +2.1.2.13. Installing the Bugzilla Files + + You should untar the Bugzilla files into a directory that you're + willing to make writable by the default web server user (probably + 'nobody'). You may decide to put the files off of the main web space + for your web server or perhaps off of /usr/local with a symbolic link + in the web space that points to the bugzilla directory. At any rate, + just dump all the files in the same place (optionally omitting the CVS + directories if they were accidentally tarred up with the rest of + Bugzilla) and make sure you can access the files in that directory + through your web server. + + Tip: HINT: If you symlink the bugzilla directory into your Apache's + HTML heirarchy, you may receive "Forbidden" errors unless you add + the "FollowSymLinks" directive to the entry for the + HTML root. + + Once all the files are in a web accessible directory, make that + directory writable by your webserver's user (which may require just + making it world writable). This is a temporary step until you run the + post-install "checksetup.pl" script, which locks down your + installation. + + Lastly, you'll need to set up a symbolic link from + /usr/bonsaitools/bin to the correct location of your perl executable + (probably /usr/bin/perl). Otherwise you must hack all the .cgi files + to change where they look for perl. To make future upgrades easier, + you should use the symlink approach. + + Tip: If you don't have root access to set this symlink up, check + out the "setperl.csh" utility, listed in the Patches section of + this Guide. It will change the path to perl in all your Bugzilla + files for you. + _________________________________________________________________ + +2.1.2.14. Setting Up the MySQL Database + + After you've gotten all the software installed and working you're + ready to start preparing the database for its life as a the back end + to a high quality bug tracker. + + First, you'll want to fix MySQL permissions to allow access from + Bugzilla. For the purpose of this Installation section, the Bugzilla + username will be "bugs", and will have minimal permissions. Bugzilla + has not undergone a thorough security audit. It may be possible for a + system cracker to somehow trick Bugzilla into executing a command such + as "; DROP DATABASE mysql". + + That would be bad. + + Give the MySQL root user a password. MySQL passwords are limited to 16 + characters. + + bash# mysql -u root mysql + mysql> UPDATE user SET Password=PASSWORD ('new_password') WHERE + user='root'; + mysql> FLUSH PRIVILEGES; + + From this point on, if you need to access MySQL as the MySQL root + user, you will need to use "mysql -u root -p" and enter your + new_password. Remember that MySQL user names have nothing to do with + Unix user names (login names). + + Next, we create the "bugs" user, and grant sufficient permissions for + checksetup.pl, which we'll use later, to work its magic. This also + restricts the "bugs" user to operations within a database called + "bugs", and only allows the account to connect from "localhost". + Modify it to reflect your setup if you will be connecting from another + machine or as a different user. + + Remember to set bugs_password to some unique password. + + mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX, + ALTER,CREATE,DROP,REFERENCES ON bugs.* TO bugs@localhost IDENTIFIED BY + 'bugs_password'; + mysql> FLUSH PRIVILEGES; + + Next, run the magic checksetup.pl script. (Many thanks to Holger + Schurig for writing this script!) It will + make sure Bugzilla files and directories have reasonable permissions, + set up the "data" directory, and create all the MySQL tables. + + bash# ./checksetup.pl + + The first time you run it, it will create a file called "localconfig". + _________________________________________________________________ + +2.1.2.15. Tweaking "localconfig" + + This file contains a variety of settings you may need to tweak + including how Bugzilla should connect to the MySQL database. + + The connection settings include: + + 1. server's host: just use "localhost" if the MySQL server is local + 2. database name: "bugs" if you're following these directions + 3. MySQL username: "bugs" if you're following these directions + 4. Password for the "bugs" MySQL account above + + Once you are happy with the settings, re-run checksetup.pl. On this + second run, it will create the database and an administrator account + for which you will be prompted to provide information. + + When logged into an administrator account once Bugzilla is running, if + you go to the query page (off of the bugzilla main menu), you'll find + an 'edit parameters' option that is filled with editable treats. + + Should everything work, you should have a nearly empty copy of the bug + tracking setup. + + The second time around, checksetup.pl will stall if it is on a + filesystem that does not fully support file locking via flock(), such + as NFS mounts. This support is required for Bugzilla to operate safely + with multiple instances. If flock() is not fully supported, it will + stall at: Now regenerating the shadow database for all bugs. + + Note: The second time you run checksetup.pl, it is recommended you + be the same user as your web server runs under, and that you be + sure you have set the "webservergroup" parameter in localconfig to + match the web server's group name, if any. Under some systems, + otherwise, checksetup.pl will goof up your file permissions and + make them unreadable to your web server. + + Note: The checksetup.pl script is designed so that you can run it + at any time without causing harm. You should run it after any + upgrade to Bugzilla. + _________________________________________________________________ + +2.1.2.16. Setting Up Maintainers Manuall (Optional) + + If you want to add someone else to every group by hand, you can do it + by typing the appropriate MySQL commands. Run ' mysql -u root -p bugs' + (you may need different parameters, depending on your security + settings according to section 3, above). Then: + + mysql> update profiles set groupset=0x7fffffffffffffff where + login_name = 'XXX'; + + replacing XXX with the Bugzilla email address. + _________________________________________________________________ + +2.1.2.17. The Whining Cron (Optional) + + By now you've got a fully functional bugzilla, but what good are bugs + if they're not annoying? To help make those bugs more annoying you can + set up bugzilla's automatic whining system. This can be done by adding + the following command as a daily crontab entry (for help on that see + that crontab man page): + + cd ; ./whineatnews.pl + _________________________________________________________________ + +2.1.2.18. Bug Graphs (Optional) + + As long as you installed the GD and Graph::Base Perl modules you might + as well turn on the nifty bugzilla bug reporting graphs. + + Add a cron entry like this to run collectstats daily at 5 after + midnight: + + bash# crontab -e + 5 0 * * * cd ; ./collectstats.pl + + After two days have passed you'll be able to view bug graphs from the + Bug Reports page. + _________________________________________________________________ + +2.1.2.19. Securing MySQL + + If you followed the README for setting up your "bugs" and "root" user + in MySQL, much of this should not apply to you. If you are upgrading + an existing installation of Bugzilla, you should pay close attention + to this section. + + Most MySQL installs have "interesting" default security parameters: + + mysqld defaults to running as root + it defaults to allowing external network connections + it has a known port number, and is easy to detect + it defaults to no passwords whatsoever + it defaults to allowing "File_Priv" + + This means anyone from anywhere on the internet can not only drop the + database with one SQL command, and they can write as root to the + system. + + To see your permissions do: + + bash# mysql -u root -p + mysql> use mysql; + mysql> show tables; + mysql> select * from user; + mysql> select * from db; + + To fix the gaping holes: + + DELETE FROM user WHERE User=''; + UPDATE user SET Password=PASSWORD('new_password') WHERE user='root'; + FLUSH PRIVILEGES; + + If you're not running "mit-pthreads" you can use: + + GRANT USAGE ON *.* TO bugs@localhost; + GRANT ALL ON bugs.* TO bugs@localhost; + REVOKE DROP ON bugs.* FROM bugs@localhost; + FLUSH PRIVILEGES; + + With "mit-pthreads" you'll need to modify the "globals.pl" + Mysql->Connect line to specify a specific host name instead of + "localhost", and accept external connections: + + GRANT USAGE ON *.* TO bugs@bounce.hop.com; + GRANT ALL ON bugs.* TO bugs@bounce.hop.com; + REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com; + FLUSH PRIVILEGES; + + Consider also: + + 1. Turning off external networking with "--skip-networking", unless + you have "mit-pthreads", in which case you can't. Without + networking, MySQL connects with a Unix domain socket. + 2. using the --user= option to mysqld to run it as an unprivileged + user. + 3. starting MySQL in a chroot jail + 4. running the httpd in a "chrooted" jail + 5. making sure the MySQL passwords are different from the OS + passwords (MySQL "root" has nothing to do with system "root"). + 6. running MySQL on a separate untrusted machine + 7. making backups ;-) + _________________________________________________________________ + +2.1.2.20. Installation General Notes + +2.1.2.20.1. Modifying Your Running System + + Bugzilla optimizes database lookups by storing all relatively static + information in the versioncache file, located in the data/ + subdirectory under your installation directory (we said before it + needs to be writable, right?!) + + If you make a change to the structural data in your database (the + versions table for example), or to the "constants" encoded in + defparams.pl, you will need to remove the cached content from the data + directory (by doing a "rm data/versioncache"), or your changes won't + show up! + + That file gets automatically regenerated whenever it's more than an + hour old, so Bugzilla will eventually notice your changes by itself, + but generally you want it to notice right away, so that you can test + things. + _________________________________________________________________ + +2.1.2.20.2. Upgrading From Previous Versions + + The developers of Bugzilla are constantly adding new tables, columns + and fields. You'll get SQL errors if you just update the code. The + strategy to update is to simply always run the checksetup.pl script + whenever you upgrade your installation of Bugzilla. If you want to see + what has changed, you can read the comments in that file, starting + from the end. + _________________________________________________________________ + +2.1.2.20.3. UNIX Installation Instructions History + + This document was originally adapted from the Bonsai installation + instructions by Terry Weissman . + + The February 25, 1999 re-write of this page was done by Ry4an Brase + , with some edits by Terry Weissman, Bryce Nesbitt, + Martin Pool, & Dan Mosedale (But don't send bug reports to them! + Report them using bugzilla, at + http://bugzilla.mozilla.org/enter_bug.cgi , project Webtools, + component Bugzilla). + + This document was heavily modified again Wednesday, March 07 2001 to + reflect changes for Bugzilla 2.12 release by Matthew P. Barnson. The + securing MySQL section should be changed to become standard procedure + for Bugzilla installations. + + Finally, the README in its entirety was marked up in SGML and included + into the Guide on April 24, 2001. + + Comments from people using this Guide for the first time are + particularly welcome. _________________________________________________________________ 2.2. Win32 (Win98+/NT/2K) Installation @@ -430,6 +1104,50 @@ Chapter 2. Installing Bugzilla The KB article only talks about .pl, but it goes into more detail and provides a perl test script. + + Tip: "Brian" had this to add, about upgrading to Bugzilla 2.12 from + previous versions: + + Hi - I am updating bugzilla to 2.12 so I can tell you what I did + (after I deleted the current dir and copied the files in). + + In checksetup.pl, I did the following... + + 1. + +my $webservergid = getgrnam($my_webservergroup); + + + to + +my $webservergid = 'Administrators' + + + 2. I then ran checksetup.pl + 3. I removed all the encrypt() + Example 2-1. Removing encrypt() for Windows NT installations + Replace this: + +SendSQL("SELECT encrypt(" . SqlQuote($enteredpwd) . ", " . + SqlQuote(substr($realcryptpwd, 0, 2)) . ")"); +my $enteredcryptpwd = FetchOneColumn(); + + + with this: + +my $enteredcryptpwd = $enteredpwd + + + in cgi.pl. + 4. I renamed processmail to processmail.pl + 5. I altered the sendmail statements to windmail: + + +open SENDMAIL, "|\"C:/General/Web/tools/Windmail 4.0 Beta/windmail\" -t > mail. +log"; + + The quotes around the dir is for the spaces. mail.log is for the + output _________________________________________________________________ Chapter 3. Administering Bugzilla @@ -440,7 +1158,7 @@ Chapter 3. Administering Bugzilla So you followed the README isntructions to the letter, and just logged into bugzilla with your super-duper god account and you are sitting at the query screen. Yet, you have nothing to query. Your first act of - bisuness needs to be to setup the operating parameters for bugzilla. + business needs to be to setup the operating parameters for bugzilla. _________________________________________________________________ 3.1. Post-Installation Checklist @@ -449,22 +1167,25 @@ Chapter 3. Administering Bugzilla a successful installation. If you do not see a recommended setting for a parameter, consider leaving it at the default while you perform your initial tests on your Bugzilla setup. - 1. Set "maintainer" to your email address. This allows Bugzilla's + 1. Bring up "editparams.cgi" in your web browser. For instance, to + edit parameters at mozilla.org, the URL would be + http://bugzilla.mozilla.org/editparams.cgi, also available under + the "edit parameters" link on your query page. + 2. Set "maintainer" to your email address. This allows Bugzilla's error messages to display your email address and allow people to contact you for help. - 2. Set "urlbase" to the URL reference for your Bugzilla installation. + 3. Set "urlbase" to the URL reference for your Bugzilla installation. If your bugzilla query page is at http://www.foo.com/bugzilla/query.cgi, your url base is http://www.foo.com/bugzilla/ - 3. Set "usebuggroups" to "1" only if you need to restrict access to + 4. Set "usebuggroups" to "1" only if you need to restrict access to products. I suggest leaving this parameter off while initially testing your Bugzilla. - 4. Set "usebuggroupsentry" to "1" if you want to be able to restrict - access to products. Once again, if you are simply testing your - installation, I suggest against turning this parameter on; the - strict security checking may stop you from being able to modify - your new entries. - 5. Set "shadowdb" to "bug_shadowdb" if you will be running a *very* + 5. Set "usebuggroupsentry" to "1" if you want to restrict access to + products. Once again, if you are simply testing your installation, + I suggest against turning this parameter on; the strict security + checking may stop you from being able to modify your new entries. + 6. Set "shadowdb" to "bug_shadowdb" if you will be running a *very* large installation of Bugzilla. The shadow database enables many simultaneous users to read and write to the database without interfering with one another. @@ -480,7 +1201,7 @@ Chapter 3. Administering Bugzilla should turn the "queryagainstshadowdb" option "On" as well. Otherwise you are replicating data into a shadow database for no reason! - 6. If you have custom logos or HTML you must put in place to fit + 7. If you have custom logos or HTML you must put in place to fit within your site design guidelines, place the code in the "headerhtml", "footerhtml", "errorhtml", "bannerhtml", or "blurbhtml" text boxes. @@ -489,22 +1210,23 @@ Chapter 3. Administering Bugzilla other code on the page. If you have a special banner, put the code for it in "bannerhtml". You may want to leave these settings at the defaults initially. - 7. Add any text you wish to the "passwordmail" parameter box. For + 8. Add any text you wish to the "passwordmail" parameter box. For instance, many people choose to use this box to give a quick training blurb about how to use Bugzilla at your site. - 8. Set "newemailtech" to "on". Your users will thank you. This is the - default in the post-2.12 world. - 9. Do you want to use the qa contact ("useqacontact") and status + 9. Ensure "newemailtech" is "on". Your users will thank you. This is + the default in the post-2.12 world, and is only an issue if you + are upgrading. + 10. Do you want to use the qa contact ("useqacontact") and status whiteboard ("usestatuswhiteboard") fields? These fields are useful because they allow for more flexibility, particularly when you have an existing Quality Assurance and/or Release Engineering team, but they may not be needed for smaller installations. - 10. Set "whinedays" to the amount of days you want to let bugs go in + 11. Set "whinedays" to the amount of days you want to let bugs go in the "New" or "Reopened" state before notifying people they have untouched new bugs. If you do not plan to use this feature, simply do not set up the whining cron job described in the README, or set this value to "0". - 11. Set the "commenton" options according to your site policy. It is a + 12. Set the "commenton" options according to your site policy. It is a wise idea to require comments when users resolve, reassign, or reopen bugs. @@ -513,7 +1235,7 @@ Chapter 3. Administering Bugzilla database users than having a developer mark a bug "fixed" without any comment as to what the fix was (or even that it was truly fixed!) - 12. Set "supportwatchers" to "On". This feature is helpful for team + 13. Set "supportwatchers" to "On". This feature is helpful for team leads to monitor progress in their respective areas, and can offer many other benefits, such as allowing a developer to pick up a former engineer's bugs without requiring her to change all the @@ -1065,11 +1787,11 @@ Chapter 3. Administering Bugzilla 4. Do not run Apache as "nobody". This will require very lax permissions in your Bugzilla directories. Run it, instead, as a user with a name, set via your httpd.conf file. - 5. Ensure you have adequate access controls for $BUGZILLA_HOME/data/ - and $BUGZILLA_HOME/localconfig. The localconfig file stores your - "bugs" user password, which would be terrible to have in the hands - of a criminal. Also some files under $BUGZILLA_HOME/data store - sensitive information. + 5. Ensure you have adequate access controls for $BUGZILLA_HOME/data/, + $BUGZILLA_HOME/localconfig, and $BUGZILLA_HOME/shadow directories. + The localconfig file stores your "bugs" user password, which would + be terrible to have in the hands of a criminal. Also some files + under $BUGZILLA_HOME/data store sensitive information. On Apache, you can use .htaccess files to protect access to these directories, as outlined in Bug 57161 for the localconfig file, and Bug 65572 for adequate protection in your data/ and shadow/ @@ -1095,8 +1817,6 @@ Chapter 3. Administering Bugzilla Place the following text into a file named ".htaccess", readable by your web server, in your $BUGZILLA_HOME/shadow directory. deny from all - - 6. _________________________________________________________________ Chapter 4. Using Bugzilla @@ -1111,15 +1831,15 @@ Chapter 4. Using Bugzilla Bugzilla is one example of a class of programs called "Defect Tracking Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking Systems allow individual or groups of developers to keep track of - outstanding bugs in their product effectively. At the time Bugzilla - was originally written, as a port from Netscape Communications' - "Bugsplat!" program to Perl from TCL, there were very few competitors - in the market for bug-tracking software. Most commercial - defect-tracking software vendors at the time charged enormous - licensing fees. Bugzilla quickly became a favorite of the open-source - crowd (with its genesis in the open-source browser project, Mozilla) - and is now the de-facto standard defect-tracking system against which - all others are measured. + outstanding bugs in their product effectively. Bugzilla was originally + written by Terry Weissman in a programming language called "TCL", to + replace a crappy bug-tracking database used internally for Netscape + Communications. Terry later ported Bugzilla to Perl from TCL, and in + Perl it remains to this day. Most commercial defect-tracking software + vendors at the time charged enormous licensing fees, and Bugzilla + quickly became a favorite of the open-source crowd (with its genesis + in the open-source browser project, Mozilla). It is now the de-facto + standard defect-tracking system against which all others are measured. Bugzilla has matured immensely, and now boasts many advanced features. These include: @@ -1132,8 +1852,8 @@ Chapter 4. Using Bugzilla * a very well-understood and well-thought-out natural bug resolution protocol * email, XML, and HTTP APIs - * integration with several automated software configuration - management systems + * available integration with automated software configuration + management systems, including Perforce and CVS. * too many more features to list Despite its current robustness and popularity, however, Bugzilla faces @@ -1144,6 +1864,12 @@ Chapter 4. Using Bugzilla queries, some unsupportable bug resolution options, no internationalization, and dependence on some nonstandard libraries. + Some recent headway has been made on the query front, however. If you + are using the latest version of Bugzilla, you should see a "simple + search" form on the default front page of your Bugzilla install. Type + in two or three search terms and you should pull up some relevant + information. This is also available as "queryhelp.cgi". + Despite these small problems, Bugzilla is very hard to beat. It is under very active development to address the current issues, and a long-awaited overhaul in the form of Bugzilla 3.0 is expected sometime @@ -1179,11 +1905,11 @@ Chapter 4. Using Bugzilla Bugzilla is very adaptable to various situations. Known uses currently include IT support queues, Systems Administration deployment management, chip design and development problem tracking (both - pre-and-post fabrication), and software bug tracking for luminaries - such as Redhat, Loki software, Linux-Mandrake, and VA Systems. - Combined with systems such as CVS, Bonsai, or Perforce SCM, Bugzilla - provides a powerful, easy-to-use solution to configuration management - and replication problems + pre-and-post fabrication), and software and hardware bug tracking for + luminaries such as Redhat, Loki software, Linux-Mandrake, and VA + Systems. Combined with systems such as CVS, Bonsai, or Perforce SCM, + Bugzilla provides a powerful, easy-to-use solution to configuration + management and replication problems Bugzilla can dramatically increase the productivity and accountability of individual employees by providing a documented workflow and @@ -1206,21 +1932,33 @@ Chapter 4. Using Bugzilla Hey! I'm Woody! Howdy, Howdy, Howdy! - Bugzilla is a large and complex system. Describing how to use it - requires some time. If you are only interested in installing or - administering a Bugzilla installation, please consult the Installing - and Administering Bugzilla portions of this Guide. This section is - principally aimed towards developing end-user mastery of Bugzilla, so - you may fully enjoy the benefits afforded by using this reliable - open-source bug-tracking software. + Bugzilla is a large, complex system. Describing how to use it requires + some time. If you are only interested in installing or administering a + Bugzilla installation, please consult the Installing and Administering + Bugzilla portions of this Guide. This section is principally aimed + towards developing end-user mastery of Bugzilla, so you may fully + enjoy the benefits afforded by using this reliable open-source + bug-tracking software. Throughout this portion of the Guide, we will refer to user account options available at the Bugzilla test installation, - landfill.tequilarista.org. Although Landfill serves as a great - introduction to Bugzilla, it does not offer all the options you would - have as a user on your own installation of Bugzilla, nor can it do - more than serve as a general introduction to Bugzilla. However, please - use it if you want to follow this tutorial. + landfill.tequilarista.org. + + Note: Some people have run into difficulties completing this + tutorial. If you run into problems, please check the updated, + online documentation available at + http://www.trilobyte.net/barnsons. If you're still stumped, please + subscribe to the newsgroup and provide details of exactly what's + stumping you! If enough people complain, I'll have to fix it in the + next version of this Guide. You can subscribe to the newsgroup at + news://news.mozilla.org/netscape.public.mozilla.webtools + + Although Landfill serves as a great introduction to Bugzilla, it does + not offer all the options you would have as a user on your own + installation of Bugzilla, nor can it do more than serve as a general + introduction to Bugzilla. Additionally, Landfill often runs + cutting-edge versions of Bugzilla for testing, so some things may work + slightly differently than mentioned here. _________________________________________________________________ 4.3.1. Create a Bugzilla Account @@ -1551,6 +2289,13 @@ Chapter 4. Using Bugzilla 4.4.2.1. Email Notification + Note: The email notification settings described below have been + obsoleted in Bugzilla 2.12, and this section will be replaced with + a comprehensive description of the amazing array of new options at + your disposal. However, in the meantime, throw this chunk out the + window and go crazy with goofing around with different notification + options. + Ahh, here you can reduce or increase the amount of email sent you from Bugzilla! In the drop-down "Notify me of changes to", select one of @@ -1666,8 +2411,30 @@ Chapter 5. Integrating Bugzilla with Third-Party Tools 5.3. Perforce SCM - Richard Brooksby and his team have an integration tool in public beta. - You can find it at http://www.ravenbrook.com/project/p4dti. + Richard Brooksby created a Perforce integration tool for Bugzilla and + TeamTrack. You can find the main project page at + http://www.ravenbrook.com/project/p4dti. "p4dti" is now an officially + supported product from Perforce, and you can find the "Perforce Public + Depot" p4dti page at + http://public.perforce.com/public/perforce/p4dti/index.html. + + Integration of Perforce with Bugzilla, once patches are applied, is + fairly seamless. However, p4dti is a patch against the Bugzilla 2.10 + release, not the current 2.12 release. I anticipate patches for 2.12 + will be out shortly. Check the project page regularly for updates, or + take the given patches and patch it manually. p4dti is designed to + support multiple defect trackers, and maintains its own documentation + for it. Please consult the pages linked above for further information. + + Right now, there is no way to synchronize the Bug ID and the Perforce + Transaction Number, or to change the Bug ID to read (PRODUCT).bugID + unless you hack it in. Additionally, if you have synchronization + problems, the easiest way to avoid them is to only put the bug + information, comments, etc. into Bugzilla, and not into the Perforce + change records. They will link anyway; merely reference the bug ID + fixed in your change description, and put a comment into Bugzilla + giving the change ID that fixed the Bugzilla bug. It's a process + issue, not a technology question. _________________________________________________________________ 5.4. Tinderbox @@ -1677,7 +2444,7 @@ Chapter 5. Integrating Bugzilla with Third-Party Tools Chapter 6. The Future of Bugzilla - This section largely contributed by Matthew Tuck + Bugzilla's Future. Much of this is the present, now. _________________________________________________________________ 6.1. Reducing Spam @@ -1724,6 +2491,11 @@ Chapter 6. The Future of Bugzilla dependency and keyword changes, for example. Both of these proposals live at "http://bugzilla.mozilla.org/show_bug.cgi?id=14137". + Note that they also live at + "http://bugzilla.mozilla.org/show_bug.cgi?id=17464", and the change + has been checked in. This is fixed with Bugzilla 2.12 and is no longe + r + an issue. Woo-Hoo! _________________________________________________________________ 6.2. Better Searching @@ -2188,7 +2960,11 @@ Appendix A. The Bugzilla FAQ 11. Bugzilla Hacking A.11.1. What bugs are in Bugzilla right now? - A.11.2. What's the best way to submit patches? What guidelines + A.11.2. How can I change the default priority to a null value? + For instance, have the default priority be "---" instead + of "P2"? + + A.11.3. What's the best way to submit patches? What guidelines should I follow? 1. General Questions @@ -2341,6 +3117,9 @@ Appendix A. The Bugzilla FAQ 2. Red Hat Bugzilla + Note: This section is no longer up-to-date. Please see the section + on "Red Hat Bugzilla" under "Variants" in The Bugzilla Guide. + A.2.1. What about Red Hat Bugzilla? Red Hat Bugzilla is arguably more user-friendly, customizable, and @@ -2434,7 +3213,8 @@ Appendix A. The Bugzilla FAQ A.2.3. What's the current status of Red Hat Bugzilla? Note: This information is somewhat dated; I last updated it 7 June - 2000. + 2000. Please see the "Variants" section of "The Bugzilla Guide" for + more up-to-date information regarding Red Hat Bugzilla. Dave Lawrence: @@ -2484,11 +3264,14 @@ Appendix A. The Bugzilla FAQ 3. Loki Bugzilla (AKA Fenris) - Note: Loki's "Fenris" Bugzilla is no longer actively maintained. It - works well enough for Loki. Additionally, the major differences in - Fenris have now been integrated into the main source tree of - Bugzilla, so there's not much reason to go grab the source. I left - this section of the FAQ principally for historical interest. + Note: Loki's "Fenris" Bugzilla is based upon the (now ancient) + Bugzilla 2.8 tree, and is no longer actively maintained. It works + well enough for Loki. Additionally, the major differences in Fenris + have now been integrated into the main source tree of Bugzilla, so + there's not much reason to go grab the source. I leave this section + of the FAQ principally for historical interest, but unless Loki has + further input into Bugzilla's future, it will be deprecated in + future versions of the Guide. A.3.1. What about Loki Bugzilla? @@ -2835,7 +3618,7 @@ Appendix A. The Bugzilla FAQ Bugzilla Perl processes if the domain to which it must send mail is unavailable. - This is now a configurable parameter called "sendmailparm", available + This is now a configurable parameter called "sendmailnow", available from editparams.cgi. A.7.7. How come email never reaches me from bugzilla changes? @@ -3160,7 +3943,19 @@ Appendix A. The Bugzilla FAQ to check current sources out of CVS so you can have these bug fixes early! - A.11.2. What's the best way to submit patches? What guidelines should + A.11.2. How can I change the default priority to a null value? For + instance, have the default priority be "---" instead of "P2"? + + This is well-documented here: + http://bugzilla.mozilla.org/show_bug.cgi?id=49862. Ultimately, it's as + easy as adding the "---" priority field to your localconfig file in + the appropriate area, re-running checksetup.pl, and then changing the + default priority in your browser using "editparams.cgi". Hmm, now that + I think about it, that is kind of a klunky way to handle it, but for + now it's what we have! Although the bug has been closed "resolved + wontfix", there may be a better way to handle this... + + A.11.3. What's the best way to submit patches? What guidelines should I follow? 1. Enter a bug into bugzilla.mozilla.org for the "Webtools" product, @@ -3185,21 +3980,60 @@ Appendix A. The Bugzilla FAQ successful open-source bug-tracking software on the planet :) _________________________________________________________________ -Appendix B. The Bugzilla Database +Appendix B. Software Download Links + + All of these sites are current as of April, 2001. Hopefully they'll + stay current for a while. + + Apache Web Server: http://www.apache.org Optional web server for + Bugzilla, but recommended because of broad user base and support. + + Bugzilla: http://www.mozilla.org/projects/bugzilla/ + + MySQL: http://www.mysql.org/ + + Perl: http://www.perl.org/ + + CPAN: http://www.cpan.org/ + + DBI Perl module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/DBI/ + + Data::Dumper module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Data/ + + MySQL related Perl modules: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Mysql/ + + TimeDate Perl module collection: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Date/ + + GD Perl module: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/GD/ + Alternately, you should be able to find the latest version of GD at + http://www.boutell.com/gd/ + + Chart::Base module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Chart/ + + LinuxDoc Software: http://www.linuxdoc.org/ (for documentation + maintenance) + _________________________________________________________________ + +Appendix C. The Bugzilla Database Note: This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers? _________________________________________________________________ -B.1. Database Schema Chart +C.1. Database Schema Chart Database Relationships Bugzilla database relationships chart _________________________________________________________________ -B.2. MySQL Bugzilla Database Introduction +C.2. MySQL Bugzilla Database Introduction Contributor(s): Matthew P. Barnson (mbarnson@excitehome.net) Last update: May 16, 2000 @@ -3609,12 +4443,12 @@ B.2. MySQL Bugzilla Database Introduction http://www.devshed.com/Server_Side/MySQL/ _________________________________________________________________ -B.3. MySQL Permissions & Grant Tables +C.3. MySQL Permissions & Grant Tables Note: The following portion of documentation comes from my answer - to an old discussion of Keynote, a cool product that does + to an old discussion of Keystone, a cool product that does trouble-ticket tracking for IT departments. I wrote this post to - the Keynote support group regarding MySQL grant table permissions, + the Keystone support group regarding MySQL grant table permissions, and how to use them effectively. It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables since this time, but it serves as a decent introduction and @@ -3810,9 +4644,9 @@ B.3. MySQL Permissions & Grant Tables (801)234-8300 _________________________________________________________________ -B.4. Cleaning up after mucking with Bugzilla +C.4. Cleaning up after mucking with Bugzilla - Contributed by Eric Hansen: + Contributed by Eric Hanson: There are several things, and one trick. There is a small tiny piece of documentation I saw once that said something very important. @@ -3833,28 +4667,105 @@ B.4. Cleaning up after mucking with Bugzilla in localconfig pertaining to bug_status, this point is mainly a FYI. _________________________________________________________________ -Appendix C. Useful Patches and Utilities for Bugzilla +Chapter 7. Bugzilla Variants + + Note: I know there are more variants than just RedHat Bugzilla out + there. Please help me get information about them, their project + status, and benefits there might be in using them or in using their + code in main-tree Bugzilla. + _________________________________________________________________ + +7.1. Red Hat Bugzilla + + Red Hat Bugzilla is probably the most popular Bugzilla variant, aside + from Mozilla Bugzilla, on the planet. One of the major benefits of Red + Hat Bugzilla is the ability to work with Oracle as a database, as well + as MySQL. Here's what Dave Lawrence had to say about the status of Red + Hat Bugzilla, + + Hello. I apologize that I am getting back to you so late. It has + been difficult to keep + up with email this past week. I have checked out your updated docum + entation and I will + have to say very good work. A few notes and additions as follows. + (ed: from the FAQ) + >For the record, we are not using any template type implementation + for the cosmetic changes + >maded to Bugzilla. It is just alot of html changes in the code its + elf. I admit I may have + >gotten a little carried away with it but the corporate types asked + for a more standardized + >interface to match up with other projects relating to Red Hat web + sites. A lot of other web + >based internal tools I am working on also look like Bugzilla. + This should probably be changed since we are now in fact using Text + ::Template for most + of the html rendering. You actually state this later in your number + ed list. + Also number 6 contradicts number 8 where number 6 would be the most + up to date status + on the Oracle port. + Additional Information: + ----------------------------- + 1. Comments are now stored in varchar fields of 4k in size each. If + the comment is more + than 4k it is broken up into chunks and given a sort number so each + comment can be re + assembled in the correct order. This was done because originally I + was storing the comments + in a long datatype which unfortunately cannot be indexed or joined + with another table. This + cause the search of text within the long description to be disabled + for a long time. That + is now working and is nto showing any noticeble performance hit tha + t I can tell. + 2. Work is being started on internationalizing the Bugzilla source + we have to allow our + Japanese customers to enter bug reports into a single bugzilla syst + em. This will probably + be done by using the nvarchar data types supported by Oracle which + allows storage of + double byte characters and also the use of the Accept-Language in t + he http header for + detection by Bugilla of which language to render. + 3. Of course even more cosmetic changes. It is difficult to keep up + with the ever + changing faces of www.redhat.com. + 4. Some convenience enhancements in the administration utilities. A + nd more integration + with other internal/external Red Hat web sites. + I hope this information may prove helpful for your documentation. P + lease contact + me if you have any more question or I can do anything else. + Regards + _________________________________________________________________ + +Appendix D. Useful Patches and Utilities for Bugzilla -C.1. The setperl.pl Utility +D.1. The setperl.csh Utility - You can use the "setperl.pl" utility to quickly and easily change the - path to perl on all your Bugzilla files. - 1. Download the "setperl.pl" utility to your Bugzilla directory and + You can use the "setperl.csh" utility to quickly and easily change the + path to perl on all your Bugzilla files. This is a C-shell script; if + you do not have "csh" or "tcsh" in the search path on your system, it + will not work! + 1. Download the "setperl.csh" utility to your Bugzilla directory and make it executable. a. bash# cd /your/path/to/bugzilla - b. bash# wget -O setperl.pl + b. bash# wget -O setperl.csh 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=107 95' - c. bash# chmod u+x setperl.pl + c. bash# chmod u+x setperl.csh 2. Prepare (and fix) Bugzilla file permissions. a. bash# chmod u+w * b. bash# chmod u+x duplicates.cgi c. bash# chmod a-x bug_status.html 3. Run the script: - bash# ./setperl.pl /your/path/to/perl + bash# ./setperl.csh /your/path/to/perl + Example D-1. Using Setperl to set your perl path + bash# ./setperl.csh /usr/bin/perl _________________________________________________________________ -C.2. Command-line Bugzilla Queries +D.2. Command-line Bugzilla Queries Users can query Bugzilla from the command line using this suite of utilities. @@ -3897,7 +4808,7 @@ C.2. Command-line Bugzilla Queries 2. Make your utilities executable: bash$ chmod u+x buglist bugs _________________________________________________________________ -C.3. The Quicksearch Utility +D.3. The Quicksearch Utility Quicksearch is a new, experimental feature of the 2.12 release. It consist of two Javascript files, "quicksearch.js" and @@ -3928,7 +4839,7 @@ C.3. The Quicksearch Utility has details. _________________________________________________________________ -Appendix D. GNU Free Documentation License +Appendix E. GNU Free Documentation License Version 1.1, March 2000 diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index a6bcaaeca1..9334472af6 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -16,6 +16,7 @@ + ]> @@ -58,7 +59,7 @@ http://www.linuxdoc.org/LDP/LDP-Author-Guide/tools-hints.html The Bugzilla Guide - v2.11.1, 06 March 2001 + v2.12.0, 24 April 2001 Matthew P. @@ -84,6 +85,7 @@ http://www.linuxdoc.org/LDP/LDP-Author-Guide/tools-hints.html 2.11.1 06 March 2001 + MPB Took way too long to revise this for 2.12 release. Updated FAQ to use qandaset tags instead of literallayout, @@ -93,6 +95,20 @@ http://www.linuxdoc.org/LDP/LDP-Author-Guide/tools-hints.html 2.13 release of the Guide in XML format instead of SGML. + + + 2.12.0 + 24 April 2001 + MPB + + Things fixed this release: Elaborated on queryhelp interface, added FAQ regarding + moving bugs from one keyword to another, clarified possible problems with the Landfill + tutorial, fixed a boatload of typos and unclear sentence structures. Incorporated the + README into the UNIX installation section, and changed the README to indicate the deprecated + status. Things I know need work: Used "simplelist" a lot, where I should have used + "procedure" to tag things. Need to lowercase all tags to be XML compliant. + + @@ -129,6 +145,9 @@ http://www.linuxdoc.org/LDP/LDP-Author-Guide/tools-hints.html &faq; + +&requiredsoftware + &database; diff --git a/docs/xml/about.xml b/docs/xml/about.xml index d83d7d0e58..d1b56cfdba 100644 --- a/docs/xml/about.xml +++ b/docs/xml/about.xml @@ -1,5 +1,5 @@ - + ] > About This Guide @@ -176,10 +176,15 @@
    Contributors - Thanks go to these people for significant contributions to this documentation: + Thanks go to these people for significant contributions + to this documentation (in no particular order): - Zach Lipton, Andrew Pearson, Spencer Smith, Eric Hansen + Zach Lipton (significant textual contributions), + Andrew Pearson, + Spencer Smith, + Eric Hanson, + Kevin Brannen,
    @@ -195,9 +200,11 @@
    Translations - The Bugzilla Guide needs translators! Please volunteer your translation into the language of your choice. + The Bugzilla Guide needs translators! + Please volunteer your translation into the language of your choice. If you will translate this Guide, please notify the members of the mozilla-webtools mailing list at - mozilla-webtools@mozilla.org + mozilla-webtools@mozilla.org. Since The Bugzilla Guide is also hosted on the + Linux Documentation Project, you would also do well to notify
    diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index 3ab02653bc..c52cacebf8 100644 --- a/docs/xml/administration.xml +++ b/docs/xml/administration.xml @@ -30,7 +30,7 @@ Chapter: Administration So you followed the README isntructions to the letter, and just logged into bugzilla with your super-duper god account and you are sitting at the query -screen. Yet, you have nothing to query. Your first act of bisuness needs to be to setup the +screen. Yet, you have nothing to query. Your first act of business needs to be to setup the operating parameters for bugzilla.
    @@ -46,6 +46,14 @@ operating parameters for bugzilla. checklist + + + Bring up "editparams.cgi" in your web browser. For instance, to edit parameters + at mozilla.org, the URL would be + http://bugzilla.mozilla.org/editparams.cgi, also available under the "edit parameters" + link on your query page. + + Set "maintainer" to your email address. @@ -71,7 +79,7 @@ operating parameters for bugzilla. - Set "usebuggroupsentry" to "1" if you want to be able to restrict access to products. + Set "usebuggroupsentry" to "1" if you want to restrict access to products. Once again, if you are simply testing your installation, I suggest against turning this parameter on; the strict security checking may stop you from being able to modify your new entries. @@ -99,18 +107,22 @@ operating parameters for bugzilla. attempting to commit a change to the database. - If you use the "shadowdb" option, it is only natural that you should turn the "queryagainstshadowdb" + If you use the "shadowdb" option, + it is only natural that you should turn the "queryagainstshadowdb" option "On" as well. Otherwise you are replicating data into a shadow database for no reason! If you have custom logos or HTML you must put in place to fit within your site design guidelines, - place the code in the "headerhtml", "footerhtml", "errorhtml", "bannerhtml", or "blurbhtml" text boxes. + place the code in the "headerhtml", "footerhtml", "errorhtml", + "bannerhtml", or "blurbhtml" text boxes. - The "headerhtml" text box is the HTML printed out before any other code on the page. - If you have a special banner, put the code for it in "bannerhtml". You may want to leave these + The "headerhtml" text box is the HTML printed out + before any other code on the page. + If you have a special banner, put the code for it in "bannerhtml". + You may want to leave these settings at the defaults initially. @@ -125,27 +137,33 @@ operating parameters for bugzilla. - Set "newemailtech" to "on". Your users will thank you. This is the default in the post-2.12 world. + Ensure "newemailtech" is "on". + Your users will thank you. This is the default in the post-2.12 world, and is + only an issue if you are upgrading. - Do you want to use the qa contact ("useqacontact") and status whiteboard ("usestatuswhiteboard") fields? - These fields are useful because they allow for more flexibility, particularly when you have an existing + Do you want to use the qa contact ("useqacontact") + and status whiteboard ("usestatuswhiteboard") fields? + These fields are useful because they allow for more flexibility, + particularly when you have an existing Quality Assurance and/or Release Engineering team, but they may not be needed for smaller installations. - Set "whinedays" to the amount of days you want to let bugs go in the "New" or "Reopened" state before + Set "whinedays" to the amount of days you want to let bugs go + in the "New" or "Reopened" state before notifying people they have untouched new bugs. If you do not plan to use this feature, simply do not set up the whining cron job described in the README, or set this value to "0". - Set the "commenton" options according to your site policy. It is a wise idea to require comments when users + Set the "commenton" options according to your site policy. + It is a wise idea to require comments when users resolve, reassign, or reopen bugs. @@ -456,9 +474,6 @@ operating parameters for bugzilla. Dear Lord, we have to get our users to do WHAT? - - Many thanks to Zach Lipton for his contributions to this section -
    Products @@ -1033,15 +1048,17 @@ operating parameters for bugzilla. - Ensure you have adequate access controls for $BUGZILLA_HOME/data/ and $BUGZILLA_HOME/localconfig. - The localconfig file stores your "bugs" user password, which would be terrible to have in the hands + Ensure you have adequate access controls for $BUGZILLA_HOME/data/, $BUGZILLA_HOME/localconfig, + and $BUGZILLA_HOME/shadow directories. + The localconfig file stores your "bugs" user password, + which would be terrible to have in the hands of a criminal. Also some files under $BUGZILLA_HOME/data store sensitive information. On Apache, you can use .htaccess files to protect access to these directories, as outlined in Bug 57161 for the localconfig file, and - Bug 65572 for adequate protection in your data/ and shadow/ directories. + Bug 65572 for adequate protection in your data/ and shadow/ directories. Note the instructions which follow are Apache-specific. If you use IIS, Netscape, or other @@ -1076,12 +1093,6 @@ operating parameters for bugzilla. - - - - - -
    diff --git a/docs/xml/database.xml b/docs/xml/database.xml index 16c72494e3..eced31c52c 100644 --- a/docs/xml/database.xml +++ b/docs/xml/database.xml @@ -1,10 +1,10 @@ - + The Bugzilla Database -This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers? MPB +This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers?
    Database Schema Chart @@ -405,7 +405,13 @@ http://www.devshed.com/Server_Side/MySQL/ MySQL Permissions & Grant Tables - The following portion of documentation comes from my answer to an old discussion of Keynote, a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the Keynote support group regarding MySQL grant table permissions, and how to use them effectively. It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables since this time, but it serves as a decent introduction and troubleshooting document for grant table issues. I used Keynote to track my troubles until I discovered Bugzilla, which gave me a whole new set of troubles to work on : ) + The following portion of documentation comes from my answer to an old discussion of Keystone, + a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the + Keystone support group regarding MySQL grant table permissions, and how to use them effectively. + It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables + since this time, but it serves as a decent introduction and troubleshooting document for grant + table issues. I used Keynote to track my troubles until I discovered Bugzilla, + which gave me a whole new set of troubles to work on : ) @@ -589,7 +595,7 @@ NEW CONTACT INFORMATION:
    Cleaning up after mucking with Bugzilla -Contributed by Eric Hansen: +Contributed by Eric Hanson: There are several things, and one trick. There is a small tiny piece of documentation I saw once that said something very important. 1) After pretty much any manual working of the Mysql db, you must diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index c10efec42f..b7ca03201c 100644 --- a/docs/xml/faq.xml +++ b/docs/xml/faq.xml @@ -272,7 +272,14 @@ Red Hat Bugzilla - + + + + This section is no longer up-to-date. + Please see the section on "Red Hat Bugzilla" under "Variants" in The Bugzilla Guide. + + + @@ -430,7 +437,8 @@ This information is somewhat dated; I last updated it - 7 June 2000. + 7 June 2000. Please see the "Variants" section of "The Bugzilla Guide" + for more up-to-date information regarding Red Hat Bugzilla. Dave Lawrence: @@ -465,7 +473,7 @@ thing going to help others that may need it. - As Matt has mentioned it is still using out-dated code and with a + As Matt has mentioned it is still using out-dated code and with a little help I would like to bring everything up to date for eventual incorporation with the main cvs tree. Due to other duties I have with the company any help with this wiould be @@ -490,16 +498,21 @@ Loki Bugzilla (AKA Fenris) - - - Loki's "Fenris" Bugzilla is no longer actively maintained. - It works well enough for Loki. Additionally, the major - differences in Fenris have now been integrated into - the main source tree of Bugzilla, so there's not much - reason to go grab the source. I left this section of the - FAQ principally for historical interest. - - + + + + Loki's "Fenris" Bugzilla is based upon the (now ancient) Bugzilla 2.8 + tree, and is no longer actively maintained. + It works well enough for Loki. Additionally, the major + differences in Fenris have now been integrated into + the main source tree of Bugzilla, so there's not much + reason to go grab the source. I leave this section of the + FAQ principally for historical interest, but unless Loki has further + input into Bugzilla's future, it will be deprecated in future versions + of the Guide. + + + @@ -558,12 +571,14 @@ Pointy-Haired-Boss Questions - - - The title of this section doesn't mean you're a PHB -- it just means - you probably HAVE a PHB who wants to know this :) - - + + + + The title of this section doesn't mean you're a PHB -- it just means + you probably HAVE a PHB who wants to know this :) + + + @@ -1228,7 +1243,7 @@ is unavailable. - This is now a configurable parameter called "sendmailparm", available + This is now a configurable parameter called "sendmailnow", available from editparams.cgi. @@ -1764,6 +1779,26 @@ A: Sure! Here ya go! + + + + How can I change the default priority to a null value? For instance, have the default + priority be "---" instead of "P2"? + + + + + This is well-documented here: + http://bugzilla.mozilla.org/show_bug.cgi?id=49862. Ultimately, it's as easy + as adding the "---" priority field to your localconfig file in the appropriate area, + re-running checksetup.pl, and then changing the default priority in your browser using + "editparams.cgi". Hmm, now that I think about it, that is kind of a klunky way to handle + it, but for now it's what we have! Although the bug has been closed "resolved wontfix", + there may be a better way to handle this... + + + + diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index f29ba953d3..03ff0bd8dc 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -5,31 +5,941 @@
    UNIX Installation - - - Please consult the README included with the Bugzilla distribution - as the current canonical source for UNIX installation instructions. - We do, however, have some installation notes for errata from the README. - - - - - - If you are installing Bugzilla on S.u.S.e. Linux, or some other - distributions with "paranoid" security options, it is possible - that the checksetup.pl script may fail with the error: - cannot chdir(/var/spool/mqueue): Permission denied - This is because your - /var/spool/mqueue directory has a mode of "drwx------". Type - chmod 755 /var/spool/mqueue as root to fix this problem. - - - - - - - - +
    + ERRATA + + + If you are installing Bugzilla on S.u.S.e. Linux, or some other + distributions with "paranoid" security options, it is possible + that the checksetup.pl script may fail with the error: + cannot chdir(/var/spool/mqueue): Permission denied + This is because your + /var/spool/mqueue directory has a mode of "drwx------". Type + chmod 755 /var/spool/mqueue as root to fix this problem. + + + + + + Release Notes for Bugzilla 2.12 are available at docs/rel_notes.txt + + + + + + The preferred documentation for Bugzilla is available in docs/, with + a variety of document types available. Please refer to these documents when + installing, configuring, and maintaining your Bugzilla installation. + + + + + + Bugzilla is not a package where you can just plop it in a directory, + twiddle a few things, and you're off. Installing Bugzilla assumes you + know your variant of UNIX or Microsoft Windows well, are familiar with the + command line, and are comfortable compiling and installing a plethora + of third-party utilities. To install Bugzilla on Win32 requires + fair Perl proficiency, and if you use a webserver other than Apache you + should be intimately familiar with the security mechanisms and CGI + environment thereof. + + + + + + Bugzilla has not undergone a complete security review. Security holes + may exist in the code. Great care should be taken both in the installation + and usage of this software. Carefully consider the implications of + installing other network services with Bugzilla. + + +
    + +
    + Step-by-step Install +
    + Introduction + + Installation of bugzilla is pretty straightforward, particularly if your + machine already has MySQL and the MySQL-related perl packages installed. + If those aren't installed yet, then that's the first order of business. The + other necessary ingredient is a web server set up to run cgi scripts. + While using Apache for your webserver is not required, it is recommended. + + + + Bugzilla has been successfully installed under Solaris, Linux, and + Win32. The peculiarities of installing on Win32 (Win98+/NT/2K) are not + included in this section of the Guide; please check out the "Win32 Installation Instructions" + for further advice on getting Bugzilla to work on Microsoft Windows. + + + + The Bugzilla Guide is contained in the "docs/" folder. It is available + in plain text (docs/txt), HTML (docs/html), or SGML source (docs/sgml). + +
    +
    + Installing the Prerequisites + + + The software packages necessary for the proper running of bugzilla are: + + + + MySQL database server and the mysql client (3.22.5 or greater) + + + + + Perl (5.004 or greater) + + + + + DBI Perl module + + + + + Data::Dumper Perl module + + + + + DBD::mySQL + + + + + TimeDate Perl module collection + + + + + GD perl module (1.8.3) (optional, for bug charting) + + + + + Chart::Base Perl module (0.99c) (optional, for bug charting) + + + + + DB_File Perl module (optional, for bug charting) + + + + + The web server of your choice. Apache is recommended. + + + + + MIME::Parser Perl module (optional, for contrib/bug_email.pl interface) + + + + + + You must run Bugzilla on a filesystem that supports file locking via + flock(). This is necessary for Bugzilla to operate safely with multiple + instances. + + + + + It is a good idea, while installing Bugzilla, to ensure it is not + accessible by other machines on the Internet. + Your machine may be vulnerable to attacks + while you are installing. In other words, ensure there is some kind of firewall between you + and the rest of the Internet. Many installation steps require an active Internet connection + to complete, but you must take care to ensure that at no point is your machine vulnerable + to an attack. + + + + +
    +
    + Installing MySQL Database + + Visit MySQL homepage at http://www.mysql.org/ and grab the latest stable + release of the server. Both binaries and source are available and which + you get shouldn't matter. Be aware that many of the binary versions + of MySQL store their data files in /var which on many installations + (particularly common with linux installations) is part of a smaller + root partition. If you decide to build from sources you can easily set + the dataDir as an option to configure. + + + If you've installed from source or non-package (RPM, deb, etc.) binaries + you'll want to make sure to add mysqld to your init scripts so the server + daemon will come back up whenever your machine reboots. + You also may want to edit those init scripts, to make sure that + mysqld will accept large packets. By default, mysqld is set up to only + accept packets up to 64K long. This limits the size of attachments you + may put on bugs. If you add something like "-O max_allowed_packet=1M" + to the command that starts mysqld (or safe_mysqld), then you will be + able to have attachments up to about 1 megabyte. + + + + If you plan on running Bugzilla and MySQL on the same machine, + consider using the "--skip-networking" option in the init script. + This enhances security by preventing network access to MySQL. + + +
    + +
    + Perl (5.004 or greater) + + Any machine that doesn't have perl on it is a sad machine indeed. Perl + for *nix systems can be gotten in source form from http://www.perl.com. + + + Perl is now a far cry from the the single compiler/interpreter binary it + once was. It now includes a great many required modules and quite a + few other support files. If you're not up to or not inclined to build + perl from source, you'll want to install it on your machine using some + sort of packaging system (be it RPM, deb, or what have you) to ensure + a sane install. In the subsequent sections you'll be installing quite + a few perl modules; this can be quite ornery if your perl installation + isn't up to snuff. + + + + You can skip the following Perl module installation + steps by installing "Bundle::Bugzilla" from CPAN, which includes them. + All Perl module installation steps require you have an active Internet + connection. + + + + bash# + perl -MCPAN -e 'install "Bundle::Bugzilla"' + + + + Bundle::Bugzilla doesn't include GD, Chart::Base, or MIME::Parser, + which are not essential to a basic Bugzilla install. If installing + this bundle fails, you should install each module individually to + isolate the problem. + + +
    + +
    + DBI Perl Module + + The DBI module is a generic Perl module used by other database related + Perl modules. For our purposes it's required by the MySQL-related + modules. As long as your Perl installation was done correctly the + DBI module should be a breeze. It's a mixed Perl/C module, but Perl's + MakeMaker system simplifies the C compilation greatly. + + + Like almost all Perl modules DBI can be found on the Comprehensive Perl + Archive Network (CPAN) at http://www.cpan.org. The CPAN servers have a + real tendency to bog down, so please use mirrors. The current location + at the time of this writing (02/17/99) can be found in Appendix A. + + + Quality, general Perl module installation instructions can be found on + the CPAN website, but the easy thing to do is to just use the CPAN shell + which does all the hard work for you. + + + To use the CPAN shell to install DBI: + + + + bash# + perl -MCPAN -e 'install "DBI"' + + + Replace "DBI" with the name of whichever module you wish + to install, such as Data::Dumper, TimeDate, GD, etc. + + + + To do it the hard way: + + + Untar the module tarball -- it should create its own directory + + + CD to the directory just created, and enter the following commands: + + + + + bash# + perl Makefile.PL + + + + + + + bash# + make + + + + + + + bash# + make test + + + + + + + bash# + make install + + + + + If everything went ok that should be all it takes. For the vast + majority of perl modules this is all that's required. + + + +
    +
    + Data::Dumper Perl Module + + The Data::Dumper module provides data structure persistence for Perl + (similar to Java's serialization). It comes with later sub-releases of + Perl 5.004, but a re-installation just to be sure it's available won't + hurt anything. + + + Data::Dumper is used by the MySQL related Perl modules. It can be + found on CPAN (link in Appendix A) and can be installed by following + the same four step make sequence used for the DBI module. + +
    + +
    + MySQL related Perl Module Collection + + The Perl/MySQL interface requires a few mutually-dependent perl + modules. These modules are grouped together into the the + Msql-Mysql-modules package. This package can be found at CPAN. + After the archive file has been downloaded it should + be untarred. + + + The MySQL modules are all built using one make file which is generated + by running: + bash# + perl Makefile.pl + + + The MakeMaker process will ask you a few questions about the desired + compilation target and your MySQL installation. For many of the questions + the provided default will be adequate. + + + When asked if your desired target is the MySQL or mSQL packages + selected the MySQL related ones. Later you will be asked if you wish + to provide backwards compatibility with the older MySQL packages; you + must answer YES to this question. The default will be no, and if you + select it things won't work later. + + + A host of 'localhost' should be fine and a testing user of 'test' and + a null password should find itself with sufficient access to run tests + on the 'test' database which MySQL created upon installation. If 'make + test' and 'make install' go through without errors you should be ready + to go as far as database connectivity is concerned. + +
    + +
    + TimeDate Perl Module Collection + + Many of the more common date/time/calendar related Perl modules have + been grouped into a bundle similar to the MySQL modules bundle. This + bundle is stored on the CPAN under the name TimeDate. A (hopefully + current) link can be found in Appendix A. The component module we're + most interested in is the Date::Format module, but installing all of them + is probably a good idea anyway. The standard Perl module installation + instructions should work perfectly for this simple package. + +
    +
    + GD Perl Module (1.8.3) + + The GD library was written by Thomas Boutell a long while ago to + programatically generate images in C. Since then it's become almost a + defacto standard for programatic image construction. The Perl bindings + to it found in the GD library are used on a million web pages to generate + graphs on the fly. That's what bugzilla will be using it for so you'd + better install it if you want any of the graphing to work. + + + Actually bugzilla uses the Graph module which relies on GD itself, + but isn't that always the way with OOP. At any rate, you can find the + GD library on CPAN (link in Appendix "Required Software"). + + + + The Perl GD library requires some other libraries that may or may not be + installed on your system, including "libpng" and "libgd". The full requirements + are listed in the Perl GD library README. Just realize that if compiling GD fails, + it's probably because you're missing a required library. + + +
    + +
    + Chart::Base Perl Module (0.99c) + + The Chart module provides bugzilla with on-the-fly charting + abilities. It can be installed in the usual fashion after it has been + fetched from CPAN where it is found as the Chart-x.x... tarball in a + directory to be listed in Appendix "Required Software". Note that as with the GD perl + module, only the specific versions listed above (or newer) will work. Earlier + versions used GIF's, which are no longer supported by the latest + versions of GD. + +
    + +
    + DB_File Perl Module + + DB_File is a module which allows Perl programs to make use of the facilities provided by + Berkeley DB version 1.x. This module is required by collectstats.pl which is used for + bug charting. If you plan to make use of bug charting, you must install this module. + +
    + +
    + HTTP Server + + You have a freedom of choice here - Apache, Netscape or any other + server on UNIX would do. You can easily run the web server on a different + machine than MySQL, but need to adjust the MySQL "bugs" user permissions + accordingly. + + + You'll want to make sure that your web server will run any file + with the .cgi extension as a cgi and not just display it. If you're using + apache that means uncommenting the following line in the srm.conf file: + AddHandler cgi-script .cgi + + + With apache you'll also want to make sure that within the access.conf + file the line: + + Options ExecCGI + + is in the stanza that covers the directories you intend to put the bugzilla + .html and .cgi files into. + + + If you are using a newer version of Apache, both of the above lines will be + (or will need to be) in the httpd.conf file, rather than srm.conf or + access.conf. + + + + There are two critical directories and a file that should not be a served by + the HTTP server. These are the 'data' and 'shadow' directories and the + 'localconfig' file. You should configure your HTTP server to not serve + content from these files. Failure to do so will expose critical passwords + and other data. Please see your HTTP server configuration manual on how + to do this. If you use quips (at the top of the buglist pages) you will want + the 'data/comments' file to still be served. This file contains those quips. + + +
    + +
    + Installing the Bugzilla Files + + You should untar the Bugzilla files into a directory that you're + willing to make writable by the default web server user (probably + 'nobody'). You may decide to put the files off of the main web space + for your web server or perhaps off of /usr/local with a symbolic link + in the web space that points to the bugzilla directory. At any rate, + just dump all the files in the same place (optionally omitting the CVS + directories if they were accidentally tarred up with the rest of Bugzilla) + and make sure you can access the files in that directory through your + web server. + + + + HINT: If you symlink the bugzilla directory into your Apache's + HTML heirarchy, you may receive "Forbidden" errors unless you + add the "FollowSymLinks" directive to the <Directory> entry + for the HTML root. + + + + Once all the files are in a web accessible directory, make that + directory writable by your webserver's user (which may require just + making it world writable). This is a temporary step until you run + the post-install "checksetup.pl" script, which locks down your + installation. + + + Lastly, you'll need to set up a symbolic link from /usr/bonsaitools/bin + to the correct location of your perl executable (probably /usr/bin/perl). + Otherwise you must hack all the .cgi files to change where they look + for perl. To make future upgrades easier, you should use the symlink + approach. + + + If you don't have root access to set this symlink up, check out the + "setperl.csh" utility, listed in the Patches section of this + Guide. It will change the path to perl in all your Bugzilla files for + you. + + + +
    + +
    + Setting Up the MySQL Database + + After you've gotten all the software installed and working you're ready + to start preparing the database for its life as a the back end to a high + quality bug tracker. + + + First, you'll want to fix MySQL permissions to allow access from + Bugzilla. For the purpose of this Installation section, the Bugzilla username + will be "bugs", and will have minimal permissions. Bugzilla has + not undergone a thorough security audit. It may be possible for + a system cracker to somehow trick Bugzilla into executing a command + such as "; DROP DATABASE mysql". + + + That would be bad. + + + Give the MySQL root user a password. MySQL passwords are + limited to 16 characters. + + + + bash# + mysql -u root mysql + + + + + mysql> + + UPDATE user SET Password=PASSWORD ('new_password') + WHERE user='root'; + + + + + + mysql> + FLUSH PRIVILEGES; + + + + From this point on, if you need to access MySQL as the + MySQL root user, you will need to use "mysql -u root -p" and + enter your new_password. Remember that MySQL user names have + nothing to do with Unix user names (login names). + + + Next, we create the "bugs" user, and grant sufficient + permissions for checksetup.pl, which we'll use later, to work + its magic. This also restricts the "bugs" user to operations + within a database called "bugs", and only allows the account + to connect from "localhost". Modify it to reflect your setup + if you will be connecting from another machine or as a different + user. + + + Remember to set bugs_password to some unique password. + + + + mysql> + GRANT SELECT,INSERT,UPDATE,DELETE,INDEX, + ALTER,CREATE,DROP,REFERENCES + ON bugs.* TO bugs@localhost + IDENTIFIED BY 'bugs_password'; + + + + + + mysql> + + + FLUSH PRIVILEGES; + + + + + + + Next, run the magic checksetup.pl script. (Many thanks to Holger + Schurig <holgerschurig@nikocity.de> for writing this script!) + It will make sure Bugzilla files and directories have reasonable + permissions, set up the "data" directory, and create all the MySQL + tables. + + + + bash# + ./checksetup.pl + + + + The first time you run it, it will create a file called "localconfig". + +
    + +
    + Tweaking "localconfig" + + This file contains a variety of settings you may need to tweak including + how Bugzilla should connect to the MySQL database. + + + The connection settings include: + + + + server's host: just use "localhost" if the MySQL server is + local + + + + + database name: "bugs" if you're following these directions + + + + + MySQL username: "bugs" if you're following these directions + + + + + Password for the "bugs" MySQL account above + + + + + + Once you are happy with the settings, re-run checksetup.pl. On this + second run, it will create the database and an administrator account + for which you will be prompted to provide information. + + + When logged into an administrator account once Bugzilla is running, + if you go to the query page (off of the bugzilla main menu), you'll + find an 'edit parameters' option that is filled with editable treats. + + + Should everything work, you should have a nearly empty copy of the bug + tracking setup. + + + The second time around, checksetup.pl will stall if it is on a + filesystem that does not fully support file locking via flock(), such as + NFS mounts. This support is required for Bugzilla to operate safely with + multiple instances. If flock() is not fully supported, it will stall at: + Now regenerating the shadow database for all bugs. + + + The second time you run checksetup.pl, it is recommended you be the same + user as your web server runs under, and that you be sure you have set the + "webservergroup" parameter in localconfig to match the web server's group + name, if any. Under some systems, otherwise, checksetup.pl will goof up + your file permissions and make them unreadable to your web server. + + + + + + The checksetup.pl script is designed so that you can run it at any time + without causing harm. You should run it after any upgrade to Bugzilla. + + +
    + +
    + Setting Up Maintainers Manuall (Optional) + + If you want to add someone else to every group by hand, you can do it + by typing the appropriate MySQL commands. Run ' + mysql -u root -p bugs' + (you may need different parameters, depending on your security settings + according to section 3, above). Then: + + + + mysql> + update profiles set groupset=0x7fffffffffffffff + where login_name = 'XXX'; + + + + replacing XXX with the Bugzilla email address. + +
    + +
    + The Whining Cron (Optional) + + By now you've got a fully functional bugzilla, but what good are bugs + if they're not annoying? To help make those bugs more annoying you can + set up bugzilla's automatic whining system. This can be done by adding + the following command as a daily crontab entry (for help on that see that + crontab man page): + + + + cd <your-bugzilla-directory> ; ./whineatnews.pl + + + + +
    + +
    + Bug Graphs (Optional) + + As long as you installed the GD and Graph::Base Perl modules you might + as well turn on the nifty bugzilla bug reporting graphs. + + + Add a cron entry like this to run collectstats daily at 5 after midnight: + + + + bash# + crontab -e + + + + + 5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl + + + + + + After two days have passed you'll be able to view bug graphs from the + Bug Reports page. + +
    + +
    + Securing MySQL + + If you followed the README for setting up your "bugs" and "root" user in + MySQL, much of this should not apply to you. If you are upgrading + an existing installation of Bugzilla, you should pay close attention + to this section. + + + Most MySQL installs have "interesting" default security parameters: + + mysqld defaults to running as root + it defaults to allowing external network connections + it has a known port number, and is easy to detect + it defaults to no passwords whatsoever + it defaults to allowing "File_Priv" + + + + This means anyone from anywhere on the internet can not only drop the + database with one SQL command, and they can write as root to the system. + + + To see your permissions do: + + + + bash# + mysql -u root -p + + + + + mysql> + use mysql; + + + + + mysql> + show tables; + + + + + mysql> + select * from user; + + + + + mysql> + select * from db; + + + + + + To fix the gaping holes: + + DELETE FROM user WHERE User=''; + UPDATE user SET Password=PASSWORD('new_password') WHERE user='root'; + FLUSH PRIVILEGES; + + + + If you're not running "mit-pthreads" you can use: + + GRANT USAGE ON *.* TO bugs@localhost; + GRANT ALL ON bugs.* TO bugs@localhost; + REVOKE DROP ON bugs.* FROM bugs@localhost; + FLUSH PRIVILEGES; + + + + With "mit-pthreads" you'll need to modify the "globals.pl" Mysql->Connect + line to specify a specific host name instead of "localhost", and accept + external connections: + + GRANT USAGE ON *.* TO bugs@bounce.hop.com; + GRANT ALL ON bugs.* TO bugs@bounce.hop.com; + REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com; + FLUSH PRIVILEGES; + + + + Consider also: + + + + Turning off external networking with "--skip-networking", + unless you have "mit-pthreads", in which case you can't. + Without networking, MySQL connects with a Unix domain socket. + + + + + using the --user= option to mysqld to run it as an unprivileged + user. + + + + + starting MySQL in a chroot jail + + + + + running the httpd in a "chrooted" jail + + + + + making sure the MySQL passwords are different from the OS + passwords (MySQL "root" has nothing to do with system "root"). + + + + + running MySQL on a separate untrusted machine + + + + + making backups ;-) + + + + +
    + +
    + Installation General Notes +
    + Modifying Your Running System + + Bugzilla optimizes database lookups by storing all relatively static + information in the versioncache file, located in the data/ subdirectory + under your installation directory (we said before it needs to be writable, + right?!) + + + If you make a change to the structural data in your database (the + versions table for example), or to the "constants" encoded in + defparams.pl, you will need to remove the cached content from the data + directory (by doing a "rm data/versioncache"), or your changes won't show + up! + + + That file gets automatically regenerated whenever it's more than an + hour old, so Bugzilla will eventually notice your changes by itself, but + generally you want it to notice right away, so that you can test things. + +
    +
    + Upgrading From Previous Versions + + The developers of Bugzilla are constantly adding new tables, columns and + fields. You'll get SQL errors if you just update the code. The strategy + to update is to simply always run the checksetup.pl script whenever + you upgrade your installation of Bugzilla. If you want to see what has + changed, you can read the comments in that file, starting from the end. + +
    +
    + UNIX Installation Instructions History + + This document was originally adapted from the Bonsai installation + instructions by Terry Weissman <terry@mozilla.org>. + + + The February 25, 1999 re-write of this page was done by Ry4an Brase + <ry4an@ry4an.org>, with some edits by Terry Weissman, Bryce Nesbitt, + Martin Pool, & Dan Mosedale (But don't send bug reports to them! + Report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi , + project Webtools, component Bugzilla). + + + This document was heavily modified again Wednesday, March 07 2001 to + reflect changes for Bugzilla 2.12 release by Matthew P. Barnson. The + securing MySQL section should be changed to become standard procedure + for Bugzilla installations. + + + Finally, the README in its entirety was marked up in SGML and included into + the Guide on April 24, 2001. + + + Comments from people using this Guide for the first time are particularly welcome. + +
    +
    + +
    @@ -320,6 +1230,71 @@ + + "Brian" had this to add, about upgrading to Bugzilla 2.12 from previous versions: +
    + + Hi - I am updating bugzilla to 2.12 so I can tell you what I did (after I + deleted the current dir and copied the files in). + + + In checksetup.pl, I did the following... + + + + +my $webservergid = getgrnam($my_webservergroup); + + to + +my $webservergid = 'Administrators' + + + + + I then ran checksetup.pl + + + + + I removed all the encrypt() + + Removing encrypt() for Windows NT installations + + Replace this: + +SendSQL("SELECT encrypt(" . SqlQuote($enteredpwd) . ", " . + SqlQuote(substr($realcryptpwd, 0, 2)) . ")"); +my $enteredcryptpwd = FetchOneColumn(); + + with this: + +my $enteredcryptpwd = $enteredpwd + + in cgi.pl. + + + + + + + I renamed processmail to processmail.pl + + + + + I altered the sendmail statements to windmail: + +open SENDMAIL, "|\"C:/General/Web/tools/Windmail 4.0 Beta/windmail\" -t > mail.log"; + + + + The quotes around the dir is for the spaces. mail.log is for the output + + + +
    +
    diff --git a/docs/xml/integration.xml b/docs/xml/integration.xml index 68f5c5717e..74ec817f50 100644 --- a/docs/xml/integration.xml +++ b/docs/xml/integration.xml @@ -1,4 +1,4 @@ - + @@ -18,10 +18,31 @@
    Perforce SCM - Richard Brooksby and his team have an integration tool - in public beta. You can find it at - - http://www.ravenbrook.com/project/p4dti. + Richard Brooksby created a Perforce integration tool for Bugzilla and TeamTrack. + You can find the main project page at + + http://www.ravenbrook.com/project/p4dti. "p4dti" is now an officially + supported product from Perforce, and you can find the "Perforce Public Depot" + p4dti page at + http://public.perforce.com/public/perforce/p4dti/index.html. + + + Integration of Perforce with Bugzilla, once patches are applied, is fairly seamless. However, + p4dti is a patch against the Bugzilla 2.10 release, not the current 2.12 release. I anticipate + patches for 2.12 will be out shortly. Check the project page regularly for updates, or + take the given patches and patch it manually. p4dti is designed to support multiple defect + trackers, and maintains its own documentation for it. Please consult the pages linked + above for further information. + + + Right now, there is no way to synchronize the Bug ID and the Perforce Transaction Number, or + to change the Bug ID to read (PRODUCT).bugID unless you hack it in. Additionally, if you + have synchronization problems, the easiest way to avoid them is to only put the bug + information, comments, etc. into Bugzilla, and not into the Perforce change records. + They will link anyway; merely reference the bug ID fixed in your change description, + and put a comment into Bugzilla + giving the change ID that fixed the Bugzilla bug. It's a process issue, not a technology + question.
    diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml index 0992bde0d7..8d7a72682b 100644 --- a/docs/xml/patches.xml +++ b/docs/xml/patches.xml @@ -4,15 +4,17 @@ Useful Patches and Utilities for Bugzilla
    - The setperl.pl Utility + The setperl.csh Utility - You can use the "setperl.pl" utility to quickly and easily + You can use the "setperl.csh" utility to quickly and easily change the path to perl on all your Bugzilla files. + This is a C-shell script; if you do not have "csh" or "tcsh" in the search + path on your system, it will not work! - Download the "setperl.pl" utility to your Bugzilla + Download the "setperl.csh" utility to your Bugzilla directory and make it executable. @@ -28,7 +30,7 @@ bash# - wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' + wget -O setperl.csh 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' @@ -36,7 +38,7 @@ bash# - chmod u+x setperl.pl + chmod u+x setperl.csh @@ -80,8 +82,17 @@ bash# - ./setperl.pl /your/path/to/perl + ./setperl.csh /your/path/to/perl + + Using Setperl to set your perl path + + + bash# + ./setperl.csh /usr/bin/perl + + + @@ -206,4 +217,21 @@
    - \ No newline at end of file + + diff --git a/docs/xml/requiredsoftware.xml b/docs/xml/requiredsoftware.xml new file mode 100644 index 0000000000..2d819ab62b --- /dev/null +++ b/docs/xml/requiredsoftware.xml @@ -0,0 +1,82 @@ + + + + Software Download Links + + All of these sites are current as of April, 2001. Hopefully + they'll stay current for a while. + + + Apache Web Server: http://www.apache.org + Optional web server for Bugzilla, but recommended because of broad user base and support. + + + Bugzilla: + http://www.mozilla.org/projects/bugzilla/ + + + MySQL: http://www.mysql.org/ + + + Perl: http://www.perl.org/ + + + CPAN: http://www.cpan.org/ + + + DBI Perl module: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/DBI/ + + + Data::Dumper module: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Data/ + + + MySQL related Perl modules: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Mysql/ + + + TimeDate Perl module collection: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Date/ + + + GD Perl module: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/GD/ + Alternately, you should be able to find the latest version of + GD at http://www.boutell.com/gd/ + + + Chart::Base module: + + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Chart/ + + + LinuxDoc Software: + http://www.linuxdoc.org/ + (for documentation maintenance) + + + + + diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 606dca8c22..bc8159835d 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -41,11 +41,14 @@ Chapter: Using Bugzilla Bugzilla is one example of a class of programs called "Defect Tracking Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. - At the time Bugzilla was originally written, as a port from Netscape Communications' - "Bugsplat!" program to Perl from TCL, there were very few competitors in the market - for bug-tracking software. Most commercial defect-tracking software vendors at the - time charged enormous licensing fees. Bugzilla quickly became a favorite of the - open-source crowd (with its genesis in the open-source browser project, Mozilla) and + Bugzilla was originally written by Terry Weissman in a programming language called + "TCL", to replace a crappy + bug-tracking database used internally for Netscape Communications. Terry later ported + Bugzilla to + Perl from TCL, and in Perl it remains to this day. + Most commercial defect-tracking software vendors at the + time charged enormous licensing fees, and Bugzilla quickly became a favorite of the + open-source crowd (with its genesis in the open-source browser project, Mozilla). It is now the de-facto standard defect-tracking system against which all others are measured. @@ -89,7 +92,8 @@ Chapter: Using Bugzilla - integration with several automated software configuration management systems + available integration with automated software configuration management systems, including + Perforce and CVS. @@ -107,6 +111,12 @@ Chapter: Using Bugzilla problems with extremely large queries, some unsupportable bug resolution options, no internationalization, and dependence on some nonstandard libraries. + + Some recent headway has been made on the query front, however. If you are using the latest + version of Bugzilla, you should see a "simple search" form on the default front page of + your Bugzilla install. Type in two or three search terms and you should pull up some + relevant information. This is also available as "queryhelp.cgi". + Despite these small problems, Bugzilla is very hard to beat. It is under very active development to address the current issues, and a long-awaited overhaul in the form @@ -147,7 +157,7 @@ Chapter: Using Bugzilla Bugzilla is very adaptable to various situations. Known uses currently include IT support queues, Systems Administration deployment management, chip design and development problem tracking (both pre-and-post fabrication), - and software bug tracking for luminaries such as Redhat, Loki software, + and software and hardware bug tracking for luminaries such as Redhat, Loki software, Linux-Mandrake, and VA Systems. Combined with systems such as CVS, Bonsai, or Perforce SCM, Bugzilla provides a powerful, easy-to-use solution to configuration management and replication problems @@ -178,7 +188,7 @@ Chapter: Using Bugzilla - Bugzilla is a large and complex system. Describing how to use it + Bugzilla is a large, complex system. Describing how to use it requires some time. If you are only interested in installing or administering a Bugzilla installation, please consult the Installing and Administering Bugzilla portions of this Guide. This section is principally aimed towards @@ -190,11 +200,24 @@ Chapter: Using Bugzilla options available at the Bugzilla test installation, landfill.tequilarista.org. + + + Some people have run into difficulties completing this tutorial. If + you run into problems, please check the updated, online documentation available + at http://www.trilobyte.net/barnsons. + If you're still stumped, please subscribe to the newsgroup and provide details of exactly + what's stumping you! If enough people complain, I'll have to fix it in the next + version of this Guide. You can subscribe to the newsgroup at + + news://news.mozilla.org/netscape.public.mozilla.webtools + + + Although Landfill serves as a great introduction to Bugzilla, it does not offer all the options you would have as a user on your own installation of Bugzilla, - nor can it do more than serve as a general introduction to Bugzilla. - However, please use it if you want to - follow this tutorial. + nor can it do more than serve as a general introduction to Bugzilla. Additionally, + Landfill often runs cutting-edge versions of Bugzilla for testing, so some things + may work slightly differently than mentioned here.
    @@ -714,6 +737,14 @@ Chapter: Using Bugzilla Email Settings
    Email Notification + + + The email notification settings described below have been obsoleted in Bugzilla 2.12, and + this section will be replaced with a comprehensive description of the amazing array of + new options at your disposal. However, in the meantime, throw this chunk out the window + and go crazy with goofing around with different notification options. + + Ahh, here you can reduce or increase the amount of email sent you from Bugzilla! In the drop-down "Notify me of changes to", select one of diff --git a/docs/xml/variants.xml b/docs/xml/variants.xml index e69de29bb2..d13b9ee8dd 100644 --- a/docs/xml/variants.xml +++ b/docs/xml/variants.xml @@ -0,0 +1,87 @@ + + + + Bugzilla Variants + + + I know there are more variants than just RedHat Bugzilla out there. + Please help me get information about them, their project status, and benefits there + might be in using them or in using their code in main-tree Bugzilla. + + + +
    + Red Hat Bugzilla + + Red Hat Bugzilla is probably the most popular Bugzilla variant, aside from Mozilla Bugzilla, + on the planet. + One of the major benefits of Red Hat Bugzilla is the ability to work with Oracle as a + database, as well as MySQL. + Here's what Dave Lawrence had to say about the status of Red Hat Bugzilla, +
    + + Hello. I apologize that I am getting back to you so late. It has been difficult to keep +up with email this past week. I have checked out your updated documentation and I will +have to say very good work. A few notes and additions as follows. + +(ed: from the FAQ) +>For the record, we are not using any template type implementation for the cosmetic changes +>maded to Bugzilla. It is just alot of html changes in the code itself. I admit I may have +>gotten a little carried away with it but the corporate types asked for a more standardized +>interface to match up with other projects relating to Red Hat web sites. A lot of other web +>based internal tools I am working on also look like Bugzilla. + + +This should probably be changed since we are now in fact using Text::Template for most +of the html rendering. You actually state this later in your numbered list. + +Also number 6 contradicts number 8 where number 6 would be the most up to date status +on the Oracle port. + +Additional Information: +----------------------------- +1. Comments are now stored in varchar fields of 4k in size each. If the comment is more +than 4k it is broken up into chunks and given a sort number so each comment can be re +assembled in the correct order. This was done because originally I was storing the comments +in a long datatype which unfortunately cannot be indexed or joined with another table. This +cause the search of text within the long description to be disabled for a long time. That +is now working and is nto showing any noticeble performance hit that I can tell. + +2. Work is being started on internationalizing the Bugzilla source we have to allow our +Japanese customers to enter bug reports into a single bugzilla system. This will probably +be done by using the nvarchar data types supported by Oracle which allows storage of +double byte characters and also the use of the Accept-Language in the http header for +detection by Bugilla of which language to render. + +3. Of course even more cosmetic changes. It is difficult to keep up with the ever +changing faces of www.redhat.com. + +4. Some convenience enhancements in the administration utilities. And more integration +with other internal/external Red Hat web sites. + +I hope this information may prove helpful for your documentation. Please contact +me if you have any more question or I can do anything else. + +Regards + +
    +
    +
    +
    + -- 2.47.2