From 6b607da839992bead01d7cba308f216e17eed520 Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Thu, 8 Mar 2001 13:35:44 +0000 Subject: [PATCH] Documentation update; added docs/sgml, docs/html, docs/txt. No text version of The Bugzilla Guide availabe yet, however. --- docs/FAQ.html | 1557 --------- docs/README.docs | 42 + docs/html/about.html | 183 ++ docs/html/aboutthisguide.html | 192 ++ docs/html/administration.html | 214 ++ docs/html/bonsai.html | 138 + docs/html/bugprobs.html | 211 ++ docs/html/bz30.html | 138 + docs/html/cleanupwork.html | 155 + docs/html/cmdline.html | 262 ++ docs/html/contributors.html | 142 + docs/html/conventions.html | 419 +++ docs/html/copyright.html | 190 ++ docs/html/credits.html | 187 ++ docs/html/cvs.html | 138 + docs/html/database.html | 168 + docs/html/dbaseintegrity.html | 179 ++ docs/html/dbdoc.html | 509 +++ docs/html/dbschema.html | 153 + docs/html/dbschema.jpg | Bin 0 -> 220048 bytes docs/html/disclaimer.html | 169 + docs/html/faq.html | 3514 +++++++++++++++++++++ docs/html/feedback.html | 154 + docs/html/future.html | 180 ++ docs/html/gfdl.html | 211 ++ docs/html/gfdl_0.html | 159 + docs/html/gfdl_1.html | 200 ++ docs/html/gfdl_10.html | 156 + docs/html/gfdl_2.html | 150 + docs/html/gfdl_3.html | 174 + docs/html/gfdl_4.html | 280 ++ docs/html/gfdl_5.html | 159 + docs/html/gfdl_6.html | 149 + docs/html/gfdl_7.html | 153 + docs/html/gfdl_8.html | 148 + docs/html/gfdl_9.html | 145 + docs/html/gfdl_howto.html | 166 + docs/html/glossary.html | 294 ++ docs/html/granttables.html | 324 ++ docs/html/how.html | 905 ++++++ docs/html/index.html | 531 ++++ docs/html/init4me.html | 384 +++ docs/html/installation.html | 162 + docs/html/integration.html | 158 + docs/html/newversions.html | 186 ++ docs/html/patches.html | 153 + docs/html/postinstall-check.html | 297 ++ docs/html/programadmin.html | 923 ++++++ docs/html/quicksearch.html | 186 ++ docs/html/readme.unix.html | 183 ++ docs/html/readme.windows.html | 612 ++++ docs/html/scm.html | 145 + docs/html/searching.html | 197 ++ docs/html/security.html | 299 ++ docs/html/setperl.html | 281 ++ docs/html/spamlite.html | 185 ++ docs/html/tinderbox.html | 138 + docs/html/trackingbugs.html | 193 ++ docs/html/translations.html | 147 + docs/html/useradmin.html | 589 ++++ docs/html/using.html | 229 ++ docs/html/usingbz-conc.html | 148 + docs/html/whatis.html | 216 ++ docs/html/why.html | 207 ++ docs/sgml/Bugzilla-Guide.sgml | 177 ++ docs/sgml/about.sgml | 235 ++ docs/sgml/administration.sgml | 1107 +++++++ docs/sgml/conventions.sgml | 111 + docs/{DATABASE.txt => sgml/database.sgml} | 285 +- docs/sgml/dbschema.jpg | Bin 0 -> 220048 bytes docs/sgml/faq.sgml | 1845 +++++++++++ docs/sgml/future.sgml | 324 ++ docs/sgml/gfdl.sgml | 468 +++ docs/sgml/glossary.sgml | 108 + docs/sgml/index.sgml | 0 docs/sgml/installation.sgml | 347 ++ docs/sgml/integration.sgml | 54 + docs/sgml/patches.sgml | 209 ++ docs/sgml/readme.sgml | 496 +++ docs/sgml/using.sgml | 846 +++++ docs/sgml/variants.sgml | 0 docs/xml/Bugzilla-Guide.xml | 177 ++ docs/xml/about.xml | 235 ++ docs/xml/administration.xml | 1107 +++++++ docs/xml/conventions.xml | 111 + docs/xml/database.xml | 629 ++++ docs/xml/faq.xml | 1845 +++++++++++ docs/xml/gfdl.xml | 468 +++ docs/xml/glossary.xml | 108 + docs/xml/index.xml | 0 docs/xml/installation.xml | 347 ++ docs/xml/integration.xml | 54 + docs/xml/patches.xml | 209 ++ docs/xml/using.xml | 846 +++++ docs/xml/variants.xml | 0 95 files changed, 30887 insertions(+), 1577 deletions(-) delete mode 100644 docs/FAQ.html create mode 100644 docs/README.docs create mode 100644 docs/html/about.html create mode 100644 docs/html/aboutthisguide.html create mode 100644 docs/html/administration.html create mode 100644 docs/html/bonsai.html create mode 100644 docs/html/bugprobs.html create mode 100644 docs/html/bz30.html create mode 100644 docs/html/cleanupwork.html create mode 100644 docs/html/cmdline.html create mode 100644 docs/html/contributors.html create mode 100644 docs/html/conventions.html create mode 100644 docs/html/copyright.html create mode 100644 docs/html/credits.html create mode 100644 docs/html/cvs.html create mode 100644 docs/html/database.html create mode 100644 docs/html/dbaseintegrity.html create mode 100644 docs/html/dbdoc.html create mode 100644 docs/html/dbschema.html create mode 100644 docs/html/dbschema.jpg create mode 100644 docs/html/disclaimer.html create mode 100644 docs/html/faq.html create mode 100644 docs/html/feedback.html create mode 100644 docs/html/future.html create mode 100644 docs/html/gfdl.html create mode 100644 docs/html/gfdl_0.html create mode 100644 docs/html/gfdl_1.html create mode 100644 docs/html/gfdl_10.html create mode 100644 docs/html/gfdl_2.html create mode 100644 docs/html/gfdl_3.html create mode 100644 docs/html/gfdl_4.html create mode 100644 docs/html/gfdl_5.html create mode 100644 docs/html/gfdl_6.html create mode 100644 docs/html/gfdl_7.html create mode 100644 docs/html/gfdl_8.html create mode 100644 docs/html/gfdl_9.html create mode 100644 docs/html/gfdl_howto.html create mode 100644 docs/html/glossary.html create mode 100644 docs/html/granttables.html create mode 100644 docs/html/how.html create mode 100644 docs/html/index.html create mode 100644 docs/html/init4me.html create mode 100644 docs/html/installation.html create mode 100644 docs/html/integration.html create mode 100644 docs/html/newversions.html create mode 100644 docs/html/patches.html create mode 100644 docs/html/postinstall-check.html create mode 100644 docs/html/programadmin.html create mode 100644 docs/html/quicksearch.html create mode 100644 docs/html/readme.unix.html create mode 100644 docs/html/readme.windows.html create mode 100644 docs/html/scm.html create mode 100644 docs/html/searching.html create mode 100644 docs/html/security.html create mode 100644 docs/html/setperl.html create mode 100644 docs/html/spamlite.html create mode 100644 docs/html/tinderbox.html create mode 100644 docs/html/trackingbugs.html create mode 100644 docs/html/translations.html create mode 100644 docs/html/useradmin.html create mode 100644 docs/html/using.html create mode 100644 docs/html/usingbz-conc.html create mode 100644 docs/html/whatis.html create mode 100644 docs/html/why.html create mode 100644 docs/sgml/Bugzilla-Guide.sgml create mode 100644 docs/sgml/about.sgml create mode 100644 docs/sgml/administration.sgml create mode 100644 docs/sgml/conventions.sgml rename docs/{DATABASE.txt => sgml/database.sgml} (57%) create mode 100644 docs/sgml/dbschema.jpg create mode 100644 docs/sgml/faq.sgml create mode 100644 docs/sgml/future.sgml create mode 100644 docs/sgml/gfdl.sgml create mode 100644 docs/sgml/glossary.sgml create mode 100644 docs/sgml/index.sgml create mode 100644 docs/sgml/installation.sgml create mode 100644 docs/sgml/integration.sgml create mode 100644 docs/sgml/patches.sgml create mode 100644 docs/sgml/readme.sgml create mode 100644 docs/sgml/using.sgml create mode 100644 docs/sgml/variants.sgml create mode 100644 docs/xml/Bugzilla-Guide.xml create mode 100644 docs/xml/about.xml create mode 100644 docs/xml/administration.xml create mode 100644 docs/xml/conventions.xml create mode 100644 docs/xml/database.xml create mode 100644 docs/xml/faq.xml create mode 100644 docs/xml/gfdl.xml create mode 100644 docs/xml/glossary.xml create mode 100644 docs/xml/index.xml create mode 100644 docs/xml/installation.xml create mode 100644 docs/xml/integration.xml create mode 100644 docs/xml/patches.xml create mode 100644 docs/xml/using.xml create mode 100644 docs/xml/variants.xml diff --git a/docs/FAQ.html b/docs/FAQ.html deleted file mode 100644 index f3c05cb6f9..0000000000 --- a/docs/FAQ.html +++ /dev/null @@ -1,1557 +0,0 @@ - -
-The Original Code is "The Bugzilla FAQ". -
The Initial Developer of the Original Code is AtHome Corporation. Portions -created by AtHome are Copyright © 1995-2000 AtHome Corporation. All -Rights Reserved. @Home, Excite@Home, @Work, and Excite are the trademarks -of At Home Corporation, and may be registered in certain jurisdictions -
Contributor(s): -
Changes:
-
Version 0.2: Initial public release. (April 10, 2000)
-
Version 0.2.1: Fixed formatting, released as HTML. Also corrected
-incorrect fix for missing bugs from queries (it's syncshadowdb, not processmail)
-and information about bugzilla maintainers (April 10,2000)
-
Version 0.2.2: (May 15, 2000)
-
Version 0.2.4: (June 7, 2000)
-
Maintainer: Matthew P.
-Barnson
-
-
-
The Bugzilla FAQ is designed to answer common user questions outside -the scope of the README file and supporting documentation in an easy "question -and answer" format. Where appropriate, this FAQ will refer to URLs rather -than including documents in their entirety to ensure completeness even -should this FAQ become out of date. -
This FAQ is not maintained by Netscape or Netscape employees, so please -do not contact them regarding errors or omissions contained herein. Please -direct all questions, comments, updates, flames, etc. to Matthew -P. Barnson (barnboy or barnhome on irc.mozilla.org in #mozwebtools). -
I'm sure I've made some glaring errors or omissions in this paper -- -please email me corrections -or post corrections to the netscape.public.mozilla.webtools newsgroup. -
Bugzilla attracts very intelligent, competent people who need a good -bug-tracking system to support their projects, so I make a few assumptions -in this FAQ: -
Q: Where can I find information about bugzilla?
-
A: You can stay up-to-date with the latest bugzilla information
-at http://www.mozilla.org/projects/bugzilla/.
-
Q: What license is Bugzilla distributed under?
-
A: Bugzilla is under the Mozilla Public License. See
-details at http://www.mozilla.org/MPL/
-
Q: How do I get commercial support for Bugzilla?
-
A: As far as I know, there are not yet any companies
-that offer commercial Bugzilla support. However, I've heard there are consulting
-companies that will install and maintain a Bugzilla installation for charge,
-and would accept responsibility for its upkeep. I'm not sure which large
-consulting firms do this yet -- I'm open to more contributions in this
-area.
-
Q: What major companies or projects are currently using
-Bugzilla for bug-tracking?
-
A: This is by no means a complete list, and is assembled
-from contributions and about 10 minutes of searching on AltaVista. Contributions
-welcome:
-
Q: Why does Bugzilla use .png files instead of .gifs
-for graphs?
-
A: Patent restrictions (see http://www.gnu.org/philosophy/gif.html
-for details). If you're using a recent version of the GD library and a
-recent version of Bugzilla, this is no longer a FAQ.
-
Q: How does Bugzilla stack up against other bug-tracking
-databases?
-
A: As far as I know, there have been no feature-by-feature
-comparisons to other bug-tracking systems. However, here are some
-primary reasons people cite for moving to Bugzilla:
-
Q: Why doesn't Bugzilla offer this or that feature or compatability
-with <insert cool tracking software here>?
-
A: Terry writes,
-
I wrote Bugzilla primarily for mozilla.org's use. It is a secondary -concern (but one still important to me) that it be of use to other folks, -too. So, rather than spend a lot of time making everything thoroughly portable -and easy to install, I just threw it over the wall, and prayed that random -developers would help pitch in and make things easier for everyone.(I'm -being a little hard on myself here. I *did* spend a week porting the whole -thing from TCL to Perl, just so that outside folk would have a chance of -using it. You shoulda seen it before...)-UPDATE: Bugzilla is making tremendous -strides in usability, customizability, scalability, and user interfaces. -It is widely considered the most complete and popular open-source bug database -in existence. Download -a copy today! -
Q: Why MySQL? I'm interested in seeing this run on
-(insert "real" RDBMS name here)...
-
A: Terry answers,
-
You're not the only one. But *I* am not very interested. I'm -not real SQL or database person. I just wanted to make a useful tool, and -build it on top of free software. So, I picked MySQL, and learned SQL by -staring at the MySQL manual and some code lying around here, and --UPDATE: Looks like RedHat might land -changes real soon that will bring some more portability to Bugzilla. -However, they are in severe need of help. Please contact Dave -Lawrence if you are interested in helping this effort. -
wrote Bugzilla. I didn't know that Enum's were non-standard SQL. I'm -not sure if I would have cared, but I didn't even know. So, to me, things -are "portable" because it uses MySQL, and MySQL is portable enough. I fully -understand (now) that people want to be portable to other databases, but -that's never been a real concern of mine.
Q: Why do the scripts say "/usr/bonsaitools/bin/perl"
-instead of "/usr/bin/perl" or something else?
-
A: Mozilla.org uses /usr/bonsaitools/bin/perl. The prime
-rule in making submissions is "don't break bugzilla.mozilla.org". If it
-breaks it, your patch will be reverted faster than you can do a diff.
-Terry says:
-
Purely my own convention. I wanted a place to put a version -of Perl and other tools that was strictly under my control for the various -webtools, and not subject to anyone else. Edit it to point to whatever -you like.- -
-- --Red Hat Bugzilla
-
Q: What about Red Hat Bugzilla?
-
A: Red Hat has a
-(arguably more user-friendly/customizable/scalable buzzword here) version
-of Bugzilla available. Check it out at http://bugzilla.redhat.com
-and
-the sources at ftp://people.redhat.com/dkl/.
-They've set theirs up to work with Oracle out of the box. The buzz says
-their changes will be landing in the source tree "real soon now".
-Note that it is based primarily upon the 2.8 Bugzilla tree; Bugzilla has
-made some tremendous advances since the 2.8 release. I recommend
-you download the primary Bugzilla as well as Red Hat's to check out the
-differences for yourself. Red Hat Bugzilla's maintainer, Dave
-Lawrence, when asked about landing the changes from the Red Hat fork,
-notes,
-
Somebody needs to take the ball and run with it. I'm -the only maintainer and am very pressed for time.-Q: What are the primary benefits of Red Hat Bugzilla? (answer -by Dave Lawrence, of Red Hat) -
Q: What's the current status of Red Hat Bugzilla?
-
Update: From Dave Lawrence (June 7 2000)
-
I suppose the current thread warrants an update on the status -of Oracle and bugzilla ;) We have now been running Bugzilla 2.8 on Oracle -for the last two days in our production environment. I tried to do as much -testing as possible with it before going live which is some of the reason -for the long delay. I did not get enough feedback as I would have liked -from internal developers to help weed out any bugs still left so I said -"Fine, i will take it live and then I will get the feedback I want :)" -So it is now starting to stabilize and it running quite well after working -feverishly the last two days fixing problems as soon as they came in from -the outside world. The current branch in cvs is up2date if anyone would -like to grab it and try it out. The oracle _setup.pl is broken right now -due to some last minute changes but I will update that soon. Therefore -you would probably need to create the database tables the old fashioned -way using the supplied sql creation scripts located in the ./oracle directory. -We have heavy optimizations in the database it self thanks to the in-house -DBA here at Red Hat so it is running quite fast. The database itself -is located on a dual PII450 with 1GB ram and 14 high voltage differential -raided scsi drives. The tables and indexes are partitioned in 4 chuncks -across the raided drive which is nice because when ever you need to do -a full table scan, it is actually starting in 4 different locations on -4 different drives simultaneously. And the indexes of course are on separate -drives from the data so that speeds things up tremendously. When -I can find the time I will document all that we have done to get this -thing going to help others that may need it. --Note: This is based primarily -on a single email conversation with the first developer of Fenris, Michael -Vance. Maintenance of Fenris has since been handed off to Raphael -Barrerro <raistlin@lokigames.com>. -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 appreciated. What we are using -now is what I call a best first effort. It definitely can be improved on -and may even need complete rewrites in a lot of areas. A lot of changes -may have to be made in the way Bugzilla does things currently to -make this transition to a more generic database interface. Fortunately -when making the Oracle changes I made sure I didn't do anything that -I would consider Oracle specific and could not be easily done with other -databases. Alot of the sql statements need to be broken up into smaller -utilities that themselves would need to make decisions on what database -they are using but the majority of the code can be made database neutral. -
-Loki Bugzilla (AKA: Fenris)
-
Q: What about Loki Bugzilla?
-
A: Loki Games has a customized version of Bugzilla
-available at http://fenris.lokigames.com.
-From that page,
-
You may have noticed that Fenris is a fork from Bugzilla-- -our patches weren't suitable for integration --and a few people have expressed -interest in the code. Fenris has one major improvement over Bugzilla, -and that is individual comments are not appended onto a string blob, they -are stored as a record in a separate table. This allows you to, for instance, -separate comments out according to privilege levels in case your bug database -could contain sensitive information not for public eyes. We also provide -things like email hiding to protect user's privacy, additional fields such -as 'user_affected' in case someone enters someone else's bug, comment editing -and deletion, and more conditional system variables than Bugzilla does -(turn off attachments, qacontact, etc.).-Q: Are you interested in landing your [Fenris] changes -back in the main tree so Fenris can live on the tip again? -
Q: If so, when?
-
A: Well, if there's anything interesting, people
-of course can just grab the code. I don't really maintain it anymore. We
-have a real, honest to goodness sysadmin, Raphael Barrerro, who works on
-it now. His email is raistlin@lokigames.com.
-
Q: Main tree bugzilla changed for 2.10 to storing individual
-comments in a separate table. Are there reasons for users to use
-Fenris, based on Bugzilla 2.8, over main tree 2.10 or the current CVS version?
-What are they?
-
A: I have no idea :). IMNSHO, Bugzilla is an interesting
-piece of software in that it has a lot of logic encoded into it that is
-sometimes really cumbersome to some people, and then it doesn't have *enough*
-logic in it for other people's tastes. If I were going to start over, I
-would again try to use the CVS and get any changes I felt necessary integrated.
-But for us, right now, it works fine, so we haven't bothered to really
-change our setup.
-
Q: What do you mean by "our patches weren't suitable
-for integration" on your web page?
-
A: Basically, I did not know:
-
--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 :) --Pointy-Haired-Boss Questions
-
Q: Is Bugzilla web-based or do you have to have specific
-software or specific operating system on your machine?
-
A: It is web and e-mail based. You can edit
-bugs by sending specially formatted email to a properly configured Bugzilla,
-or control via the web. Bugzilla works best with Netscape Navigator, but
-works fine with IE (just some Javascript is disabled for IE).
-
Q: Has anyone you know of already done any Bugzilla
-integration with Perforce (SCM software)?
-
A: Not to my knowledge -- but that would be a question
-much better asked in the newsgroup (news://netscape.public.mozilla.webtools).
-
Q: Does Bugzilla allow the user to track multiple projects?
-
A: It's not specifically a "project management
-tool", although it does have some project management features, such as
-the ability for a task/bug to "block" another task/bug. We use it
-here at Excite@Home to track requests to our Network Operations Center,
-software defects in our online inventories, requests for enhancement, quality
-assurance, personnel tasks, and other things.
-
So the answer is: Yes, it handles multiple projects very well.
-When discussing Bugzilla with people who use it a lot, it's helpful to
-refer to a "project" as a "product", individual areas of the project as
-"components", and tasks as "bugs".
-
Q: 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: The heart of the Bugzilla system is the query
-interface. Within that query interface, you can customize extremely
-powerful queries to deliver exactly what you need. Once delivered,
-you can sort by age (bug ID number), severity, priority, platform, owner,
-current state, or current result (only for "resolved" bugs).
-
You cannot sort a query by product/project at this time -- most
-people consider the current options sufficient. We are trying very
-hard to reduce complexity in Bugzilla. I'm personally involved in
-a half-dozen products in Bugzilla, and routinely just sort by priority.
-
Q: Does Bugzilla allow attachments (text, screenshots,
-urls etc)? If yes, are there any that are NOT allowed?
-
A: Yes, it allows any kind of attachment.
-However, if you do not have a MIME type defined for that kind of file in
-your web *server*, the browser may klonk on you. URL's in comments
-are automatically hyperlinked if they are properly formatted (http://www.somedomain.com),
-but any HTML in a comment shows up as raw html, not the formatting you'd
-expect. If someone refers to "bug #4444" it's automatically hyperlinked
-to that bug in the existing database. It's pretty cool.
-
Q: 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?
-
A: In part. Priority, severity, target milestones,
-product names, and many many other fields are completely configurable.
-However, at this time for certain types of changes you need someone who
-knows some Perl and HTML -- not a lot, but enough to provide consistency
-and be able to re-apply your customizations if you update your installation
-of Bugzilla.
-
Q: Does Bugzilla provide any reporting features, metrics,
-graphs, etc? You know, the type of stuff that management likes to see.
-:)
-
A: Yes. Check out http://bugzilla.mozilla.org/reports.cgi
-for some pre-cooked reports. The reports other than the pre-fab ones
-that you can create are limited only by your imagination and experience
-in Perl.
-
Q: 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: You can choose to see complete status of the
-bug (using old email tech) or just the changes (using new email tech).
-The subject is just the bug ID and short description of the bug, but the
-content is very complete.
-
Q: If there is email notification, can it be set up
-to send to multiple people, some on the To List, CC List, BCC List etc?
-
A: You bet! By default, the person who reported
-the bug, the person to whom the bug is assigned, and anyone on the CC list
-for the bug will get email notification when anything regarding the bug
-changes. You can also enable a "Q/A Contact" field that will assign
-a default Q/A person to monitor the bug and ensure it's completed correctly
-(we use this a lot and love it). The
-
equivalent to a "BCC" list is a "watcher": someone who watches another
-person's bugs (if they are out of town, whatever). We have several
-of these people who need to see what bugs someone else is working on (team
-leads, coding partners, etc.)
-
Q: If there is email notification, do users have to
-have any particular type of email application? For example, our users have
-a variety of email apps in use, like Outlook, Netscape Mail, Eudora etc.
-Our system would need to work with just about anything.
-
A: The emails SENT from Bugzilla will work with
-any mail reader that's reasonably current (newer than about 5 years old).
-However, if you set up the email RECEPTION capabilities of Bugzilla, it's
-important your users configure their mailreader to send mail as plain text
-instead of HTML. HTML mail sent to Bugzilla looks horrible.
-
Q: 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.?
-
A: Yes. You could, for instance, set yourself
-up as the default QA contact for all bugs in a certain component of a product,
-and would be CC'd on every single bug that came into that component.
-
Q: 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 and export that data to MS Excel, could I do
-that?
-
A: Rudimentary exporting ability is currently in
-development, but is not ready for prime-time. Ditto for importing
-data. However, it works against an industry-standard database (MySQL),
-so anyone with a little SQL knowledge can create queries to import and
-export any data they want. That's one of the reasons development
-is going slow on import/export in Bugzilla: SQL already
-
has it. It requires a certain level of familiarity with SQL though.
-
Q: 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?
-
A: This is really two questions in one.
-
Bugzilla allows some fields to be added, changed, and deleted
-with ease using the standard parameters. Realize, since you have
-the code (and Bugzilla is really not terribly complicated), you can change
-ANYTHING to behave however you want it. However, the more adjustments
-you make to the code, the more painful your next upgrade will be as you
-re-apply your custom
-
patches. On the other hand, you can create your own HTML bug
-submission form to make it look however you want. Check http://www.mozilla.org/quality/help/bug-form.html
-for an example of what can be done creating a standard HTML bug submission
-form. It makes some things much easier, and submitters never have
-to have a clue what the actual names of your fields are -- just the people
-who work with the bugs every day do.
-
Q: Has anyone converted Bugzilla to another language
-to be used in other countries? Is it localizable?
-
A: There are efforts underway to allow easy indo-european
-localization of Bugzilla, but i18n (Kanji, Chinese, etc.) are a long way
-off. So, to answer your question, right now, no.
-
Q: Can a user create and save reports? Can they do this in
-Word format? Excel format?
-
A: Yes, no, and no.
-
Q: Can a user re-run a report with a new project, same
-query?
-
A: Yes.
-
Q: Can a user modify an existing report and then save
-it into another name?
-
A: Umm... You'd save the report as HTML from
-your browser. You can modify it however you want after that.
-
Q: Does Bugzilla have the ability to search by word,
-phrase, compound search?
-
A: You can search by just about ANYTHING.
-If you know basic boolean formatting, you can go completely crazy and do
-things without even using the query interface (create your own custom query
-in the location bar in your browser). We routinely search here by
-descriptions, subjects, dates, users, reporters, projects, severity, priority,
-and anything else that strikes our fancy.
-
Q: Can the admin person establish separate group and
-individual user privileges?
-
A: Yes, using Bug Group Sentry. Right now,
-it's not terribly granular, though: you can restrict users to editing bugs
-assigned to them, reported by them, assigned to a particular product, etc.
-but cannot restrict them based on product components, allow access to only
-certain bugs outside their product, etc.
-
Q: 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?
-
A: If someone has a bug open and another person
-attempts to write to the bug, you get a "mid-air collision" error in Bugzilla.
-the second person is told who currently has the existing record locked,
-and is told he/she cannot commit the bug until they have finished editing
-it. You can specify a timeout value (ours is 30 minutes) where it
-will break locks on the database,
-
assuming someone just left the edit screen up.
-
Q: Are there any backup features provided?
-
A: You have the ability to lock all users out of
-the database for backups via the Bugzilla interface or using MySQL itself.
-Once you've locked people out of the database, use some backup utility
-standard to your operating system.
-
Q: Can users be on the system while a backup is in progress?
-
A: If they make a change, you can end up with a
-corrupt database on your backup tape. Bugzilla databases are relatively
-small. We have over 5000 bugs in our database and a backup takes
-about 45 seconds. We lock the MySQL database, copy the databases
-over to a second hard drive, unlock the database, and that second hard
-drive is covered by our standard backup procedures.
-
You may wish to consider a robust backup solution, like ARCserveIT,
-which will backup up open files by finding a time when it can lock the
-file, copy it to memory, unlock it, and back it up. That product
-is the "Open Files Agent", or OFA. That would allow you to never
-have to down your database just to back it up -- but it's a good idea to
-plan on a daily maintenance period in which it's backed up, for the time
-when your database grows absolutely huge.
-
Q: 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 individuals would we need to hire and how much
-would that cost vs buying an "Out-of-the-Box" solution.
-
A: My experience with "Out-of-the-Box" solutions
-are these:
-
Q: 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 a multi-week install process, plus a full time
-job for 1 person, 2 people, etc?
-
A: It's really hard to say -- it depends on the
-level of commitment you want. If you want someone on-staff who's an absolute
-expert on the system, plan on them working on it full-time for a week,
-then 10 hours a week for a few months thereafter. If you just want
-the thing to work and don't want to worry about how it works, just hire
-that consultant for a week and call it
-
good.
-
Personally, I spend about 15 minutes a week maintaining our
-installation Bugzilla. But since I'm the documentation person for
-Bugzilla, I spend about 10 hours a week documenting, answering questions
-like this, etc.
-
If you get somebody to install Bugzilla, and they don't have
-at least a basic installation mostly functional within a day on UNIX, or
-within a week on NT, you probably should consider getting a different admin
-to install it.
-
Q: 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: No, Bugzilla is free software (free as in speech
-and free as in beer) licensed under the Mozilla
-Public License. However, depending on your level of expertise you may
-wish to find a company that you can pay to maintain it for you if you really
-need somebody to blame. MySQL, the database Bugzilla uses for
-storage, asks for a licensing fee if you're going to use it for non-internal
-commercial usage. The license is cheap (170 euro), but support can
-be expensive depending on the level of support you desire. There
-is also a version of Bugzilla available at http://bugzilla.redhat.com which
-runs over top of Oracle; that's a pretty expensive product, but Oracle
-support and proven scalability may be worth it to you.
-
-
-
Q: How do I install Bugzilla on Windows NT?
-
A: That question is complex enough it deserves
-its
-own section, below.
-
Q: Is there an easy way to change the Bugzilla cookie
-name?
-
A: At present, no.
-
-
Q: I want to set up a test installation to try out new
-changes. How do I copy over data from my real database?
-
A:
-
-Copying the mysql files directly from one machine to another is likely
-to confuse mysql. Its recommended to create a dump of the database
-and to populate the new database from the dump.
-
-%mysqldump bugs > ~/bugs.dump
-
-
-
-%mysql
-mysql> drop database bugs;
-mysql> create database bugs;
-
-
-
-%mysql bugs < bugs.dump
-
-
--
--Q: How do I completely disable MySQL security if -it's giving me problems (I've followed the instructions in the README!)? --SECURITY
-
Q: Are there any security problems with Bugzilla?
-
A: Prior to 2.10, yes. For 2.10 and later, probably,
-but we haven't discovered them yet.. You should upgrade to 2.10 and use
-the following instructions from Chris Yeh's security advisory of 5/10/2000
-if you are running a previous version of bugzilla. Chances are good a lot
-of these permissions issues will make it into checksetup.pl.
-
It is recommended that you closely examine permissions on your Bugzilla
-installation. Make sure you are not running mysqld as root. Included is
-one person's examination of their local Bugzilla installation, and how
-they secured it:
-
I closed-up some of the all-writeable files
-and directories. The code itself had to be modified to keep it from making
-directories and files world-writeable again... Once this was done, I felt
-confident that this install of bugzilla was running securely. (We don't
-run ftp, and mysql doesn't run as root). The setup we have is that apache
-runs as user 'nobody'. Directories being written into via CGI are therefore
-owner.group==nobody.nobody and only read/writable by user nobody, not world-writeable
-as before ... The *.cgi/*.pl/etc scripts (source) are owned by root.root
-and we can prevent CGI execution and HTTPD reading of the scripts by doing
-chmod go-rwx.... Finally, we prevent reading of the writeable directories
-by HTTP. (The security of this could further be improved by running bugzilla
-as user 'bugzilla' with same privs as 'nobody' but at least a different
-user than the webserver). I did the following to secure our install:
-
(1) cd /home/httpd/bugzilla ensure all files owned
-root.root (other than ones in 'shadow' and 'data').
-
(2) chmod go-rwx backdoor.cgi ; chmod go-rwx *.sh
-; chmod go-rwx printenv.cgi ; chmod go-rwx 0CGI.pl ; chmod go-rwx *~* ;
-chown -R nobody.nobody data ; chmod -R go-rwx data ; chown -R nobody.nobody
-shadow ; chmod -R go-rwx shadow
-
(3) in emacs, in *.pl and *.cgi and processmail in
-bugzilla dir
-
(etags *.cgi *.pl processmail) ... do: (tags-query-replace
-"umask 0" "umask 077" nil)
-
(tags-query-replace "umask(0)" "umask(077)" nil)
-
(tags-query-replace "0777" "0700" nil)
-
(tags-query-replace "0666" "0600" nil)
-
(4) re-enable bugzilla with /home/httpd/bug-track.conf
-set to:
-
--------------------
-
AddHandler cgi-script .cgi
-
#
-
# setup ExecCGI'able directory alias from which we
-run
-
# "bugzilla" under URL "bugs"
-
#
-
Alias /bugs/ "/home/httpd/bugzilla/"
-
<Directory "/home/httpd/bugzilla">
-
Options Indexes ExecCGI
-
AllowOverride None
-
Order allow,deny
-
Allow from all
-
</Directory>
-
--------------------
-
(5) add to /home/httpd/bug-track.conf (prevent cgi
-from being
-
written into data or shadow directories, and prevent
-contents from
-
being read):
-
-------------------- -
<Directory "/home/httpd/bugzilla/data">
-
Options None
-
AllowOverride None
-
Deny from all
-
</Directory>
-
<Directory "/home/httpd/bugzilla/shadow">
-
Options None
-
AllowOverride None
-
Deny from all
-
</Directory>
-
-------------------- -
(6) I noticed that my non-superuser-$PATH had wound
-up in apache's GGI
-
environment... that $PATH included "." so that could
-have been a security-exploit-in-waiting right there... so remember, when
-restarting apache on servers, do (in tcsh anyways):
-
unsetenv *
-
prior to doing
-
apachectl stop
-
<wait>
-
apachectl start
-
-
Q: 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.
-
A: Mozilla.org had a problem getting enough file descriptors
-once they stopped running mysql as root; they have many tables in their
-database and had "shadowdb" turned on, which doubles the number of tables.
-Terry mentioned in IRC: "I added the line "ulimit -n unlimited" to the
-/bin/sh script in /etc/init.d that starts mysqld." That should fix ulimit
-problems with MySQL.
-
-
-- -
Q: 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: Easy. Add his/her login name to "bugzilla_home/data/nomail".
-One entry per line. It must match the login name exactly.
-
UPDATE: I'm not sure this works as advertised...
-Anyone know of any bugs with this solution?
-
Q: I'm evaluating/testing Bugzilla, and don't want it to send
-email to anyone but me. How do I do it?
-
A: According to Terry, the *correct* way to do this is,
-in editparams.cgi: "Go tweak the param for the mail text, replacing "To:"
-with "X-Real-To:", and replacing "Cc:" with "X-Real-CC", and add a "To:
-(myemailaddress)". This param file can also be manually edited bugzilla_home/data/params
-(but is not recommended).
-
Q: I want whineatnews.pl to whine at something more,
-or other than, only new bugs. How do I do it?
-
A: Try Klaas Freitag's excellent patch for "whineatassigned"
-functionality. You can find it at http://bugzilla.mozilla.org/show_bug.cgi?id=6679.
-Realize that as Bugzilla progresses, this patch may go out of date. At
-present, I know of no plans to integrate this functionality into the core
-Bugzilla distribution.
-
Q: I don't like/want to use Procmail to handle email
-to bugzilla. What else can I use?
-
A: Bugzilla can work with alternate MTA's/filters,
-but there is no documentation how.
-
Q: How do I set up the email interface to submit/change
-bugs via email?
-
A: Download the tarball or CVS and extract it (if applicable).
-CD to the (bugzilla_home)/contrib directory, and read the README contained
-therein. Seth will be pulling his changes (the bugzilla email submission
-stuff) into the main tree sometime as soon as he gets the OK from the powers-that-be.
-Procmail is included by default on most Linux distributions, and if you
-use the bugzilla.procmailrc file as the .procmailrc for the user bugzilla
-runs as, it works pretty quickly.
-
My setup is a little different from the standard way of doing things.
-Here's what I do:
-
Q: Email takes FOREVER to reach me from bugzilla --
-it's extremely slow. What gives?
-
A: If you are using an alternate Mail Transport Agent
-(MTA other than sendmail), make sure the options given in the "processmail"
-script for all instances of "sendmail" are correct for your MTA. If you
-are using Sendmail, you may wish to delete the "-ODeliveryMode=deferred"
-option in the "processmail" script for every invocation of "sendmail".
-(Be sure and leave the "-t" option, though!) This option is put into
-the code to handle the massive mail delivery load bugzilla.mozilla.org
-gets -- but most of us don't need it. We're lobbying to make it a
-settable parameter. Realize if you turn this off, and plan on sending
-more than a few hundred email messages a day, people may experience nasty
-slowdowns when submitting changes to bugs because Sendmail insists on delivering
-it *that instant*.
-
Q: Email never reaches me from bugzilla changes! What
-gives?
-
A: Chances are really good Bugzilla expects "sendmail"
-to live somewhere else than you have it installed. Make sure your "sendmail"
-lives in, or has a symlink to, "/usr/lib/sendmail".
-
-
--Q: I've heard Bugzilla can be used with Oracle? --DATABASE
-
Q: 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: You've almost certainly enabled the "shadow database",
-but for some reason it hasn't been updated for all your bugs. This is the
-database against which queries are run, so that really complex or slow
-queries won't lock up portions of the database for other users. You can
-turn off the shadow database in editparams.cgi. If you wish to continue
-using the shadow database, then as your "bugs" user run "./syncshadowdb
--syncall" from the command line in the bugzilla installation directory
-to recreate your shadow database. After it finishes, be sure to check the
-params and make sure that "queryagainstshadowdb" is still turned on. The
-syncshadowdb program turns it off if it was on, and is supposed to turn
-it back on when completed; that way, if it crashes in the middle of recreating
-the database, it will stay off forever until someone turns it back on by
-hand. Apparently, it doesn't always do that yet.
-
Q: I think my database might be corrupted, or contain invalid
-entries. What do I do?
-
A: Run the "sanity check" utility (./sanitycheck.cgi in the bugzilla_home
-directory) to see! If it all comes back, you're OK. If it doesn't
-come back OK (i.e. any red letters), there are certain things Bugzilla
-can recover from and certain things it can't. If it can't auto-recover,
-I hope you're familiar with mysqladmin commands or have installed another
-way to manage your database...
-
Q: I want to manually edit some entries in my database.
-How?
-
A: There is no facility in Bugzilla itself to do this. It's
-also generally not a smart thing to do if you don't know exactly what you're
-doing. However, if you understand SQL you can use the mysqladmin utility
-to manually insert, delete, and modify table information. Personally, I
-hate dealing with big SELECT statements and such, so I use "phpMyAdmin",
-to do all my database administration. You have to compile a PHP module
-with MySQL support to make it work, but it's very clean and easy to use.
-There are other utilities that work, as well, but I am lacking URL's.
-
Q: MySQL GPL edition doesn't seem to work...
-
A: Right! It doesn't! It's too old. Download the latest
-tarball or rpm from www.mysql.com if
-you want this to work.
-
Q: I think I've set up MySQL permissions correctly,
-but bugzilla still can't connect.
-
A: Try running MySQL from its binary: "mysqld --skip-grant-tables".
-This will allow you to completely rule out grant tables as the cause of
-your frustration. However, I do not recommend you run it this way on a
-regular basis, unless you really want your web site defaced and your machine
-cracked...
-
Q: How do I synchronize bug information among multiple
-different Bugzilla databases?
-
A: Currently, there is no way to do this. However, a
-discussion about this has raged on and off in the newsgroup -- feel free
-to whip something up, put it out there, and see how it's received. We're
-at the point where most folks are sick of discussion. If you can create
-a working model with working code, that's 90% of the battle.
-
Q: I get bizarre errors when trying to submit data,
-particularly problems with "groupset". What gives?
-
A: If you're sure your MySQL parameters are correct, you might
-want turn "strictvaluechecks" OFF in editparams.cgi. If you have
-"usebugsentry" set "On", you also cannot submit a bug as readable by more
-than one group with "strictvaluechecks" ON.
-
Q: Even after I delete bugs, the long descriptions
-show up?
-
A: Delete everything from $BUZILLAHOME/shadow.
-Bugzilla creates shadow files there, with each filename corresponding to
-a
-
bug number. Also be sure to run syncshadowdb to make sure, if
-you are using a shadow database, that the shadow database is current.
-
-
-
-
Right now, running Bugzilla under Windows NT is an extremely hairy process.
-I'll provide the instructions below, but please don't ask me how it's done
--- getting this working on NT involves a lot of patience, skill, and PFM
-(Pure Fscking Magic). As far as I know, nobody has been able to get a recent
-(2.8 or post) version of Bugzilla running on NT. If you know different,
-or can provide updated instructions to those provided below, please email
-Matthew
-Barnson with details.
-
These are hints straight out of the newsgroup discussions. I
-can't offer much more editing or insight, since I don't manage Bugzilla
-on any NT boxes.
-
Q: What is the easiest way to run Bugzilla on NT?
-
A: Remove NT. Install Linux. Slap a label on the box
-that says "Windows NT." The boss will never know the difference, except
-perhaps wonder why the machine isn't crashing anymore.
-
Q: CGI's are failing with a "something.cgi is not a
-valid Windows NT application" error. Why?
-
A: Depending on what Web server you are using, you will
-have to configure the Web server to treat *.cgi files as CGI scripts. In
-IIS, you do this by adding *.cgi to the App Mappings with the <path>\perl.exe
-%s %s as the executable.
-
...or this tip from Microsoft's web site...
-
"Set application mappings. In the ISM, map the extension for the script
-file(s) to the executable for the script interpreter. For example, you
-might map the extension .py to Python.exe, the executable for the Python
-script interpreter. Note For the ActiveState Perl script interpreter, the
-extension .pl is associated with PerlIS.dll by default. If you want to
-change the association of .pl to perl.exe, you need to change the application
-mapping. In the mapping, you must add two percent (%) characters to the
-end of the pathname for perl.exe, as shown in this example: c:\perl\bin\perl.exe
-%s %s"
-
Q: Can I have some general instructions on how to make
-this work?
-
A: Sure. Your Mileage May Vary. Contact Andrew
-Lahser for the patches mentioned.
-
II. Set password for root.
-
C:\mysql\bin\mysql -u root mysql
-
mysql> UPDATE user SET Password=PASSWORD('new_password')
-
WHERE user='root';
-
mysql> FLUSH PRIVILEGES;
-
mysql> quit
-
C:\mysql\bin\mysqladmin -u root reload
-
III. Create bugs user.
-
C:\mysql\bin\mysql -u root -p
-
mysql> insert into user (host,user,password) values('localhost','bugs','');
-
mysql> quit
-
C:\mysql\bin\mysqladmin -u root reload
-
IV. Create the bugs database.
-
C:\mysql\bin\mysql -u root -p
-
mysql> create database bugs;
-
V. Give the bugs user access to the bugs database.
-
mysql> insert into db (host,db,user,select_priv,insert_priv,update_priv,delete_priv,create_priv,drop_priv)
-values('localhost','bugs','bugs','Y','Y','Y','Y','Y','N')
-
mysql> quit
-
C:\mysql\bin\mysqladmin -u root reload
-
Q: How do I use "new email tech"?
-
A: First, go to editparams.cgi and make sure the "newemailtech"
-option is set to "on", then set the "new email tech" option in your personal
-user prefs "on".
-
Q: How do I make "new email tech" the default for my entire
-site?
-
A: You need to alter the user preferences table using
-one of the tools mentioned in the DATABASE section.
-Change the default value for "newemailtech" to "1", and change any user
-values you think apply.
-
Q: 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: Right now, how this should behave is the subject of
-considerable discussion on the mailing list and in the bug database. There
-is a patch
-for
-this, and a lot of talk. Tara has this to say:
-
"I think I put this in the main bug itself, but I have to admit -I *really* don't like the whole "accept" thing at this point. I especially -am completely against anything that changes the current functionality, -and am only moderately placated by the idea of seperate additional functionality. -IMHO Bugzilla is getting so kludgy that all we're doing is making things -harder and harder to understand and maintain, not to mention adding additional -fields to an already almost overwhelming query form. For now I'm going -to have to make people who want this suffer through sharing patches until -I come up with a course of action on it."-I'm working on a real patch for this now that allows you to select which -behavior you want vi editparams.cgi! -
Q: How do I enable voting?
-
A: Make sure you're using at least version 2.10.
-It's available via editparams.cgi.
-
Q: I can't upload anything into the database via the
-"Create Attachment" link. What am I doing wrong?
-
A: The most likely cause is a very old browser
-or a browser that is incompatible with file upload via POST. Download
-the latest Netscape, Microsoft, or Mozilla browser to handle uploads correctly.
-
Q: Email submissions to Bugzilla that have attachments
-end up asking me to save it as a "cgi" file.
-
A: Right now, submissions via email only have one
-mime-type "applications/octet-stream". Just save the file and look
-at it in your favorite editor, you'll be fine (even though the name of
-it will be "showattachment.cgi").
-
Q: Argh, I forgot my password!
-
A: No problem. Visit the query page, click
-the "log in" button at the bottom, then just type in your email address
-and click the "Email me a password" button. Your password will arrive
-in your inbox in moments.
-
-
-
Q: What bugs currently exist in bugzilla?
-
A: The answer is too long (and easily outdated)
-to keep in this FAQ. However, bugzilla is made for this, so just
-try this
-link.
-
Q: Groups don't quite work right yet...
-
A: Correct. That's a current area of hacking.
-You may want to check out Loki's version of Bugzilla for some patches that
-support the group functionality you need.
-
Q: Why can't I set "target milestone" to something other
-than a number?
-
A: The concept of a target milestone was initially
-that each group would have their own definition for what each target milestone
-number is, but share a common pool of numbers. Unfortunately, this
-concept has proven confusing for new and experienced users alike.
-Someone needs to pick up the ball and run with "target milestone" so it
-has the following features:
-
-
Q: What's the best way to submit patches? What
-guidelines should I follow.
-
A: Tara summed this FAQ up nicely:
-
"Well, I guess I'd better answer this, as I'm the one who's -supposed to be in charge of this stuff... --Q: What does the above mean for me when I want to -submit a bug? -
I say, if you have a patch that is a bug fix or feature enhancement, -log a bug and attach the patch. I've inherited almost 300 bugs from -the ownership transition, so I can't guarantee how soon I'll get to it, -but I'm steadily working my way through the bug list and trying to pay -special attention to all bugs that do come with patches. Secondly, if you'd -like faster feedback or better exposure, I'd post the bug number URL to -the newsgroup so more people can have a look and provide feedback, suggestions, -etc. That way I think all bases are covered. Speaking for myself -in trying to be a good module owner, getting a new bug makes sure I -
don't lose track of your patch, so this makes it easier for me."
--Q: I want to add a new form or module to Bugzilla. -Where can I find API documention? --API
-
Q: What are the most-needed features?
-
A: Check out the Bugzilla Development Roadmap at
-http://www.mozilla.org/projects/bugzilla/roadmap.html
-
-
-
Q: Why do you use this antiquated format for maintaining
-the FAQ, instead of FAQ-O-Matic or (insert cool FAQ program here)
-
A: I'm actively seeking a better way to maintain
-this. It's easily maintainable in its current form, but as it grows
-it will become much less so. I'm interested in more options, but
-don't want to lose control of the FAQ or be subjected to a page that's
-a nest of hyperlinks and unprintable. The FAQ-O-Matic tends to create
-FAQ's that cannot be easily printed as one page, and not easily portable
-to another format (particulary PDF). One must be able to maintain
-the FAQ as a single, printable document; if you know of a good system that
-will fit the bill, let me know.
-
Q: Who are you?
-
A: I'm Matthew P. Barnson, manager of Systems Administration
-for Excite Business Applications
-and
-part-time Bugzilla hacker.
-
Q: Why are you doing this?
-
A: I have nothing better to do with my time!
-
Seriously, I run a fairly large private Bugzilla database.
-I felt the need for some documentation to help other SysAdmins run this
-thing. There was nothing out there like it, so I decided to improve
-what I'd written for internal documentation with more general questions
-and release it to the public under the MPL. I feel like the Mozilla
-Webtools are far more in need of good documentation and a major architectural
-rewrite than they are more hacks to support more features. Since
-I'm not qualified to write more than trivial hacks for Bugzilla if I were
-to code, I figured doing some documentation would be A Good Thing.
-
Q: How are you affiliated with Mozilla.org?
-
A: I'm not, except I've been appointed the "Docs
-Knight" for Bugzilla, and contribute documentation to other webtools.
-
Q: Where do those lame quotes in each section
-heading come from?
-
A: Check out http://bugzilla.mozilla.org/data/comments.
-These are random quips added by people who use bugzilla. I find them
-endlessly entertaining.
-
Q: What other documentation is available?
-
A: I am personally attempting to address the numerous
-documentation needs, including an Installation guide (based upon the README),
-Administration Guide, Troubleshooting guide, Database Management Guide,
-and Configuration Guide.
-
-
-
This document was started on September 17, 2000 + by Matthew P. Barnson after a great deal of procrastination updating the Bugzilla FAQ, + which I left untouched for nearly half a year. + After numerous complete rewrites and reformatting, it is the document you see today. +
Despite the lack of updates, Bugzilla is simply the best piece of bug-tracking software + the world has ever seen. This document is intended to be the comprehensive guide to + the installation, administration, maintenance, and use of the Bugzilla bug-tracking system. +
This release of the Bugzilla Guide is the 2.11 release. + It is so named that it may match the current version of Bugzilla. + The numbering tradition stems from that used for many free software projects, + in which even-numbered point releases (1.2, 1.14, etc.) + are considered "stable releases", intended for public consumption; on the other + hand, odd-numbered point releases (1.3, 2.09, etc.) + are considered unstable development releases intended + for advanced users, systems administrators, developers, and those who enjoy + a lot of pain. +
Newer revisions of the Bugzilla Guide will follow the numbering conventions of + the main-tree Bugzilla releases, available at + Mozilla.org, with + the exception that intermediate releases will have a minor revision number + following a period. For instance, if the current version of Bugzilla is 4.2, + the current "stable" version of the Bugzilla guide, in, say, it's fifth revision, + would be numbered "4.2.5". Got it? Good. +
I wrote this in response to the enormous demand for decent Bugzilla documentation. + I have incorporated instructions from the Bugzilla README, Frequently Asked Questions, + Database Schema Document, and various mailing lists to create it. + Chances are, there are glaring errors in this documentation; please contact + <barnboy@trilobyte.net> to correct them. +
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.
We need Bonsai integration information.
1. Inline Bug Changes
+
+Why do I see so many "moving to M5" and "reassigning to blahblah"
+messages, and in other circumstances none are entered? Why aren't these
+automatically generated? A comment should be only necessary when there
+is something to add, and if I'm not interested in this sort of
+information, I should be able to hide it.
+
+At the moment we're in a hybrid world where we don't get everything, but
+we can't get rid of the bug change "messages" either. Furthermore,
+"View Bug Activity" requires me to manually cross reference events on
+another page, rather than being able to visually see the chronological
+order. Shouldn't I be able to see all the information on one page?
+
+A proposal to allow bugs to be shown either way is at
+"http://bugzilla.mozilla.org/show_bug.cgi?id=11368".
+
+2. Hard Wrapping Comments
+
+One thing that annoys me is the fact that comments are "hard wrapped" to
+a certain column width. This is a mistake Internet Mail and News has
+made, unlike every word processor in existence, and as a consequence,
+Usenet suffers to this day from bad software. Why has Bugzilla repeated
+the problem?
+
+Hard wrapping to a certain column width is open to abuse (see old
+Mozilla browsers that didn't wrap properly, resulting in many ugly bug
+reports we have to read to this day), and furthermore doesn't expand to
+fill greater screen sizes. I'm also under the impression the current
+hard wrap uses a non-standard HTML facility. See
+"http://bugzilla.mozilla.org/show_bug.cgi?id=11901".
+
+3. REMIND and LATER Are Evil
+
+I really hate REMIND and LATER. Not because they mean something
+won't be implemented, but because they aren't the best solutions.
+
+Why are they bad? Well, basically because they are not resolved, yet
+they are marked as such. Hence queries have to be well crafted to
+include them.
+
+LATER, according to Bugzilla, means it won't be done this release.
+There is a better mechanism of doing this, that is assigning to
+nobody@mozilla.org and making the milestone blank. It's more likely to
+appear in a casual query, and it doesn't resolve the bug.
+
+REMIND, according to Bugzilla, means it might still be implemented this
+release. Well, why not just move it to a later milestone then? You're
+a lot less likely to forget it. If it's really needed, a keyword would
+be better.
+
+Some people can't use blank milestones to mean an untargetted milestone,
+since they use this to assess new bugs that have no target. Hence, it
+would be nice to distinguish between bugs that have not yet been
+considered, and those that really are not assigned to any milestone in
+the future (assumedly beyond).
+
+All this is covered at
+"http://bugzilla.mozilla.org/show_bug.cgi?id=13534".
+
+4. Create An Enhancement Field
+
+Currently enhancement is an option in severity. This means that
+important enhancements (like for example, POP3 support) are not properly
+distinguished as such, because they need a proper severity. This
+dilutes the meaning of enhancement.
+
+If enhancement was separated, we could properly see what was an
+enhancement. See "http://bugzilla.mozilla.org/show_bug.cgi?id=9412". I
+see keywords like [RFE] and [FEATURE] that seem to be compensating for
+this problem.
One day, Bugzilla 3.0 will have lots of cool stuff.
Contributed by Eric Hansen:
+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
+delete a file in the bugzilla directory: data/versioncache
+Versioncache basically is a way to speed up bugzilla (from what I
+understand). It stores a lot of commonly used information. However,
+this file is refreshed every so often (I can't remember the time
+interval though). So eventually all changes do propogate out, so you
+may see stuff suddenly working.
+2) Assuming that failed, you will also have to check something with the
+checksetup.pl file. It actually is run twice. The first time it
+creates the file: localconfig. You can modify localconfig, (or not if
+you are doing bug_status stuff) or you should delete localconfig and
+rerun your modified checksetup.pl. Since I don't actually see anything
+in localconfig pertaining to bug_status, this point is mainly a FYI.
+
Users can query Bugzilla from the command line using + this suite of utilities. +
The query.conf file contains the mapping from options to field + names and comparison types. Quoted option names are "grepped" for, so + it should be easy to edit this file. Comments (#) have no effect; you + must make sure these lines do not contain any quoted "option" +
buglist is a shell script which submits a Bugzilla query and writes the + resulting HTML page to stdout. It supports both short options, + (such as "-Afoo" or "-Rbar") and long options (such as + "--assignedto=foo" or "--reporter=bar"). If the first character + of an option is not "-", it is treated as if it were prefixed + with "--default=". +
The columlist is taken from the COLUMNLIST environment variable. + This is equivalent to the "Change Columns" option when you list + bugs in buglist.cgi. If you have already used Bugzilla, use + grep COLUMLIST ~/.netscape/cookies to see + your current COLUMNLIST setting. +
bugs is a simple shell script which calls buglist and extracts + the bug numbers from the output. Adding the prefix + "http://bugzilla.mozilla.org/buglist.cgi?bug_id=" + turns the bug list into a working link if any bugs are found. + Counting bugs is easy. Pipe the results through + sed -e 's/,/ /g' | wc | awk '{printf $2 "\n"}' +
Akkana says she has good results piping buglist output through + w3m -T text/html -dump +
Download three files: +
bash$ + wget -O query.conf 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26157' + +
bash$ + wget -O buglist 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26944' + +
bash# + wget -O bugs 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26215' + +
Make your utilities executable: + bash$ + chmod u+x buglist bugs + +
Thanks go to these people for significant contributions to this documentation: +
Zach Lipton, Andrew Pearson, Spencer Smith, Eric Hansen +
This document uses the following conventions +
Descriptions | Appearance | ||
---|---|---|---|
Warnings |
| ||
Hint |
| ||
Notes |
| ||
Information requiring special attention |
| ||
File Names | file.extension | ||
Directory Names | directory | ||
Commands to be typed | command | ||
Applications Names | application | ||
Prompt of users command under bash shell | bash$ | ||
Prompt of root users command under bash shell | bash# | ||
Prompt of user command under tcsh shell | tcsh$ | ||
Environment Variables | VARIABLE | ||
Emphasized word | word | ||
Code Example |
|
Permission is granted to copy, distribute and/or modify this document under thei + terms of the GNU Free Documentation License, Version 1.1 or any later version published + by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and + with no Back-Cover Texts. A copy of the license is included in the section entitled + "GNU Free Documentation LIcense". + | ||
--Copyright (c) 2000-2001 Matthew P. Barnson |
If you have any questions regarding this document, its' copyright, or publishing this + document in non-electronic form, please contact <barnboy@trilobyte.net> +
The people listed below have made enormous contributions to the creation + of this Guide, through their dedicated hacking efforts, + numerous e-mail and IRC support sessions, + and overall excellent contribution to the Bugzilla community: +
Terry Weissman + for initially converting Bugzilla from BugSplat! + and writing the README upon which this documentation is largely based. +
Tara Hernandez + for keeping Bugzilla development going strong after Terry left Mozilla.org +
Dave Lawrence + for providing insight into the key differences between Red Hat's + customized Bugzilla, and being largely responsible for the + "Red Hat Bugzilla" appendix +
Dawn Endico + for being a hacker extraordinaire and putting up with my incessant + questions and arguments on irc.mozilla.org in #mozwebtools +
Last but not least, all the members of the + netscape.public.mozilla.webtools newsgroup. Without your + discussions, insight, suggestions, and patches, this could never have happened. +
We need CVS integration information
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?
Bugzilla could be more proactive in detecting suboptimal situations and
+prevent them or whine about them.
+
+1. Bugzilla Crime #1: Marking A Bug Fixed With Unresolved Dependencies
+
+It can't be marked fixed with unresolved dependencies. Either mark it
+INVALID (tracking bugs), fix the dependencies at the same time, or
+resolve the blockers.
+
+See "http://bugzilla.mozilla.org/show_bug.cgi?id=24496".
+
+2. Keyword Restrictions
+
+Some keywords should only apply in certain circumstances, eg beta1 =>
+Milestone <
+M14, css1 => Component = Style System are possibilities. See
+"http://bugzilla.mozilla.org/show_bug.cgi?id=26940".
+
+3. Whine About Old Votes
+
+Old votes can just sit on resolved bugs. This is problematic with
+duplicates especially. Automatic transferral/removal is not
+appropriate since bugs can be reopened, but a whining solution might
+work. See "http://bugzilla.mozilla.org/show_bug.cgi?id=27553".
+
+4. Whine And Warn About Milestone Mismatches
+
+Here's a fun one. Bug X (M17) depends on Bug Y (M15). Bug Y gets moved
+out to M19. The notification to the assignee of Bug X gets ignored (of
+course) and Bug X is now due to be fixed before one of its blockers.
+
+Warnings about this when it is detected as well as whining about it in
+email would help bring these issues to the attention of people sooner.
+
+Note that this would be less of a problem if we didn't have so many
+tracking bugs since they aren't updated that often and often have this
+problem.
+
+See "http://bugzilla.mozilla.org/show_bug.cgi?id=16743".
+Contributor(s): Matthew P. Barnson (mbarnson@excitehome.net)
+
+Last update: May 16, 2000
+
+Changes:
+Version 1.0: Initial public release (May 16, 2000)
+
+Maintainer: Matthew P. Barnson (mbarnson@excitehome.net)
+
+
+===
+Table Of Contents
+===
+
+FOREWORD
+INTRODUCTION
+THE BASICS
+THE TABLES
+THE DETAILS
+
+
+
+===
+FOREWORD
+===
+
+ This information comes straight from my life. I was forced to learn how
+Bugzilla organizes database because of nitpicky requests from users for tiny
+changes in wording, rather than having people re-educate themselves or
+figure out how to work our procedures around the tool. It sucks, but it can
+and will happen to you, so learn how the schema works and deal with it when it
+comes.
+
+ I'm sorry this version is plain text. I can whip this info out a lot faster
+if I'm not concerned about complex formatting. I'll get it into sgml for easy
+portability as time permits.
+
+ The Bugzilla Database Schema has a home! In addition to availability via CVS
+and released versions 2.12 and higher of Bugzilla, you can find the latest &
+greatest version of the Bugzilla Database Schema at
+http://www.trilobyte.net/barnsons/. This is a living document; please be sure
+you are up-to-date with the latest version before mirroring.
+
+ The Bugzilla Database Schema is designed to provide vital information
+regarding the structure of the MySQL database. Where appropriate, this
+document will refer to URLs rather than including documents in their entirety
+to ensure completeness even should this paper become out of date.
+
+ This document is not maintained by Netscape or Netscape employees, so please
+do not contact them regarding errors or omissions contained herein. Please
+direct all questions, comments, updates, flames, etc. to Matthew P. Barnson
+mbarnson@excitehome.net) (barnboy or barnhome on irc.mozilla.org in
+#mozwebtools).
+
+ I'm sure I've made some glaring errors or omissions in this paper -- please
+email me corrections or post corrections to the
+netscape.public.mozilla.webtools newsgroup.
+
+
+
+===
+INTRODUCTION
+===
+
+
+
+ So, here you are with your brand-new installation of Bugzilla. You've got
+MySQL set up, Apache working right, Perl DBI and DBD talking to the database
+flawlessly. Maybe you've even entered a few test bugs to make sure email's
+working; people seem to be notified of new bugs and changes, and you can
+enter and edit bugs to your heart's content. Perhaps you've gone through the
+trouble of setting up a gateway for people to submit bugs to your database via
+email, have had a few people test it, and received rave reviews from your beta
+testers.
+
+ What's the next thing you do? Outline a training strategy for your
+development team, of course, and bring them up to speed on the new tool you've
+labored over for hours.
+
+ Your first training session starts off very well! You have a captive
+audience which seems enraptured by the efficiency embodied in this thing called
+"Bugzilla". You are caught up describing the nifty features, how people can
+save favorite queries in the database, set them up as headers and footers on
+their pages, customize their layouts, generate reports, track status with
+greater efficiency than ever before, leap tall buildings with a single bound
+and rescue Jane from the clutches of Certain Death!
+
+ But Certain Death speaks up -- a tiny voice, from the dark corners of the
+conference room. "I have a concern," the voice hisses from the darkness,
+"about the use of the word 'verified'.
+
+ The room, previously filled with happy chatter, lapses into reverential
+silence as Certain Death (better known as the Vice President of Software
+Engineering) continues. "You see, for two years we've used the word 'verified'
+to indicate that a developer or quality assurance engineer has confirmed that,
+in fact, a bug is valid. I don't want to lose two years of training to a
+new software product. You need to change the bug status of 'verified' to
+'approved' as soon as possible. To avoid confusion, of course."
+
+ Oh no! Terror strikes your heart, as you find yourself mumbling "yes, yes, I
+don't think that would be a problem," You review the changes with Certain
+Death, and continue to jabber on, "no, it's not too big a change. I mean, we
+have the source code, right? You know, 'Use the Source, Luke' and all that...
+no problem," All the while you quiver inside like a beached jellyfish bubbling,
+burbling, and boiling on a hot Jamaican sand dune...
+
+ Thus begins your adventure into the heart of Bugzilla. You've been forced
+to learn about non-portable enum() fields, varchar columns, and tinyint
+definitions. The Adventure Awaits You!
+
+
+
+===
+The Basics
+===
+
+ If you were like me, at this point you're totally clueless about the
+internals of MySQL, and if it weren't for this executive order from the Vice
+President you couldn't care less about the difference between a "bigint" and a
+"tinyint" entry in MySQL. I'd refer you first to the MySQL documentation,
+available at http://www.mysql.com/doc.html, but that's mostly a confusing
+morass of high-level database jargon. Here are the basics you need to know
+about the database to proceed:
+
+1. To connect to your database, type "mysql -u root" at the command prompt as
+any user. If this works without asking you for a password, SHAME ON YOU! You
+should have locked your security down like the README told you to. You can
+find details on locking down your database in the Bugzilla FAQ in this
+directory (under "Security"), or more robust security generalities in the
+MySQL searchable documentation at
+http://www.mysql.com/php/manual.php3?section=Privilege_system .
+
+2. You should now be at a prompt that looks like this:
+
+mysql>
+
+ At the prompt, if "bugs" is the name of your Bugzilla database, type:
+
+mysql> use bugs;
+
+ (don't forget the ";" at the end of each line, or you'll be kicking yourself
+all the way through this documentation)
+ Young Grasshopper, you are now ready for the unveiling of the Bugzilla
+database, in the next section...
+
+
+
+===
+THE TABLES
+===
+
+ Imagine your MySQL database as a series of spreadsheets, and you won't be too
+far off. If you use this command:
+
+mysql> show tables from bugs;
+
+ you'll be able to see all the "spreadsheets" (tables) in your database. Cool,
+huh? It's kinda' like a filesystem, only much faster and more robust. Come
+on, I'll show you more!
+
+ From the command issued above, you should now have some output that looks
+like this:
+
++-------------------+
+| Tables in bugs |
++-------------------+
+| attachments |
+| bugs |
+| bugs_activity |
+| cc |
+| components |
+| dependencies |
+| fielddefs |
+| groups |
+| keyworddefs |
+| keywords |
+| logincookies |
+| longdescs |
+| milestones |
+| namedqueries |
+| products |
+| profiles |
+| profiles_activity |
+| shadowlog |
+| versions |
+| votes |
+| watch |
++-------------------+
+
+
+ If it doesn't look quite the same, that probably means it's time to
+update this documentation :)
+
+ Here's an overview of what each table does. Most columns in each table have
+descriptive names that make it fairly trivial to figure out their jobs.
+
+attachments: This table stores all attachments to bugs. It tends to be your
+largest table, yet also generally has the fewest entries because file
+attachments are so (relatively) large.
+
+bugs: This is the core of your system. The bugs table stores most of the
+current information about a bug, with the exception of the info stored in the
+other tables.
+
+bugs_activity: This stores information regarding what changes are made to bugs
+when -- a history file.
+
+cc: This tiny table simply stores all the CC information for any bug which has
+any entries in the CC field of the bug. Note that, like most other tables in
+Bugzilla, it does not refer to users by their user names, but by their unique
+userid, stored as a primary key in the profiles table.
+
+components: This stores the programs and components (or products and
+components, in newer Bugzilla parlance) for Bugzilla. Curiously, the "program"
+(product) field is the full name of the product, rather than some other unique
+identifier, like bug_id and user_id are elsewhere in the database.
+
+dependencies: Stores data about those cool dependency trees.
+
+fielddefs: A nifty table that defines other tables. For instance, when you
+submit a form that changes the value of "AssignedTo" this table allows
+translation to the actual field name "assigned_to" for entry into MySQL.
+
+groups: defines bitmasks for groups. A bitmask is a number that can uniquely
+identify group memberships. For instance, say the group that is allowed to
+tweak parameters is assigned a value of "1", the group that is allowed to edit
+users is assigned a "2", and the group that is allowed to create new groups is
+assigned the bitmask of "4". By uniquely combining the group bitmasks (much
+like the chmod command in UNIX,) you can identify a user is allowed to tweak
+parameters and create groups, but not edit users, by giving him a bitmask of
+"5", or a user allowed to edit users and create groups, but not tweak
+parameters, by giving him a bitmask of "6" Simple, huh?
+ If this makes no sense to you, try this at the mysql prompt:
+mysql> select * from groups;
+ You'll see the list, it makes much more sense that way.
+
+keyworddefs: Definitions of keywords to be used
+
+keywords: Unlike what you'd think, this table holds which keywords are
+associated with which bug id's.
+
+logincookies: This stores every login cookie ever assigned to you for every
+machine you've ever logged into Bugzilla from. Curiously, it never does any
+housecleaning -- I see cookies in this file I've not used for months. However,
+since Bugzilla never expires your cookie (for convenience' sake), it makes
+sense.
+
+longdescs: The meat of bugzilla -- here is where all user comments are stored!
+You've only got 2^24 bytes per comment (it's a mediumtext field), so speak
+sparingly -- that's only the amount of space the Old Testament from the Bible
+would take (uncompressed, 16 megabytes). Each comment is keyed to the
+bug_id to which it's attached, so the order is necessarily chronological, for
+comments are played back in the order in which they are received.
+
+milestones: Interesting that milestones are associated with a specific product
+in this table, but Bugzilla does not yet support differing milestones by
+product through the standard configuration interfaces.
+
+namedqueries: This is where everybody stores their "custom queries". Very
+cool feature; it beats the tar out of having to bookmark each cool query you
+construct.
+
+products: What products you have, whether new bug entries are allowed for the
+product, what milestone you're working toward on that product, votes, etc. It
+will be nice when the components table supports these same features, so you
+could close a particular component for bug entry without having to close an
+entire product...
+
+profiles: Ahh, so you were wondering where your precious user information was
+stored? Here it is! With the passwords in plain text for all to see! (but
+sshh... don't tell your users!)
+
+profiles_activity: Need to know who did what when to who's profile? This'll
+tell you, it's a pretty complete history.
+
+shadowlog: I could be mistaken here, but I believe this table tells you when
+your shadow database is updated and what commands were used to update it. We
+don't use a shadow database at our site yet, so it's pretty empty for us.
+
+versions: Version information for every product
+
+votes: Who voted for what when
+
+watch: Who (according to userid) is watching who's bugs (according to their
+userid).
+
+
+===
+THE DETAILS
+===
+
+ Ahh, so you're wondering just what to do with the information above? At the
+mysql prompt, you can view any information about the columns in a table with
+this command (where "table" is the name of the table you wish to view):
+
+mysql> show columns from table;
+
+ You can also view all the data in a table with this command:
+
+mysql> select * from table;
+
+ -- note: this is a very bad idea to do on, for instance, the "bugs" table if
+you have 50,000 bugs. You'll be sitting there a while until you ctrl-c or
+50,000 bugs play across your screen.
+
+ You can limit the display from above a little with the command, where
+"column" is the name of the column for which you wish to restrict information:
+
+mysql> select * from table where (column = "some info");
+
+ -- or the reverse of this
+
+mysql> select * from table where (column != "some info");
+
+ Let's take our example from the introduction, and assume you need to change
+the word "verified" to "approved" in the resolution field. We know from the
+above information that the resolution is likely to be stored in the "bugs"
+table. Note we'll need to change a little perl code as well as this database
+change, but I won't plunge into that in this document. Let's verify the
+information is stored in the "bugs" table:
+
+mysql> show columns from bugs
+
+ (exceedingly long output truncated here)
+| bug_status| enum('UNCONFIRMED','NEW','ASSIGNED','REOPENED','RESOLVED','VERIFIED','CLOSED')||MUL | UNCONFIRMED||
+
+ Sorry about that long line. We see from this that the "bug status" column is
+an "enum field", which is a MySQL peculiarity where a string type field can
+only have certain types of entries. While I think this is very cool, it's not
+standard SQL. Anyway, we need to add the possible enum field entry
+'APPROVED' by altering the "bugs" table.
+
+mysql> ALTER table bugs CHANGE bug_status bug_status
+ -> enum("UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED",
+ -> "VERIFIED", "APPROVED", "CLOSED") not null;
+
+ (note we can take three lines or more -- whatever you put in before the
+semicolon is evaluated as a single expression)
+
+Now if you do this:
+
+mysql> show columns from bugs;
+
+ you'll see that the bug_status field has an extra "APPROVED" enum that's
+available! Cool thing, too, is that this is reflected on your query page as
+well -- you can query by the new status. But how's it fit into the existing
+scheme of things?
+ Looks like you need to go back and look for instances of the word "verified"
+in the perl code for Bugzilla -- wherever you find "verified", change it to
+"approved" and you're in business (make sure that's a case-insensitive search).
+Although you can query by the enum field, you can't give something a status
+of "APPROVED" until you make the perl changes. Note that this change I
+mentioned can also be done by editing checksetup.pl, which automates a lot of
+this. But you need to know this stuff anyway, right?
+
+ I hope this database tutorial has been useful for you. If you have comments
+to add, questions, concerns, etc. please direct them to
+mbarnson@excitehome.net. Please direct flames to /dev/null :) Have a nice
+day!
+
+
+
+===
+LINKS
+===
+
+Great MySQL tutorial site:
+http://www.devshed.com/Server_Side/MySQL/
+
+
~>@KWpU00%R+6QCN19*ziKHzXPs|B zV~NuE+be-@>AHj~bi=llMFVGF3aopebN~76N_M&0O|FC1pV`o+snI@grvn}}* z!#yi}N_K~F35 VI_^?$;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&a5 jTkw*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~c bBiQrY)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+1 9vNb70%u9BMidDTMt?C%TcYM`VIN$i z@m2lR9 z{TJ-v3GqfkfX#Hb#K%rGz1x>1ndQFyzGn*jPv=>`q~ZZ*@(C9Ir>v*ymAssWKkvF| zbTDJDA$!I>#L=ePyF23b H{#@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&kSV b6|*}S0+ZF~JhI2jzaBw{2ZGPYIg{d%~a58=aWjYR7_8>xF9A7UsS z_R1~?tD!Lv36DQyhzMi-HtYAxQ3BsF 4OioWpNa!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~WGSbJx w_$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^Z v)&%@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?1SCy me%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*5B 4`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#!)E RVZPpOQ{v^PdDmd-8hlB6hGCMcZ5phmhr>a7*;zdG1sDJUUZc$I z&4fxzb+i~+;zPmZ-S9Y%nSsR#!wZs hpPB}-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)bcV09 f07v zVrP*P^_iw+U?dK2)Z>OQS)=Lks0EF-F;?*zIhtD) JtkJlp?g(;(m z)ohc80+ibQ?-r6{moG1^pWmxnD&^(q?%MS-r P$<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(TbP R iyChyi{;&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$yUJ7o QUw;vu_e=ifMOJ$x%eA!HnBV>mUul?fkJ!ajIHon^l5J zM0k b)n7Byj^oa`jB8H%+6^8uF0J2*McoOG&1ph_o_xoxE*BH`=A8#+2L~VBmed*9 z{RnLNlrAm@cg@cZ{h&O-u?40)G^03p@|%}98 m_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?zoN 9pdFpWnG=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-s u)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!J KqW&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-4Lka Fc>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{r 8^-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_PV0AFiJD amY~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_P k6 zTnT*Oj3jOo }F(G-E$`O|Q5BRjvaVbwh6GZL(%zqM)wV zeCpa7Ev^o^$Jm36^%E^O5#9YEN#8 ik(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#M ZR>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 zRx0S7NGZa7
22rfuhwZLZ34A_=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(#L q-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|0UZ N13#>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!Hv6g Vo>gMqLwV%9`C4#2NAPa%4I)4#&aWDzBxo7jAtC*%;qID|T0v zU0p U}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*!_LBKU 7XT*bG~nw(cV1Y@Amh(Q zTNev_WV`8go|dFHNAc3HKGFpnvkty+U-E})H1oDC6rRu=+?K2!MC6nH wkXWQ hwU#!4 zrwN=2O{`;CsQ#;7&0qszc)P3V(>>N%jxT@c^IRFf N?90Mvr z^0c~|wUR+jge&iIS>!Hj*ZP Lc+}8Mkb-5ixs2!ot@%XZPM$aX{^UR!iw+*uz%WP~Ybs&XHY*^Pk^Co{k>1en>xi z9WrR@eE#X9%liB9m%Fr6-@y6|z{9HK d zso8TI96;oy!`l?|zTiljioxgLiJ8XP8AAPt*-MDik+a4gIP12*1c~-+Ql%> WV!y 63Mc^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!x t)<-)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|5dB7NwjYo4 hXm2 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$qHWLhfl gf02Uqf~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^=YYr uhZPMK(%xuQQmU@5IE7Di zccuMOU>k(Iu;tdfMZF fds*qeN!B Egy1p zr<>!cswe9}1(d_2vLbR0 n~^WgGoRDH)T1vN)mfRgK=B=<{}`wYPMUn5R( z{~ E7Ms7=L*mbaym2L^Q+F?$m4M4K~`C$eyOY z{My}8#l`Y`3nS{{6b`%F O8f|cmv z8t}YeY3G_$dXeT 2jUIYk0Aji=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&R j513cQheNW=|*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@xEvEhz-q&Zi?FFo)(y3Tdl+m2NpeOKwspD>{Y zRx^kk%3U{5 d&?UE*-9bl7Tyq+TGu9imcW)DN)$A#O);kxz0HrFj%6 z;a~YthmgEVs IhL9V>%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$v d`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{ Wt N*xsZq8#M(f_1$*SvWrp zj4G<$VB;Y&kG+8$a(tLyXQ3=c^Qth MpI8!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#H GsomT^_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{t h<{HT~b+D_Wtx-5>)Z_rStY3EQPung=+|qR4mcxDb09Z $@ZxO#i0Ii+H}jIxD*1Aq{)?-FuFDtu$?k}>DTUHjG`-7N z?a0h VJ zCu>|$KrDlB587<`KY0ZH3y)=)Z%5Xdk`VV32^-#H*Zh1#IX{2-GsN%z)1e_6`U82C zQxa Vb`hUS34Z~1Zh8laM{hPd|zUf761xLaGM3sR+ zKR)tJsu^WC(aNiC$cH8}2x9)@Ru_x(Z=&5i|LS{1oA$V?U&vHW=|Z{Mk9 x_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-ADGF R z55iwQ=__|F@+oE-{zw}~62Y^eWI~Rb)e75Fx0V1FbLe;IpqB;wynTf~KkDxxDailg zjAB8-(RcH`8mR_Fp7|@Cu4ax7r8cG~99&9B>&Gdbu&=$I2Q x3Y*(>!$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?mp XeMHufok58k6d7NQ{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}?_skI2 ja za;?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^lt02p q0#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|ZlWn4 =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 zMxT4 CzJZQ6_A&Kwp zqustLOZ~PujE#ai&I9n=S)axk!tqpnQGXxkvUblB nn8mx*IdznxpwbhB9_uFqVd?av5k_ zTuEiJ 6fdVJWpe*jzr zgS@4)2k)~jnakS2R`}->L? J1MwqP?|5yH!+B46(ijy_ zh2n 4lQY2GB`-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> +r#Qv$XV1Ibg=O_X)$KSgO?sdjK8URKb^q>7WzmH-mPPVL7 z=w2JxK@C?QsgEtpI|@?iWfV534|Wi6XaD)yP=g?A<*(zLr79bymdxevCn@`&jEjtH zdr)FH{r8zf46)ZNZ`xX2OLe8KSxRcQWZo||%?M48 toL{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(w jegV z0zAqh%>%%D(VUKt^m@Gh >an2J4?fnMdTq5{2g-o8VK?GLCT83BDtUE& zO9@b7INyc6R2u82#;WbfKz7_q2YjQoOF+p8y-f!M{|*dnK$Jt7!!is6t1)LXZ Ve|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>$AOPO INT%u?>sVP2WC)U9Rp&?|h$n% &Pvy1ibzv+qqEKTG`8s`{vF3q$)#5X`avLhFCYi9zMNny z|A^B{fXKL`^LC**Mg=BjL 1e*gnIa+0j9lhm0jb;Bihs)FebBlMYAOPBHBh8 zel3%ICtufr3e&+Y5|mmWcvNduwrkVe?0Jki={ 9_yLC)26!kV}g|Ubl{P045r&4UeQ;lN 44(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=CVu 8fE9G8E3NcK5L lCTS4yDG!ZHlwjDXX+8YHblvILO7&t*tvF_@v<&f^ABN z$`QbxT-Ggnij+a5Jj>?VN~AJ CIJQMW<-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!xBBXPQVtML nkROTe$mAnMYFDW-J+7{_`#nlYt$Hvkg72=@%eq$Vp@_91_%o zn7NHd>QnRgPaM>C`s$Vc(N Gm0Iu2!+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#M L^#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_?U6A0D sN8jI1b7dj{NwY3suvu^g`;6 zh0ENz6?#@lb7!&yruG7KiJ=%VVp3SX-m&$>yWGZP=zGb8+0!|h5+WCodY$B9(t5|Q z63Y4=YpaTTBBNu^>Zq&dz8^fA1`mL0J f*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%s AwMWawPd6hGH~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?9hWr jfd&YuC z%3A$FwP8A^x~;LPE-_APJ%k;hvYToM{;;aBAq1$`NVl!gt93Hh$QHsiXiqb3F%1%I zJZdS*m8Khtjj2 bf1ua3y1M(t%le7uMg*RcnL+^d{T{b_V z ~W%1ONKG;YOs=W)H5zGAi5AMVn?Ku|Q!E9g!k0k2Vd y0?<^|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(Ko 49=-q4z`Kn{y+p@U{t zFe_ZsT9IU#33o v~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`krEMpBJ iq 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 zjQ3K vPoqhFBBz`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>L mTdZ%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%l baT`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|BhbT
cCaN@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 zMcYvzM6s Urzn89mydq?jD!#S=Ho5<&<6VVX?8h`UTs| zym;NBH>PK}@rla>^R 3Tau8#oA{OB@VL%R526AdF8g?j#_+S z&!Z5W`Gq+<1)iD1?ZepC>Ka_IZ3*~Am~!QTaaY4Y G Z3%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@d cpstMe~{{4CCCUAOZ zJZtj&>JT|2L4j_3`DGZ59j6p6lL;pcb2kd0u0JL-R4)BEwEaTY*K*a@(z^`ax?s?F z)^x uPT#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+dsbcFw GshP)Zh;iPII}_;1MTw<{hW>+HPD0Q2HaSu3 zl&P_>-hJ6t3ueS7m{8al3~>oxbjtP3(6S=Dz+1k{u(e1vny(ac3QCnUEhTy^mr?-P zY}W=4mvqBMUGY4 xy9zuW1!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?2riQ NASDu$)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@(6z MFaE=yTi(osT6!LRDNGO_gGo^afkZei8+3 zfi{T}Yepeaon1+Jxf{*TRs=1dl|v_P^)l0$8S2vbG|LX}%`ju~nHovQp;3{W)1 z^QEoLm@gb9T`%o*+i1^dTrvCr1Ik~zdgw9otsW!BBgul+J*~->1rE_+74#6@BGXKw z=j$`F+DZxjrpgb1=VRCa@U X%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~@|U Y^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*#^}Dalo btrImNrQG2~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?G bSPNtbT1?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<%hJY5G8I J_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`*ZBW DpR zye;q9Q?xJcPXsIFq4z|!wbOV9ddp2XOLA_H zup_yL@w69er>yl>tTnz#NIAux<)OuawBa!EfARXJ$v2cG=j6b29anom(y{ z*Lpr Ae|8eFSJ)o6RxU2L>?E`tKb)eZGjoPZi5|dwl!-A@A;D`kaQO 7B`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^^$9 lyCwtI&fPO-SKu;~PMp5j0+W95u2m_@9(PP?gHnfn6n_rlksM{bEo ztN>qGUBEme8-kuC5)-If?&GvjGj(&vb^y{A^u-$1jiLZ)zS%}3 LCq&nk6PEU>&D?bK!Y?h*{+b{IT~5Z zC`E+L$;i-ixF&BH6jPMNp+HApd*J?UD1mXEItMZxYD`DBP#cjiRF;+x@Kv DbnR^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^_Yd Y17?|`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&C Q{SvDMK^3rB{xivo<(bT#H1{rliHt9%8Llr-P<+%8 7`ClFLg}MMx_{AdB0dghR>-VP*0iPo>WQj*M-k5FKO)%_>oP%# zEk9HUX6*j5dHY(%x0V*V(0y3Ub(4HzZC%KGO8t>6yB@7RNWL)wk-E>vN2NYob%LOn zz9G5WErHMt>{_LiwY DVGRgyl#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+j g#LuI^=q%t?V3vh0TZ%`Wpk@m@d?l1YdFjwu XrL= z*Rk`pf!Tuu&BL3V5|?-*eobX@5ua9Rkk+02#Rwe9j n80xvYB#?WCZtCwo4wetjZ>H!v{5j}_|HC|U^<;>2DutT$hBL`%&e=n)5u zMQ q)r Q5hesbxykUWDeY 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 z0Aln g1(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*H w(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 z q|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(