diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-07-02 14:24:21 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-07-02 14:24:21 -0700 |
commit | 85e677b86fc37c54e6de2b06340351a28f5a5916 (patch) | |
tree | 11148e2c292bd1a43b7cf6c2f5212a6ca8b03e75 /rt/docs | |
parent | e5ab051ccdb7637d8dd2f0ed9b4fe9aaaf1d1100 (diff) | |
parent | 92aedddd3684167abb60cd3f1d77bbc156c592e6 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'rt/docs')
52 files changed, 8058 insertions, 3435 deletions
diff --git a/rt/docs/README.docs b/rt/docs/README.docs deleted file mode 100755 index 38866b357..000000000 --- a/rt/docs/README.docs +++ /dev/null @@ -1,2 +0,0 @@ -Questions about docs should be sent to the RT Documentation Team (rt-docs@fsck.com) -which is led by Meri. diff --git a/rt/docs/Security b/rt/docs/Security deleted file mode 100644 index 51ddfabdb..000000000 --- a/rt/docs/Security +++ /dev/null @@ -1,12 +0,0 @@ -Security tips for running RT3 - -0 Protect your RT installation by making it only accessible via SSL - -1 Be sure to change the password for the root user of RT. The default password is "password". This can be changed via the RT web interface at: Preferences > About me - -2 Be sure to protect your RT_SiteConfig.pm file if it contains database credentials or other sensitive information. This file only needs to be readable by RT and your web server. One way to accomplish this is to make the file readable only by root and the group that RT runs as, and then make sure your web server is a member of that group. Advanced configuration may be required if other users have the ability to run CGIs or access the server where RT is running. Otherwise, those users may have access to become RT superusers. - -3 Be sure to protect your database. If it does not need to talk to the world, then don't allow it to listen for remote connections. With MySQL this can be accomplished via "skip-networking". If you use your database for other things and must allow remote connections, be sure to use a strong, hard to guess password for RT. - -4 Apache, lighttpd, and most other web servers support name based virtual hosts. When possible, configure RT as a name based virtual host to raise the bar against DNS rebinding attacks. Note: If when you visit http://your.servers.ipaddress.here you see RT, it means you are not likely getting this additional protection. - diff --git a/rt/docs/UPGRADING-2.0 b/rt/docs/UPGRADING-2.0 new file mode 100644 index 000000000..a935552b5 --- /dev/null +++ b/rt/docs/UPGRADING-2.0 @@ -0,0 +1,7 @@ +UPGRADING FROM 2.x: + +The core RT distribution does not contain the tool to upgrade RT from +version 2.0; the tool, can be downloaded from CPAN at +http://search.cpan.org/dist/RT-Extension-RT2toRT3/ + +Further instructions may be found in that distribution's README file. diff --git a/rt/docs/UPGRADING-3.0 b/rt/docs/UPGRADING-3.0 new file mode 100644 index 000000000..625ca4baf --- /dev/null +++ b/rt/docs/UPGRADING-3.0 @@ -0,0 +1,18 @@ +UPGRADING FROM 3.0.x - Changes: + += Installation = + +We recommend you move your existing /opt/rt3 tree completely out +of the way before installing the new version of RT, to make sure +that you don't inadvertently leave old files hanging around. + += Rights changes = + +Now, if you want RT to automatically create new users upon ticket +submission, you MUST grant 'Everyone' the right to create tickets. +Granting this right only to "Unprivileged Users" is now insufficient. + += Web server configuration + +The configuration for RT's web interface has changed. Please refer to +docs/web_deployment.pod for instructions. diff --git a/rt/docs/UPGRADING-3.2 b/rt/docs/UPGRADING-3.2 new file mode 100644 index 000000000..c0b8cebae --- /dev/null +++ b/rt/docs/UPGRADING-3.2 @@ -0,0 +1,11 @@ +UPGRADING FROM 3.2 and earlier - Changes: + += Rights changes = + +Now, if you want any user to be able to access the Admin tools (a.k.a. +the Configuration tab), you must grant that user the "ShowConfigTab" +right. Making the user a privileged user is no longer sufficient. + +"SuperUser" users are no longer automatically added to the list of users +who can own tickets in a queue. You now need to explicitly give them the +"OwnTicket" right. diff --git a/rt/docs/UPGRADING-3.4 b/rt/docs/UPGRADING-3.4 new file mode 100644 index 000000000..4dca0451f --- /dev/null +++ b/rt/docs/UPGRADING-3.4 @@ -0,0 +1,12 @@ +UPGRADING FROM 3.3.14 and earlier - Changes: + +The "ModifyObjectCustomFieldValues" right name was too long. It has been +changed to "ModifyCustomField" + + +UPGRADING FROM 3.3.11 and earlier - Changes: + +Custom Fields now have an additional right, "ModifyCustomField". This +right governs whether a user can modify an object's custom field values +for a particular custom field. This includes adding, deleting and +changing values. diff --git a/rt/docs/UPGRADING-3.6 b/rt/docs/UPGRADING-3.6 new file mode 100644 index 000000000..3c27709cb --- /dev/null +++ b/rt/docs/UPGRADING-3.6 @@ -0,0 +1,49 @@ +UPGRADING FROM 3.6.X and earlier - Changes: + +As there are a large number of code changes, it is highly recommended +that you install RT into a fresh directory, and then reinstall your +customizations. + +The database schema has changed significantly for mysql 4.1 and above; +please read UPGRADING.mysql for more details. + +The configuration format has been made stricter. All options MUST be set +using the Set function; the historical "@XXX = (...) unless @XXX;" is no +longer allowed. + +The RTx::Shredder extension has been integrated into core, and several +features have been added, so you MUST uninstall it before upgrading. + +A new interface for making links in text clickable, and doing other +arbitrary text replacements, has been integrated into RT. You can read +more in `perldoc docs/extending/clickable_links.pod`. + +A new feature has been added that allows users to forward +messages. There is a new option in the config ($ForwardFromUser), new +rights, and a new template. + +New global templates have been added with "Error: " prefixed to the name +to make it possible to configure error messages sent to users. + +You can read about the new GnuPG integration in `perldoc +lib/RT/Crypt/GnuPG.pm`. + +New scrip conditions 'On Close' and 'On Reopen' have been added. + + +UPGRADING FROM 3.5.7 and earlier - Changes: + +Scrips are now prepared and committed in order alphanumerically by +description. This means that you can prepend a number (00, 07, 15, 24) +to the beginning of each scrip's description, and they will run in that +order. Depending on your database, the old ordering may have been by +scrip id number -- if that is the case, simply prepend the scrip id +number to the beginning of its description. + + +UPGRADING FROM 3.5.1 and earlier - Changes: + +The default for $RedistributeAutoGeneratedMessages has changed to +'privileged', to make out-of-the-box installations more resistant to +mail loops. If you rely on the old default of redistributing to all +watchers, you'll need to set it explicitly now. diff --git a/rt/docs/UPGRADING-3.8 b/rt/docs/UPGRADING-3.8 new file mode 100644 index 000000000..cb53030e4 --- /dev/null +++ b/rt/docs/UPGRADING-3.8 @@ -0,0 +1,192 @@ +UPGRADING FROM 3.8.8 and earlier - Changes: + +Previous versions of RT used a password hashing scheme which was too +easy to reverse, which could allow attackers with read access to the RT +database to possibly compromise users' passwords. Even if RT does no +password authentication itself, it may still store these weak password +hashes -- using ExternalAuth does not guarantee that you are not +vulnerable! To upgrade stored passwords to a stronger hash, run: + + perl etc/upgrade/vulnerable-passwords + +We have also proved that it's possible to delete a notable set of +records from Transactions table without losing functionality. To delete +these records, run the following script: + + perl -I /opt/rt4/local/lib -I /opt/rt4/lib etc/upgrade/shrink_transactions_table.pl + +If you chose not to run the shrink_cgm_table.pl script when you upgraded +to 3.8, you should read more about it below and run it at this point. + +The default for $MessageBoxWrap is now SOFT and $MessageBoxWidth is now +unset by default. This means the message box will expand to fill all +the available width. $MessageBoxWrap is also overridable by the user +now. These changes accommodate the new default two column layout for +ticket create and update pages. You may turn this layout off by setting +$UseSideBySideLayout to 0. To retain the original behavior, set +$MessageBoxWrap to HARD and $MessageBoxWidth to 72. + + +UPGRADING FROM 3.8.7 and earlier - Changes: + +RT's ChartFont option has been changed from a string to a hash which +lets you specify per-language fonts. RT now comes with a better default +font for charts, too. You should either update your 'ChartFont' option +to match the new format, or consider trying the new default. + +RT now gives you more precise control over the order in which custom +fields are displayed. This change requires some small changes to your +currently saved custom field orders. RT will automatically clean up +your existing custom fields when you run the standard database upgrade +steps. After that cleanup, you should make sure that custom fields are +ordered in a way that you and your users find pleasing. + + +UPGRADING FROM 3.8.6 and earlier - Changes: + +For MySQL and Oracle users: +If you upgraded from a version of RT earlier than 3.7.81, you should +already have a CachedGroupMembers3 index on your CachedGroupMembers +table. If you did a clean install of RT somewhere in the 3.8 release +series, you most likely don't have this index. You can add it manually +with: + + CREATE INDEX CachedGroupMembers3 on CachedGroupMembers (MemberId, ImmediateParentId); + + +UPGRADING FROM 3.8.5 and earlier - Changes: + +You can now forward an entire Ticket history (in addition to specific +transactions) but this requires a new Template called "Forward Ticket". +This template will be added as part of the standard database upgrade +step. + +Custom fields with categories can optionally be split out into +hierarchical custom fields. If you wish to convert your old +category-based custom fields, run: + + perl etc/upgrade/split-out-cf-categories + +It will prompt you for each custom field with categories that it finds, +and the name of the custom field to create to store the categories. + +If you were using the LocalizedDateTime RT::Date formatter from custom +code, and passing a DateFormat or TimeFormat argument, you need to +switch from the strftime methods to the cldr methods; that is, +'full_date_format' becomes 'date_format_full'. + +You may also have done this from your RT_SiteConfig.pm, using: + Set($DateTimeFormat, { + Format => 'LocalizedDateTime', + DateFormat => 'medium_date_format', + ); +Which would need to be changed to: + Set($DateTimeFormat, { + Format => 'LocalizedDateTime', + DateFormat => 'date_format_medium', + ); + + +UPGRADING FROM 3.8.3 and earlier - Changes: + +Arguments to the NotifyGroup Scrip Action will be updated as part of the +standard database upgrade process. + + +UPGRADING FROM 3.8.2 and earlier - Changes: + +A new scrip condition, 'On Reject', has been added. + + +UPGRADING FROM 3.8.1 and earlier - Changes: + +When using Oracle, $DatabaseName is now used as SID, so RT can connect +without environment variables or tnsnames.ora file. Because of this +change, your RT instance may loose its ability to connect to your DB; to +resolve this, you will need to update RT's configuration and restart +your web server. Example configuration: + + Set($DatabaseType, 'Oracle'); + Set($DatabaseHost, '192.168.0.1'); + # undefined port => will try both 1526 and 1521 + Set($DatabasePort, undef); + # ORACLE SID + Set($DatabaseName, 'XE'); + # user for RT in Oracle, RT's tables in his schema + Set($DatabaseUser, 'test'); + # above user's password + Set($DatabasePassword, 'test'); + +If you want a user to be able to access the Approvals tools (a.k.a. the +Approvals tab), you must grant that user the "ShowApprovalsTab" right. + + +UPGRADING FROM 3.8.0 and earlier - Changes: + +The TicketSQL syntax for bookmarked tickets has been changed. +Specifically, the new phrasing is "id = '__Bookmarked__'", rather than +the old "__Bookmarks__". The old form will remain, for backwards +compatibility. The standard database upgrade process will only +automatically change the global 'Bookmarked Tickets' search + + +UPGRADING FROM 3.7.85 and earlier - Changes: + +We have proved that it is possible to delete a large set of records from +the CachedGroupMembers table without losing functionality; in fact, +failing to do so may result in occasional problems where RT miscounts +users, particularly in the chart functionality. To delete these records +run the following script: + + perl -I /opt/rt4/local/lib -I /opt/rt4/lib etc/upgrade/shrink_cgm_table.pl + +After you run this, you will have significantly reduced the number of +records in your CachedGroupMembers table, and may need to tell your +database to refresh indexes/statistics. Please consult your DBA for +specific instructions for your database. + + +UPGRADING FROM 3.7.81 and earlier - Changes: + +RT::Extension::BrandedQueues has been integrated into core, and the +handling of subject tags has changed as a consequence. You will need to +modify any of your email templates which use the $rtname variable, in +order to make them respect the per-queue subject tags. To edit your +templates, log into RT as your administrative user, then click: + + Configuration -> Global -> Templates -> Select -> <Some template name> + +The only template which ships with RT which needs updating is the +"Autoreply" template, which includes this line: + + "There is no need to reply to this message right now. Your ticket + has been assigned an ID of [{$rtname} #{$Ticket->id()}]." + +Change this line to read: + + "There is no need to reply to this message right now. Your ticket + has been assigned an ID of { $Ticket->SubjectTag }." + +If you were previously using RT::Extension::BrandedQueues, you MUST +uninstall it before upgrading. In addition, you must run the +'etc/upgrade/3.8-branded-queues-extension' perl script. This will +convert the extension's configuration into the new format. Finally, in +templates where you were using the Tag method ($Ticket->QueueObj->Tag), +you will need to replace it with $Ticket->SubjectTag + +RT::Action::LinearEscalate extension has been integrated into core, +so you MUST uninstall it before upgrading. + +RT::Extension::iCal has been integrated into core, so you MUST uninstall +it before upgrading. In addition, you must run etc/upgrade/3.8-ical-extension +script to convert old data. + + +UPGRADING FROM 3.7.80 and earlier - Changes: + +Added indexes to CachedGroupMembers for MySQL and Oracle. +If you have previously installed RTx-Shredder, you may already +have these indexes. You can see the indexes by looking at +etc/upgrade/3.7.81/schema.* + +These indexes may take a very long time to create. diff --git a/rt/docs/UPGRADING-4.0 b/rt/docs/UPGRADING-4.0 new file mode 100644 index 000000000..4b64d2e72 --- /dev/null +++ b/rt/docs/UPGRADING-4.0 @@ -0,0 +1,131 @@ +Common Issues + +RT now defaults to a database name of rt4 and an installation root of /opt/rt4. + +If you are upgrading, you will likely want to specify that your database +is still named rt3 (or import a backup of your database as rt4 so that +you can feel more confident making the upgrade). + +You really shouldn't install RT4 into your RT3 source tree (/opt/rt3) +and instead should be using make install to set up a clean environment. +This will allow you to evaluate your local modifications and configuration +changes as you migrate to 4.0. + +If you choose to force RT to install into /opt/rt3, or another existing RT 3.x +install location, you will encounter issues because we removed the _Overlay +files (such as Ticket_Overlay.pm) and relocated other files. You will +need to manually remove these files after the upgrade or RT will fail. +After making a complete backup of your /opt/rt3 install, you might use a +command like the following to remove the _Overlay files: + + find /opt/rt3/lib/ -type f -name '*_Overlay*' -delete + +RT has also changed how web deployment works; you will need to review +docs/web_deployment.pod for current instructions. The old +`fastcgi_server`, `webmux.pl`, and `mason_handler.*` files will not +work with RT 4.0, and should be removed to reduce confusion. + +******* +RT_SiteConfig.pm + +You will need to carefully review your local settings when moving from +3.8 to 4.0. + +If you were adding your own custom statuses in earlier versions of RT, +using ActiveStatus or InactiveStatus you will need to port these to use +the new Lifecycles functionality. You can read more about it in +RT_Config.pm. In most cases, you can do this by extending the default +active and inactive lists. + +******* +Upgrading sessions on MySQL + +In 4.0.0rc2, RT began shipping an updated schema for the sesions table +that specificies a character set as well as making the table InnoDB. As +part of the upgrade process, your sessions table will be dropped and +recreated with the new schema. + +******* +UPGRADING FROM RT 3.8.x and RTFM 2.1 or greater + +RT4 now includes an Articles functionality, merged from RTFM. +You should not install and enable the RT::FM plugin separately on RT 4. +If you have existing data in RTFM, you can use the etc/upgrade/upgrade-articles +script to upgrade that data. + +When running normal upgrade scripts, RT will warn if it finds existing +RTFM tables that contain data and point you to the upgrade-articles script. + +This script should be run from your RT tarball. It will immediately +begin populating your new RT4 tables with data from RTFM. If you have +browsed in the RT4 UI and created new classes and articles, this script +will fail spectacularly. Do *not* run this except on a fresh upgrade of +RT. + +You can run this as + + etc/upgrade/upgrade-articles + +It will ouput a lot of data about what it is changing. You should +review this for errors. + +If you are running RTFM 2.0 with a release of RT, there isn't currently an upgrade +script that can port RTFM's internal CustomField and Transaction data to RT4. + +You must also remove RT::FM from your @Plugins line in RT_SiteConfig.pm. + +******* +The deprecated classes RT::Action::Generic, RT::Condition::Generic and RT::Search::Generic +have been removed, but you shouldn't have been using them anyway. You should have been using +RT::Action, RT::Condition and RT::Search, respectively. + +* The "Rights Delegation" and "Personal Groups" features have been removed. + +* Replace the following code in templates: + + [{$Ticket->QueueObj->SubjectTag || $rtname} #{$Ticket->id}] + +with + + { $Ticket->SubjectTag } + +* Unique names are now enforced for user defined groups. New groups cannot be + created with a duplicate name and existing groups cannot be renamed to an + in-use name. The admin interface will warn about existing groups with + duplicate names. Although the groups will still function, some parts of the + interface (rights management, subgroup membership) may not work as expected + with duplicate names. Running + + /opt/rt4/sbin/rt-validator --check + + will report duplicate group names, and running it with --resolve will fix + duplicates by appending the group id to the name. + + Nota Bene: As a result of differing indexes in the schema files, Postgres and + SQLite RT databases have enforced group name uniqueness for many years at the + database level. + +******* + +UPGRADING FROM 4.0.5 and earlier - Changes: + +The fix for an attribute truncation bug on MySQL requires a small ALTER TABLE. +Be sure you run `make upgrade-database` to apply this change automatically. +The bug primarily manifested when uploading large logos in the theme editor on +MySQL. Refer to etc/upgrade/4.0.6/schema.mysql for the actual ALTER TABLE that +will be run. + +******* +The web-based query builder now uses Queue limits to restrict the set of +displayed statuses and owners. As part of this change, the %cfqueues +parameter was renamed to %Queues; if you have local modifications to any +of the following Mason templates, this feature will not function +correctly: + + share/html/Elements/SelectOwner + share/html/Elements/SelectStatus + share/html/Prefs/Search.html + share/html/Search/Build.html + share/html/Search/Elements/BuildFormatString + share/html/Search/Elements/PickCFs + share/html/Search/Elements/PickCriteria diff --git a/rt/docs/UPGRADING.mysql b/rt/docs/UPGRADING.mysql new file mode 100644 index 000000000..77a6b389f --- /dev/null +++ b/rt/docs/UPGRADING.mysql @@ -0,0 +1,85 @@ +If you did not start by reading the README file, please start there; +these steps do not list the full upgrading process, merely a part which +is sometimes necessary. + +This file applies if either: + + 1) You are upgrading RT from a version prior to 3.8.0, on any version + of MySQL +............. OR ............. + 2) You are migrating from MySQL 4.0 to MySQL 4.1 or above + +If neither of the above cases apply, your should upgrade as per the +instructions in the README. + +These changes are necessary because MySQL 4.1 and greater changed some +aspects of character set handling that may result in RT failures; this +will manifest as multiple login requests, corrupted binary attachments, +and corrupted image custom fields, among others. In order to resolve +this issue, the upgrade process will need to modify the schema. + + 1) If you are moving the database and/or upgrading MySQL + 1a) Dump the database; with MySQL 4.1 and greater be sure to pass + the mysqldump command the --default-character-set=binary option. + This is necessary because the data was originally encoded in + Latin1. + + 1b) Configure the new MySQL to use Latin1 as the default character + set everywhere, not UTF-8. This is necessary so the import in + the next step assumes the data is Latin1. + + 1c) Import the dump made in step 1a into the new MySQL server, using + the --default-character-set=binary option on restore. This will + ensure that the data is imported as bytes, which will be + interpreted as Latin1 thanks to step 1b above. + + 1d) Test that your RT works as expected on this new database. + + 2) Backup RT's database using --default-character-set=binary + Furthermore, test that you can restore from this backup. + + 3) Follow instructions in the README file to step 6b. + + 4) Apply changes described in the README's step 6b, but only up to + version 3.7.87. + + 5) Apply the RT 3.8 schema upgrades. Included in RT is the script + etc/upgrade/upgrade-mysql-schema.pl that will generate the + appropriate SQL queries: + + perl etc/upgrade/upgrade-mysql-schema.pl db user pass > queries.sql + + If your mysql database is on a remote host, you can run the script + like this instead: + + perl etc/upgrade/upgrade-mysql-schema.pl db:host user pass > queries.sql + + 6) Check the sanity of the SQL queries in the queries.sql file + yourself, or consult with your DBA. + + 7) Apply the queries. Note that this step can take a while; it may also + require additional space on your hard drive comparable with size of + your tables. + + mysql -u root -p rt3 < queries.sql + + NOTE that 'rt3' is the default name of the RT database, change it in + the command above if your database is named differently. + + This step should not produce any errors or warnings. If you see any, + restore your database from the backup you made at step 1, and send a + report to the rt-users@lists.bestpractical.com mailing list. + + 8) Re-run the `make upgrade-database` command from step 6b of the + README, applying the rest of the upgrades, starting with 3.7.87, and + follow the README's remaining steps. + + 9) Test everything. The most important parts you have to test: + * binary attachments, like docs, PDFs, and images + * binary custom fields + * everything that may contain characters other than ASCII + +10) If you were upgrading from MySQL 4.0, you may now, if you wish, + reconfigure your newer MySQL instance to use UTF-8 as the default + character set, as step 7 above adjusted the character sets on all + existing tables to contain UTF-8 encoded data, rather than Latin1. diff --git a/rt/docs/customizing/articles_introduction.pod b/rt/docs/customizing/articles_introduction.pod new file mode 100644 index 000000000..ea49b05de --- /dev/null +++ b/rt/docs/customizing/articles_introduction.pod @@ -0,0 +1,155 @@ + +=head1 Articles + +Articles are a way of managing stock answers or frequently asked +questions. Articles are a collection of custom fields whose values can +be easily inserted into ticket replies or searched and browsed within +RT. They are organized into classes and topics. + +=head2 UI + +The user interface to Articles is available from the Tools -> Articles +menu. Admin functionality can be found under Tools -> Configuration -> +Articles. Once configured, articles will become available for searching +on the Reply/Comment page on tickets. There are configuration variables +to make Articles available on ticket creation. + +=head2 Basics + +You will need to make some decisions about how to organize your +articles. Articles will be organized into one Class and multiple +Topics. They will use Custom Fields to store their article data. +These Custom Fields can be configured on a Class by Class basis. +Classes can be made available globally or on a per-Queue basis. + +=head2 Organization + +=head3 Classes + +Classes are equivalent to RT's queues. They can be created by going +to Tools -> Configuration -> Articles -> Classes -> New Class. Articles +are assigned to one Class. When you create Custom Fields for use with +Articles, they will be applied Globally or to a Class, like Custom +Fields are applied to a Queue in RT. Each class also controls what +information is included into a reply (such as the Class header and +footer) and the Article. + +Classes need to be Applied, just like a Custom Field by using the +Applied To link. You can apply them globally or on a queue-by-queue +basis. + +hotlist. + +=head3 Topics + +You can also use Topics to organize your Articles. While editing a +Class, there is a Topic tab for Class specific Topics. You can create +global Topics from the Global tab under Tools -> Configuration. + +When editing Topics, type the name (and optionally description) of the +Topic, and then click the button at the appropriate location in the +Topic hierarchy. This should allow you to build a tree of Topics. This +tree of Topics should show up when creating or modifying articles in +the class. These can be arbitrarily nested. + +Global Topics will be available for all Articles, regardless of their +Class. Articles can belong to both global and class-specific Topics. + +Articles topics can be set from the 'Modify' screen for the article -- +simply select as many topics as you desire from the list at the bottom +of the screen. + +=head2 Custom Fields + +Articles don't have a single "body" section for each +article. Everything is a custom field (except for name, summary and +some other basic metadata). So, you need to create some custom +fields to hold the Article body and other data. These Custom Fields +should have "Applies To" be "RTFM Articles". + +Once you've created your custom fields, go into your classes and click +on "Custom Fields" and add the Custom Fields you want to each class. +Alternatively, use the Applies To link from each Custom Field. + +=head2 Creating Articles + +You can create an article from scratch by going to Tools -> Articles -> +New Article and then picking which Class to create the Article under. +The Summary, Description and Custom Fields will all be searchable when +including an Article and you can control what Custom Fields end up in +your Ticket from the Class configuration page. + +=head3 Extracting an Article + +You can extract the body of a ticket into an article. Within RT, you +should now see an "Extract to article" button in the upper right hand +corner of RT's UI when working with tickets. When you click that +button, RT will ask you which Class to create your new article in. +Once you click on a class name, the Ticket's transactions will be +displayed, along with a set of select boxes. For each transaction, you +can pick which Custom Field that transaction should be extracted to. +From there on in, it's just regular article creation. + +=head2 Including an Article + +When replying to or commenting on tickets or creating tickets, there +is a UI widget that lets you search for and include Articles in +your reply. (They're editable, of course). + +Articles can be included by searching for them, knowing the Id of the +article, using the Article Hotlist and using the Queue specific +dropdown. + +=head2 Queue Specific List of Articles + +You can use Topics to organize a set of Queue specific Articles. +Simply create a global Topic called 'Queues' and then create Topics +under Queues named after each of your Queues. Within each Queue named +Topic, create some Topics and then assign Articles to those +sub-topics. This creates a hierarchy like this: + +Queues +\-> General + \-> Topic 1 + \-> Topic 2 + +If you are replying to a Ticket in the General Queue you will be +offered a choice of Topic 1 and Topic 2 along with the searching. +After choosing Topic 1 or Topic 2, you will be given a list of +relevant articles to choose. + +Alternately, you can now implement this by applying a single class to +your queue and using the L<Article Hotlist> feature described below. + +=head2 Article Hotlist + +If you enable "All articles in this class are on dropdown on ticket +reply page" option, there will be a dropdown on the Create or Update +page which allows users to quickly include Articles. + +=head2 SelfService Interface + +If you grant the Unprivileged user group the right ShowArticle, they +will get a Search box at the top of their interface. This allows users +to look for answer to questions before creating a Ticket. + +=head1 Configuration options + +=head2 ArticleOnTicketCreate + +Set this to a true value to display the Article include interface on the +Ticket Create page in addition to the Reply/Comment page (Create.html +in addition to Update.html) + +=head2 HideArticleSearchOnReplyCreate + +On Ticket Reply (and Create if you set the above config var) +RTFM normally displays a search box and an include box (for +inputting an article id) and configurable dropdowns +of articles. These can be configured using Global Topics or +on the Class page. + +If you set this to a true value, RTFM will only display +dropdowns and hide the search boxes + +=cut diff --git a/rt/docs/templates.pod b/rt/docs/customizing/templates.pod index d6a9a9937..5733f606c 100644 --- a/rt/docs/templates.pod +++ b/rt/docs/customizing/templates.pod @@ -32,8 +32,29 @@ We welcome contributions of HTML-ization of builtin templates. =back +=head2 Template Types + +Templates have a Type which dictates which level of code execution is +allowed. + +Templates of type C<Perl> are evaluated using L<Text::Template> +which allows arbitrary code execution. Only users which have the global +C<ExecuteCode> privilege may write templates of type C<Perl>. Prior to +RT 4.0, this was the only type of Template available. + +Templates of type C<Simple> permit only simple variable interpolation. +No special privilege beyond C<ModifyTemplate> is needed to write C<Simple> +templates. + +For both types of templates, text between curly braces C<{ ... }> is +interpolated. For C<Perl> templates, this text can be any code (see +L<Text::Template/Details>). For C<Simple> templates, only simple variables +are permitted; for example C<{ $TicketSubject }>. + =head2 Variables +=head3 Perl templates + The variables that your templates may use include: =over 4 @@ -61,5 +82,51 @@ A localization function. See L<Locale::Maketext>. =back +=head3 Selected Simple template variables + +Since method calls are not allowed in simple templates, many common +method results have been placed into scalar variables for the template's +use. Among them: + +=over 4 + +=item $TicketId + +=item $TicketSubject + +=item $TicketStatus + +=item $TicketQueueName + +=item $TicketOwnerName + +=item $TicketOwnerEmailAddress + +=item $TicketCF(Name) + +For example, C<$TicketCFDepartment>. + +=item $TransactionType + +=item $TransactionField + +=item $TransactionOldValue + +=item $TransactionNewValue + +=item $TransactionData + +=item $TransactionContent + +=item $TransactionDescription + +=item $TransactionBriefDescription + +=item $TransactionCF(Name) + +For example, C<$TransactionCFLocation>. + +=back + =cut diff --git a/rt/docs/customizing/timezones_in_charts.pod b/rt/docs/customizing/timezones_in_charts.pod new file mode 100644 index 000000000..47c3a096f --- /dev/null +++ b/rt/docs/customizing/timezones_in_charts.pod @@ -0,0 +1,88 @@ +=head1 INTRODUCTION + +Every date in RT's DB is stored in UTC format. This affects charts +grouped by time periods (Annually, Monthly, etc.), in that they are by +default shown in UTC. To produce charts that are in a specific timezone, +we have to use database-specific functions to convert between timezones; +unsurprisingly, each DB has very different requirements. + +=head1 CONFIGURATION + +This code is experimental; you can enable it using the +C<$ChartsTimezonesInDB> configuration option. + +=head1 DATABASE SPECIFIC NOTES + +=head2 mysql + +The time adjustment cannot simply be converted using a numeric time +shift, as this shift value depends on the daylight saving time +properties of the time zone. + +mysql since 4.1.3 supports named timezones, but you have to fill special +tables with up-to-date timezone data. On modern systems, this is usually +a simple case of: + + mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql + +mysql's doc recommends you restart server after running this; you can +read more about mysql's timezone support at +L<http://dev.mysql.com/doc/refman/5.0/en/time-zone-support.html> + +=head2 PostgreSQL + +PostgreSQL uses your operating system's functions to convert timezones. +Thus, you don't need to do anything in particular except to make sure +that the data in F</usr/share/zoneinfo> is up to date. On some systems +this may mean upgrading a system package. + +=head3 Note for users of Pg 7.2 and older or users upgraded from those + +You should be sure that timestamps in RT DB have no TZ set. The +TIMESTAMP column type in PostgreSQL prior to Pg 7.3 had timezone info by +default; this has been removed in more recent versions. If your RT +database has this embedded timezone info, you will need to alter the +columns to remove them before enabling this feature. + +=head2 Other databases + +There is no implementation for Oracle or SQLite at current. + +=head1 FOR DEVELOPERS + +=head2 PostgreSQL + +We use the timestamp type for all datetime fields. It either has +timezone info or not, since by default Pg 7.3 and above have no +timezone. Conversion is kinda tricky: + + timezone('Europe/Moscow', timezone('UTC', column_without_tz_info)) + timezone('to_tz', timezone('from_tz', column_without_tz_info)) + +This function flips the HAS_TZ flag on the argument, and moves the +timestamp to UTC. The first call makes no conversion, but flips the +HAS_TZ flag; the second call flips it back and does actual conversion. + +For more information, See +L<http://www.postgresql.org/docs/7.4/static/functions-datetime.html#FUNCTIONS-DATETIME-ZONECONVERT> +and +L<http://www.postgresql.org/docs/7.4/static/datatype-datetime.html#DATATYPE-TIMEZONES> + +=head2 mysql + +Once timezone information is loaded into tables on the server, +we have all the same set of named timezones in the system +and DateTime (DateTime project has copy of the TZ data in a module). + +CONVERT_TZ(TS, from, to) exists since mysql 4.1.3. Note that it takes a +timestamp, so it only supports limitted date range (usuall 1970-2038). + +=head2 Oracle + +Look at FROM_TZ function. + +=head2 SQLite + +Has no apparent timezone support. + +=cut diff --git a/rt/docs/design_docs/3.3-schema-redesign.txt b/rt/docs/design_docs/3.3-schema-redesign.txt deleted file mode 100644 index 518eccd4d..000000000 --- a/rt/docs/design_docs/3.3-schema-redesign.txt +++ /dev/null @@ -1,57 +0,0 @@ --- --------------------------------------- -- --- RT 3.3 Schema redesign v7: 2004-11-08 -- --- --------------------------------------- -- - -TABLE CustomFields ( - id INTEGER NOT NULL AUTO_INCREMENT, - Name varchar(200) NULL , - Type varchar(200) NULL , -- Changed: see MaxValues below - MaxValues integer, -- New: 1 = Single, 0 = Multiple - Pattern varchar(255) NULL , -- New: regex to validate against - Repeated int2 NOT NULL DEFAULT 0 , -- New: repeated table entry - LookupType varchar(255) NOT NULL, -- New: "RT::Queue-RT::Ticket" - Description varchar(255) NULL , - SortOrder integer NOT NULL DEFAULT 0 , -- only used on "pick CF" screen -) - --- This table replaces the "Queue" field in CustomFields -TABLE ObjectCustomFields ( - id INTEGER NOT NULL AUTO_INCREMENT, - CustomField int NOT NULL , -- CustomField ID - ObjectId integer NOT NULL, -- Final id of toplevel parent, or - -- the object itself if ParentType - -- is empty; 0 means global as usual - SortOrder integer NOT NULL DEFAULT 0 , -- this is used to sort the CFs -); - --- This table replaces TicketCustomFieldValues -TABLE ObjectCustomFieldValues ( - id INTEGER NOT NULL AUTO_INCREMENT, - CustomField int NOT NULL , - ObjectType varchar(255) NOT NULL, -- Final target of the Object - ObjectId int NOT NULL , -- New: replaces the "Ticket" field - SortOrder integer NOT NULL DEFAULT 0 , -- New: for Repeated fields - - Content varchar(255) NULL , - LargeContent LONGTEXT NULL, -- New: data longer than 255 bytes - ContentType varchar(80) NULL, -- New: MIME type of LargeContent - ContentEncoding varchar(80) NULL , -- New: for binary LargeContent - Disabled int2 NOT NULL DEFAULT 0 , -- New: whether this is deleted -) - -TABLE Transactions ( - id INTEGER NOT NULL AUTO_INCREMENT, - ObjectType varchar(255) NULL, -- Final target of the Object - ObjectId integer NOT NULL DEFAULT 0 , -- New: replaces the "Ticket" field - TimeTaken integer NOT NULL DEFAULT 0 , - Type varchar(20) NULL , - Field varchar(40) NULL , - OldValue varchar(255) NULL , - NewValue varchar(255) NULL , - ReferenceType varchar(255) NULL, -- NeW: Currently "RT::OCFV" only - OldReference integer NULL , -- New: Id of ReferenceType - NewReference integer NULL , -- New: Id of ReferenceType - Data varchar(255) NULL , -) - --- vim: filetype=mysql shiftwidth=4 expandtab diff --git a/rt/docs/design_docs/CARS b/rt/docs/design_docs/CARS deleted file mode 100755 index a4d2a78c5..000000000 --- a/rt/docs/design_docs/CARS +++ /dev/null @@ -1,66 +0,0 @@ -Conditional Automated Request Shuffler -Initial Design. <jesse@fsck.com> 9 Nov 99 - -#Try to find out what queue the incoming ticket is in -#Try to find out the default action for this invocation -#Read the ticket from STDIN -#Obtain the actor -#Obtain the serial # if we have one -#If the ticket has a ticket-id - #if this is a 'comment' - #add the current mime objects as a 'comment' - - #if this is 'correspondence' - #add the current mime object as 'correspondence' - - -#if this ticket does not yet have a ticket id - - #For now: - #Create a new ticket - - #In the distant future - - #load the regexp table matching this queue - #check the message agains the regexp table, ordered by precedence - #when we get a match - #get the ruleset for that regexp from the actions table - #evaluate the ruleset in order of precedence. - #if we get an 'exit' stop proccesing ALL rulesets -wpw #if we get a 'forward,' forward it to 'value'. - - #if we get a 'create,' create a request in 'value' - #elseif we get a 'map', add this as additional correspondence on ticket 'value' - - - #if we get an 'associate', associate the ticket number returned from the - 'create' or 'map' with the master ticket from 'value' - - #if we get a 'reply', - #load the reply template with id 'value' - #replace strings in the template - #send the template - - - - -CREATE TABLE Rules { -ID int AUTO_INCREMENT, -Desc varchar(120), -Regexp varchar(80), -Precedence int, -MatchField varchar(20), #Can be a headername or 'any' all header names - #end in : - - -CREATE TABLE Actions { -Rule int, -Action varchar(20), # Create, Forward, Squelch, Owner, Area, Associate -Value varchar(20), #queue or email address -Desc varchar(120) -} - -CREATE TABLE Autoreplies { -ID int AUTO_INCREMENT, -Content text -);
\ No newline at end of file diff --git a/rt/docs/design_docs/TransactionTypes.txt b/rt/docs/design_docs/TransactionTypes.txt deleted file mode 100755 index 6edc408de..000000000 --- a/rt/docs/design_docs/TransactionTypes.txt +++ /dev/null @@ -1,48 +0,0 @@ -This is some loose scrabbling made by TobiX, they might eventually be relevant -for 2.1. - -INTERFACES, in general - -should: - -- provide the user (client?) with a list of possible actions (methods). -- let the user execute those actions (methods). -- Return information to the user/client. - -There are two kind of actions/methods: - -- Information retrieval -- Transactions - -For the first, I think the best thing is to just provide a lot of -methods for it in the libraries, and let it be an Interface Design -Issue what to show and how to show it. - -For the second, I think we can win in the long run on having a -generalized methods for - -- listing transaction types. -- creating & committing transactions. - -..with the possibility of just deploying new custom-developed modules -when new transaction types are needed. - - -RT->Config->Get('TransactionTypes') ...and... -RT->Config->Get('TransactionTypes') - - global object which contains all TransactionTypes - - used by all UIs to create menues of possible (user) actions (one TransactionType is a user action) - -The UIs should call sth like -$Ticket->AddTransaction($TransactionName), which should be equivalent -with i.e. $Ticket->Correspond when $TransactionName is 'Correspond' -(AUTOLOAD should call the do-sub if exists -RT->Config->Get('TransactionTypes')->{$TransactionName}) - -The RT::Ticket::AddTransaction will create a new transaction of the -right TransactionClass (maybe via a sub -RT::TransactionTypes::NewTransaction). Then $Transaction->do is -called. - -TransactionType->do initializes a new object of the right TransactionClass, and - diff --git a/rt/docs/design_docs/acls b/rt/docs/design_docs/acls deleted file mode 100644 index bb093adcb..000000000 --- a/rt/docs/design_docs/acls +++ /dev/null @@ -1,50 +0,0 @@ - - -Does principal baz have right foo for object bar - -What rights does user baz have for object bar - -# {{{ Which principals have right foo for object bar - - -if ($args{'ObjectType'} eq 'Ticket') { - $or_check_ticket_roles = " OR ( Groups.Domain = 'TicketRole' AND Groups.Instance = '".$args{'ObjectId'}."') "; - # If we're looking at ticket rights, we also want to look at the associated queue rights. - # this is a little bit hacky, but basically, now that we've done the ticket roles magic, we load the queue object - # and ask all the rest of our questions about the queue. - my $tick = RT::Ticket->new($RT::SystemUser); - $tick->Load($args{'ObjectId'}); - $args{'ObjectType'} = 'Queue'; - $args{'ObjectId'} = $tick->QueueObj->Id(); - -} -if ($args{'ObjectType'} eq 'Queue') { - $or_check_roles = " OR ( ( (Groups.Domain = 'QueueRole' AND Groups.Instance = '".$args{'ObjectId'}."') $or_check_ticket_roles ) - AND Groups.Type = ACL.PrincipalType AND Groups.Id = Principals.ObjectId AND Principals.PrincipalType = 'Group') "; -} - -if (defined $args{'ObjectType'} ) { - $or_look_at_object_rights = " OR (ACL.ObjectType = '".$args{'ObjectType'}."' AND ACL.ObjectId = '".$args{'ObjectId'}."') "; - -} - -my $query = "SELECT Users.* from ACL, Groups, Users, Principals, Principals UserPrinc, CachedGroupMembers WHERE - Users.id = UserPrinc.ObjectId AND UserPrinc.PrincipalType = 'User' AND - Principals.Id = CachedGroupMembers.GroupId AND - CachedGroupMembers.MemberId = UserPrinc.ObjectId AND - UserPrinc.PrincipalType = 'User' AND - (ACL.RightName = 'SuperUser' OR ACL.RightName = '$right') AND - (ACL.ObjectType = 'System' $or_look_at_object_rights) AND - ( - (ACL.PrincipalId = Principals.Id AND - Principals.ObjectId = Groups.Id AND - ACL.PrincipalType = 'Group' AND - (Groups.Domain = 'SystemInternal' OR Groups.Domain = 'UserDefined' OR Groups.Domain = 'ACLEquivalence') - ) - $or_check_roles - )"; - -# }}} - -What objects does principal baz have right foo for -; diff --git a/rt/docs/design_docs/approval_notices b/rt/docs/design_docs/approval_notices deleted file mode 100644 index 5e7611924..000000000 --- a/rt/docs/design_docs/approval_notices +++ /dev/null @@ -1,8 +0,0 @@ -Notification on "your request approved by" -Notification on "your request approved by all approvers" -Notification on "your request denied by" -Reject ticket on rejection of any approval - -"Ticket N is pending your approval" - - diff --git a/rt/docs/design_docs/approval_template b/rt/docs/design_docs/approval_template deleted file mode 100644 index 3b9386806..000000000 --- a/rt/docs/design_docs/approval_template +++ /dev/null @@ -1,25 +0,0 @@ -===Create-Ticket: approval - { my $name = "HR"; - my $groups = RT::Groups->new($RT::SystemUser); - $groups->LimitToUserDefinedGroups(); - $groups->Limit(FIELD => 'Name', OPERATOR => '=', VALUE => "$name"); - $groups->WithMember($TransactionObj->CreatorObj->Id); - - my $groupid = $groups->First->Id; - - my $adminccs = RT::Users->new($RT::SystemUser); - $adminccs->WhoHaveRight(Right => 'AdminGroup', IncludeSystemRights => undef, IncludeSuperusers => 0, IncludeSubgroupMembers => 0, Object => $groups->First); - - my @admins; - while (my $admin = $adminccs->Next) { - push (@admins, $admin->Name); - } - } - Queue: ___Approvals - Type: approval - AdminCcs: {join (", ",@admins) } - Depended-On-By: TOP - Refers-To: TOP - Due: {time + 86400} - Content-Type: text/plain - Content: Your approval is requested for the ticket {$Tickets{'TOP'}->Id}: {$Tickets{'TOP'}->Subject} diff --git a/rt/docs/design_docs/cf_search b/rt/docs/design_docs/cf_search deleted file mode 100644 index 456a9febb..000000000 --- a/rt/docs/design_docs/cf_search +++ /dev/null @@ -1,72 +0,0 @@ -find all tickets where: - - - CF Foo - Has values (talk or read) AND - Has values (bar and baz) AND - doesn't have values (bing or bong) - - -LimitCustomFieldValues { - my %args = ( CustomField => undef, - ClauseId => 'CustomFields', - OPERATOR => undef, - ENTRYAGGREGATOR => undef, - VALUES => undef, - @_) ; - - unless ( $self->{'TicketAliases'}{$args{'ClauseId'}}{'CustomField'} ) { - $self->{'TicketAliases'}{$args{'ClauseId'}}{'CustomField'} = $self->NewAlias('CustomFields'); - $self->Join(TABLE1 =>$self->{'TicketAliases'}{$args{'ClauseId'}}{'CustomField' }, - FIELD1 => 'QueueId', - TABLE2 => 'main', FIELD2 => 'QueueId'); - - if ($args{'OPERATOR'} =~ /!=|IS/i) { - } - else { - } - -} - # {{{ if it's a keyword - elsif ( $TYPES{ $restriction->{'FIELD'} } eq 'CUSTOMFIELD' ) { - - my $null_columns_ok; - my $TicketCFs = $self->Join( TYPE => 'left', - ALIAS1 => 'main', - FIELD1 => 'id', - TABLE2 => 'TicketCustomFieldValues', - FIELD2 => 'Ticket' ); - - foreach my $value ( @{ $restriction->{'VALUES'} } ) { - $self->SUPER::Limit( ALIAS => $TicketCFs, - FIELD => 'Content', - OPERATOR => $restriction->{'OPERATOR'}, - VALUE => $value, - QUOTEVALUE => $restriction->{'QUOTEVALUE'}, - ENTRYAGGREGATOR => 'AND', ); - } - if ( ( $restriction->{'OPERATOR'} =~ /^IS$/i ) or ( $restriction->{'OPERATOR'} eq '!=' ) ) { - $null_columns_ok = 1; - } - - #If we're trying to find tickets where the keyword isn't somethng, also check ones where it _IS_ null - if ( $restriction->{'OPERATOR'} eq '!=' ) { - $self->SUPER::Limit( ALIAS => $TicketCFs, - FIELD => 'Content', - OPERATOR => 'IS', - VALUE => 'NULL', - QUOTEVALUE => 0, - ENTRYAGGREGATOR => 'OR', ); - } - - $self->SUPER::Limit( LEFTJOIN => $TicketCFs, - FIELD => 'CustomField', - VALUE => $restriction->{'CUSTOMFIELD'}, - ENTRYAGGREGATOR => 'OR' ); - - } - - # }}} - - } - diff --git a/rt/docs/design_docs/cli_spec b/rt/docs/design_docs/cli_spec deleted file mode 100644 index ae5f29f76..000000000 --- a/rt/docs/design_docs/cli_spec +++ /dev/null @@ -1,31 +0,0 @@ - -Things the cli must do - create ticket - comment - reply - update ticket metadata - search for tickets - update a bunch of tickets. - list tickets - login/logout - - -should support multiple rt servers - -create/edit/update should use EDITOR or take from a file or stdin - -should be able to update ticket sttributes from a commandline without invoking an editor or needing to use stdin. - -login/logout should store RT session cookies rather than constantly transmitting the username/password combo. - -rtserver and rt username should come from env variables. but should be able to be overridden by commandline options. - -rt password should be able to be specified on the commandline (say from a script) or, failing that be prompted for within the application (as rt's sbin/initdb script does) ...or maybe able to be read from a stash file on disk. - -must be able to dowaload attachments from cli. - - it might also be cool to be able to generate session-length urls for attavhments so you can use a browser. but that's not necessary. - - -I'm envisioning this as similar to the subversion cli, actually. - diff --git a/rt/docs/design_docs/cvs_integration b/rt/docs/design_docs/cvs_integration deleted file mode 100644 index 45a758fbe..000000000 --- a/rt/docs/design_docs/cvs_integration +++ /dev/null @@ -1,164 +0,0 @@ -jesse@FSCK.COM: ok. anyone here - interested in having RT as a bug tracker integrated with CVS? () - -marc: in principle, sure. () - -jesse@FSCK.COM: want to write up your - ideal of how such a beast would work? () - -alex_c: what sort of integration are you thinking of, Jesse? () - -jesse@FSCK.COM: well, that's what I want - to know, alex. lots of people want their bug trackers tied to their - version control. I want to know what people want it to _do_ ;) () - -alex_c: weird. :) () - -marc: similarly to what the debian bts does. - you put a magic string ("rt-closes#123") and it causes the bug in rt to - be closed (or appended with a different magic string) with the commit - message. also nice would be if rt would then generate links to a - webcvs server. () - -jhawk: Hrmm. cvs front-end that strips 'em out? - Perhaps with RT: lines instead of CVS: lines in the commit - interaction? () - -marc: the magic string goes in the commit - message, that is. no, use one of the magic post-commit scripts. () - - -jesse@FSCK.COM: well, there's also the - pre-commit script to lock out commits wihtout a ticket id () - -jhawk: Personally, I don't want to force special - magic strings to the bug-tracking system, some of which may be - confidential, to appear in the cvs logs. () - -marc: I could see wanting that on a release - branch. () - -jhawk: I also think it would be cool to supply - template stuff for you to edit. () - -jesse@FSCK.COM: I'm not sure cvs can be - made to do that. can it? (generate templates) () - -jhawk: It would be reasonable, in my model, to - turn some kinds of RT: lines into things that fell in the commit - message, but not all kinds. () - -marc: I don't quite see jhawk's objection. () - -ghudson: In my observation, locking out commits - without a ticket ID is usually an impediment to development, and leads - to developers having the one bug which all commits cite. () - -jhawk: If you had a CVS frontend, it could geneate - the template and feed it to 'cvs commit -m' () - -ghudson: CVS can generate templates and verify - that they have been filled in. () - -jhawk: What Greg says sounds cool; greg, what do - you mean? marc: one sec. () - -marc: I think assuming a frontend is a terrible - idea. () - -jesse@FSCK.COM: greg: agreed. but people - seem to want it. the idea would be only for a locked down release - branch. () - -jhawk: marc: So, I might want to close an open - ticket as part of a commit message without that showing up in the - coommit message. Or to insert a splufty long comment into a ticket - while I do the commit but not close or really change the state, and - that comment might want to ramble a lot but not include that ramble in - the commit message. () - -jesse@FSCK.COM: well, then arguably, you - might want to not use the commit message for that update, but instead - just go straight to the bts () - -marc: I think the idea is to force you to - mention the ticket closing in the commit message. () - -jesse@FSCK.COM: but yeah, state changing - and 'update messages' are separate concepts that should both be - supported. () - -jesse@FSCK.COM: part of the idea is to - drag the commit message into the BTS () - -jhawk: Err, I think it quite frequent that I want - to put separate info in both the commit message and the ticket system, - and entering them at the same time seems cool. () - -jesse@FSCK.COM: ok. noted. I'll see if - that's doable, when i get around to this. () - -marc: so I think you want a custom front-end, - but I don't think what you want is what jesse is talking about. () - -jesse@FSCK.COM: the thing that would be - really cool that scare the pants off me is tracking which branches bugs - exist in / are fixed in () - -jesse@FSCK.COM: what jhawk wants should - be doable, now that I understand his reqts. () - -marc: that would require the bts to understand - branches in some fundamental way. () - -jesse@FSCK.COM: yes. see above, about - the pants. () - -sly: uh oh, not more people losing their pants... .. - - -ghudson: RT needs to know the names of branches - and their structure (so that you can tell it "fixed in foo" and it - knows that the bug is still fixed in anything that branches off of foo, - but not necessarily in other new branches), but nothing more than that. - -jhawk: So, note that what I'm describing is how - I'd like the UI to be, from a generic architectural level, and not - really thinking terribly specific. Greg, can you explain the CVS - template thing? () - -jesse@FSCK.COM: and it needs to know - exactly "when" a branch happens. because "fixed in foo" won't fix - something that branched off foo yesterday () - -marc: jesse was talking about integrating rt - with cvs. building a new developent+repository+bts from scratch would - be a problem with larger scope :-) () - -jesse@FSCK.COM: marc: was that in - response to jhawk? () - -ghudson: CVS and templates: "rcsinfo" lets you - specify a template for log messages, and "commitinfo" lets you check - them. () - -ghudson: Er, sorry, my bad. - s/commitinfo/verifymsg/ () - -marc: with cvs, if you have the revision number - of the fix (which you should). you can use the branch version number to - get a date and see when the branch happened relative to the fix. () - -marc: jesse: yes. () - -jesse@FSCK.COM: Ok. would people - consider "integration with CVS" to be subpar or incomplete if it didn't - deal with tracking branches? () - -marc: incomplete relative to an ideal, but not - subpar, as it would still be useful. () - -allbery@CS.CMU.EDU: CVS's branch - support sucks so much that failure to work with it is hardly a bug () - - diff --git a/rt/docs/design_docs/delegation b/rt/docs/design_docs/delegation deleted file mode 100644 index 0e5705907..000000000 --- a/rt/docs/design_docs/delegation +++ /dev/null @@ -1,115 +0,0 @@ -Group ACLs - - the rights: - - - CreatePersonalGroup - CreateGroup - - AdminGroup - * Update group metadata and access control list - AdminGroupMembers - * Add ad delete members of this group - ModifyOwnMembership - * Join and quit this group - - - the primitives: - -In user.pm - -=item HasRight { Right => 'somerightname', ObjectType => 'Group', ObjectId => 'GroupId' - - Returns true if this user has the right 'somerightname' for -the group with id 'Id' - -=cut - - -=item RightsForObject { ObjectType => 'Group', ObjectId =>'GroupId' } - -in users.pm - -=item WhoHaveRight { Right =>'somerightname', ObjectType => 'Group', ObjectId => 'GroupId' } - - - Finds all users who have the right 'somerightname' for the group -in question. - - If a user has "AdminGroupMembers" globally and we ask about - group 23, that user should be found. - -=cut - -Users must be able to delegate individual rights - - * Is it that users can delegate any and all rights but it's - only rights they _have_ which actually grant rights. - -rights must not be redelegated - -users must be able to create groups to which rights can be delegated. - -Only users who have the "delegate rights" right can delegate rights. - - -When a user's right to do something is revoked, the delegation must -be revoked - - * For any delegated ACL check, the delegator's right must be - checked immediately after the delegatee's right. - If a user has had a right delegated by multiple parties, - this may mean that we need to actually loop through and check - a bunch of possible delegations. Or can we craft a "has delegated - right" ACL check. - - - - - - - -ACL 1 Group Q has the right to Frob ObjectI. -ACL 2 User A has the right "DelegateRights" - -Group Q has the member Group S -Group S has the member Group R -Group S has the member Group T -Group R has the member user A -Group T has the member user A - -User A delegates to Group P the right to Frob ObjectI - - New ACL rule: - - ACL 3: Group P has the right to Frob ObjectI - as delegated from ACL1 by User A - - -In the case where ACL1 is revoked: - - find all acls which are delegated from ACL1. - Delete them - -In the case where User A is removed from group R - - Get the list of all groups that A was in by way of group R before the removal - Get the list of all groups that A is in _after_ the removal. - - Find all the ACEs granted to each group that A is no longer in. - For each ACE in that list, find all the rights that A has delegated. - Whack them. - -In the case where Group S is removed from group Q - - - Get a list of all groups that S was in by way of Q before the removal - Call this list O. - - For each user X who's a member of S (directly or indirectly): - Get a list of all groups that X is in after removal. - For each group in O that X is no longer a member of: - Find all ACEs granted to O - For each ACE, look up all the delegations that X has made. - For each delegation - WHACK IT diff --git a/rt/docs/design_docs/evil_plans b/rt/docs/design_docs/evil_plans deleted file mode 100644 index 5b5cc58c1..000000000 --- a/rt/docs/design_docs/evil_plans +++ /dev/null @@ -1,162 +0,0 @@ -Current planned 2.2 feature list. subject to change. - - -Core - - - -Web UI - -Should New "Tools" top level menu -Should "This week in RT" at a glance. -Nice "RT Stats" overview. -Nice recent and favorite items - - -per-user configuration - -Must Saveable user preferences. - - The ideal implementation would be "saveable user metadata", - including things like "Alternate Email Addresses". To - do this right, not all user metadata would be directly - editable by the user who has "ModifySelf" it may be that - this is a "system" datastore that gets accessed by various - functions, some of which the user has access to modify and - some of which only the system does. - - API: Set field "FOO" to value "BAR" for user BAZ - What values does field "FOO" have for user BAZ? - Clear all values of "FOO" for user BAZ - What users have value "BAR" for field "FOO" - - Example usages: - - What users have the alternative email address matching - "boo@fsck.com" - What custom searches does user BAZ have defined? - What is baz's default queue? - - Actually, I feel a little sketchy about Alternative Email - Addresses in there. I'm not quite sure why yet. - - The same would really be useful for queues. Damn it. I think - I want a registry. - - - -Searching - -Must Ability to define search result format. -should Saveable user searches. -nice Sharable searches. - - -Scrips - -must Include more Conditions; at least those contributed so far - that make sense in my grand scheme of things - -should The name should change to something that people don't think is - spelled wrong. ("I will not invent words\n" x 1000) - -nice Scrips could apply to a list of queues, rather than just one queue or - all of them. - - -Custom fields - -Nice Date custom fields -Nice Some way to order and group custom fields. -Nice Default values -Nice Required values -Nice Make custom fields apply to an enumerated list of queues, - rather than just one. - - -Web infrastructure - - -Installation - -Should Better FSSTD conformance: - bins in /bin - admin tools in /sbin (does this include rtadmin?) - ephemeral data in /var - rename config file - force local RT search path? - -Mail gateway - -must Integrate gpg-authenticated command-by-mail mode - - - -Core - -should Use apache logging, if available -should Use syslog, if available. -should Mail user new password, as an Action, so it can be invoked either - as a scripaction or from the web ui. - - - -Web Services Framework - -Should Expose an API to create a ticket by HTTP posting an XML document. -Should Provide an RSS feed to display tickets matching certain criteria -Nice Allow ticket updates via the web ui -Nice Export full ticket metadata and history as XML - -Note: I currently favor the REST philosophy that GET and POST to specific, - defined URLs provides everything one needs to build comprehensive - web services without the massive added complexity of a SOAP or XML-RPC - framework. Sadly, the world doesn't agree with me - - -ACLs: - -Wish New ACL primitives for: - - List all users who have right "FOO" on object "BAR" - List all rights user "BAZ" has for object "BAR" - List all objects for which user "BAR" has right "FOO" - - - - - - - - - - - - - - - - - - -For the near future: - - Use case: - Jesse wants to get notified of all tickets in queue 'RT Bugs' - with a severity of 'critical' and also have a requestor whcih matches 'fsck.com'. - I'm not sure this is the best idea. - - - Site admins define a number of subscriptions and can sign up individual - users, groups or metagroups to get mail on that subscription. - - Basically, an admin would define "On Condition, notify as comment with - template _template_" - - There would be a new table called "subscriptions"(?) that would have - the structure: - - id - ScripId - PrincipalType ENUM: User, Group, Owner, Requestors, AdminCcs, Ccs - PrincipalId -- UserId or GroupId. For Owner, Requestors, AdminCcs, Ccs, it doesn't really make a lick of difference. diff --git a/rt/docs/design_docs/gnupg_details_on_output_formats b/rt/docs/design_docs/gnupg_details_on_output_formats deleted file mode 100644 index e2fc1756f..000000000 --- a/rt/docs/design_docs/gnupg_details_on_output_formats +++ /dev/null @@ -1,1253 +0,0 @@ - -*NOTE* This file is a copy of doc/DETAILS file that comes -with gnupg-1.9.94 distribution. - -Format of colon listings -======================== -First an example: - -$ gpg --fixed-list-mode --with-colons --list-keys \ - --with-fingerprint --with-fingerprint wk@gnupg.org - -pub:f:1024:17:6C7EE1B8621CC013:899817715:1055898235::m:::scESC: -fpr:::::::::ECAF7590EB3443B5C7CF3ACB6C7EE1B8621CC013: -uid:f::::::::Werner Koch <wk@g10code.com>: -uid:f::::::::Werner Koch <wk@gnupg.org>: -sub:f:1536:16:06AD222CADF6A6E1:919537416:1036177416:::::e: -fpr:::::::::CF8BCC4B18DE08FCD8A1615906AD222CADF6A6E1: -sub:r:1536:20:5CE086B5B5A18FF4:899817788:1025961788:::::esc: -fpr:::::::::AB059359A3B81F410FCFF97F5CE086B5B5A18FF4: - -The double --with-fingerprint prints the fingerprint for the subkeys -too, --fixed-list-mode is themodern listing way printing dates in -seconds since Epoch and does not merge the first userID with the pub -record. - - - 1. Field: Type of record - pub = public key - crt = X.509 certificate - crs = X.509 certificate and private key available - sub = subkey (secondary key) - sec = secret key - ssb = secret subkey (secondary key) - uid = user id (only field 10 is used). - uat = user attribute (same as user id except for field 10). - sig = signature - rev = revocation signature - fpr = fingerprint: (fingerprint is in field 10) - pkd = public key data (special field format, see below) - grp = reserved for gpgsm - rvk = revocation key - tru = trust database information - spk = signature subpacket - - 2. Field: A letter describing the calculated trust. This is a single - letter, but be prepared that additional information may follow - in some future versions. (not used for secret keys) - o = Unknown (this key is new to the system) - i = The key is invalid (e.g. due to a missing self-signature) - d = The key has been disabled - (deprecated - use the 'D' in field 12 instead) - r = The key has been revoked - e = The key has expired - - = Unknown trust (i.e. no value assigned) - q = Undefined trust - '-' and 'q' may safely be treated as the same - value for most purposes - n = Don't trust this key at all - m = There is marginal trust in this key - f = The key is fully trusted - u = The key is ultimately trusted. This often means - that the secret key is available, but any key may - be marked as ultimately trusted. - 3. Field: length of key in bits. - 4. Field: Algorithm: 1 = RSA - 16 = Elgamal (encrypt only) - 17 = DSA (sometimes called DH, sign only) - 20 = Elgamal (sign and encrypt - don't use them!) - (for other id's see include/cipher.h) - 5. Field: KeyID - 6. Field: Creation Date (in UTC). For UID and UAT records, this is the - self-signature date. Note that the dae is usally printed - in seconds since epoch, however, we are migrating to an ISO - 8601 format (e.g. "19660205T091500"). This is currently - only relevant for X.509, A simple way to detect the format - is be scannning for the 'T'. - 7. Field: Key or user ID/user attribute expiration date or empty if none. - 8. Field: Used for serial number in crt records (used to be the Local-ID). - For UID and UAT records, this is a hash of the user ID contents - used to represent that exact user ID. For trust signatures, - this is the trust depth seperated by the trust value by a - space. - 9. Field: Ownertrust (primary public keys only) - This is a single letter, but be prepared that additional - information may follow in some future versions. For trust - signatures with a regular expression, this is the regular - expression value, quoted as in field 10. -10. Field: User-ID. The value is quoted like a C string to avoid - control characters (the colon is quoted "\x3a"). - This is not used with --fixed-list-mode in gpg. - A UAT record puts the attribute subpacket count here, a - space, and then the total attribute subpacket size. - In gpgsm the issuer name comes here - An FPR record stores the fingerprint here. - The fingerprint of an revocation key is stored here. -11. Field: Signature class. This is a 2 digit hexnumber followed by - either the letter 'x' for an exportable signature or the - letter 'l' for a local-only signature. - The class byte of an revocation key is also given here, - 'x' and 'l' ist used the same way. -12. Field: Key capabilities: - e = encrypt - s = sign - c = certify - a = authentication - A key may have any combination of them in any order. In - addition to these letters, the primary key has uppercase - versions of the letters to denote the _usable_ - capabilities of the entire key, and a potential letter 'D' - to indicate a disabled key. -13. Field: Used in FPR records for S/MIME keys to store the fingerprint of - the issuer certificate. This is useful to build the - certificate path based on certificates stored in the local - keyDB; it is only filled if the issue certificate is - available. The advantage of using this value is that it is - guaranteed to have been been build by the same lookup - algorithm as gpgsm uses. - For "uid" recods this lists the preferences n the sameway the - -edit menu does. - For "sig" records, this is the fingerprint of the key that - issued the signature. Note that this is only filled in if - the signature verified correctly. Note also that for - various technical reasons, this fingerprint is only - available if --no-sig-cache is used. - -14. Field Flag field used in the --edit menu output: - -15. Field Used in sec/sbb to print the serial number of a token - (internal protect mode 1002) or a '#' if that key is a - simple stub (internal protect mode 1001) - -All dates are displayed in the format yyyy-mm-dd unless you use the -option --fixed-list-mode in which case they are displayed as seconds -since Epoch. More fields may be added later, so parsers should be -prepared for this. When parsing a number the parser should stop at the -first non-number character so that additional information can later be -added. - -If field 1 has the tag "pkd", a listing looks like this: -pkd:0:1024:B665B1435F4C2 .... FF26ABB: - ! ! !-- the value - ! !------ for information number of bits in the value - !--------- index (eg. DSA goes from 0 to 3: p,q,g,y) - - -The "tru" trust database records have the fields: - - 2: Reason for staleness of trust. If this field is empty, then the - trustdb is not stale. This field may have multiple flags in it: - - o: Trustdb is old - t: Trustdb was built with a different trust model than the one we - are using now. - - 3: Trust model: - 0: Classic trust model, as used in PGP 2.x. - 1: PGP trust model, as used in PGP 6 and later. This is the same - as the classic trust model, except for the addition of trust - signatures. - - GnuPG before version 1.4 used the classic trust model by default. - GnuPG 1.4 and later uses the PGP trust model by default. - - 4: Date trustdb was created in seconds since 1/1/1970. - 5: Date trustdb will expire in seconds since 1/1/1970. - -The "spk" signature subpacket records have the fields: - - 2: Subpacket number as per RFC-2440 and later. - 3: Flags in hex. Currently the only two bits assigned are 1, to - indicate that the subpacket came from the hashed part of the - signature, and 2, to indicate the subpacket was marked critical. - 4: Length of the subpacket. Note that this is the length of the - subpacket, and not the length of field 5 below. Due to the need - for %-encoding, the length of field 5 may be up to 3x this value. - 5: The subpacket data. Printable ASCII is shown as ASCII, but other - values are rendered as %XX where XX is the hex value for the byte. - - -Format of the "--status-fd" output -================================== -Every line is prefixed with "[GNUPG:] ", followed by a keyword with -the type of the status line and a some arguments depending on the -type (maybe none); an application should always be prepared to see -more arguments in future versions. - - - NEWSIG - May be issued right before a signature verification starts. This - is useful to define a context for parsing ERROR status - messages. No arguments are currently defined. - - GOODSIG <long keyid> <username> - The signature with the keyid is good. For each signature only - one of the three codes GOODSIG, BADSIG or ERRSIG will be - emitted and they may be used as a marker for a new signature. - The username is the primary one encoded in UTF-8 and %XX - escaped. - - EXPSIG <long keyid> <username> - The signature with the keyid is good, but the signature is - expired. The username is the primary one encoded in UTF-8 and - %XX escaped. - - EXPKEYSIG <long keyid> <username> - The signature with the keyid is good, but the signature was - made by an expired key. The username is the primary one - encoded in UTF-8 and %XX escaped. - - REVKEYSIG <long keyid> <username> - The signature with the keyid is good, but the signature was - made by a revoked key. The username is the primary one - encoded in UTF-8 and %XX escaped. - - BADSIG <long keyid> <username> - The signature with the keyid has not been verified okay. - The username is the primary one encoded in UTF-8 and %XX - escaped. - - ERRSIG <long keyid> <pubkey_algo> <hash_algo> \ - <sig_class> <timestamp> <rc> - It was not possible to check the signature. This may be - caused by a missing public key or an unsupported algorithm. - A RC of 4 indicates unknown algorithm, a 9 indicates a missing - public key. The other fields give more information about - this signature. sig_class is a 2 byte hex-value. - - Note, that TIMESTAMP may either be a number with seconds since - epoch or an ISO 8601 string which can be detected by the - presence of the letter 'T' inside. - - VALIDSIG <fingerprint in hex> <sig_creation_date> <sig-timestamp> - <expire-timestamp> <sig-version> <reserved> <pubkey-algo> - <hash-algo> <sig-class> <primary-key-fpr> - - The signature with the keyid is good. This is the same as - GOODSIG but has the fingerprint as the argument. Both status - lines are emitted for a good signature. All arguments here - are on one long line. sig-timestamp is the signature creation - time in seconds after the epoch. expire-timestamp is the - signature expiration time in seconds after the epoch (zero - means "does not expire"). sig-version, pubkey-algo, hash-algo, - and sig-class (a 2-byte hex value) are all straight from the - signature packet. PRIMARY-KEY-FPR is the fingerprint of the - primary key or identical to the first argument. This is - useful to get back to the primary key without running gpg - again for this purpose. - - Note, that *-TIMESTAMP may either be a number with seconds - since epoch or an ISO 8601 string which can be detected by the - presence of the letter 'T' inside. - - SIG_ID <radix64_string> <sig_creation_date> <sig-timestamp> - This is emitted only for signatures of class 0 or 1 which - have been verified okay. The string is a signature id - and may be used in applications to detect replay attacks - of signed messages. Note that only DLP algorithms give - unique ids - others may yield duplicated ones when they - have been created in the same second. - - Note, that SIG-TIMESTAMP may either be a number with seconds - since epoch or an ISO 8601 string which can be detected by the - presence of the letter 'T' inside. - - - ENC_TO <long keyid> <keytype> <keylength> - The message is encrypted to this keyid. - keytype is the numerical value of the public key algorithm, - keylength is the length of the key or 0 if it is not known - (which is currently always the case). - - NODATA <what> - No data has been found. Codes for what are: - 1 - No armored data. - 2 - Expected a packet but did not found one. - 3 - Invalid packet found, this may indicate a non OpenPGP - message. - 4 - signature expected but not found - You may see more than one of these status lines. - - UNEXPECTED <what> - Unexpected data has been encountered - 0 - not further specified 1 - - - TRUST_UNDEFINED <error token> - TRUST_NEVER <error token> - TRUST_MARGINAL - TRUST_FULLY - TRUST_ULTIMATE - For good signatures one of these status lines are emitted - to indicate how trustworthy the signature is. The error token - values are currently only emiited by gpgsm. - - PKA_TRUST_GOOD <mailbox> - PKA_TRUST_BAD <mailbox> - Depending on the outcome of the PKA check one of the above - status codes is emitted in addition to a TRUST_* status. - Without PKA info available or - - SIGEXPIRED - This is deprecated in favor of KEYEXPIRED. - - KEYEXPIRED <expire-timestamp> - The key has expired. expire-timestamp is the expiration time - in seconds after the epoch. - - Note, that TIMESTAMP may either be a number with seconds since - epoch or an ISO 8601 string which can be detected by the - presence of the letter 'T' inside. - - KEYREVOKED - The used key has been revoked by its owner. No arguments yet. - - BADARMOR - The ASCII armor is corrupted. No arguments yet. - - RSA_OR_IDEA - The IDEA algorithms has been used in the data. A - program might want to fallback to another program to handle - the data if GnuPG failed. This status message used to be emitted - also for RSA but this has been dropped after the RSA patent expired. - However we can't change the name of the message. - - SHM_INFO - SHM_GET - SHM_GET_BOOL - SHM_GET_HIDDEN - - GET_BOOL - GET_LINE - GET_HIDDEN - GOT_IT - - NEED_PASSPHRASE <long main keyid> <long keyid> <keytype> <keylength> - Issued whenever a passphrase is needed. - keytype is the numerical value of the public key algorithm - or 0 if this is not applicable, keylength is the length - of the key or 0 if it is not known (this is currently always the case). - - NEED_PASSPHRASE_SYM <cipher_algo> <s2k_mode> <s2k_hash> - Issued whenever a passphrase for symmetric encryption is needed. - - NEED_PASSPHRASE_PIN <card_type> <chvno> [<serialno>] - Issued whenever a PIN is requested to unlock a card. - - MISSING_PASSPHRASE - No passphrase was supplied. An application which encounters this - message may want to stop parsing immediately because the next message - will probably be a BAD_PASSPHRASE. However, if the application - is a wrapper around the key edit menu functionality it might not - make sense to stop parsing but simply ignoring the following - BAD_PASSPHRASE. - - BAD_PASSPHRASE <long keyid> - The supplied passphrase was wrong or not given. In the latter case - you may have seen a MISSING_PASSPHRASE. - - GOOD_PASSPHRASE - The supplied passphrase was good and the secret key material - is therefore usable. - - DECRYPTION_FAILED - The symmetric decryption failed - one reason could be a wrong - passphrase for a symmetrical encrypted message. - - DECRYPTION_OKAY - The decryption process succeeded. This means, that either the - correct secret key has been used or the correct passphrase - for a conventional encrypted message was given. The program - itself may return an errorcode because it may not be possible to - verify a signature for some reasons. - - NO_PUBKEY <long keyid> - NO_SECKEY <long keyid> - The key is not available - - IMPORT_CHECK <long keyid> <fingerprint> <user ID> - This status is emitted in interactive mode right before - the "import.okay" prompt. - - IMPORTED <long keyid> <username> - The keyid and name of the signature just imported - - IMPORT_OK <reason> [<fingerprint>] - The key with the primary key's FINGERPRINT has been imported. - Reason flags: - 0 := Not actually changed - 1 := Entirely new key. - 2 := New user IDs - 4 := New signatures - 8 := New subkeys - 16 := Contains private key. - The flags may be ORed. - - IMPORT_PROBLEM <reason> [<fingerprint>] - Issued for each import failure. Reason codes are: - 0 := "No specific reason given". - 1 := "Invalid Certificate". - 2 := "Issuer Certificate missing". - 3 := "Certificate Chain too long". - 4 := "Error storing certificate". - - IMPORT_RES <count> <no_user_id> <imported> <imported_rsa> <unchanged> - <n_uids> <n_subk> <n_sigs> <n_revoc> <sec_read> <sec_imported> <sec_dups> <not_imported> - Final statistics on import process (this is one long line) - - FILE_START <what> <filename> - Start processing a file <filename>. <what> indicates the performed - operation: - 1 - verify - 2 - encrypt - 3 - decrypt - - FILE_DONE - Marks the end of a file processing which has been started - by FILE_START. - - BEGIN_DECRYPTION - END_DECRYPTION - Mark the start and end of the actual decryption process. These - are also emitted when in --list-only mode. - - BEGIN_ENCRYPTION <mdc_method> <sym_algo> - END_ENCRYPTION - Mark the start and end of the actual encryption process. - - BEGIN_SIGNING - Mark the start of the actual signing process. This may be used - as an indication that all requested secret keys are ready for - use. - - DELETE_PROBLEM reason_code - Deleting a key failed. Reason codes are: - 1 - No such key - 2 - Must delete secret key first - 3 - Ambigious specification - - PROGRESS what char cur total - Used by the primegen and Public key functions to indicate progress. - "char" is the character displayed with no --status-fd enabled, with - the linefeed replaced by an 'X'. "cur" is the current amount - done and "total" is amount to be done; a "total" of 0 indicates that - the total amount is not known. 100/100 may be used to detect the - end of operation. - Well known values for WHAT: - "pk_dsa" - DSA key generation - "pk_elg" - Elgamal key generation - "primegen" - Prime generation - "need_entropy" - Waiting for new entropy in the RNG - "file:XXX" - processing file XXX - (note that current gpg versions leave out the - "file:" prefix). - "tick" - generic tick without any special meaning - useful - for letting clients know that the server is - still working. - "starting_agent" - A gpg-agent was started because it is not - running as a daemon. - - - SIG_CREATED <type> <pubkey algo> <hash algo> <class> <timestamp> <key fpr> - A signature has been created using these parameters. - type: 'D' = detached - 'C' = cleartext - 'S' = standard - (only the first character should be checked) - class: 2 hex digits with the signature class - - Note, that TIMESTAMP may either be a number with seconds since - epoch or an ISO 8601 string which can be detected by the - presence of the letter 'T' inside. - - KEY_CREATED <type> <fingerprint> [<handle>] - A key has been created - type: 'B' = primary and subkey - 'P' = primary - 'S' = subkey - The fingerprint is one of the primary key for type B and P and - the one of the subkey for S. Handle is an arbitrary - non-whitespace string used to match key parameters from batch - key creation run. - - KEY_NOT_CREATED [<handle>] - The key from batch run has not been created due to errors. - - - SESSION_KEY <algo>:<hexdigits> - The session key used to decrypt the message. This message will - only be emitted when the special option --show-session-key - is used. The format is suitable to be passed to the option - --override-session-key - - NOTATION_NAME <name> - NOTATION_DATA <string> - name and string are %XX escaped; the data may be splitted - among several notation_data lines. - - USERID_HINT <long main keyid> <string> - Give a hint about the user ID for a certain keyID. - - POLICY_URL <string> - string is %XX escaped - - BEGIN_STREAM - END_STREAM - Issued by pipemode. - - INV_RECP <reason> <requested_recipient> - Issued for each unusable recipient. The reasons codes - currently in use are: - 0 := "No specific reason given". - 1 := "Not Found" - 2 := "Ambigious specification" - 3 := "Wrong key usage" - 4 := "Key revoked" - 5 := "Key expired" - 6 := "No CRL known" - 7 := "CRL too old" - 8 := "Policy mismatch" - 9 := "Not a secret key" - 10 := "Key not trusted" - - Note that this status is also used for gpgsm's SIGNER command - where it relates to signer's of course. - - NO_RECP <reserved> - Issued when no recipients are usable. - - ALREADY_SIGNED <long-keyid> - Warning: This is experimental and might be removed at any time. - - TRUNCATED <maxno> - The output was truncated to MAXNO items. This status code is issued - for certain external requests - - ERROR <error location> <error code> - - This is a generic error status message, it might be followed - by error location specific data. <error token> and - <error_location> should not contain a space. The error code - is a either a string commencing with a letter or such string - prefix with a numerical error code and an underscore; e.g.: - "151011327_EOF" - - ATTRIBUTE <fpr> <octets> <type> <index> <count> - <timestamp> <expiredate> <flags> - This is one long line issued for each attribute subpacket when - an attribute packet is seen during key listing. <fpr> is the - fingerprint of the key. <octets> is the length of the - attribute subpacket. <type> is the attribute type - (1==image). <index>/<count> indicates that this is the Nth - indexed subpacket of count total subpackets in this attribute - packet. <timestamp> and <expiredate> are from the - self-signature on the attribute packet. If the attribute - packet does not have a valid self-signature, then the - timestamp is 0. <flags> are a bitwise OR of: - 0x01 = this attribute packet is a primary uid - 0x02 = this attribute packet is revoked - 0x04 = this attribute packet is expired - - CARDCTRL <what> [<serialno>] - This is used to control smartcard operations. - Defined values for WHAT are: - 1 = Request insertion of a card. Serialnumber may be given - to request a specific card. - 2 = Request removal of a card. - 3 = Card with serialnumber detected - 4 = No card available. - 5 = No card reader available - - - PLAINTEXT <format> <timestamp> <filename> - This indicates the format of the plaintext that is about to be - written. The format is a 1 byte hex code that shows the - format of the plaintext: 62 ('b') is binary data, 74 ('t') is - text data with no character set specified, and 75 ('u') is - text data encoded in the UTF-8 character set. The timestamp - is in seconds since the epoch. If a filename is available it - gets printed as the third argument, percent-escaped as usual. - - PLAINTEXT_LENGTH <length> - This indicates the length of the plaintext that is about to be - written. Note that if the plaintext packet has partial length - encoding it is not possible to know the length ahead of time. - In that case, this status tag does not appear. - - SIG_SUBPACKET <type> <flags> <len> <data> - This indicates that a signature subpacket was seen. The - format is the same as the "spk" record above. - - SC_OP_FAILURE [<code>] - An operation on a smartcard definitely failed. Currently - there is no indication of the actual error code, but - application should be prepared to later accept more arguments. - Defined values for CODE are: - 0 - unspecified error (identically to a missing CODE) - 1 - canceled - 2 - bad PIN - - SC_OP_SUCCESS - A smart card operaion succeeded. This status is only printed - for certain operation and is mostly useful to check whether a - PIN change really worked. - - BACKUP_KEY_CREATED fingerprint fname - A backup key named FNAME has been created for the key with - KEYID. - - -Format of the "--attribute-fd" output -===================================== - -When --attribute-fd is set, during key listings (--list-keys, ---list-secret-keys) GnuPG dumps each attribute packet to the file -descriptor specified. --attribute-fd is intended for use with ---status-fd as part of the required information is carried on the -ATTRIBUTE status tag (see above). - -The contents of the attribute data is specified by 2440bis, but for -convenience, here is the Photo ID format, as it is currently the only -attribute defined: - - Byte 0-1: The length of the image header. Due to a historical - accident (i.e. oops!) back in the NAI PGP days, this is - a little-endian number. Currently 16 (0x10 0x00). - - Byte 2: The image header version. Currently 0x01. - - Byte 3: Encoding format. 0x01 == JPEG. - - Byte 4-15: Reserved, and currently unused. - - All other data after this header is raw image (JPEG) data. - - -Format of the "--list-config" output -==================================== - ---list-config outputs information about the GnuPG configuration for -the benefit of frontends or other programs that call GnuPG. There are -several list-config items, all colon delimited like the rest of the ---with-colons output. The first field is always "cfg" to indicate -configuration information. The second field is one of (with -examples): - -version: the third field contains the version of GnuPG. - - cfg:version:1.3.5 - -pubkey: the third field contains the public key algorithmdcaiphers - this version of GnuPG supports, separated by semicolons. The - algorithm numbers are as specified in RFC-2440. - - cfg:pubkey:1;2;3;16;17 - -cipher: the third field contains the symmetric ciphers this version of - GnuPG supports, separated by semicolons. The cipher numbers - are as specified in RFC-2440. - - cfg:cipher:2;3;4;7;8;9;10 - -digest: the third field contains the digest (hash) algorithms this - version of GnuPG supports, separated by semicolons. The - digest numbers are as specified in RFC-2440. - - cfg:digest:1;2;3;8;9;10 - -compress: the third field contains the compression algorithms this - version of GnuPG supports, separated by semicolons. The - algorithm numbers are as specified in RFC-2440. - - cfg:compress:0;1;2;3 - -group: the third field contains the name of the group, and the fourth - field contains the values that the group expands to, separated - by semicolons. - -For example, a group of: - group mynames = paige 0x12345678 joe patti - -would result in: - cfg:group:mynames:patti;joe;0x12345678;paige - - -Key generation -============== - Key generation shows progress by printing different characters to - stderr: - "." Last 10 Miller-Rabin tests failed - "+" Miller-Rabin test succeeded - "!" Reloading the pool with fresh prime numbers - "^" Checking a new value for the generator - "<" Size of one factor decreased - ">" Size of one factor increased - - The prime number for Elgamal is generated this way: - - 1) Make a prime number q of 160, 200, 240 bits (depending on the keysize) - 2) Select the length of the other prime factors to be at least the size - of q and calculate the number of prime factors needed - 3) Make a pool of prime numbers, each of the length determined in step 2 - 4) Get a new permutation out of the pool or continue with step 3 - if we have tested all permutations. - 5) Calculate a candidate prime p = 2 * q * p[1] * ... * p[n] + 1 - 6) Check that this prime has the correct length (this may change q if - it seems not to be possible to make a prime of the desired length) - 7) Check whether this is a prime using trial divisions and the - Miller-Rabin test. - 8) Continue with step 4 if we did not find a prime in step 7. - 9) Find a generator for that prime. - - This algorithm is based on Lim and Lee's suggestion from the - Crypto '97 proceedings p. 260. - - -Unattended key generation -========================= -This feature allows unattended generation of keys controlled by a -parameter file. To use this feature, you use --gen-key together with ---batch and feed the parameters either from stdin or from a file given -on the commandline. - -The format of this file is as follows: - o Text only, line length is limited to about 1000 chars. - o You must use UTF-8 encoding to specify non-ascii characters. - o Empty lines are ignored. - o Leading and trailing spaces are ignored. - o A hash sign as the first non white space character indicates a comment line. - o Control statements are indicated by a leading percent sign, the - arguments are separated by white space from the keyword. - o Parameters are specified by a keyword, followed by a colon. Arguments - are separated by white space. - o The first parameter must be "Key-Type", control statements - may be placed anywhere. - o Key generation takes place when either the end of the parameter file - is reached, the next "Key-Type" parameter is encountered or at the - control statement "%commit" - o Control statements: - %echo <text> - Print <text>. - %dry-run - Suppress actual key generation (useful for syntax checking). - %commit - Perform the key generation. An implicit commit is done - at the next "Key-Type" parameter. - %pubring <filename> - %secring <filename> - Do not write the key to the default or commandline given - keyring but to <filename>. This must be given before the first - commit to take place, duplicate specification of the same filename - is ignored, the last filename before a commit is used. - The filename is used until a new filename is used (at commit points) - and all keys are written to that file. If a new filename is given, - this file is created (and overwrites an existing one). - Both control statements must be given. - o The order of the parameters does not matter except for "Key-Type" - which must be the first parameter. The parameters are only for the - generated keyblock and parameters from previous key generations are not - used. Some syntactically checks may be performed. - The currently defined parameters are: - Key-Type: <algo-number>|<algo-string> - Starts a new parameter block by giving the type of the - primary key. The algorithm must be capable of signing. - This is a required parameter. - Key-Length: <length-in-bits> - Length of the key in bits. Default is 1024. - Key-Usage: <usage-list> - Space or comma delimited list of key usage, allowed values are - "encrypt", "sign", and "auth". This is used to generate the - key flags. Please make sure that the algorithm is capable of - this usage. Note that OpenPGP requires that all primary keys - are capable of certification, so no matter what usage is given - here, the "cert" flag will be on. If no Key-Usage is - specified, all the allowed usages for that particular - algorithm are used. - Subkey-Type: <algo-number>|<algo-string> - This generates a secondary key. Currently only one subkey - can be handled. - Subkey-Length: <length-in-bits> - Length of the subkey in bits. Default is 1024. - Subkey-Usage: <usage-list> - Similar to Key-Usage. - Passphrase: <string> - If you want to specify a passphrase for the secret key, - enter it here. Default is not to use any passphrase. - Name-Real: <string> - Name-Comment: <string> - Name-Email: <string> - The 3 parts of a key. Remember to use UTF-8 here. - If you don't give any of them, no user ID is created. - Expire-Date: <iso-date>|(<number>[d|w|m|y]) - Set the expiration date for the key (and the subkey). It - may either be entered in ISO date format (2000-08-15) or as - number of days, weeks, month or years. Without a letter days - are assumed. - Preferences: <string> - Set the cipher, hash, and compression preference values for - this key. This expects the same type of string as "setpref" - in the --edit menu. - Revoker: <algo>:<fpr> [sensitive] - Add a designated revoker to the generated key. Algo is the - public key algorithm of the designated revoker (i.e. RSA=1, - DSA=17, etc.) Fpr is the fingerprint of the designated - revoker. The optional "sensitive" flag marks the designated - revoker as sensitive information. Only v4 keys may be - designated revokers. - Handle: <string> - This is an optional parameter only used with the status lines - KEY_CREATED and KEY_NOT_CREATED. STRING may be up to 100 - characters and should not contain spaces. It is useful for - batch key generation to associate a key parameter block with a - status line. - Keyserver: <string> - This is an optional parameter that specifies the preferred - keyserver URL for the key. - - -Here is an example: -$ cat >foo <<EOF - %echo Generating a standard key - Key-Type: DSA - Key-Length: 1024 - Subkey-Type: ELG-E - Subkey-Length: 1024 - Name-Real: Joe Tester - Name-Comment: with stupid passphrase - Name-Email: joe@foo.bar - Expire-Date: 0 - Passphrase: abc - %pubring foo.pub - %secring foo.sec - # Do a commit here, so that we can later print "done" :-) - %commit - %echo done -EOF -$ gpg --batch --gen-key foo - [...] -$ gpg --no-default-keyring --secret-keyring ./foo.sec \ - --keyring ./foo.pub --list-secret-keys -/home/wk/work/gnupg-stable/scratch/foo.sec ------------------------------------------- -sec 1024D/915A878D 2000-03-09 Joe Tester (with stupid passphrase) <joe@foo.bar> -ssb 1024g/8F70E2C0 2000-03-09 - - - -Layout of the TrustDB -===================== -The TrustDB is built from fixed length records, where the first byte -describes the record type. All numeric values are stored in network -byte order. The length of each record is 40 bytes. The first record of -the DB is always of type 1 and this is the only record of this type. - -FIXME: The layout changed, document it here. - - Record type 0: - -------------- - Unused record, can be reused for any purpose. - - Record type 1: - -------------- - Version information for this TrustDB. This is always the first - record of the DB and the only one with type 1. - 1 byte value 1 - 3 bytes 'gpg' magic value - 1 byte Version of the TrustDB (2) - 1 byte marginals needed - 1 byte completes needed - 1 byte max_cert_depth - The three items are used to check whether the cached - validity value from the dir record can be used. - 1 u32 locked flags [not used] - 1 u32 timestamp of trustdb creation - 1 u32 timestamp of last modification which may affect the validity - of keys in the trustdb. This value is checked against the - validity timestamp in the dir records. - 1 u32 timestamp of last validation [currently not used] - (Used to keep track of the time, when this TrustDB was checked - against the pubring) - 1 u32 record number of keyhashtable [currently not used] - 1 u32 first free record - 1 u32 record number of shadow directory hash table [currently not used] - It does not make sense to combine this table with the key table - because the keyid is not in every case a part of the fingerprint. - 1 u32 record number of the trusthashtbale - - - Record type 2: (directory record) - -------------- - Informations about a public key certificate. - These are static values which are never changed without user interaction. - - 1 byte value 2 - 1 byte reserved - 1 u32 LID . (This is simply the record number of this record.) - 1 u32 List of key-records (the first one is the primary key) - 1 u32 List of uid-records - 1 u32 cache record - 1 byte ownertrust - 1 byte dirflag - 1 byte maximum validity of all the user ids - 1 u32 time of last validity check. - 1 u32 Must check when this time has been reached. - (0 = no check required) - - - Record type 3: (key record) - -------------- - Informations about a primary public key. - (This is mainly used to lookup a trust record) - - 1 byte value 3 - 1 byte reserved - 1 u32 LID - 1 u32 next - next key record - 7 bytes reserved - 1 byte keyflags - 1 byte pubkey algorithm - 1 byte length of the fingerprint (in bytes) - 20 bytes fingerprint of the public key - (This is the value we use to identify a key) - - Record type 4: (uid record) - -------------- - Informations about a userid - We do not store the userid but the hash value of the userid because that - is sufficient. - - 1 byte value 4 - 1 byte reserved - 1 u32 LID points to the directory record. - 1 u32 next next userid - 1 u32 pointer to preference record - 1 u32 siglist list of valid signatures - 1 byte uidflags - 1 byte validity of the key calculated over this user id - 20 bytes ripemd160 hash of the username. - - - Record type 5: (pref record) - -------------- - This record type is not anymore used. - - 1 byte value 5 - 1 byte reserved - 1 u32 LID; points to the directory record (and not to the uid record!). - (or 0 for standard preference record) - 1 u32 next - 30 byte preference data - - Record type 6 (sigrec) - ------------- - Used to keep track of key signatures. Self-signatures are not - stored. If a public key is not in the DB, the signature points to - a shadow dir record, which in turn has a list of records which - might be interested in this key (and the signature record here - is one). - - 1 byte value 6 - 1 byte reserved - 1 u32 LID points back to the dir record - 1 u32 next next sigrec of this uid or 0 to indicate the - last sigrec. - 6 times - 1 u32 Local_id of signatures dir or shadow dir record - 1 byte Flag: Bit 0 = checked: Bit 1 is valid (we have a real - directory record for this) - 1 = valid is set (but may be revoked) - - - - Record type 8: (shadow directory record) - -------------- - This record is used to reserve a LID for a public key. We - need this to create the sig records of other keys, even if we - do not yet have the public key of the signature. - This record (the record number to be more precise) will be reused - as the dir record when we import the real public key. - - 1 byte value 8 - 1 byte reserved - 1 u32 LID (This is simply the record number of this record.) - 2 u32 keyid - 1 byte pubkey algorithm - 3 byte reserved - 1 u32 hintlist A list of records which have references to - this key. This is used for fast access to - signature records which are not yet checked. - Note, that this is only a hint and the actual records - may not anymore hold signature records for that key - but that the code cares about this. - 18 byte reserved - - - - Record Type 10 (hash table) - -------------- - Due to the fact that we use fingerprints to lookup keys, we can - implement quick access by some simple hash methods, and avoid - the overhead of gdbm. A property of fingerprints is that they can be - used directly as hash values. (They can be considered as strong - random numbers.) - What we use is a dynamic multilevel architecture, which combines - hashtables, record lists, and linked lists. - - This record is a hashtable of 256 entries; a special property - is that all these records are stored consecutively to make one - big table. The hash value is simple the 1st, 2nd, ... byte of - the fingerprint (depending on the indirection level). - - When used to hash shadow directory records, a different table is used - and indexed by the keyid. - - 1 byte value 10 - 1 byte reserved - n u32 recnum; n depends on the record length: - n = (reclen-2)/4 which yields 9 for the current record length - of 40 bytes. - - the total number of such record which makes up the table is: - m = (256+n-1) / n - which is 29 for a record length of 40. - - To look up a key we use the first byte of the fingerprint to get - the recnum from this hashtable and look up the addressed record: - - If this record is another hashtable, we use 2nd byte - to index this hash table and so on. - - if this record is a hashlist, we walk all entries - until we found one a matching one. - - if this record is a key record, we compare the - fingerprint and to decide whether it is the requested key; - - - Record type 11 (hash list) - -------------- - see hash table for an explanation. - This is also used for other purposes. - - 1 byte value 11 - 1 byte reserved - 1 u32 next next hash list record - n times n = (reclen-5)/5 - 1 u32 recnum - - For the current record length of 40, n is 7 - - - - Record type 254 (free record) - --------------- - All these records form a linked list of unused records. - 1 byte value 254 - 1 byte reserved (0) - 1 u32 next_free - - - -Packet Headers -=============== - -GNUPG uses PGP 2 packet headers and also understands OpenPGP packet header. -There is one enhancement used with the old style packet headers: - - CTB bits 10, the "packet-length length bits", have values listed in - the following table: - - 00 - 1-byte packet-length field - 01 - 2-byte packet-length field - 10 - 4-byte packet-length field - 11 - no packet length supplied, unknown packet length - - As indicated in this table, depending on the packet-length length - bits, the remaining 1, 2, 4, or 0 bytes of the packet structure field - are a "packet-length field". The packet-length field is a whole - number field. The value of the packet-length field is defined to be - the value of the whole number field. - - A value of 11 is currently used in one place: on compressed data. - That is, a compressed data block currently looks like <A3 01 . . .>, - where <A3>, binary 10 1000 11, is an indefinite-length packet. The - proper interpretation is "until the end of the enclosing structure", - although it should never appear outermost (where the enclosing - structure is a file). - -+ This will be changed with another version, where the new meaning of -+ the value 11 (see below) will also take place. -+ -+ A value of 11 for other packets enables a special length encoding, -+ which is used in case, where the length of the following packet can -+ not be determined prior to writing the packet; especially this will -+ be used if large amounts of data are processed in filter mode. -+ -+ It works like this: After the CTB (with a length field of 11) a -+ marker field is used, which gives the length of the following datablock. -+ This is a simple 2 byte field (MSB first) containing the amount of data -+ following this field, not including this length field. After this datablock -+ another length field follows, which gives the size of the next datablock. -+ A value of 0 indicates the end of the packet. The maximum size of a -+ data block is limited to 65534, thereby reserving a value of 0xffff for -+ future extensions. These length markers must be inserted into the data -+ stream just before writing the data out. -+ -+ This 2 byte field is large enough, because the application must buffer -+ this amount of data to prepend the length marker before writing it out. -+ Data block sizes larger than about 32k doesn't make any sense. Note -+ that this may also be used for compressed data streams, but we must use -+ another packet version to tell the application that it can not assume, -+ that this is the last packet. - - -GNU extensions to the S2K algorithm -=================================== -S2K mode 101 is used to identify these extensions. -After the hash algorithm the 3 bytes "GNU" are used to make -clear that these are extensions for GNU, the next bytes gives the -GNU protection mode - 1000. Defined modes are: - 1001 - do not store the secret part at all - 1002 - a stub to access smartcards (not used in 1.2.x) - - -Pipemode -======== -NOTE: This is deprecated and will be removed in future versions. - -This mode can be used to perform multiple operations with one call to -gpg. It comes handy in cases where you have to verify a lot of -signatures. Currently we support only detached signatures. This mode -is a kludge to avoid running gpg n daemon mode and using Unix Domain -Sockets to pass the data to it. There is no easy portable way to do -this under Windows, so we use plain old pipes which do work well under -Windows. Because there is no way to signal multiple EOFs in a pipe we -have to embed control commands in the data stream: We distinguish -between a data state and a control state. Initially the system is in -data state but it won't accept any data. Instead it waits for -transition to control state which is done by sending a single '@' -character. While in control state the control command os expected and -this command is just a single byte after which the system falls back -to data state (but does not necesary accept data now). The simplest -control command is a '@' which just inserts this character into the -data stream. - -Here is the format we use for detached signatures: -"@<" - Begin of new stream -"@B" - Detached signature follows. - This emits a control packet (1,'B') -<detached_signature> -"@t" - Signed text follows. - This emits the control packet (2, 'B') -<signed_text> -"@." - End of operation. The final control packet forces signature - verification -"@>" - End of stream - - - - - - -Other Notes -=========== - * For packet version 3 we calculate the keyids this way: - RSA := low 64 bits of n - ELGAMAL := build a v3 pubkey packet (with CTB 0x99) and calculate - a rmd160 hash value from it. This is used as the - fingerprint and the low 64 bits are the keyid. - - * Revocation certificates consist only of the signature packet; - "import" knows how to handle this. The rationale behind it is - to keep them small. - - - - - - - -Keyserver Message Format -========================= - -The keyserver may be contacted by a Unix Domain socket or via TCP. - -The format of a request is: - -==== -command-tag -"Content-length:" digits -CRLF -======= - -Where command-tag is - -NOOP -GET <user-name> -PUT -DELETE <user-name> - - -The format of a response is: - -====== -"GNUPG/1.0" status-code status-text -"Content-length:" digits -CRLF -============ -followed by <digits> bytes of data - - -Status codes are: - - o 1xx: Informational - Request received, continuing process - - o 2xx: Success - The action was successfully received, understood, - and accepted - - o 4xx: Client Error - The request contains bad syntax or cannot be - fulfilled - - o 5xx: Server Error - The server failed to fulfill an apparently - valid request - - - -Documentation on HKP (the http keyserver protocol): - -A minimalistic HTTP server on port 11371 recognizes a GET for /pks/lookup. -The standard http URL encoded query parameters are this (always key=value): - -- op=index (like pgp -kv), op=vindex (like pgp -kvv) and op=get (like - pgp -kxa) - -- search=<stringlist>. This is a list of words that must occur in the key. - The words are delimited with space, points, @ and so on. The delimiters - are not searched for and the order of the words doesn't matter (but see - next option). - -- exact=on. This switch tells the hkp server to only report exact matching - keys back. In this case the order and the "delimiters" are important. - -- fingerprint=on. Also reports the fingerprints when used with 'index' or - 'vindex' - -The keyserver also recognizes http-POSTs to /pks/add. Use this to upload -keys. - - -A better way to do this would be a request like: - - /pks/lookup/<gnupg_formatierte_user_id>?op=<operation> - -This can be implemented using Hurd's translator mechanism. -However, I think the whole key server stuff has to be re-thought; -I have some ideas and probably create a white paper. - diff --git a/rt/docs/design_docs/groups_notes b/rt/docs/design_docs/groups_notes deleted file mode 100644 index 234fd37fe..000000000 --- a/rt/docs/design_docs/groups_notes +++ /dev/null @@ -1,88 +0,0 @@ -CREATE TABLE Prinicpals ( - id int auto_increment - PrincipalType VARCHAR(16) not_null, - PrincipalId int # foreign key to Users or Groups, depending -) - -CREATE TABLE Groups ( - id int auto_increment, - Domain varchar(255), - Instance varchar(16), - Name varchar(255), - Description varchar(255), -); -CREATE TABLE ACL ( - id INTEGER NOT NULL AUTO_INCREMENT, - Principal integer NULL , #Foreign key to principals - RightName varchar(25) NULL , - RightDomain varchar(25) NULL , - RightInstance integer NULL , - PRIMARY KEY (id) -); - -CREATE TABLE GroupMembers ( - id int auto_increment, - Group int, # foreign key to Principals - Member int # foreign key to Principals -) - -create table GroupMembersCache ( - id int auto_increment, - Group int, # foreign key to Principals - Member int, # foreign key to Principals - Via int, #foreign key to g_m_u -) - -insert into principals values ('bubbles); -insert into principals values ('fubar'); -insert into principals values ('sheeri'); -insert into principals values ('sgw'); - -insert into principals values ('staff'); -insert into principals values ('sysadmin'); -insert into principals values ('senior admin'); - - -insert into group_members values(1, 'staff', 'bubbles'); -insert into group_members values(2, 'sysadmin', 'sheeri'); -insert into group_members values(3,'senior admin', 'sgw'); -insert into group_members values(4,'senior admin', 'fubar'); -insert into group_members values(5, 'sysadmin', 'senior admin') - -Groups - - - -Domain Queues -Instance <queueid#> -Name AdminCc, Cc - -/Queues/1/AdminCc -/Queues/3/Cc - -Domain Tickets -Instance <#n> -Name Owner, Requestor, Cc, AdminCc - -/Tickets/1/Owner -/Tickets/1/Requestor -/Tickets/1/Cc - Has members: /Queues/whatever queue the ticket has/Cc -/Tickets/1/AdminCc - Has members: /Queues/whatever queue the ticket has/AdminCc - - -Domain Users -Instance <userid> - -/Users/1/MyDelegates -/Users/1/MyOtherDelegates - - -Domain System -Name Admins, AdminManagers - -/System/Administrators -/System/Blah - - diff --git a/rt/docs/design_docs/link-definitions.txt b/rt/docs/design_docs/link-definitions.txt deleted file mode 100644 index e109744cf..000000000 --- a/rt/docs/design_docs/link-definitions.txt +++ /dev/null @@ -1,143 +0,0 @@ -For 2.0, those Linking actions should be supported: - -1. DependentOn; TobiX-style. - - BASE is dependent on TARGET. - - ...meaning that TARGET has to be resolved before BASE (really) is - resolved. - - According to TobiX, those "weird action" makes sense: - ...when the link and/or TARGET is created, the BASE might be stalled. - Alternatively, this should be very trivial to request through the UIs. - ...when the TARGET is resolved, BASE will be reopened if it's stalled. - - An alternative to those "weird actions" is to have some run-time logic that - takes care of this; i.e. letting the search interface handle "please hide - all requests with unresolved dependencies" - - TobiX will need to make dependency links into Bugzilla. - - Dependency links should be made when more work to BASE should be done - after the TARGET is resolved and/or BASE can't be resolved before TARGET is - resolved. - - Dependency links are often 1:1, but n:n links makes sense; one ticket can - depend on several others, several tickets can depend on one ticket, etc. - - Loops don't make sense at all, but the system above won't break if it - encounter loops. - - Dependency links is more for workflow than anything else. When a new - TARGET is created, some of the work might be passed over to another - department/person ... but _not_ the responsibility for the communication - with the external requestor. - -2. MemberOf link (grouping) - - BASE is a member of TARGET. - - TobiX-style "weird actions": - ...when TARGET is beeing replied to, all BASE requestors should get the - reply. - - ...when TARGET is resolved, all BASE tickets should be resolved (unless - they have other unresolved Dependencies/MemberOf links). - - ...when all BASEs to one TARGET are resolved, TARGET should be resolved. - - The alternative is to let the user choose "reply to all" and "resolve all" - through the user interfaces. - - MemberOf should be used when BASE ticket states more or less the same as - the TARGET ticket, and we do want to give a reply to all requestors, but we - don't want to merge them (Individual tickets from individual external - requestors should be respected as separate entities). If BASE tickets from - more than one external requestor is linked to a TARGET ticket, we denote - the TARGET ticket as a "Group ticket". This is only a documentation - definition, you won't find any references to "Group tickets" in the source. - - I think the proper etiquette should be to clearly state in a reply to a - group ticket that the mail is going to several persons, and that the - requestor should reply back if they feel their Ticket hasn't got the - attention it deserves. The user documentation should reflect this. - - MemberOf links can also be used to hand away the work flow. The person in - charge of the TARGET ticket will also be in charge of the BASE tickets and - the communication with the end user. - - If a work task needs to be splitted into two subtasks, MemberOf might also be - used. - - 1:n links makes more sense, but n:n can also work in some cases. - The reply stuff might break seriously upon loops. Recursement might be - handy for splitting a work task into subtasks (making a hierarchical tree - of the worktasks). - - -3. Merge (connecting) - - BASE is the same as TARGET. - - ...the system should somehow merge together transactions for both tickets. - ...BASE should be more or less deleted, only the TARGET should apply. - ...actions done toward BASE should be redirected to TARGET. - - I think MergeLinks should be used when two tickets accidentally has - appeared twice in the system, and/or there is no reason to keep the two - tickets separately. It might be that it's the same requestor (i.e. - clicking the "send" button twice in a web environment) or that we don't - care much about giving the requestor individual follow-up (typically - "internal" requestors, etc.) - - Based on user feedback, merged tickets will be displayed as the same ticket -within RT's user interfaces. but the original tickets' transactions will be -kept separated in the database. this may require some magic. - -4. RefersTo / No Action link (linking) - - BASE is somewhat related to TARGET - - No special actions will be taken. - - Loops might maybe make sense - -BASE and TARGET are usually Tickets within one RT instance, but it -might also point to external RT instances, other DB systems, etc. - - - - -In future revisions, it should be very easy to set up site-specific link action types. -We should also consider to include more linking actions in the box. - -An example stolen from John Rouillard. Eventually the [comments] should be -removed, and the text modified to fit the planned 2.0 link actions: - - ticket problem - 1 can't connect to hosts with netscape - 2 ping is broken - 3 Can't send email: error no space on spool/mqueue - - You have the above in the queue. You realize that DNS is down. Spawn - a ticket - - 4 DNS is down - - mergelink 1 and 2 to it [I would rather say "make a MemberOf link _or_ a - dependency link from 1 and 2 to 4" --TobiX] (if you choose to stall 1 and - 2 automatically feel free, its just a shell script change) [well, you - might choose dependency instead of MemberOf --TobiX]. The person working - on 3 has come to the conclusion that outgoing mail is backing up because - of the DNS failure. She has cleared space by copying the mail queue to - another disk, but can't really get email working till DNS is up. So she - creates a Dependency linkon ticket 4 stalling ticket 3. - - We finally get DNS working and resolve ticket 3. What happens? Tickets 1 - and 2 are resolved and email is sent to requestors notifying them of the - resolution [This is the default behaviour for 2.0 MemberOf-linked tickets. - Remember that if we send Replies to "Group Tickets" (that is, the target - of several "MemberOf" links) --TobiX]. Ticket 4 [should be 3? --TobiX] is - reopened and the person working on it starts flushing the mail queue and - the moved mailq by hand. - diff --git a/rt/docs/design_docs/realflow.txt b/rt/docs/design_docs/realflow.txt deleted file mode 100644 index 3717e273b..000000000 --- a/rt/docs/design_docs/realflow.txt +++ /dev/null @@ -1,191 +0,0 @@ -- I have a MonitoredQueue that sets tickets to "Monitored" - if its subject matches /monitored/. - -- I want to have a kind of Ticket that are 'Monitored'. -- I want all monitored tickets, when they are overdue for - 14 days, to: - - send notification to manager - - mark as stalled -- I want all monitored tickets, when they are overdue for - 28 days, to: - - mark as rejected -- I want to query all tickets that are monitored as such -- I want to modify 14 => 15 and have it affect all existing - tickets that are monitored - -{ -- I want to add a new "overdue for 27 days, add a 'ultimatum' - correspondence to it" rule for all monitored tickets. -- I want to add a new "overdue for 27 days, add a 'ultimatum' - correspondence to it" rule for all _new_ monitored tickets - without affecting existing ones. -} - -- The user of OrderRequest queue needs to fill a numeric "CF", - called "Price". -- On creation, it needs to create following approvals: - - "Manager" approval if CF.Price is > 1000 - - "President" approval if CF.Price is > 2000 -- When all of "M", "P" are resolved (if any, or if there were none - to begin with), Create a new approval, "Finance". -- If any approvals above is rejected, reject the original ticket. -- If "Finance" is resolved, resolve original ticket. -- If "Finance" is rejected, create an approval for "CEO". -- If "CEO" is resolved, resolve the original ticket. -- If "CEO" is rejected, reject the original ticket. - -[RuleAction CreateTicketWithRuleset] - -> ReleaseMyLockOnRuleset $ruleset - -> UnlessLockOnRuleset $ruleset - # i.e. if no active tickets still have a lock on it - -> ForceCreateTicketWithRuleset $ruleset - -[Queue OrderRequest] - -> Condition: OnCreate - Action: AddTicketRuleSet "PurchaseApproval" - # Triggers immediately - -[RuleSet: PurchaseApproval] - -> Condition: OnCreate - Condition: CF.Price > 1000 - Action: CreateTicketWithRuleset "ManagerApproval" - -> Condition: OnCreate - Condition: CF.Price > 2000 - Action: CreateTicketWithRuleset "PresidentApproval" - -> Condition: OnCreate - Action: CreateTicketWithRuleset "FinanceApproval" - -> Condition: OnReject - Action: DeleteTree - -[RuleSet: ManagerApproval] - -> Condition: OnCreate - Action: Prohibit Ruleset "FinanceApproval" - -> Condition: OnResolve - Action: CreateTicketWithRuleset "FinanceApproval" - -> Condition: OnReject - Action: RejectTicket TOP - -[RuleSet: PresidentApproval] - -> Condition: OnCreate - Action: Prohibit CreateTicketWithRuleset "FinanceApproval" - -> Condition: OnResolve - Action: CreateTicketWithRuleset "FinanceApproval" - -> Condition: OnReject - Action: RejectTicket TOP - -[RuleSet: FinanceApproval] - -> Condition: OnCreate - Action: Prohibit RuleSet "CEOApproval" - -> Condition: OnResolve - Action: ResolveTicket TOP - -> Condition: OnReject - Action: CreateTicketWithRuleset "CEOApproval" - -[RuleSet: CEOApproval] - -> Condition: OnResolve - Action: ResolveTicket TOP - -> Condition: OnReject - Action: RejectTicket TOP - - - -Prohibit Ticket Operation: - Ruleset CEOApproval - - - - - - - - ,--------. -[TOP] --> [M] --> [F] - ` `-> [P] -' - ` - `-> [X] --> [Y] - - -[TOP] => [Approval] - -> Queue: B - -> Rule: yyy - -> Workflow: W - -> Stage: Approval - -> Rule: xxx - -isa_ok( $Approval->Type, 'RT::Ticket' ); -is( $Approval->Workflow->Name, 'W' ); -is( $Approval->Stage->Name, 'Approval' ); - -[Queue: A] - -> Workflow: W - -[Workflow: W] - -> Stage: TOP - -> Stage: Approval - -> Stage: SUCCESS - -> Stage: FAIL - -"RuleCollections" - -[Stage: TOP] - -> Rule: OnCreate RunStage Approval - -ok( TicketA->Rules->HasEntry($ApprovalRule) ) -ok( TicketB->Rules->HasEntry($ApprovalRule) ) - -[Rule: Approval] - -> Rule: OnResolve RunStage SUCCESS - -> Rule: OnReject RunStage FAIL - -[Stage: SUCCESS] - -> Rule: OnCreate SetStatus('resolved') TOP - -[Stage: FAIL] - -> Rule: OnCreate SetStatus('rejected') TOP - -[Unassociated] - - Rule FOO: OnAnything { - CreateTicketIfNotBlocked StageFOO - AddLink DependedOnBy TOP to Stage1 - AssignRule DoStage2 to Stage1 - AssignRule DoStage3 to Stage1 - } - - Rule BAR: OnAnything { - CreateTicketIfNotBlocked StageBAR - DoSomethingBizzare - } - - ,==> [Stage0] ==>. - , . -[TOP] ==> [Stage1] ==> [Stage3] - ` ' - `==> [Stage2] ==>' - -OnTransaction: - $self->Ticket->Queues->Scrips->Apply - -OnTransaction: - $self->Ticket->Queues->Scrips->Apply - ->Scrips->Apply - -OnTransaction: - $self->Ticket->Queues->Scrips->Apply - ->Stages->Scrips->Apply - -[QueueX] - - Rule: - OnCreate: - RunRule FOO - -[QueueY] - - Rule: - OnWhatever: - RunRule FOO - - -[TOP] => [Stage1] => [Stage2] => [END] - `- => [Stage3] => [END] - ` -> [Stage4] - -[Stages] - -> diff --git a/rt/docs/design_docs/recursive_group_membership_algorithm b/rt/docs/design_docs/recursive_group_membership_algorithm deleted file mode 100644 index 250b9ad0d..000000000 --- a/rt/docs/design_docs/recursive_group_membership_algorithm +++ /dev/null @@ -1,109 +0,0 @@ -Group A has members 1, 2, 3 - - Cached members 1 is a member of A via "" - 2 is a member of A via "" - 3 is a member of A via "" - - -Group B has members A, 4, 5 - - Cached members: 4 is a member of B via "" $1 - 5 is a member of B via "" $2 - A is a member of B via "" $3 - 1 is a member of B via "$3" $4 - 2 is a member of B via "$3" $5 - 3 is a member of B via "$3" $6 - -Group C has members A, B, 6 - 6 is a member of C via "" $7 - A is a member of C via "" $8 - 1 is a member of C via $8 $9 - 2 is a member of C via $8 $10 - 3 is a member of C via $8 $11 - B is a member of C via "" $12 - 4 is a member of C via $12 $13 - 5 is a member of C via $12 $14 - A is a member of C via $12 $15 - 1 is a member of C via $15 $16 - 2 is a member of C via $15 $17 - 3 is a member of C via $15 $18 - - - -Group D has members A, C - - A is a member of D via "" $19 - 1 is a member of D via $19 $20 - 2 is a member of D via $19 $21 - 3 is a member of D via $19 $22 - C is a member of D via "" $23 - 6 is a member of D via $23 $24 - A is a member of D via $23 $25 - 1 is a member of D via $25 $26 - 2 is a member of D via $25 $27 - 3 is a member of D via $25 $28 - B is a member of D via $23 $29 - 4 is a member of D via $29 $30 - 5 is a member of D via $29 $31 - A is a member of D via $29 $32 - 1 is a member of D via $32 $33 - 2 is a member of D via $32 $34 - 3 is a member of D via $32 $35 - - - -Adding a new user, 7, to group A. - - - Add the user to group A in the groups table. - - Find all entries for group A in the cache table. - - For each entry in that list: - Add "7 is a member of $entry->top via $entry->id" - -Deleting a user, 7, from group A: - - Remove the user from group A in the groups table. - find all entries in the cache table where the principal id is user 7 and - the parent id is A. (requires a self join) - nuke them - - Alternatively: - find all entries for A in the cache table. - For each one, find the child whose id is 7. - Nuke it - - -Adding a group, B to group D. - - Add group B as a member of D in the groups table. - In the cache table: - $id = Add group B as a member of D via "" - - For each member of group B (4, 5, A): - - $sid= 4 is a member of D via $id - $sid= 5 is a member of D via $id - $sid= A is a member of D via $id - - if the member is a group itself, recurse down: - - 1 is a member of D via $sid - 2 is a member of D via $sid - 3 is a member of D via $sid - - Find all places where D is a member of $foo. - Repeat the above procedure, substituting $foo for D - and making $id D's id. - -Removing B as a member of D: - - Remove B as a member of D in the groups table. - Find all references to D in the pseudogroups table. - Find all children of D which are B: - Recurse down with the following algorithm: - If it's a user, delete it. - If it's a group, recurse through each member, - deleting its children and then deleting the - group itself. diff --git a/rt/docs/design_docs/rql_parser_machine.graphviz b/rt/docs/design_docs/rql_parser_machine.graphviz deleted file mode 100644 index 93ea989c1..000000000 --- a/rt/docs/design_docs/rql_parser_machine.graphviz +++ /dev/null @@ -1,35 +0,0 @@ - -/* GraphViz graph representing the state diagram of the RQL parser. -*/ - -/* XXX: It's not up to date anymore, we should delete it or update. -*/ - -digraph G { - - PAREN -> PAREN; - PAREN -> KEYWORD; - PAREN -> AGGREG; - - AGGREG -> KEYWORD; - AGGREG -> PAREN; - - KEYWORD -> OP; - - OP -> VALUE; - - VALUE -> PAREN; - VALUE -> AGGREG; - -/* - Blue lines represent added complexity of q[IN (x,y,z)] support. - The only place that the "blue tree" can be entered is at IN, and - exited at PAREN. -*/ - KEYWORD -> IN [color=blue]; - IN -> PAREN [color=blue]; - PAREN -> VALUE [color=blue]; - VALUE -> COMMA [color=blue]; - COMMA -> VALUE [color=blue]; - VALUE -> PAREN [color=blue]; -} diff --git a/rt/docs/design_docs/rt-mvc b/rt/docs/design_docs/rt-mvc deleted file mode 100644 index 3518b7d9a..000000000 --- a/rt/docs/design_docs/rt-mvc +++ /dev/null @@ -1,32 +0,0 @@ -Goals: - - - Never write an init block for a page that just views/edits pages - No style embedded in view/edit pages - - Validation / Error display and re-editing. - - -Implementation. - - - For a given object's fields: - - print a label for the field - print the current values for the field - print an edit widget for create - print an edit widget for update - - - - for a given form buttons for "perform the action" "don't perform the main action" - - -Edit widgets - - - text input - hidden - fixed enum as { dropdown, select multiple, sleect single, radio} - checkbox fixed enum - diff --git a/rt/docs/design_docs/ruleset-workflow.txt b/rt/docs/design_docs/ruleset-workflow.txt deleted file mode 100644 index f19dbd765..000000000 --- a/rt/docs/design_docs/ruleset-workflow.txt +++ /dev/null @@ -1,158 +0,0 @@ -# For an online version, see http://wiki.bestpractical.com/?RulesetWorkflow - -_*This is a design document for a work in progress. -It describes features that do not exist today and may never exist*_ - -== Text Description - -* The user of PurchaseOrder queue fill in a numeric "CF", called "Price". -* On creation, it needs to create following approvals: -** "ManagerApproval" if CF.Price is > 1000 -** "PresidentApproval" if CF.Price is > 2000 -* When all of "M", "P" are resolved (or if there were none to begin with), Create "FinanceApproval". -* If any approvals above is rejected, reject the original ticket. -* If "FinanceApproval" is resolved, resolve original ticket. -* If "FinanceApproval" is rejected, create an approval for "CEOApproval". -* If "CEOApproval" is resolved, resolve the original ticket. -* If "CEOApproval" is rejected, reject the original ticket. - -== ASCII Diagram - - ,----------. ,---------------------->[DONE] - | \ / ^ - [TOP]-+-?---->[M]---->[F] | - | | / \ | - `-?->[P]-+-' `-(!)->[C]-----------------' - | | | - | | `-(!)---------->[FAIL] - | | ^ - `-(!)----------------------------------' - -== Objects - -Note that "Scrips" are now called "Rules". - -=== RuleAction "AquireMyLocks" - - FOREACH $Scrip IN $TicketObj->Scrips - WHERE $Scrip.Action.Type == "TryCreateTicketWithRuleset" - DO LockRuleset $Scrip.Action.Argument - -=== RuleAction "TryCreateTicketWithRuleset" - - DO ReleaseMyLockOnRuleset $Argument - UNLESS RulesetLocked $Argument - DO CreateTicketWithRuleset $Argument - -=== RuleAction "CreateTicketWithRuleset" - - GIVEN $Ticket AS CreateTicket(@OtherArguments) - DO SetTicketRuleSet $Argument - DO RunTicketRuleSet $Argument - -=== GlobalRule "AquireLocks" - -* AppliesTo: All Objects -* Condition: OnCreate -* Action: AquireMyLocks - -=== Queue "PurchaseOrder" - -* Rule: -** Condition: OnCreate -** Action: SetTicketRuleSet "PurchaseFlow" -** Action: RunTicketRuleSet "PurchaseFlow" - -=== RuleSet "PurchaseFlow" - -* Rule (implicitly run by AcquireMyLocks): -** Condition: OnCreate -** Action: LockRuleSet "ManagerApproval" -** Action: LockRuleSet "PresidentApproval" -** Action: LockRuleSet "FinanceApproval" - -* Rule: -** Condition: OnCreate -** Condition: CF.Price > 1000 -** Action: TryCreateTicketWithRuleset "ManagerApproval" - -* Rule: -** Condition: OnCreate -** Condition: CF.Price > 2000 -** Action: TryCreateTicketWithRuleset "PresidentApproval" - -* Rule: -** Condition: OnCreate -** Condition: "Finance" is not blocked -** Action: TryCreateTicketWithRuleset "FinanceApproval" - -* Rule: -** Condition: OnReject -** Action: DeleteTree - -=== RuleSet: "ManagerApproval" - -* Rule (implicitly run by AcquireMyLocks): -** Condition: OnCreate -** Action: LockRuleSet "FinanceApproval" - -* Rule: -** Condition: OnResolve -** Action: TryCreateTicketWithRuleset "FinanceApproval" - -* Rule: -** Condition: OnReject -** Action: RejectTicket "PurchaseFlow" - -=== RuleSet: "PresidentApproval" - -* Rule (implicitly run by AcquireMyLocks): -** Condition: OnCreate -** Action: LockRuleSet "FinanceApproval" - -* Rule: -** Condition: OnResolve -** Action: TryCreateTicketWithRuleset "FinanceApproval" - -* Rule: -** Condition: OnReject -** Action: RejectTicket "PurchaseFlow" - -=== RuleSet: "FinanceApproval" - -* Rule: -** Condition: OnResolve -** Action: ResolveTicket "PurchaseFlow" - -* Rule: -** Condition: OnReject -** Action: ForceCreateTicketWithRuleset "CEOApproval" - -=== RuleSet: "CEOApproval" - -* Rule: -** Condition: OnResolve -** Action: ResolveTicket "PurchaseFlow" - -* Rule: -** Condition: OnReject -** Action: RejectTicket "PurchaseFlow" - -### FNORD FNORD FNORD FNORD FNORD FNORD FNORD FNORD FNORD ### - -== Another Text Description - -* I have a MonitoredQueue that sets tickets to "Monitored" if its subject matches /monitored/. -* I want to have a kind of Ticket that are 'Monitored'. -* I want all monitored tickets, when they are overdue for 14 days, to: -** Send notification to manager -** Mark as stalled -* I want all monitored tickets, when they are overdue for 28 days, to: -** Mark as rejected -* I want to query all tickets that are monitored as such -* I want to modify 14 => 15 and have it affect all existing tickets that are monitored -* I want to add a new "overdue for 27 days, add a 'ultimatum' correspondence to it" rule -** For all monitored tickets. -* I want to add a new "overdue for 27 days, add a 'ultimatum' correspondence to it" rule -** For all _new_ monitored tickets. -** Without affecting existing ones. diff --git a/rt/docs/design_docs/subscription-definitions.txt b/rt/docs/design_docs/subscription-definitions.txt deleted file mode 100755 index deda35cda..000000000 --- a/rt/docs/design_docs/subscription-definitions.txt +++ /dev/null @@ -1,113 +0,0 @@ -NEW SCRIP NOTES - - -RT Actions: - - - EmailOwnerAsComment - Send mail to the ticket owner from the queue's comment address - - EmailOwnerOrAdminWatchersAsComment - Send mail to the ticket owner, or if there is no owner, the ticket's admin watchers - from the queue's comment addresses - - EmailAdminWatchersAsComment - Send mail to the ticket's adminstrative watchers from the queue's comment address - - - - EmailOwner - Send mail to the ticket owner from the queue's correspond address - - EmailOwnerOrAdminWatchers - Send mail to the ticket owner, or if there is no owner, the ticket's admin watchers - from the queue's correspond addresses - - EmailAdminWatchers - Send mail to the ticket's adminstrative watchers from the queue's correspond address - - EmailWatchers - Send mail to the ticket watchers from the queue's correspond address - - AutoReply - Sendmail to the requestor from the queue's correspond address. - - - -RT Conditions: - OnCreate - OnEachTransaction - OnComment - OnCorrespond - - - - - -What is an Action? - -...some piece of code that can do something whenever a transaction is done. -The actions shipped with RT sends email and can handle some logic that makes -sense for some instances. site-specific modules can be dropped in to -perform special actions. - - -What can an Action do? - -- decide whether it's applicable or not -- prepare -- commit -- describe itself - -...and if it's a subclass of SendEmail, you can also override a lot. - -Currently the schema.mysql contains a list of the basic subscription-related -actions that will be bundled with RT. - - -What is a Scrip? - -...it's an entry in the database that tells that an action is to be -performed with a certain template and argument. Template and argument -doesn't make sense in all contexts. A scrip can be limited to transaction -types; the current implementation allows a comma-separated list (though for -a "cleaner" schema design, it should be a separate table for this?). It has -a name and a description. - - -What is a ScripScope? - -...an indication of what queues the different Scrips applies to. It should -be easy to remove/insert ScripScope objects by the admin tools. - - -What is a Watcher? - -...it's a request for beeing kept updated on a ticket and/or a queue -and/or whatever. It is to be used by the Actions. Watcher items can -easily be enabled/disabled through the `Quiet' attribute. `Type' might -indicate what emails the watcher wants to get and how to get them. - -The Bcc/Cc watchers should be handled by the NotifyWatchers action which is -run regardless of the Scrips. - - -What is a Template? - -...A template is a text template that is to be used for outgoing email - -or for different use for different actions. One template can be used by -several Scrips. - - -How does the system determinate whom to send mail to? - -The ScripScope table in the DB should indicate whether a Scrip is relevant -for a queue or not /* TobiX thinks that this might eventually be extended to -keywords, tickets, etc, and not only Queues */ ... the Scope table should -indicate whether the Scrip is relevant for a given transaction type ... then -the given Action should determinate whether it applies or not, and finally -the Action has to find out (via the Watchers table) whom it applies to, and -how to contact them ... and the Template tells how the mails that are sent -out should look like. - - diff --git a/rt/docs/design_docs/ticket_templates b/rt/docs/design_docs/ticket_templates deleted file mode 100644 index 7850edf73..000000000 --- a/rt/docs/design_docs/ticket_templates +++ /dev/null @@ -1,16 +0,0 @@ -===Create-Ticket: foo - Subject: APPROVE <%TOP-Subject%> - Status: status - Queue: <%TOP-Queue%> - Owner: <%TOP-Owner%> - Depends-on: <%TOP-Id%> - Child-of: <%TOP-Id%> - Refers-to: <%TOP-Id%> - Content-Type: text/plain - Content: This is content -blah -blah -blah -===Create-Ticket: bar -Subject: <%foo-Subject%> - diff --git a/rt/docs/design_docs/users b/rt/docs/design_docs/users deleted file mode 100644 index 71c4476c9..000000000 --- a/rt/docs/design_docs/users +++ /dev/null @@ -1,14 +0,0 @@ -RT2 makes everybody a user. some sites won't like this. there -should be away to make an "anonymous" user who the mailgate makes -the requestor for all mailed in tickets. it would then set the -ticket 'requestor' watcher's alternate email address to the real -requestor's email. - -additionally, eventually, users will need to be deleted. RT doesn't -want any user deleted. Instead, there will be a flag in the user's -entry in the users table called 'Disabled.' Disabled users will -not be able to be granted rights. - - The process of disabling a user should remove their acls and -should force the giving away of their tickets or reject the disabling. - diff --git a/rt/docs/extending/clickable_links.pod b/rt/docs/extending/clickable_links.pod new file mode 100644 index 000000000..91e9eec22 --- /dev/null +++ b/rt/docs/extending/clickable_links.pod @@ -0,0 +1,184 @@ +=head1 MakeClicky extension + +=head2 Description + +I<MakeClicky> detects various formats of data in headers and email +messages, and makes them into links in RT's web UI. + +=head2 Configuration + +You can configure which actions are enabled from RT config with the +@Active_MakeClicky option, which should contain an ordered list of the +actions you want to apply. + +By default, RT provides two actions: + +=over 4 + +=item C<httpurl> + +Detects C<http://> and C<https://> URLs and adds an C<[Open URL]> link +after the URL. + +=item C<httpurl_overwrite> + +Detects URLs as C<httpurl> format, but replaces the URL with a link. + +=back + +RTIR, an RT extension for CERT teams (not installed with core RT), +shipps with several additional actions you can use: C<ip>, C<ipdecimal>, +C<email>, C<domain> and C<RIPE>. + +=head2 Order of actions + +The order of the actions is important in situations when you use +multiple actions that could match the same block of text; only the first +matching action from the list is applied. For example, it makes no sense +to use C<httpurl> and C<httpurl_overwrite> at the same time, as both +actions always match the same pieces of text. + +=head2 How it works + +Each action consists of regular expression and function that does text +replacement. When you open the history of a ticket, RT searches in the +text with the given regular expresion for matches. If it finds a match, +it calls the function with the match as the argument, then replaces the +matched text with the string returned by the function. + +While RT only searches plaintext content, the actions can generate +arbitrary HTML. + +=head2 Writing custom MakeClicky actions + +To extend the list of actions with your own types of data, use the +provided callback. Specifically, create the file +F<local/html/Callbacks/MyCallbacks/Elements/MakeClicky/Default>. + +It will be called with the following arguments: + +=over 4 + +=item types + +An array reference of hash references. Modify this array +reference to add your own types; the first matching type will be +used. Each hashref should contain: + +=over 4 + +=item name + +The name of the data format; this is used in the configuration file to +enable the format. + +=item regex + +A regular expression to match against. + +=item action + +The name of the action to run (see "actions", below) + +=back + +=item actions + +A hash reference of 'actions'. Modify this hash reference to change or +add action types. Values are subroutine references which will get +called when needed. They should return the modified string. Note that +subroutine B<must escape> HTML. + +=item handler + +A subroutine reference; modify it only if you have to. This can be used +to add pre- or post-processing around all actions. + +=back + +=head2 Actions' arguments + +A hash is passed to the action with two keys that always exist: + +=over 4 + +=item value + +The full match of the regular expression; this is the block of text that +will be replaced with action's result. + +=item all_matches + +And arrayref with all of the match's capturing groups; for example if +your regexp is C<qr{ticket\s+#(\d+)}>, then the first element will be +full match ("ticket #XXX"), the same as in 'value' key, but the second +element of the array will be the id of a ticket (XXX). Using this, you +can avoid reparsing the value in the action. Only the first eight +groups of your regexps are passed to action. + +=back + +=head2 Custom MakeClicky action example + +Create a new file F</opt/rt4/local/html/Callbacks/MyCallbacks/Elements/MakeClicky/Default> +with the content: + + <%ARGS> + $types => [] + $actions => {} + </%ARGS> + <%INIT> + my $web_path = RT->Config->Get('WebPath'); + + # action that takes ticket ID as argument and returns link to the ticket + $actions->{'link_ticket'} = sub { + my %args = @_; + my $id = $args{'all_matches'}[1]; + return qq{<a href="$web_path/Ticket/Display.html?id=$id">$args{value}</a>}; + }; + + # add action to the list + push @$types, { + # name, that should be used in config to activate action + name => 'short_ticket_link', + # regular expression that matches text 'ticket #xxx' + regex => qr{ticket\s+#(\d+)}i, + # name of the action that should be applied + action => 'link_ticket', + }; + </%INIT> + +That's all; add C<short_ticket_link> to the C<@Active_MakeClicky> option +in your C<RT_SiteConfig.pm>, and restart your server. Creating a ticket +with "ticket #1" in the body should cause that text to be automatically +linked to the ticket in question. + +=head2 Notes for custom clicky actions writers + +=over + +=item * + +Note that an action B<must escape> illegal HTML characters with entities +and/or arguments in URLs. + +=item * + +Complex regular expressions could slow down RT, as the conversion is run +each time a user opens a ticket, for every transaction. For long +tickets and complex regular expressions, this can slow down ticket +display notably. + +=item * + +Try to match the shortest expression you need with your regular +expression; otherwise another action may miss its chance to match. + +=item * + +Whenever possible, precalculate values using closures around the +functions. + +=back + +=cut diff --git a/rt/docs/creating_external_custom_fields.pod b/rt/docs/extending/external_custom_fields.pod index f8eca44fb..c6730ae4e 100644 --- a/rt/docs/creating_external_custom_fields.pod +++ b/rt/docs/extending/external_custom_fields.pod @@ -2,23 +2,22 @@ =head2 Description -C<External custom fields> is extension to custom fields that allow -you to define CF with a dynamic list of values. Loading values into -this custom fields requires writing a little Perl code to fetch the -data from the external source; the code that we added to RT 3.7 -allows it to load data from arbitrary external sources. +C<External custom fields> is an extension to custom fields that allow +you to define CFs with dynamic lists of values. Loading values into +these custom fields requires writing a little Perl code to fetch the +data from the external source. =head2 Introduction into writing source of values -For each type of data source that you want, you'll need to put a file -in F</opt/rt3/local/lib/RT/CustomFieldValues/> (or equivilent if you -installed RT someplace other than F</opt/rt3>). To get a sense of the -code that you'll need to write, take a look at the code in -L</opt/rt3/lib/RT/CustomFieldValues/Groups.pm> for a simple example +For each type of data source that you want, you'll need to put a file in +F</opt/rt4/local/lib/RT/CustomFieldValues/> (or equivalent if you +installed RT into someplace other than F</opt/rt4>). To get a sense of +the code that you'll need to write, take a look at the code in +L</opt/rt4/lib/RT/CustomFieldValues/Groups.pm> for a simple example which just uses RT's API to pull in a list of RT's groups. -Running C<perldoc /opt/rt3/lib/RT/CustomFieldValues/External.pm> will -show you the documentation for the API that needs to be fulfilled, by +Running C<perldoc /opt/rt4/lib/RT/CustomFieldValues/External.pm> will +show you the documentation for the API that needs to be fulfilled; copying and editing the C<Groups> example is probably a fine place to start. @@ -28,20 +27,17 @@ Later in this doc we'll describe the example a little bit more. After the custom code is written, you need to tell RT about its existence by adding something like following to your RT_SiteConfig.pm: -Set(@CustomFieldValuesSources, "RT::CustomFieldValues::MySource"); -The value in quotes should be the name of the class that you created. + Set(@CustomFieldValuesSources, "RT::CustomFieldValues::MySource"); -Stop and start your web server to enable any config changes. Open the web interface with -as an administrative user (such as root) create new custom field. In order to use -a custom source of values, you should select a custom field type -that lets users pick values from a list, for example it could be C<Select *> -or a type with autocompletion. It shouldn't be C<Enter one value> type -as this type doesn't allow user to choose values. Other types that -don't have a defined list of values are also unacceptable. +The value in quotes should be the name of the class that you created. -Save the changes, now you have ability to select a "source" for values. -Choose the class you wrote from the list and save changes. +Stop and start your web server to enable any config changes. Open the +web interface as an administrative user (such as root), and create new +custom field. Set its type to be a Select or Autocomplete field, and +save the changes. You should now you have ability to select a "source" +for values. Choose the class you wrote from the list and the save +changes. =head2 How to write custom source @@ -53,14 +49,14 @@ There are two main methods you want to override: =item SourceDescription This method should return a string describing the data source; this is -the identifier which the adimistrator will see in the dropdown in the web -interface. See L</Configuration>. +the identifier which the administrator will see in the dropdown in the +web interface. See L</Configuration>. =item ExternalValues This method should return an array reference of hash references. The hash references should contain keys for C<name>, C<description>, and -C<sortorder>. C<name> is most important one. The others are optional +C<sortorder>. C<name> is most important one; the others are optional. =back @@ -92,6 +88,3 @@ Here's a simple static example: } 1; # don't forget to return some true value - -That's all. Install and configure your class as described in the L</Configuration> section. - diff --git a/rt/docs/using_forms_widgets.pod b/rt/docs/extending/using_forms_widgets.pod index 8deb91362..8deb91362 100644 --- a/rt/docs/using_forms_widgets.pod +++ b/rt/docs/extending/using_forms_widgets.pod diff --git a/rt/docs/extending_clickable_links.pod b/rt/docs/extending_clickable_links.pod deleted file mode 100644 index 643267374..000000000 --- a/rt/docs/extending_clickable_links.pod +++ /dev/null @@ -1,157 +0,0 @@ -=head1 MakeClicky extension - -=head2 Description - -I<MakeClicky> detects various formats of data in headers and email -messages, and extends them with supporting links. - -=head2 Configuration - -You can configure clicky actions from RT config with @Active_MakeClicky -option. It's ordered of the actions you want to apply. - -By default, RT provides two actions: - -=over 4 - -=item httpurl - -Detects http:// and https:// URLs and adds '[Open URL]' link after the URL. - -=item httpurl_overwrite - -Also detects URLs as 'httpurl' format, but replace URL with link -and *adds spaces* into text if it's longer then 30 chars. This allow -browser to wrap long URLs and avoid horizontal scrolling. - -=back - -RTIR is shipped with several actions you can use: 'ip', 'ipdecimal', -'email', 'domain' and 'RIPE'. - -=head2 Order of clicky actions - -Order of actions is important in situations when you use actions that -could match the same block of a text, in this case only the first matching -action from the list would be applied. For example ot makes no sense to -use C<httpurl> and C<httpurl_overwrite> at the same time as both actions -always match the same piece of a text. - -=head2 How it works - -Each action consists of regular expression and function that do text replace. -When you open history of a ticket RT search in the text with the regular expresion -for matches. If some piece of the text matches it calls the function with the match -as argument, then replace matched text with string returned by the function. So -in two words this feature works like 'Search and Replace' with an active replacer. - -Text of tickets is plain, but actions could generate arbitrary HTML. - -=head2 Writing custom MakeClicky actions - -To extend the list of actions with your own types of data, use the callback. Create -file F<local/html/Callbacks/MyCallbacks/Elements/MakeClicky/Default>. - -It will be provided with arguments: - -=over 4 - -=item types - -An array reference of hash references. Modify this array -reference to add your own types; the first matching type will be -used. Each hashref should contain: - -=over 4 - -=item name - -The name of the data format; this is used in the -configuration file to enable the format. - -=item regex - -A regular expression to match against. - -=item action - -The name of the action to run (see "actions", below) - -=back - -=item actions - -A hash reference of 'actions'. Modify this hash reference to change or add -action types. Values are subroutine references which will get called when needed. -They should return the modified string. Note that subroutine B<must escape> HTML. - -=item handler - -A subroutine reference; modify it only if you have to. This can be used -to add pre- or post-processing around all actions. - -=back - -=head2 Actions' arguments - -A hash is passed to action with two keys that always exist: - -=over 4 - -=item value - full match of the regular expression, this block of text will be -replaced with action's result. - -=item all_matches - array with all matches including groups defined in the -regular expression, for example if your regexp is C<qr{ticket\s+#(\d+)}> then -the first element will be full match ("ticket #XXX") the same as in 'value' key, -but the second one element of the array will be id of a ticket (XXX), so you -can avoid parsing value in the action. Only eight groups of your regexps are -passed to actions. - -=back - -=head2 Custom MakeClicky action example - -Create a new file F</opt/rt3/local/html/Callbacks/MyCallbacks/Elements/MakeClicky/Default> -with the content: - - <%ARGS> - $types => [] - $actions => {} - </%ARGS> - <%INIT> - my $web_path = RT->Config->Get('WebPath'); - - # action that takes ticket ID as argument and returns link to the ticket - $actions->{'link_ticket'} = sub { - my %args = @_; - my $id = $args{'all_matches'}[1]; - return qq{<a href="$web_path/Ticket/Display.html?id=$id">$args{value}</a>}; - }; - - # add action to the list - push @$types, { - # name, that should be used in config to activate action - name => 'short_ticket_link', - # regular expression that matches text 'ticket #xxx' - regex => qr{ticket\s+#(\d+)}i, - # name of the action that should be applied - action => 'link_ticket', - }; - </%INIT> - -That's all. Add C<short_ticket_link> to C<@Active_MakeClicky> option in your C<RT_SiteConfig.pm>. -Restart your server and create test ticket with 'ticket #1' text. - -=head2 Notes for custom clicky actions writers - -Note that an action B<must escape> illegal HTML characters with entities and/or -arguments in URLs. - -Complex (slow) regular expressions could slow down RT as conversion is run each -time user open a ticket. - -Try to match the shortest expression you need with your regular expression otherwise another action could miss its chance to match. - -Precalculate values, use closures for functions. - diff --git a/rt/docs/full_text_indexing.pod b/rt/docs/full_text_indexing.pod new file mode 100644 index 000000000..0952b4eb9 --- /dev/null +++ b/rt/docs/full_text_indexing.pod @@ -0,0 +1,174 @@ +=head1 NAME + +Full text indexing in RT + +=head1 LIMITATIONS + +While all of the below solutions can search for Unicode characters, they +are not otherwise Unicode aware, and do no case folding, normalization, +or the like. That is, a string that contains C<U+0065 LATIN SMALL +LETTER E> followed by C<U+0301 COMBINING ACUTE ACCENT> will not match a +search for C<U+00E9 LATIN SMALL LETTER E WITH ACUTE>. They also only +know how to tokenize C<latin-1>-ish languages where words are separated +by whitespace or similar characters; as such, support for searching for +Japanese and Chinese content is extremely limited. + +=head1 POSTGRES + +=head2 Creating and configuring the index + +Postgres 8.3 and above support full-text searching natively; to set up +the required C<ts_vector> column, and create either a C<GiN> or C<GiST> +index on it, run: + + sbin/rt-setup-fulltext-index + +If you have a non-standard database administrator username or password, +you may need to pass the C<--dba> or C<--dba-password> options: + + sbin/rt-setup-fulltext-index --dba postgres --dba-password secret + +This will also output an appropriate C<%FullTextSearch> configuration to +add to your F<RT_SiteConfig.pm>; you will need to restart your webserver +after making these changes. However, the index will also need to be +filled before it can be used. To update the index initially, run: + + sbin/rt-fulltext-indexer --all + +This will tokenize and index all existing attachments in your database; +it may take quite a while if your database already has a large number of +tickets in it. + +=head2 Updating the index + +To keep the index up-to-date, you will need to run: + + sbin/rt-fulltext-indexer + +...at regular intervals. By default, this will only tokenize up to 100 +tickets at a time; you can adjust this upwards by passing +C<--limit 500>. Larger batch sizes will take longer and +consume more memory. Care should be taken to ensure that multiple +instances of C<rt-fulltext-indexer> are not run at the same time. + +=head1 MYSQL + +MySQL does not support full-text indexing natively. However, it does +integrate with the external Sphinx engine, available from +L<http://sphinxsearch.com>. Unfortunately, Sphinx integration (using +SphinxSE) does require that you recompile MySQL from source. Most +distribution-provided packages for MySQL do not include SphinxSE +integration, merely the external Sphinx tools; these are not sufficient +for RT's needs. + +=head2 Compiling MySQL and SphinxSE + +SphinxSE requires MySQL 5.0 or 5.1; later versions of MySQL have not +been tested at this time. Sphinx version 2.0.1 has been tested to work, +but version 0.9.9 may work as well. Compilation and installation +instructions for MySQL with SphinxSE can be found at +L<http://sphinxsearch.com/docs/current.html#sphinxse-installing>. + +=head2 Creating and configuring the index + +Once MySQL has been recompiled with SphinxSE, and Sphinx itself is +installed, you may create the required SphinxSE communication table via: + + sbin/rt-setup-fulltext-index + +If you have a non-standard database administrator username or password, +you may need to pass the C<--dba> or C<--dba-password> options: + + sbin/rt-setup-fulltext-index --dba root --dba-password secret + +This will also provide you with the appropriate C<%FullTextSearch> +configuration to add to your F<RT_SiteConfig.pm>; you will need to +restart your webserver after making these changes. It will also print a +sample Sphinx configuration, which should be placed in +F</etc/sphinx.conf>, or equivalent. + +To fill the index, you will need to run the C<indexer> command-line tool +provided by Sphinx: + + indexer rt + +Finally, start the Sphinx search daemon: + + searchd + +=head2 Updating the index + +To keep the index up-to-date, you will need to run: + + indexer rt --rotate + +...at regular intervals in order to pick up new and updated attachments +from RT's database. Failure to do so will result in stale data. + +=head2 Caveats + +Sphinx only returns a finite number of matches to any query; this number +is controlled by C<max_matches> in F</etc/sphinx.conf> and +C<%FullTextSearch>'s C<MaxMatches> in C<RT_SiteConfig.pm>, which must be +kept in sync. The default, set during C<rt-setup-fulltext-index>, is +10000. This limit may lead to false negatives in search results if the +maximum number of matches is reached but the results returned do not +match RT's other criteria. + +Take, for example, the instance where Sphinx is configured to return a +maximum of three results, and tickets 1, 2, 3, 4, and 5 contain the +string "target", but only ticket 5 is in status "Open". A search for +C<Content LIKE 'target' AND Status = 'Open'> may return no results, +despite ticket 5 matching those criteria, as Sphinx will only return +tickets 1, 2, and 3 as possible matches. + +After index creation, altering C<MaxMatches> in C<RT_SiteConfig.pm> is +insufficient to adjust this limit; both C<max_matches> in +F</etc/sphinx.conf> and C<%FullTextSearch>'s C<MaxMatches> in +C<RT_SiteConfig.pm> must be updated. + +=head1 ORACLE + +=head2 Creating and configuring the index + +Oracle supports full-text indexing natively using the Oracle Text +package. Once Oracle Text is installed and configured, run: + + sbin/rt-setup-fulltext-index + +If you have a non-standard database administrator username or password, +you may need to pass the C<--dba> or C<--dba-password> options: + + sbin/rt-setup-fulltext-index --dba sysdba --dba-password secret + +This will create an Oracle CONTEXT index on the Content column in the +Attachments table, as well as several preferences, functions and +triggers to support this index. The script will also output an +appropriate C<%FullTextSearch> configuration to add to your +F<RT_SiteConfig>. + +=head2 Updating the index + +To update the index, you will need to run the following at regular +intervals: + + sbin/rt-fulltext-indexer + +This, in effect, simply runs: + + begin + ctx_ddl.sync_index('rt_fts_index', '2M'); + end; + +The amount of memory used for the sync can be controlled with the +C<--memory> option: + + rt-fulltext-indexer --memory 10M + +Instead of being run via C<cron>, this may instead be run via a +DBMS_JOB; read the B<Managing DML Operations for a CONTEXT Index> +chapter of Oracle's B<Text Application Developer's Guide> for details +how to keep the index optimized, perform garbage collection, and other +tasks. + +=cut diff --git a/rt/docs/glossary.pod b/rt/docs/glossary.pod new file mode 100644 index 000000000..0e058ba02 --- /dev/null +++ b/rt/docs/glossary.pod @@ -0,0 +1,30 @@ +=head1 RT Glossary + +This document is intended to be a glossary of terms used in RT. Currently it +doesn't even scratch the surface, but with time it should be expanded. + +=head2 Right names + +RT uses a handful of (mostly) standard prefixes to create right names of the +form "<action><object>". The prefixes and their meanings (if not apparent) +are explained here. + +=over 4 + +=item Admin - Create, modify, and delete + +=item Create + +=item Delete + +=item Edit - Create, modify, and delete + +=item Load - See/show + +=item Modify - Change the content, details and/or metadata + +=item See - Allow viewing of + +=item Show - Allow viewing of, or display in the interface + +=back diff --git a/rt/docs/gnupg_integration.pod b/rt/docs/gnupg_integration.pod deleted file mode 100644 index 805ed1b78..000000000 --- a/rt/docs/gnupg_integration.pod +++ /dev/null @@ -1 +0,0 @@ -This topic is described better in `perldoc lib/RT/Crypt/GnuPG.pm`. diff --git a/rt/docs/hacking.pod b/rt/docs/hacking.pod new file mode 100644 index 000000000..396c5623d --- /dev/null +++ b/rt/docs/hacking.pod @@ -0,0 +1,301 @@ +=head1 Development of RT + +RT's source code is stored in a C<git> repository. If you are not +familiar with git, see L</git quickstart>, below, for a short tutorial +which will give you enough information to get started submitting patches +to RT. + +The rest of this document details conventions and tips surrounding the +organization of RT's version control, source code conventions, and how +to submit patches. + + + +=head1 Organization of rt.git + +The RT source repository is available via git from GitHub; you can +browse it at L<http://github.com/bestpractical/rt/> or obtain a local +copy via: + + git clone git://github.com/bestpractical/rt.git + +The bleeding-edge development happens in the C<master> branch. When a +major release is anticipated, a "trunk" branch will be branched from +this -- for example, C<4.0-trunk>. This will allow the trunk to +stabilize while feature development continues on C<master>. +Additionally, as a release is impending for a particular series, a +release engineering branch will be created, named, for example +C<4.0.0-releng>. + +New feature development should always be based off of the C<master> +branch. Branches to fix bugs should be based off of whichever trunk the +bug was first found in. If you found the bug in your RT 4.0.0 install, +you'd branch from 4.0-trunk. + +Branches should be named based on the trunk they are branched +from -- which is to say, the earliest branch they might be merged into. +For example, a bugfix branched from C<4.0-trunk> might be named +C<4.0/fail-taint-mode-early>. A feature branched from C<master> when +there exists a C<4.0-trunk> but no C<4.2-trunk> might be named +C<4.2/rename-LogToScreen>. For consistency, branches should use dashes, +not underscores, to separate words. + +Branches should be reviewed by another developer before being merged. +Reviewers should make sure that the branch accomplishes what it claims +to, and does not introduce any unwanted behavior in doing so. Commit +messages explain the B<why> as much as the B<what> of each commit, and +not include extranous changes. + + +=head1 Code conventions + +The RT codebase is more than ten years old; as such, there are sections +which do not (yet) conform to the guidelines below. Please attempt to +follow the guidelines, even if the code surrounding your changes does +not yet. + +RT also includes a F<.perltidyrc> in its top-level which encodes many of +the conventions. + +=over + +=item Indentation + +Each level of indentation should be four spaces; tabs should never be +used for indentation. + +=back + +=head1 Internationalization + +RT has been translated into several dozen languages. We use Launchpad +( https://translations.launchpad.net/rt ) to crowdsource our +translations into C<po> files. RT uses L<Locale::Maketext> to +localize its user interface. + +Your first stop on this magical journey of internationalization +is L<Locale::Maketext::TPJ13>, which explains the whys of +L<Locale::Maketext>. RT uses most of the features developed in that +article. + +Strings that are displayed to users should be passed through the +C<loc("...")> function or the C<< <&|/l&>...</&> >> Mason template. +C<loc> and C</l> both take parameters, which are used in place of +string interpolation (much like C<sprintf>). It's acceptable to use +HTML in C</l> calls, especially for bold and emphasis. However, you +should limit the amount of HTML that translators must keep exactly +correct, which means avoid including tags that wrap the entire +translatable string, especially C<< <p> >>. + + <p><&|/l, $button &>Do <em>not</em> click [_1]</&></p> # ok + + <&|/l, $button &><p>Do <em>not</em> click [_1]</p></&> # not ok + +In a few places in RT we also pass HTML as parameters to C<loc()> +so that translators do not have to reproduce it exactly, and we can +also change it more freely. For example: + + <&|/l, + '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', + '</a>', + &>Distributed under [_1]version 2 of the GNU GPL[_2].</&> + +F<devel/tools/extract-message-catalog> looks for C<loc("...")> and +C<< <&|/l&>...</&> >> in our source code to pick out translatable +strings, clean them up, and put them into F<share/po> files. We use +our C<.po> files not only to populate L<Locale::Maketext>'s lexicons, +but also to sync new translatable strings and translations with +Launchpad. This Launchpad sync is typically done early during the +freeze of RC releases to give our volunteer translators time to +translate all the new strings which, because of the RC freeze, won't +continue changing. + +Because C<loc()> and C</l> are used to generate strings for human +eyes, they generally must be used "close to the browser". These are +directly in Mason templates, or in functions that return text that +will be passed through Mason. However, in many places in RT we have +hardcoded strings which need translations. For example, the C<$RIGHTS> +hash in F<lib/RT/Queue.pm> maps rights' names (which must be +translatable) to their descriptions (which also must be translatable). +However, when we're declaring such structures, we do not want to +translate them straight away. RT uses English internally, including +in its web forms, so we do not want to localize rights' names except +for display, otherwise things might break weirdly when you check +if a user has the "Superusuario" right. Furthermore, when we're +declaring such data structures at compile time, there is no current +user to select which language to use for localization. Thus, we +cannot call C<loc()> when declaring C<$RIGHTS> and other similar +places. + +For this reason, F<devel/tools/extract-message-catalog> lets you +denote translatable strings with comments. That's what the C<#loc_pair> +comments in the C<$RIGHTS> hash in F<lib/RT/Queue.pm> indicate. +Since we have those comments, our toolchain will put the rights' +names and descriptions into F<share/po> files, which enables +translation by our lovely volunteers. Later on, when RT displays +information about rights in the web UI, we'll pass the right's name +through C<loc>, and L<Locale::Maketext> will then be able to find +our "Superusuario". So although we never used a literal +C<loc("SuperUser")>, we still get its effects thanks to the +C<#loc_pair> comments and using C<loc($RightName)>. + +C<#loc_pair> is used for declaring that the both the key and value +of a particular C<< key => value >> pair are translatable. There +are other markers that you can use. + +C<#loc> is used for declaring that a particular string is translatable. +Its parsing is pretty strict so you can use it to declare that only +the value of a particular C<< key => value >> pair is translatable. + +C<#loc_left_pair> is used for declaring that the I<key> of a +particular C<< key => value >> pair is translatable. This is of +very limited usefulness. + +C<#loc_right_pair> does NOT exist. C<#loc> works in such cases since +its parser does not extend beyond the string at the end of a line. + +=head1 Development tips + +=head2 Setting up a development environment + +=head2 Test suite + +RT also comes with a fairly complete test suite. To run it, you will +need to set environment variables to a database user and password which +can create and drop databases: + + export RT_DBA_USER=root + export RT_DBA_PASSWORD= + +You'll need to configure RT and make sure you have all the dependencies +before running tests. To do this in place without installing: + + ./configure.ac --with-my-user-group --enable-layout=inplace --with-devel-mode + make testdeps + make fixdeps + +Adjust the relevant database options as necessary if you want to test on +Postgres, Oracle, or SQLite. The default is MySQL. + +To run the test suite: + + make test + +If you have multiple processors, you can run the test suite in parallel, +which will be significantly faster: + + make test-parallel + +The C<*-trunk> and C<master> branches are expected to always be passing +all tests. While it is acceptable to break tests in an intermediate +commit, a branch which does not pass tests will not be merged. Ideally, +commits which fix a bug should also include a testcase which fails +before the fix and succeeds after. + + + +=head1 git quickstart + +=over + +=item 1. + +You will first need to obtain a copy of git; this is accomplished via +C<sudo yum install git> in RedHat and derivatives, or C<sudo apt-get +install git> for Debian or Ubuntu. + +=item 2. + +Next, obtain a copy of the RT source from git: + + git clone git://github.com/bestpractical/rt.git + cd rt + +=item 3. + +Configure git to know your name and email address; git uses these when +it makes commits. + + git config user.email your.email@example.com + git config user.name Examp L. Name + +=item 4. + +Switch to the appropriate point to base your work on; this is generally +C<origin/> followed by the major version, followed by C<-trunk>. For +example, if your bug was observed in version 3.8.9, you would choose +C<origin/3.8-trunk>; if it was in 4.0.0, you would choose +C<origin/4.0-trunk>. New features should be based on C<origin/master>. + + git checkout --track origin/4.0-trunk + +=item 5. + +Give your branch a name based on what you are attempting to accomplish. +We suggest that branch names be lower-case and separate words with +dashes, but this branch name is purely for your own reference. + + git branch -m gnupg-encryption + +=item 6. + +Edit the source tree to make your changes. A few commands you may find +useful in doing so are listed below. + +To see what files you have changed: + + git status + +To see a line-by-line list of changes: + + git diff + +To revert a file to the original version: + + git checkout path/to/file + +To revert only individual parts of a file: + + git checkout -p path/to/file + +See L</Development tips> for more tips for working with the RT codebase. + +=item 7. + +Check that you have no extraneous changes using C<git diff>, then commit +your changes: + + git commit -a + +You will be prompted to type your commit message. The first line should +be a short (E<lt> 80 character) summary of the changes, followed by a +blank line, followed by a longer description, if necessary. The commit +message should not simply restate the diff of which lines were added and +subtracted, but should rather explain B<what> those changes accomplish, +and B<why> they are desired. + +If your changes are easily split into multiple components, you may wish +to split your changes into more than one commit; simply return to step 6 +and repeat the with the next related change. If your changes are B<not> +related to each other, you should submit them separately; finish step 9, +then start over from step 4. + +=item 8. + +Save your commits to patch files: + + git format-patch @{u} + +This will print out the names of the files as it creates them. + +=item 9. + +Attach these files to an email using your standard email client, and +send it to C<rt-devel@bestpractical.com>. + +=back + +If you have another bug or feature to implement, simply restart the +process at step 4. + +=cut diff --git a/rt/docs/network-diagram.svg b/rt/docs/network-diagram.svg new file mode 100644 index 000000000..cbd3fe1d1 --- /dev/null +++ b/rt/docs/network-diagram.svg @@ -0,0 +1,6095 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="990" + height="765" + id="svg8321" + version="1.1" + inkscape:version="0.47 r22583" + sodipodi:docname="network-diagram.svg" + inkscape:export-filename="/home/tom/bps/rt/docs/network-diagram.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs8323"> + <marker + inkscape:stockid="Arrow2Mend" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow2Mend" + style="overflow:visible;"> + <path + id="path11808" + style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;" + d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " + transform="scale(0.6) rotate(180) translate(0,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Mstart" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow1Mstart" + style="overflow:visible"> + <path + id="path11787" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none" + transform="scale(0.4) translate(10,0)" /> + </marker> + <marker + inkscape:stockid="Arrow2Lend" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow2Lend" + style="overflow:visible;"> + <path + id="path11802" + style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;" + d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " + transform="scale(1.1) rotate(180) translate(1,0)" /> + </marker> + <marker + inkscape:stockid="Arrow2Lstart" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow2Lstart" + style="overflow:visible"> + <path + id="path11799" + style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round" + d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " + transform="scale(1.1) translate(1,0)" /> + </marker> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective8329" /> + <inkscape:perspective + id="perspective8352" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient5048"> + <stop + id="stop5050" + offset="0" + style="stop-color:black;stop-opacity:0;" /> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0.5" + id="stop5056" /> + <stop + id="stop5052" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5060" + inkscape:collect="always"> + <stop + id="stop5062" + offset="0" + style="stop-color:black;stop-opacity:1;" /> + <stop + id="stop5064" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2809"> + <stop + id="stop2811" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop2813" + offset="1" + style="stop-color:#eeeeec;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient8381"> + <stop + id="stop8383" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop8385" + offset="1" + style="stop-color:#eeeeec;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3859"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3861" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0.30973485" + id="stop3037" /> + <stop + id="stop3039" + offset="0.88648254" + style="stop-color:white;stop-opacity:1;" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop3863" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4175"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop4177" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop4179" /> + </linearGradient> + <linearGradient + id="linearGradient4233"> + <stop + style="stop-color:#d7d7d7;stop-opacity:1;" + offset="0" + id="stop4235" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop4237" /> + </linearGradient> + <linearGradient + id="linearGradient4227"> + <stop + style="stop-color:#d7d7d7;stop-opacity:1;" + offset="0" + id="stop4229" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop4231" /> + </linearGradient> + <linearGradient + id="linearGradient2833"> + <stop + style="stop-color:#959595;stop-opacity:1;" + offset="0" + id="stop2835" /> + <stop + style="stop-color:white;stop-opacity:0.85576922;" + offset="1" + id="stop2837" /> + </linearGradient> + <linearGradient + id="linearGradient3942"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop3944" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop3946" /> + </linearGradient> + <linearGradient + id="linearGradient4241" + inkscape:collect="always"> + <stop + id="stop4243" + offset="0" + style="stop-color:black;stop-opacity:1;" /> + <stop + id="stop4245" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <inkscape:perspective + id="perspective8783" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5225"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop5227" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5229" /> + </linearGradient> + <linearGradient + id="linearGradient4196"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop4198" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4200" /> + </linearGradient> + <linearGradient + id="linearGradient5137"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop5139" /> + <stop + style="stop-color:#e6e6e3;stop-opacity:1;" + offset="1" + id="stop5141" /> + </linearGradient> + <linearGradient + id="linearGradient11400"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop11402" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop11404" /> + </linearGradient> + <linearGradient + id="linearGradient8804"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop8806" /> + <stop + style="stop-color:#e6e6e3;stop-opacity:1;" + offset="1" + id="stop8808" /> + </linearGradient> + <linearGradient + id="linearGradient3116"> + <stop + style="stop-color:#729fcf;stop-opacity:1" + offset="0" + id="stop3118" /> + <stop + style="stop-color:#3465a4;stop-opacity:1" + offset="1" + id="stop3120" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6240"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop6242" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop6244" /> + </linearGradient> + <linearGradient + id="linearGradient2307" + inkscape:collect="always"> + <stop + id="stop2309" + offset="0" + style="stop-color:#5a7aa4;stop-opacity:1;" /> + <stop + id="stop2311" + offset="1" + style="stop-color:#5a7aa4;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5060-3" + inkscape:collect="always"> + <stop + id="stop5062-7" + offset="0" + style="stop-color:black;stop-opacity:1;" /> + <stop + id="stop5064-3" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3899"> + <stop + style="stop-color:#eeeeec" + offset="0" + id="stop3901" /> + <stop + style="stop-color:#d3d7cf" + offset="1" + id="stop3903" /> + </linearGradient> + <linearGradient + id="linearGradient3907"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3909" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3911" /> + </linearGradient> + <linearGradient + id="linearGradient8842"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8844" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8846" /> + </linearGradient> + <linearGradient + id="linearGradient8849"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8851" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8853" /> + </linearGradient> + <linearGradient + id="linearGradient8856"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8858" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8860" /> + </linearGradient> + <linearGradient + id="linearGradient8863"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8865" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8867" /> + </linearGradient> + <linearGradient + id="linearGradient8870"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8872" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8874" /> + </linearGradient> + <linearGradient + id="linearGradient8877"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8879" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8881" /> + </linearGradient> + <linearGradient + id="linearGradient8884"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8886" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8888" /> + </linearGradient> + <linearGradient + id="linearGradient8891"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8893" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8895" /> + </linearGradient> + <linearGradient + id="linearGradient8898"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8900" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8902" /> + </linearGradient> + <linearGradient + id="linearGradient8905"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8907" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8909" /> + </linearGradient> + <linearGradient + id="linearGradient8912"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8914" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8916" /> + </linearGradient> + <linearGradient + id="linearGradient8919"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8921" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8923" /> + </linearGradient> + <linearGradient + id="linearGradient8926"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8928" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8930" /> + </linearGradient> + <linearGradient + id="linearGradient8933"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8935" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8937" /> + </linearGradient> + <linearGradient + id="linearGradient8940"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8942" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8944" /> + </linearGradient> + <linearGradient + id="linearGradient8947"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8949" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8951" /> + </linearGradient> + <linearGradient + id="linearGradient8954"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8956" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8958" /> + </linearGradient> + <linearGradient + id="linearGradient8961"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8963" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8965" /> + </linearGradient> + <linearGradient + id="linearGradient8968"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8970" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8972" /> + </linearGradient> + <linearGradient + id="linearGradient8975"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8977" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8979" /> + </linearGradient> + <linearGradient + id="linearGradient8982"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8984" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8986" /> + </linearGradient> + <linearGradient + id="linearGradient8989"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8991" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8993" /> + </linearGradient> + <linearGradient + id="linearGradient8996"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8998" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9000" /> + </linearGradient> + <linearGradient + id="linearGradient9003"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9005" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9007" /> + </linearGradient> + <linearGradient + id="linearGradient9010"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9012" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9014" /> + </linearGradient> + <linearGradient + id="linearGradient9017"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9019" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9021" /> + </linearGradient> + <linearGradient + id="linearGradient9024"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9026" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9028" /> + </linearGradient> + <linearGradient + id="linearGradient9031"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9033" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9035" /> + </linearGradient> + <linearGradient + id="linearGradient9038"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9040" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9042" /> + </linearGradient> + <linearGradient + id="linearGradient9045"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9047" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9049" /> + </linearGradient> + <linearGradient + id="linearGradient9052"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9054" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9056" /> + </linearGradient> + <linearGradient + id="linearGradient9059"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9061" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9063" /> + </linearGradient> + <linearGradient + id="linearGradient9066"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9068" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9070" /> + </linearGradient> + <linearGradient + id="linearGradient9073"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9075" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9077" /> + </linearGradient> + <linearGradient + id="linearGradient9080"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9082" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9084" /> + </linearGradient> + <linearGradient + id="linearGradient9087"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9089" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9091" /> + </linearGradient> + <linearGradient + id="linearGradient9094"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9096" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9098" /> + </linearGradient> + <linearGradient + id="linearGradient9101"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9103" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9105" /> + </linearGradient> + <linearGradient + id="linearGradient9108"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9110" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9112" /> + </linearGradient> + <linearGradient + id="linearGradient9115"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9117" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9119" /> + </linearGradient> + <linearGradient + id="linearGradient9122"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9124" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9126" /> + </linearGradient> + <linearGradient + id="linearGradient9129"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9131" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9133" /> + </linearGradient> + <linearGradient + id="linearGradient9136"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9138" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9140" /> + </linearGradient> + <linearGradient + id="linearGradient9150"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop9152" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop9154" /> + </linearGradient> + <linearGradient + id="linearGradient9157"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop9159" /> + <stop + style="stop-color:#e6e6e3;stop-opacity:1;" + offset="1" + id="stop9161" /> + </linearGradient> + <linearGradient + id="linearGradient9164"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop9166" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop9168" /> + </linearGradient> + <linearGradient + id="linearGradient9171"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop9173" /> + <stop + style="stop-color:#e6e6e3;stop-opacity:1;" + offset="1" + id="stop9175" /> + </linearGradient> + <linearGradient + id="linearGradient9178"> + <stop + style="stop-color:#729fcf;stop-opacity:1" + offset="0" + id="stop9180" /> + <stop + style="stop-color:#3465a4;stop-opacity:1" + offset="1" + id="stop9182" /> + </linearGradient> + <linearGradient + id="linearGradient9220"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9222" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9224" /> + </linearGradient> + <linearGradient + id="linearGradient9227"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9229" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9231" /> + </linearGradient> + <linearGradient + id="linearGradient9234"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9236" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9238" /> + </linearGradient> + <linearGradient + id="linearGradient9241"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9243" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9245" /> + </linearGradient> + <linearGradient + id="linearGradient9248"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9250" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9252" /> + </linearGradient> + <linearGradient + id="linearGradient9255"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9257" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9259" /> + </linearGradient> + <linearGradient + id="linearGradient9262"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9264" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9266" /> + </linearGradient> + <linearGradient + id="linearGradient9269"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9271" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9273" /> + </linearGradient> + <linearGradient + id="linearGradient9276"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9278" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9280" /> + </linearGradient> + <linearGradient + id="linearGradient9283"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9285" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9287" /> + </linearGradient> + <linearGradient + id="linearGradient9290"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9292" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9294" /> + </linearGradient> + <linearGradient + id="linearGradient9297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9299" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9301" /> + </linearGradient> + <linearGradient + id="linearGradient9304"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9306" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9308" /> + </linearGradient> + <linearGradient + id="linearGradient9311"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9313" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9315" /> + </linearGradient> + <linearGradient + id="linearGradient9318"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9320" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9322" /> + </linearGradient> + <linearGradient + id="linearGradient9325"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9327" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9329" /> + </linearGradient> + <linearGradient + id="linearGradient9332"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9334" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9336" /> + </linearGradient> + <linearGradient + id="linearGradient9339"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9341" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9343" /> + </linearGradient> + <linearGradient + id="linearGradient9346"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9348" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9350" /> + </linearGradient> + <linearGradient + id="linearGradient9353"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9355" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9357" /> + </linearGradient> + <linearGradient + id="linearGradient9360"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9362" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9364" /> + </linearGradient> + <linearGradient + id="linearGradient9367"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9369" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9371" /> + </linearGradient> + <linearGradient + id="linearGradient9374"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9376" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9378" /> + </linearGradient> + <linearGradient + id="linearGradient9381"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9383" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9385" /> + </linearGradient> + <linearGradient + id="linearGradient9388"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9390" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9392" /> + </linearGradient> + <linearGradient + id="linearGradient9395"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9397" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9399" /> + </linearGradient> + <linearGradient + id="linearGradient9402"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9404" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9406" /> + </linearGradient> + <linearGradient + id="linearGradient9409"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9411" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9413" /> + </linearGradient> + <linearGradient + id="linearGradient9416"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9418" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9420" /> + </linearGradient> + <linearGradient + id="linearGradient9423"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9425" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9427" /> + </linearGradient> + <linearGradient + id="linearGradient9430"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9432" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9434" /> + </linearGradient> + <linearGradient + id="linearGradient9437"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9439" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9441" /> + </linearGradient> + <linearGradient + id="linearGradient9444"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9446" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9448" /> + </linearGradient> + <linearGradient + id="linearGradient9451"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9453" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9455" /> + </linearGradient> + <linearGradient + id="linearGradient9458"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9460" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9462" /> + </linearGradient> + <linearGradient + id="linearGradient9465"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9467" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9469" /> + </linearGradient> + <linearGradient + id="linearGradient9472"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9474" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9476" /> + </linearGradient> + <linearGradient + id="linearGradient9479"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9481" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9483" /> + </linearGradient> + <linearGradient + id="linearGradient9486"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9488" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9490" /> + </linearGradient> + <linearGradient + id="linearGradient9493"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9495" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9497" /> + </linearGradient> + <linearGradient + id="linearGradient9500"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9502" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9504" /> + </linearGradient> + <linearGradient + id="linearGradient9507"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9509" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9511" /> + </linearGradient> + <linearGradient + id="linearGradient9514"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9516" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9518" /> + </linearGradient> + <linearGradient + id="linearGradient9521"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9523" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9525" /> + </linearGradient> + <inkscape:perspective + id="perspective10987" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective13868" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <filter + id="filter3795" + height="1.5641397" + y="-0.28206986" + width="1.1479712" + x="-0.073985539" + inkscape:collect="always" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur3797" + stdDeviation="0.89736552" + inkscape:collect="always" /> + </filter> + <linearGradient + id="linearGradient3726"> + <stop + id="stop3728" + offset="0" + style="stop-color:#555753;stop-opacity:1" /> + <stop + id="stop3730" + offset="1" + style="stop-color:#888a85;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient4768" + inkscape:collect="always"> + <stop + id="stop4770" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4772" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3683"> + <stop + id="stop3685" + offset="0" + style="stop-color:#888a85;stop-opacity:1;" /> + <stop + id="stop3687" + offset="1" + style="stop-color:#888a85;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3691" + inkscape:collect="always"> + <stop + id="stop3693" + offset="0" + style="stop-color:#555753;stop-opacity:1;" /> + <stop + id="stop3695" + offset="1" + style="stop-color:#555753;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient4750"> + <stop + id="stop4752" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4758" + offset="0.37931034" + style="stop-color:#fefefe;stop-opacity:1.0000000;" /> + <stop + id="stop4754" + offset="1.0000000" + style="stop-color:#1d1d1d;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient4132" + inkscape:collect="always"> + <stop + id="stop7788" + offset="0" + style="stop-color:#eeeeec;stop-opacity:1;" /> + <stop + id="stop7790" + offset="1" + style="stop-color:#eeeeec;stop-opacity:0;" /> + </linearGradient> + <inkscape:perspective + id="perspective14483" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <filter + id="filter3795-7" + height="1.5641397" + y="-0.28206986" + width="1.1479712" + x="-0.073985539" + inkscape:collect="always" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur3797-3" + stdDeviation="0.89736552" + inkscape:collect="always" /> + </filter> + <linearGradient + id="linearGradient3726-7"> + <stop + id="stop3728-2" + offset="0" + style="stop-color:#555753;stop-opacity:1" /> + <stop + id="stop3730-1" + offset="1" + style="stop-color:#888a85;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient4768-3" + inkscape:collect="always"> + <stop + id="stop4770-9" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4772-5" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3683-2"> + <stop + id="stop3685-4" + offset="0" + style="stop-color:#888a85;stop-opacity:1;" /> + <stop + id="stop3687-8" + offset="1" + style="stop-color:#888a85;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3691-5" + inkscape:collect="always"> + <stop + id="stop3693-9" + offset="0" + style="stop-color:#555753;stop-opacity:1;" /> + <stop + id="stop3695-2" + offset="1" + style="stop-color:#555753;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient4750-6"> + <stop + id="stop4752-3" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4758-1" + offset="0.37931034" + style="stop-color:#fefefe;stop-opacity:1.0000000;" /> + <stop + id="stop4754-7" + offset="1.0000000" + style="stop-color:#1d1d1d;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient4132-5" + inkscape:collect="always"> + <stop + id="stop7788-2" + offset="0" + style="stop-color:#eeeeec;stop-opacity:1;" /> + <stop + id="stop7790-8" + offset="1" + style="stop-color:#eeeeec;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5225" + id="radialGradient15087" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.24763,0,32.1168)" + cx="23.9375" + cy="42.6875" + fx="23.9375" + fy="42.6875" + r="23.75956" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4196" + id="linearGradient15089" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.654255,0,0,0.654672,-0.481383,0.690637)" + x1="37.484837" + y1="38.267769" + x2="37.295498" + y2="33.637787" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5137" + id="linearGradient15091" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.992781,0,-2.718035)" + x1="31.743324" + y1="37.842293" + x2="31.86105" + y2="43.82579" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11400" + id="linearGradient15093" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.004187,0,0,1,-0.12454,-3.011765)" + x1="23.154902" + y1="34.572548" + x2="23.529411" + y2="40.219608" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5137" + id="linearGradient15095" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.648248,0,0,0.644253,0.433189,-0.740991)" + x1="17.247635" + y1="6.3760414" + x2="39.904388" + y2="38.876041" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3116" + id="radialGradient15097" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" + cx="24.006104" + cy="32.997028" + fx="24.006104" + fy="32.997028" + r="19.00016" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6240" + id="linearGradient15099" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" + x1="20.156862" + y1="5.0996137" + x2="20.156862" + y2="26.039215" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2307" + id="linearGradient15101" + gradientUnits="userSpaceOnUse" + gradientTransform="scale(1.673466,0.597562)" + x1="-931.75031" + y1="148.07117" + x2="-131.23589" + y2="148.07117" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-3" + id="radialGradient15103" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-3" + id="radialGradient15105" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3899" + id="linearGradient15107" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.647995,0,0,0.707655,0.734249,-1.447571)" + x1="29.5" + y1="46.029419" + x2="29.125" + y2="37.9375" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15109" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15111" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15113" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15115" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15117" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15119" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15121" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15123" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15127" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15129" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15131" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15133" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15135" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15139" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15141" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15143" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15145" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15147" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15149" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15151" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15153" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15159" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15161" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15163" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15165" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15167" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15169" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15171" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15173" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15175" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15179" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15181" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15183" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15185" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15187" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15189" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15191" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15193" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient15195" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <inkscape:perspective + id="perspective15824" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective15882" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective16269" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <filter + id="filter3795-78" + height="1.5641397" + y="-0.28206986" + width="1.1479712" + x="-0.073985539" + inkscape:collect="always" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur3797-7" + stdDeviation="0.89736552" + inkscape:collect="always" /> + </filter> + <linearGradient + id="linearGradient3726-72"> + <stop + id="stop3728-24" + offset="0" + style="stop-color:#555753;stop-opacity:1" /> + <stop + id="stop3730-9" + offset="1" + style="stop-color:#888a85;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient4768-1" + inkscape:collect="always"> + <stop + id="stop4770-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4772-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3683-8"> + <stop + id="stop3685-5" + offset="0" + style="stop-color:#888a85;stop-opacity:1;" /> + <stop + id="stop3687-9" + offset="1" + style="stop-color:#888a85;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3691-6" + inkscape:collect="always"> + <stop + id="stop3693-94" + offset="0" + style="stop-color:#555753;stop-opacity:1;" /> + <stop + id="stop3695-8" + offset="1" + style="stop-color:#555753;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient4750-8"> + <stop + id="stop4752-2" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4758-5" + offset="0.37931034" + style="stop-color:#fefefe;stop-opacity:1.0000000;" /> + <stop + id="stop4754-0" + offset="1.0000000" + style="stop-color:#1d1d1d;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient4132-7" + inkscape:collect="always"> + <stop + id="stop7788-21" + offset="0" + style="stop-color:#eeeeec;stop-opacity:1;" /> + <stop + id="stop7790-1" + offset="1" + style="stop-color:#eeeeec;stop-opacity:0;" /> + </linearGradient> + <inkscape:perspective + id="perspective16468" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective16523" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective16551" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5048" + id="linearGradient17158" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + x1="302.85715" + y1="366.64789" + x2="302.85715" + y2="609.50507" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060" + id="radialGradient17160" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060" + id="radialGradient17162" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3859" + id="linearGradient17164" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(77.70341,297.87469)" + x1="73.05397" + y1="6.5458651" + x2="53.61911" + y2="6.5458651" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4175" + id="linearGradient17166" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(77.70341,297.87469)" + x1="60.426777" + y1="18.520107" + x2="60.426777" + y2="72.082878" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4233" + id="linearGradient17168" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.882353,0,0,1,120.4093,299.87469)" + x1="24.92893" + y1="12.001067" + x2="24.92893" + y2="10.868282" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4227" + id="linearGradient17170" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.882353,0,0,1,120.4093,299.87469)" + x1="24.960155" + y1="19.00001" + x2="24.92893" + y2="17.762573" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2833" + id="linearGradient17172" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.999998,0,0,1.000003,123.70344,291.87456)" + x1="10.249995" + y1="32.593761" + x2="12.500004" + y2="36.374992" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3942" + id="linearGradient17174" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(77.70341,297.87469)" + x1="53.5625" + y1="4.4916701" + x2="53.5625" + y2="37.256325" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4241" + id="linearGradient17176" + gradientUnits="userSpaceOnUse" + x1="57.49662" + y1="38.277283" + x2="57.49662" + y2="31.250401" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4241" + id="linearGradient17178" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2,0)" + x1="57.49662" + y1="38.277283" + x2="57.49662" + y2="31.250401" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4241" + id="linearGradient17180" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(4,0)" + x1="57.49662" + y1="38.277283" + x2="57.49662" + y2="31.250401" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4241" + id="linearGradient17182" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(6,0)" + x1="57.49662" + y1="38.277283" + x2="57.49662" + y2="31.250401" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4241" + id="linearGradient17184" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(8,0)" + x1="57.49662" + y1="38.277283" + x2="57.49662" + y2="31.250401" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4241" + id="linearGradient17186" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(10,0)" + x1="57.49662" + y1="38.277283" + x2="57.49662" + y2="31.250401" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3726" + id="linearGradient17188" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(420.89198,640.51988)" + x1="25.606806" + y1="36.722809" + x2="23.640165" + y2="30.421146" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4768" + id="linearGradient17190" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(428.89198,641.51988)" + x1="22.6607" + y1="45" + x2="21.9121" + y2="8.0439377" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3683" + id="linearGradient17192" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9523808,0,0,0.9302325,-475.7015,645.47337)" + x1="15.675483" + y1="17.250002" + x2="21.829702" + y2="17.250002" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3691" + id="linearGradient17194" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.4483318,426.89198,650.31239)" + x1="25" + y1="12" + x2="25" + y2="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3691" + id="linearGradient17196" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2131501,426.89198,656.7818)" + x1="25" + y1="12" + x2="25" + y2="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3691" + id="linearGradient17198" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.5000011,426.89198,657.82749)" + x1="25" + y1="12" + x2="25" + y2="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4750" + id="linearGradient17200" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.3986748,0,0,0.4168969,420.89198,-641.51988)" + x1="11.673112" + y1="-56.420216" + x2="14.174493" + y2="-56.420216" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4132" + id="linearGradient17202" + gradientUnits="userSpaceOnUse" + x1="3.6666656" + y1="13.666667" + x2="10.303582" + y2="20.303581" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3726-7" + id="linearGradient17204" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(420.89198,640.51988)" + x1="25.606806" + y1="36.722809" + x2="23.640165" + y2="30.421146" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4768-3" + id="linearGradient17206" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(428.89198,641.51988)" + x1="22.6607" + y1="45" + x2="21.9121" + y2="8.0439377" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3683-2" + id="linearGradient17208" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9523808,0,0,0.9302325,-475.7015,645.47337)" + x1="15.675483" + y1="17.250002" + x2="21.829702" + y2="17.250002" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3691-5" + id="linearGradient17210" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.4483318,426.89198,650.31239)" + x1="25" + y1="12" + x2="25" + y2="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3691-5" + id="linearGradient17212" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2131501,426.89198,656.7818)" + x1="25" + y1="12" + x2="25" + y2="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3691-5" + id="linearGradient17214" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.5000011,426.89198,657.82749)" + x1="25" + y1="12" + x2="25" + y2="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4750-6" + id="linearGradient17216" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.3986748,0,0,0.4168969,420.89198,-641.51988)" + x1="11.673112" + y1="-56.420216" + x2="14.174493" + y2="-56.420216" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4132-5" + id="linearGradient17218" + gradientUnits="userSpaceOnUse" + x1="3.6666656" + y1="13.666667" + x2="10.303582" + y2="20.303581" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3726-72" + id="linearGradient17220" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(486.63858,606.43273)" + x1="25.606806" + y1="36.722809" + x2="23.640165" + y2="30.421146" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4768-1" + id="linearGradient17222" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(494.63858,607.43273)" + x1="22.6607" + y1="45" + x2="21.9121" + y2="8.0439377" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3683-8" + id="linearGradient17224" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9523808,0,0,0.9302325,-541.4481,611.38622)" + x1="15.675483" + y1="17.250002" + x2="21.829702" + y2="17.250002" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3691-6" + id="linearGradient17226" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.4483318,492.63858,616.22524)" + x1="25" + y1="12" + x2="25" + y2="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3691-6" + id="linearGradient17228" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2131501,492.63858,622.69465)" + x1="25" + y1="12" + x2="25" + y2="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3691-6" + id="linearGradient17230" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.5000011,492.63858,623.74034)" + x1="25" + y1="12" + x2="25" + y2="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4750-8" + id="linearGradient17232" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.3986748,0,0,0.4168969,486.63858,-607.43273)" + x1="8.7548351" + y1="-56.420216" + x2="11.256216" + y2="-56.420216" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4132-7" + id="linearGradient17234" + gradientUnits="userSpaceOnUse" + x1="3.6666656" + y1="13.666667" + x2="10.303582" + y2="20.303581" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5225" + id="radialGradient17236" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.24763,0,32.1168)" + cx="23.9375" + cy="42.6875" + fx="23.9375" + fy="42.6875" + r="23.75956" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4196" + id="linearGradient17238" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.654255,0,0,0.654672,-0.481383,0.690637)" + x1="37.484837" + y1="38.267769" + x2="37.295498" + y2="33.637787" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5137" + id="linearGradient17240" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.992781,0,-2.718035)" + x1="31.743324" + y1="37.842293" + x2="31.86105" + y2="43.82579" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11400" + id="linearGradient17242" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.004187,0,0,1,-0.12454,-3.011765)" + x1="23.154902" + y1="34.572548" + x2="23.529411" + y2="40.219608" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5137" + id="linearGradient17244" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.648248,0,0,0.644253,0.433189,-0.740991)" + x1="17.247635" + y1="6.3760414" + x2="39.904388" + y2="38.876041" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3116" + id="radialGradient17246" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" + cx="24.006104" + cy="32.997028" + fx="24.006104" + fy="32.997028" + r="19.00016" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6240" + id="linearGradient17248" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" + x1="20.156862" + y1="5.0996137" + x2="20.156862" + y2="26.039215" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2307" + id="linearGradient17250" + gradientUnits="userSpaceOnUse" + gradientTransform="scale(1.673466,0.597562)" + x1="-931.75031" + y1="148.07117" + x2="-131.23589" + y2="148.07117" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-3" + id="radialGradient17252" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-3" + id="radialGradient17254" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3899" + id="linearGradient17256" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.647995,0,0,0.707655,0.734249,-1.447571)" + x1="29.5" + y1="46.029419" + x2="29.125" + y2="37.9375" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17258" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17260" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17262" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17264" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17266" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17268" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17270" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17272" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17274" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17276" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17278" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17280" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17282" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17284" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17286" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17288" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17290" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17292" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17294" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17296" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17298" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17300" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17302" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17304" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17306" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17308" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17310" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17312" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17314" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17316" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17318" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17320" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17322" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17324" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17326" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17328" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17330" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17332" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17334" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17336" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17338" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17340" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17342" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17344" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5225" + id="radialGradient17346" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.24763,0,32.1168)" + cx="23.9375" + cy="42.6875" + fx="23.9375" + fy="42.6875" + r="23.75956" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4196" + id="linearGradient17348" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.654255,0,0,0.654672,-0.481383,0.690637)" + x1="37.484837" + y1="38.267769" + x2="37.295498" + y2="33.637787" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5137" + id="linearGradient17350" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.992781,0,-2.718035)" + x1="31.743324" + y1="37.842293" + x2="31.86105" + y2="43.82579" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11400" + id="linearGradient17352" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.004187,0,0,1,-0.12454,-3.011765)" + x1="23.154902" + y1="34.572548" + x2="23.529411" + y2="40.219608" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5137" + id="linearGradient17354" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.648248,0,0,0.644253,0.433189,-0.740991)" + x1="17.247635" + y1="6.3760414" + x2="39.904388" + y2="38.876041" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3116" + id="radialGradient17356" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" + cx="24.006104" + cy="32.997028" + fx="24.006104" + fy="32.997028" + r="19.00016" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6240" + id="linearGradient17358" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" + x1="20.156862" + y1="5.0996137" + x2="20.156862" + y2="26.039215" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2307" + id="linearGradient17360" + gradientUnits="userSpaceOnUse" + gradientTransform="scale(1.673466,0.597562)" + x1="-931.75031" + y1="148.07117" + x2="-131.23589" + y2="148.07117" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-3" + id="radialGradient17362" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-3" + id="radialGradient17364" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3899" + id="linearGradient17366" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.647995,0,0,0.707655,0.734249,-1.447571)" + x1="29.5" + y1="46.029419" + x2="29.125" + y2="37.9375" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17372" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17374" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17376" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17378" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17382" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17384" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17386" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17388" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17390" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17392" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17394" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17396" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17398" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17400" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17402" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17404" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17406" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17408" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17410" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17412" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17414" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17416" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17418" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17420" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17422" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17424" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17426" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17428" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17430" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17432" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17434" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17436" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17438" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17440" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17442" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17444" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17446" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17448" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17450" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17452" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3907" + id="radialGradient17454" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" + cx="20.913568" + cy="47.045319" + fx="20.913568" + fy="47.045319" + r="19.5" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="0.70710678" + inkscape:cx="545.18781" + inkscape:cy="437.62869" + inkscape:document-units="in" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:connector-spacing="3" + inkscape:window-width="1280" + inkscape:window-height="750" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + showguides="false" + inkscape:guide-bbox="true" + objecttolerance="1" + guidetolerance="1" + inkscape:snap-from-guide="false"> + <sodipodi:guide + orientation="1,0" + position="90.509668,545.88643" + id="guide16783" /> + <sodipodi:guide + orientation="0,1" + position="195.16147,674.57987" + id="guide16785" /> + <sodipodi:guide + orientation="1,0" + position="899.43983,613.76869" + id="guide16787" /> + <sodipodi:guide + orientation="0,1" + position="526.08745,90.509668" + id="guide16789" /> + <sodipodi:guide + orientation="0,1" + position="356.38182,656.19509" + id="guide16871" /> + <sodipodi:guide + orientation="1,0" + position="69.296465,432.74935" + id="guide16873" /> + </sodipodi:namedview> + <metadata + id="metadata8326"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-287.36218)"> + <g + inkscape:label="Layer 1" + id="g3168" + transform="matrix(1.4798703,0,0,1.4798703,565.6746,468.6102)" /> + <path + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 295.37489,1054.9849 -7.9667,0.057" + id="path15983" + inkscape:connector-type="polyline" /> + <g + id="g7451"> + <g + transform="matrix(1.7792758,0,0,1.7792758,60.438369,-71.528631)" + id="g2713"> + <g + id="g3952" + transform="matrix(0.01477517,0,0,0.02195012,153.84497,337.6825)" + style="opacity:0.6;display:inline"> + <rect + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" + id="rect3954" + style="opacity:0.40206185;color:#000000;fill:url(#linearGradient17158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="cccc" + id="path3956" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient17160);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient17162);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + id="path3958" + sodipodi:nodetypes="cccc" /> + </g> + <path + style="color:#000000;fill:url(#linearGradient17164);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 135.82841,301.37469 c -0.74406,0 -1.39865,0.3133 -1.875,0.8125 l -4.21875,5.25 c -0.32763,0.58351 -0.53125,1.24938 -0.53125,1.96875 l 0,28.9375 c 0,2.23331 1.79793,4.03125 4.03125,4.03125 l 14.9375,0 c 2.23332,0 4.03125,-1.79794 4.03125,-4.03125 l 0,-28.9375 c 0,-0.71937 -0.20362,-1.38524 -0.53125,-1.96875 l -4.21875,-5.25 c -0.47635,-0.4992 -1.13094,-0.8125 -1.875,-0.8125 l -9.75,0 z" + id="path2647" + sodipodi:nodetypes="ccccccccccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1" + inkscape:original="M 58.125 3.5 C 57.380943 3.5 56.72635 3.8133048 56.25 4.3125 L 52.03125 9.5625 C 51.703624 10.146009 51.5 10.811876 51.5 11.53125 L 51.5 37.46875 C 51.5 39.702062 53.297934 41.499999 55.53125 41.5 L 70.46875 41.5 C 72.70207 41.499999 74.5 39.702062 74.5 37.46875 L 74.5 11.53125 C 74.5 10.811876 74.29638 10.146009 73.96875 9.5625 L 69.75 4.3125 C 69.27365 3.8133048 68.61906 3.5 67.875 3.5 L 58.125 3.5 z " + style="opacity:0.7;color:#000000;fill:none;stroke:#f9f9f9;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" + id="path4329" + d="M 58.125,4.5 C 57.67221,4.5 57.301304,4.6939871 57,5 l -0.03125,0 -4.0625,5.0625 C 52.651026,10.51706 52.5,11.000581 52.5,11.53125 l 0,25.9375 c 0,1.69661 1.334636,3.031249 3.03125,3.03125 l 14.9375,0 C 72.165369,40.499999 73.5,39.165361 73.5,37.46875 l 0,-25.9375 c 0,-0.530673 -0.151026,-1.014195 -0.40625,-1.46875 L 69.03125,5 C 69.024311,4.9927285 69.00702,5.0071301 69,5 68.698695,4.6939857 68.327794,4.5 67.875,4.5 l -9.75,0 z" + transform="translate(77.70341,297.87469)" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path2650" + d="m 133.2319,306.37469 14.94299,0 c 1.67779,0 3.02849,1.35071 3.02849,3.0285 l 0,28.94304 c 0,1.67778 -1.3507,3.02849 -3.02849,3.02849 l -14.94299,0 c -1.67779,0 -3.0285,-1.35071 -3.0285,-3.02849 l 0,-28.94304 c 0,-1.67779 1.35071,-3.0285 3.0285,-3.0285 z" + style="color:#000000;fill:url(#linearGradient17166);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + style="color:#000000;fill:url(#linearGradient17168);fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect4183" + width="14.999999" + height="5.0000067" + x="133.20341" + y="309.37469" + rx="0" + ry="0" /> + <rect + style="fill:url(#linearGradient17170);fill-opacity:1;stroke:#babdb6;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect4187" + width="14.999999" + height="5.0000067" + x="133.20341" + y="316.37469" + rx="0" + ry="0" /> + <path + sodipodi:type="arc" + style="fill:#d0d0ca;fill-opacity:1;stroke:#555753;stroke-width:1.04761803;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="path4191" + sodipodi:cx="17" + sodipodi:cy="26" + sodipodi:rx="1.5714285" + sodipodi:ry="1.5714285" + d="m 18.571429,26 c 0,0.867876 -0.703553,1.571429 -1.571429,1.571429 -0.867876,0 -1.571429,-0.703553 -1.571429,-1.571429 0,-0.867876 0.703553,-1.571429 1.571429,-1.571429 0.867876,0 1.571429,0.703553 1.571429,1.571429 z" + transform="matrix(0.954546,0,0,0.954547,118.47613,302.05647)" /> + <rect + style="fill:none;stroke:url(#linearGradient17172);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.20000057" + id="rect4193" + width="5.000001" + height="4.9999981" + x="132.20341" + y="324.37469" + rx="2.4999905" + ry="2.4999907" /> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect4195" + width="10.000003" + height="3.0000033" + x="139.20341" + y="325.37469" + rx="0" + ry="0" /> + <path + sodipodi:type="arc" + style="fill:#f7f7f7;fill-opacity:1;stroke:none" + id="path4197" + sodipodi:cx="16.639107" + sodipodi:cy="25.61565" + sodipodi:rx="0.53033012" + sodipodi:ry="0.46403882" + d="m 17.169437,25.61565 c 0,0.256282 -0.237437,0.464039 -0.53033,0.464039 -0.292893,0 -0.53033,-0.207757 -0.53033,-0.464039 0,-0.256281 0.237437,-0.464039 0.53033,-0.464039 0.292893,0 0.53033,0.207758 0.53033,0.464039 z" + transform="matrix(0.942803,0,0,1.077485,118.51601,298.77421)" /> + <path + sodipodi:type="arc" + style="fill:#f7f7f7;fill-opacity:1;stroke:none" + id="path4213" + sodipodi:cx="16.639107" + sodipodi:cy="25.61565" + sodipodi:rx="0.53033012" + sodipodi:ry="0.46403882" + d="m 17.169437,25.61565 c 0,0.256282 -0.237437,0.464039 -0.53033,0.464039 -0.292893,0 -0.53033,-0.207757 -0.53033,-0.464039 0,-0.256281 0.237437,-0.464039 0.53033,-0.464039 0.292893,0 0.53033,0.207758 0.53033,0.464039 z" + transform="matrix(0.942803,0,0,1.008364,118.51601,300.54479)" /> + <rect + style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient17174);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect2659" + width="18.999966" + height="33" + x="131.2034" + y="307.37469" + rx="2.0110888" + ry="2.0110888" /> + <g + id="g4307" + style="opacity:0.19699246" + transform="translate(77.70341,300.87469)"> + <rect + y="31" + x="57" + height="8.000001" + width="1.0130863" + id="rect4239" + style="color:#000000;fill:url(#linearGradient17176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + y="31" + x="59" + height="8.000001" + width="1.0130863" + id="rect4249" + style="color:#000000;fill:url(#linearGradient17178);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + y="31" + x="61" + height="8.000001" + width="1.0130863" + id="rect4253" + style="color:#000000;fill:url(#linearGradient17180);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + y="31" + x="63" + height="8.000001" + width="1.0130863" + id="rect4257" + style="color:#000000;fill:url(#linearGradient17182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + y="31" + x="65" + height="8.000001" + width="1.0130863" + id="rect4261" + style="color:#000000;fill:url(#linearGradient17184);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + y="31" + x="67" + height="8.000001" + width="1.0130863" + id="rect4265" + style="color:#000000;fill:url(#linearGradient17186);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + </g> + </g> + <text + sodipodi:linespacing="125%" + id="text8699-5" + y="716.85913" + x="66.293785" + style="font-size:21.67978859px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + xml:space="preserve"><tspan + id="tspan8703-7" + y="716.85913" + x="66.293785" + sodipodi:role="line">Users</tspan></text> + <g + transform="matrix(1.4671338,0,0,1.4671338,25.10612,-331.6839)" + id="g10163"> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:#2e3436;fill-opacity:0.75;fill-rule:evenodd;stroke:none;filter:url(#filter3795)" + id="path3789" + sodipodi:cx="24.456697" + sodipodi:cy="42.989361" + sodipodi:rx="14.554718" + sodipodi:ry="3.8176308" + d="m 39.011415,42.989361 c 0,2.108419 -6.516369,3.817631 -14.554718,3.817631 -8.038348,0 -14.5547176,-1.709212 -14.5547176,-3.817631 0,-2.108419 6.5163696,-3.817631 14.5547176,-3.817631 8.038349,0 14.554718,1.709212 14.554718,3.817631 z" + transform="matrix(1.5115373,0,0,1.0477704,407.92477,639.4769)" /> + <path + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 431.0204,642.01988 c -0.74406,0 -1.39866,0.31426 -1.875,0.81498 l -4.21875,5.266 c -0.32763,0.58528 -0.53125,1.25318 -0.53125,1.97475 l 0,32.91479 c 0,2.24012 1.79793,4.04354 4.03125,4.04354 l 32.93408,0 c 2.23332,0 4.03125,-1.80342 4.03125,-4.04354 l 0,-32.91479 c 0,-0.72157 -0.20362,-1.38947 -0.53125,-1.97475 l -4.21875,-5.266 c -0.47635,-0.50072 -1.13094,-0.81498 -1.875,-0.81498 l -27.74658,0 z" + id="path7931" + sodipodi:nodetypes="ccccccccccccc" /> + <path + style="opacity:0.7;color:#000000;fill:none;stroke:#f9f9f9;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 431.12517,643.01988 c -0.45697,0 -0.8313,0.19399 -1.13539,0.5 l -0.0315,0 -4.10002,5.0625 c -0.25758,0.45456 -0.41,0.93808 -0.41,1.46875 l 0,25.9375 c 0,1.69661 1.34696,3.03125 3.05925,3.03125 l 32.82526,0 c 1.71229,0 3.05925,-1.33464 3.05925,-3.03125 l 0,-25.9375 c 0,-0.53067 -0.15242,-1.0142 -0.41,-1.46875 l -4.10002,-5.0625 c -0.007,-0.007 -0.0245,0.007 -0.0315,0 -0.30409,-0.30602 -0.67842,-0.5 -1.13539,-0.5 l -27.58986,0 z" + id="path7933" + sodipodi:nodetypes="ccccccccccccscc" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path7935" + d="m 428.33952,647.01988 33.02394,0 c 1.67779,0 3.02849,1.35083 3.02849,3.02876 l 0,32.94248 c 0,1.67793 -1.3507,3.02876 -3.02849,3.02876 l -33.02394,0 c -1.67778,0 -3.02849,-1.35083 -3.02849,-3.02876 l 0,-32.94248 c 0,-1.67793 1.35071,-3.02876 3.02849,-3.02876 z" + style="color:#000000;fill:url(#linearGradient17188);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient17190);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + rx="1.4" + ry="1.4" + y="651.0199" + x="441.39197" + height="21" + width="21.000002" + id="rect3593" + style="color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#6d6f6a;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.69620254;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:export-filename="/home/bellaich/rect3593.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <rect + rx="0.91154063" + style="opacity:0.70901639;color:#000000;fill:url(#linearGradient17192);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3673" + width="20" + height="20" + x="-461.89197" + y="651.5199" + ry="0.91154063" + transform="scale(-1,1)" /> + <rect + style="color:#000000;fill:none;stroke:url(#linearGradient17194);stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3629" + width="19" + height="0.10333849" + x="442.39197" + y="654.9682" + ry="0" + rx="0" /> + <rect + rx="0.46153843" + ry="1" + y="653.5199" + x="445.89197" + height="2" + width="12" + id="rect3641" + style="color:#000000;fill:#5f615d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:#5f615d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3645" + width="12" + height="2" + x="445.89197" + y="657.5199" + ry="1" + rx="0.46153843" /> + <rect + rx="0" + ry="0" + y="658.9953" + x="442.39197" + height="0.049130145" + width="19" + id="rect3703" + style="color:#000000;fill:none;stroke:url(#linearGradient17196);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:url(#linearGradient17198);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3707" + width="19" + height="0.11524805" + x="442.39197" + y="663.0199" + ry="0" + rx="0" /> + <rect + rx="0" + ry="0" + y="-665.06268" + x="449.39197" + height="0.042818163" + width="5.0000005" + id="rect3717" + style="color:#000000;fill:none;stroke:url(#linearGradient17200);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:none;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3721" + width="5.0000005" + height="0.085639469" + x="443.39197" + y="-661.06268" + ry="0" + rx="0" /> + <rect + rx="0" + ry="0" + y="-661.06268" + x="450.39197" + height="0.085639469" + width="2.0000002" + id="rect3723" + style="color:#000000;fill:none;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + rx="0" + ry="0" + y="461.39197" + x="652.0199" + height="1.270324e-06" + width="19" + id="rect3731" + style="opacity:0.1;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" /> + <path + sodipodi:type="arc" + style="opacity:0.29918033;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1.33333373;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3976" + sodipodi:cx="5" + sodipodi:cy="15" + sodipodi:rx="2" + sodipodi:ry="2" + d="m 7,15 c 0,1.104569 -0.8954305,2 -2,2 -1.1045695,0 -2,-0.895431 -2,-2 0,-1.104569 0.8954305,-2 2,-2 1.1045695,0 2,0.895431 2,2 z" + transform="matrix(0.75,0,0,0.75,448.14198,667.26988)" /> + <path + transform="matrix(0.756755,0,0,0.7567552,448.09469,667.15504)" + d="m 7,15 c 0,1.104569 -0.8954305,2 -2,2 -1.1045695,0 -2,-0.895431 -2,-2 0,-1.104569 0.8954305,-2 2,-2 1.1045695,0 2,0.895431 2,2 z" + sodipodi:ry="2" + sodipodi:rx="2" + sodipodi:cy="15" + sodipodi:cx="5" + id="path7949" + style="opacity:0.81557378;color:#000000;fill:url(#linearGradient17202);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.33333397;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <rect + rx="0.25" + ry="0.25" + y="673.7699" + x="-453.64197" + height="1.5000001" + width="3.5000002" + id="rect3713" + style="color:#000000;fill:#eeeeec;fill-opacity:0.10126582;fill-rule:evenodd;stroke:#000000;stroke-width:0.50000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.37815127;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(-1,1)" /> + <rect + rx="0.12500001" + transform="scale(-1,1)" + style="color:#000000;fill:#204a87;fill-opacity:0.65822784;fill-rule:evenodd;stroke:none;stroke-width:0.50000006;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3715" + width="2" + height="0.75000012" + x="-448.89197" + y="682.7699" + ry="0.12500001" /> + <rect + transform="scale(-1,1)" + style="opacity:0.25;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4776" + width="19" + height="0.042820565" + x="-461.39197" + y="670.99847" + ry="0" + rx="0" /> + <rect + rx="0.41666663" + ry="0.41666663" + y="428.14197" + x="650.7699" + height="2.5" + width="31.75" + id="rect2810" + style="opacity:0.54918033;color:#000000;fill:#eeeeec;fill-opacity:0.10126582;fill-rule:evenodd;stroke:#000000;stroke-width:0.50000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.37815127;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" /> + <rect + rx="0.41666663" + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.54918033;color:#000000;fill:#eeeeec;fill-opacity:0.10126582;fill-rule:evenodd;stroke:#000000;stroke-width:0.50000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.37815127;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect2812" + width="31.75" + height="2.5" + x="650.7699" + y="432.14197" + ry="0.41666663" /> + <rect + rx="0.41666663" + ry="0.41666663" + y="436.14197" + x="650.7699" + height="2.5" + width="31.75" + id="rect2814" + style="opacity:0.54918033;color:#000000;fill:#eeeeec;fill-opacity:0.10126582;fill-rule:evenodd;stroke:#000000;stroke-width:0.50000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.37815127;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" /> + <rect + rx="0.12500001" + ry="0.12500001" + y="682.7699" + x="-452.89197" + height="0.75000012" + width="2" + id="rect2834" + style="color:#000000;fill:#8ae234;fill-opacity:0.65822784;fill-rule:evenodd;stroke:none;stroke-width:0.50000006;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(-1,1)" /> + <rect + rx="0.12500001" + transform="scale(-1,1)" + style="color:#000000;fill:#a40000;fill-opacity:0.65822784;fill-rule:evenodd;stroke:none;stroke-width:0.50000006;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect2836" + width="2" + height="0.75000012" + x="-456.89197" + y="682.7699" + ry="0.12500001" /> + </g> + <text + xml:space="preserve" + style="font-size:21.67978859px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + x="714.55078" + y="634.95123" + id="text14068" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + x="714.55078" + y="634.95123" + id="tspan14070">Mail server</tspan></text> + <g + transform="matrix(1.4671338,0,0,1.4671338,-141.81336,-598.542)" + id="g10163-9"> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:#2e3436;fill-opacity:0.75;fill-rule:evenodd;stroke:none;filter:url(#filter3795-7)" + id="path3789-2" + sodipodi:cx="24.456697" + sodipodi:cy="42.989361" + sodipodi:rx="14.554718" + sodipodi:ry="3.8176308" + d="m 39.011415,42.989361 c 0,2.108419 -6.516369,3.817631 -14.554718,3.817631 -8.038348,0 -14.5547176,-1.709212 -14.5547176,-3.817631 0,-2.108419 6.5163696,-3.817631 14.5547176,-3.817631 8.038349,0 14.554718,1.709212 14.554718,3.817631 z" + transform="matrix(1.5115373,0,0,1.0477704,407.92477,639.4769)" /> + <path + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 431.0204,642.01988 c -0.74406,0 -1.39866,0.31426 -1.875,0.81498 l -4.21875,5.266 c -0.32763,0.58528 -0.53125,1.25318 -0.53125,1.97475 l 0,32.91479 c 0,2.24012 1.79793,4.04354 4.03125,4.04354 l 32.93408,0 c 2.23332,0 4.03125,-1.80342 4.03125,-4.04354 l 0,-32.91479 c 0,-0.72157 -0.20362,-1.38947 -0.53125,-1.97475 l -4.21875,-5.266 c -0.47635,-0.50072 -1.13094,-0.81498 -1.875,-0.81498 l -27.74658,0 z" + id="path7931-8" + sodipodi:nodetypes="ccccccccccccc" /> + <path + style="opacity:0.7;color:#000000;fill:none;stroke:#f9f9f9;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 431.12517,643.01988 c -0.45697,0 -0.8313,0.19399 -1.13539,0.5 l -0.0315,0 -4.10002,5.0625 c -0.25758,0.45456 -0.41,0.93808 -0.41,1.46875 l 0,25.9375 c 0,1.69661 1.34696,3.03125 3.05925,3.03125 l 32.82526,0 c 1.71229,0 3.05925,-1.33464 3.05925,-3.03125 l 0,-25.9375 c 0,-0.53067 -0.15242,-1.0142 -0.41,-1.46875 l -4.10002,-5.0625 c -0.007,-0.007 -0.0245,0.007 -0.0315,0 -0.30409,-0.30602 -0.67842,-0.5 -1.13539,-0.5 l -27.58986,0 z" + id="path7933-2" + sodipodi:nodetypes="ccccccccccccscc" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path7935-0" + d="m 428.33952,647.01988 33.02394,0 c 1.67779,0 3.02849,1.35083 3.02849,3.02876 l 0,32.94248 c 0,1.67793 -1.3507,3.02876 -3.02849,3.02876 l -33.02394,0 c -1.67778,0 -3.02849,-1.35083 -3.02849,-3.02876 l 0,-32.94248 c 0,-1.67793 1.35071,-3.02876 3.02849,-3.02876 z" + style="color:#000000;fill:url(#linearGradient17204);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient17206);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + rx="1.4" + ry="1.4" + y="651.0199" + x="441.39197" + height="21" + width="21.000002" + id="rect3593-5" + style="color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#6d6f6a;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.69620254;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:export-filename="/home/bellaich/rect3593.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <rect + rx="0.91154063" + style="opacity:0.70901639;color:#000000;fill:url(#linearGradient17208);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3673-4" + width="20" + height="20" + x="-461.89197" + y="651.5199" + ry="0.91154063" + transform="scale(-1,1)" /> + <rect + style="color:#000000;fill:none;stroke:url(#linearGradient17210);stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3629-1" + width="19" + height="0.10333849" + x="442.39197" + y="654.9682" + ry="0" + rx="0" /> + <rect + rx="0.46153843" + ry="1" + y="653.5199" + x="445.89197" + height="2" + width="12" + id="rect3641-0" + style="color:#000000;fill:#5f615d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:#5f615d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3645-0" + width="12" + height="2" + x="445.89197" + y="657.5199" + ry="1" + rx="0.46153843" /> + <rect + rx="0" + ry="0" + y="658.9953" + x="442.39197" + height="0.049130145" + width="19" + id="rect3703-2" + style="color:#000000;fill:none;stroke:url(#linearGradient17212);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:url(#linearGradient17214);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3707-5" + width="19" + height="0.11524805" + x="442.39197" + y="663.0199" + ry="0" + rx="0" /> + <rect + rx="0" + ry="0" + y="-665.06268" + x="449.39197" + height="0.042818163" + width="5.0000005" + id="rect3717-3" + style="color:#000000;fill:none;stroke:url(#linearGradient17216);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:none;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3721-6" + width="5.0000005" + height="0.085639469" + x="443.39197" + y="-661.06268" + ry="0" + rx="0" /> + <rect + rx="0" + ry="0" + y="-661.06268" + x="450.39197" + height="0.085639469" + width="2.0000002" + id="rect3723-2" + style="color:#000000;fill:none;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + rx="0" + ry="0" + y="461.39197" + x="652.0199" + height="1.270324e-06" + width="19" + id="rect3731-3" + style="opacity:0.1;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" /> + <path + sodipodi:type="arc" + style="opacity:0.29918033;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1.33333373;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3976-9" + sodipodi:cx="5" + sodipodi:cy="15" + sodipodi:rx="2" + sodipodi:ry="2" + d="m 7,15 c 0,1.104569 -0.8954305,2 -2,2 -1.1045695,0 -2,-0.895431 -2,-2 0,-1.104569 0.8954305,-2 2,-2 1.1045695,0 2,0.895431 2,2 z" + transform="matrix(0.75,0,0,0.75,448.14198,667.26988)" /> + <path + transform="matrix(0.756755,0,0,0.7567552,448.09469,667.15504)" + d="m 7,15 c 0,1.104569 -0.8954305,2 -2,2 -1.1045695,0 -2,-0.895431 -2,-2 0,-1.104569 0.8954305,-2 2,-2 1.1045695,0 2,0.895431 2,2 z" + sodipodi:ry="2" + sodipodi:rx="2" + sodipodi:cy="15" + sodipodi:cx="5" + id="path7949-7" + style="opacity:0.81557378;color:#000000;fill:url(#linearGradient17218);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.33333397;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <rect + rx="0.25" + ry="0.25" + y="673.7699" + x="-453.64197" + height="1.5000001" + width="3.5000002" + id="rect3713-5" + style="color:#000000;fill:#eeeeec;fill-opacity:0.10126582;fill-rule:evenodd;stroke:#000000;stroke-width:0.50000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.37815127;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(-1,1)" /> + <rect + rx="0.12500001" + transform="scale(-1,1)" + style="color:#000000;fill:#204a87;fill-opacity:0.65822784;fill-rule:evenodd;stroke:none;stroke-width:0.50000006;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3715-1" + width="2" + height="0.75000012" + x="-448.89197" + y="682.7699" + ry="0.12500001" /> + <rect + transform="scale(-1,1)" + style="opacity:0.25;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4776-4" + width="19" + height="0.042820565" + x="-461.39197" + y="670.99847" + ry="0" + rx="0" /> + <rect + rx="0.41666663" + ry="0.41666663" + y="428.14197" + x="650.7699" + height="2.5" + width="31.75" + id="rect2810-2" + style="opacity:0.54918033;color:#000000;fill:#eeeeec;fill-opacity:0.10126582;fill-rule:evenodd;stroke:#000000;stroke-width:0.50000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.37815127;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" /> + <rect + rx="0.41666663" + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.54918033;color:#000000;fill:#eeeeec;fill-opacity:0.10126582;fill-rule:evenodd;stroke:#000000;stroke-width:0.50000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.37815127;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect2812-8" + width="31.75" + height="2.5" + x="650.7699" + y="432.14197" + ry="0.41666663" /> + <rect + rx="0.12500001" + ry="0.12500001" + y="682.7699" + x="-452.89197" + height="0.75000012" + width="2" + id="rect2834-8" + style="color:#000000;fill:#8ae234;fill-opacity:0.65822784;fill-rule:evenodd;stroke:none;stroke-width:0.50000006;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(-1,1)" /> + <rect + rx="0.12500001" + transform="scale(-1,1)" + style="color:#000000;fill:#a40000;fill-opacity:0.65822784;fill-rule:evenodd;stroke:none;stroke-width:0.50000006;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect2836-2" + width="2" + height="0.75000012" + x="-456.89197" + y="682.7699" + ry="0.12500001" /> + </g> + <text + xml:space="preserve" + style="font-size:21.67978859px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + x="548.34406" + y="366.88861" + id="text14068-9" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + x="548.34406" + y="366.88861" + id="tspan14070-9">Database server</tspan></text> + <text + sodipodi:linespacing="125%" + id="text14938" + y="384.14932" + x="548.99976" + style="font-size:22.39748764px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + xml:space="preserve"><tspan + id="tspan14942" + style="font-size:14.93165874px" + y="384.14932" + x="548.99976" + sodipodi:role="line">PostgreSQL, MySQL, Oracle</tspan></text> + <text + sodipodi:linespacing="125%" + id="text14938-2" + y="650.91644" + x="716.00122" + style="font-size:22.39748764px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + xml:space="preserve"><tspan + style="font-size:14.93165874px" + y="650.91644" + x="716.00122" + id="tspan14940-1" + sodipodi:role="line">postfix, exim, qmail,</tspan><tspan + dy="-3.6132979" + id="tspan14942-4" + style="font-size:14.93165874px" + y="669.58099" + x="716.00122" + sodipodi:role="line">sendmail, Exchange, etc.</tspan></text> + <g + transform="translate(-10.990182,-52.1269)" + id="g16865"> + <text + xml:space="preserve" + style="font-size:21.67978859px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + x="162.95667" + y="544.06238" + id="text8699" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + x="162.95667" + y="544.06238" + id="tspan8703">RT webserver</tspan></text> + <text + xml:space="preserve" + style="font-size:22.39748764px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + x="109.15011" + y="561.18988" + id="text14938-7" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + x="109.15011" + y="561.18988" + style="font-size:14.93165874px" + id="tspan14942-7">Apache, lighttpd, nginx, etc.</tspan></text> + </g> + <path + inkscape:connection-end="#g2713" + inkscape:connection-start="#g10163-9" + inkscape:connector-type="polyline" + id="path15939" + d="M 480.83148,397.44525 331.25021,490.25831" + style="fill:none;stroke:#000000;stroke-width:1.20443273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <g + transform="matrix(1.5649426,0,0,1.5649426,-113.85819,-485.61126)" + id="g9993"> + <path + sodipodi:type="arc" + style="opacity:0.4;fill:#2e3436;fill-opacity:0.75;fill-rule:evenodd;stroke:none;filter:url(#filter3795-78)" + id="path9673" + sodipodi:cx="24.456697" + sodipodi:cy="42.989361" + sodipodi:rx="14.554718" + sodipodi:ry="3.8176308" + d="m 39.011415,42.989361 c 0,2.108419 -6.516369,3.817631 -14.554718,3.817631 -8.038348,0 -14.5547176,-1.709212 -14.5547176,-3.817631 0,-2.108419 6.5163696,-3.817631 14.5547176,-3.817631 8.038349,0 14.554718,1.709212 14.554718,3.817631 z" + transform="matrix(0.9652547,0,0,1.0477704,487.08065,605.38975)" /> + <path + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 504.79511,607.93273 c -0.74405,0 -1.39865,0.31426 -1.875,0.81498 l -4.21875,5.266 c -0.32762,0.58528 -0.53125,1.25318 -0.53125,1.97475 l 0,32.91479 c 0,2.24012 1.79794,4.04354 4.03125,4.04354 l 16.90597,0 c 2.23332,0 4.03125,-1.80342 4.03125,-4.04354 l 0,-32.91479 c 0,-0.72157 -0.20362,-1.38947 -0.53125,-1.97475 l -4.21875,-5.266 c -0.47635,-0.50072 -1.13094,-0.81498 -1.875,-0.81498 l -11.71847,0 z" + id="path9679" + sodipodi:nodetypes="ccccccccccccc" /> + <path + style="opacity:0.7;color:#000000;fill:none;stroke:#f9f9f9;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 504.81553,608.93273 c -0.45697,0 -0.8313,0.19399 -1.13539,0.5 l -0.0315,0 -4.10002,5.0625 c -0.25758,0.45456 -0.41,0.93808 -0.41,1.46875 l 0,25.9375 c 0,1.69661 1.34696,3.03125 3.05925,3.03125 l 16.8815,0 c 1.71229,0 3.05925,-1.33464 3.05925,-3.03125 l 0,-25.9375 c 0,-0.53067 -0.15242,-1.0142 -0.41,-1.46875 l -4.10002,-5.0625 c -0.007,-0.007 -0.0245,0.007 -0.0315,0 -0.30409,-0.30602 -0.67842,-0.5 -1.13539,-0.5 l -11.6461,0 z" + id="path9681" + sodipodi:nodetypes="ccccccccccccscc" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path9683" + d="m 502.1986,612.93273 16.91146,0 c 1.67779,0 3.02849,1.35083 3.02849,3.02876 l 0,32.94248 c 0,1.67794 -1.3507,3.02876 -3.02849,3.02876 l -16.91146,0 c -1.67779,0 -3.02849,-1.35082 -3.02849,-3.02876 l 0,-32.94248 c 0,-1.67793 1.3507,-3.02876 3.02849,-3.02876 z" + style="color:#000000;fill:url(#linearGradient17220);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient17222);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:1.4;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + rx="1.4" + ry="1.4" + y="616.93274" + x="500.13858" + height="21" + width="21.000002" + id="rect9685" + style="color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#6d6f6a;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.69620254;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:export-filename="/home/bellaich/rect3593.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <rect + rx="0.91154063" + style="opacity:0.70901639;color:#000000;fill:url(#linearGradient17224);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9687" + width="20" + height="20" + x="-520.63855" + y="617.43274" + ry="0.91154063" + transform="scale(-1,1)" /> + <rect + style="color:#000000;fill:none;stroke:url(#linearGradient17226);stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9689" + width="19" + height="0.10333849" + x="501.13858" + y="620.88104" + ry="0" + rx="0" /> + <rect + rx="0.46153843" + ry="1" + y="619.43274" + x="504.63858" + height="2" + width="12" + id="rect9691" + style="color:#000000;fill:#5f615d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:#5f615d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9693" + width="12" + height="2" + x="504.63858" + y="623.43274" + ry="1" + rx="0.46153843" /> + <rect + rx="0" + ry="0" + y="624.90814" + x="501.13858" + height="0.049130145" + width="19" + id="rect9695" + style="color:#000000;fill:none;stroke:url(#linearGradient17228);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:url(#linearGradient17230);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9697" + width="19" + height="0.11524805" + x="501.13858" + y="628.93274" + ry="0" + rx="0" /> + <rect + rx="0" + ry="0" + y="-630.97552" + x="508.13858" + height="0.042818163" + width="5.0000005" + id="rect9699" + style="color:#000000;fill:none;stroke:url(#linearGradient17232);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:none;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9701" + width="5.0000005" + height="0.085639469" + x="502.13858" + y="-626.97552" + ry="0" + rx="0" /> + <rect + rx="0" + ry="0" + y="-626.97552" + x="509.13858" + height="0.085639469" + width="2.0000002" + id="rect9703" + style="color:#000000;fill:none;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + rx="0" + ry="0" + y="520.13855" + x="617.93274" + height="1.270324e-06" + width="19" + id="rect9705" + style="opacity:0.1;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" /> + <path + sodipodi:type="arc" + style="opacity:0.29918033;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1.33333373;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path9707" + sodipodi:cx="5" + sodipodi:cy="15" + sodipodi:rx="2" + sodipodi:ry="2" + d="m 7,15 c 0,1.104569 -0.8954305,2 -2,2 -1.1045695,0 -2,-0.895431 -2,-2 0,-1.104569 0.8954305,-2 2,-2 1.1045695,0 2,0.895431 2,2 z" + transform="matrix(0.75,0,0,0.75,506.88858,633.18273)" /> + <path + transform="matrix(0.756755,0,0,0.7567552,506.84129,633.06789)" + d="m 7,15 c 0,1.104569 -0.8954305,2 -2,2 -1.1045695,0 -2,-0.895431 -2,-2 0,-1.104569 0.8954305,-2 2,-2 1.1045695,0 2,0.895431 2,2 z" + sodipodi:ry="2" + sodipodi:rx="2" + sodipodi:cy="15" + sodipodi:cx="5" + id="path9709" + style="opacity:0.81557378;color:#000000;fill:url(#linearGradient17234);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.33333397;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <rect + rx="0.41666663" + transform="scale(-1,1)" + style="opacity:0.54918033;color:#000000;fill:#eeeeec;fill-opacity:0.10126582;fill-rule:evenodd;stroke:#000000;stroke-width:0.50000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.37815127;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9711" + width="11.5" + height="2.5" + x="-516.38855" + y="647.68274" + ry="0.41666663" /> + <rect + rx="0.25" + ry="0.25" + y="639.68274" + x="-512.38855" + height="1.5000001" + width="3.5000002" + id="rect9713" + style="color:#000000;fill:#eeeeec;fill-opacity:0.10126582;fill-rule:evenodd;stroke:#000000;stroke-width:0.50000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.37815127;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(-1,1)" /> + <rect + rx="0.12500001" + transform="scale(-1,1)" + style="color:#000000;fill:#fcea4f;fill-opacity:0.65822784;fill-rule:evenodd;stroke:none;stroke-width:0.50000006;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9715" + width="2" + height="0.75000012" + x="-511.63858" + y="646.68274" + ry="0.12500001" /> + <rect + transform="scale(1,-1)" + style="opacity:0.47950816;color:#000000;fill:none;stroke:#888a85;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9717" + width="3.0000002" + height="0.093660474" + x="509.13858" + y="-649.02637" + ry="0" + rx="0" /> + <rect + transform="scale(-1,1)" + style="opacity:0.25;color:#000000;fill:none;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9719" + width="19" + height="0.042820565" + x="-520.13855" + y="636.91132" + ry="0" + rx="0" /> + </g> + <text + xml:space="preserve" + style="font-size:21.67978859px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + x="711.17914" + y="490.94763" + id="text14068-9-8" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + x="711.17914" + y="490.94763" + id="tspan14070-9-3">External authentication</tspan></text> + <text + sodipodi:linespacing="125%" + id="text14938-73" + y="508.20837" + x="711.8349" + style="font-size:22.39748764px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + xml:space="preserve"><tspan + id="tspan14942-8" + style="font-size:14.93165874px" + y="508.20837" + x="711.8349" + sodipodi:role="line">LDAP, Active Directory, external</tspan><tspan + dy="-3.6132979" + id="tspan16491" + style="font-size:14.93165874px" + y="526.87292" + x="711.8349" + sodipodi:role="line">database, webauth</tspan></text> + <text + sodipodi:linespacing="125%" + id="text16495" + y="637.66766" + x="220.75829" + style="font-size:21.67978859px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + xml:space="preserve"><tspan + style="font-size:16.86205673px" + id="tspan16499" + y="637.66766" + x="220.75829" + sodipodi:role="line">New tickets and replies via email to RT<tspan + dx="0 -1.2044327" + dy="1.2044327" + id="tspan16781" + style="font-size:21.67978859px"> →</tspan></tspan></text> + <text + sodipodi:linespacing="125%" + id="text16503" + y="663.95544" + x="242.39751" + style="font-size:21.67978859px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + xml:space="preserve"><tspan + dy="0 0 -1.2044327" + style="font-size:16.86205673px" + y="663.95544" + x="242.39751" + id="tspan16505" + sodipodi:role="line"><tspan + dy="1.2044327" + id="tspan16779" + style="font-size:21.67978859px">← </tspan>Notification emails from RT</tspan></text> + <text + transform="matrix(0.81826508,-0.57484107,0.57484107,0.81826508,0,0)" + sodipodi:linespacing="125%" + id="text16503-6" + y="608.0415" + x="-206.62967" + style="font-size:21.67978859px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + xml:space="preserve"><tspan + style="font-size:16.86205673px" + y="608.0415" + x="-206.62967" + id="tspan16505-2" + sodipodi:role="line"><tspan + dy="0 0 0 0 0 0 0 0 0 0 0 0 0" + id="tspan16509-6" + style="font-size:16.86205673px">Web interface</tspan></tspan></text> + <text + transform="matrix(0.99998599,-0.00529335,0.00529335,0.99998599,0,0)" + sodipodi:linespacing="125%" + id="text16503-5" + y="496.79718" + x="399.05661" + style="font-size:21.67978859px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + xml:space="preserve"><tspan + style="font-size:16.86205673px" + y="496.79718" + x="399.05661" + id="tspan16505-9" + sodipodi:role="line">Optional authentication source</tspan></text> + <flowRoot + transform="matrix(1.2044327,0,0,1.2044327,0.38683784,-113.64736)" + style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:94.99999881%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + id="flowRoot16575" + xml:space="preserve"><flowRegion + id="flowRegion16577"><rect + style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:94.99999881%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + y="424" + x="456" + height="67" + width="223" + id="rect16579" /></flowRegion><flowPara + style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:94.99999881%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + id="flowPara16581">For small installations, the database server can be on the same server as RT.</flowPara></flowRoot> <path + inkscape:connection-start="#g2713" + inkscape:connection-end="#g9993" + inkscape:connector-type="polyline" + id="path16589" + d="m 331.25021,502.98581 334.49923,0.51214" + style="fill:none;stroke:#000000;stroke-width:1.20443273;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:9.63546145, 9.63546145;stroke-dashoffset:0" /> + <path + inkscape:connection-start="#g2713" + inkscape:connection-end="#g5480" + inkscape:connector-type="polyline" + id="path16665" + d="M 290.32687,517.21069 132.56673,627.12654" + style="fill:none;stroke:#000000;stroke-width:1.20443273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <g + id="g5480" + transform="matrix(1.7824042,0,0,1.7824042,78.043365,615.66018)"> + <g + style="display:inline" + inkscape:label="Layer 1" + id="g5482" /> + <g + style="display:inline" + inkscape:label="tastiera" + id="g5484"> + <g + transform="translate(-54,0.18088)" + inkscape:label="Shadow" + id="g5486" /> + <g + id="g5488" + inkscape:label="Shadow" + transform="translate(-54,15.24691)" /> + <g + id="g5490" + inkscape:label="Lavoro" + style="display:inline" + transform="translate(-54,15.24691)" /> + </g> + <g + style="display:inline" + inkscape:label="tasti" + id="g5492"> + <path + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 c 0,3.249411 -10.637518,5.883578 -23.75956,5.883578 -13.122042,0 -23.75955963,-2.634167 -23.75955963,-5.883578 0,-3.249411 10.63751763,-5.883578 23.75955963,-5.883578 13.122042,0 23.75956,2.634167 23.75956,5.883578 z" + sodipodi:ry="5.8835783" + sodipodi:rx="23.75956" + sodipodi:cy="42.6875" + sodipodi:cx="23.9375" + id="path5494" + style="opacity:0.3;fill:url(#radialGradient17236);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" + sodipodi:type="arc" /> + <path + style="opacity:0.20786516;fill:none;stroke:url(#linearGradient17238);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + id="path5496" + sodipodi:nodetypes="czz" /> + <path + sodipodi:nodetypes="czz" + id="path5498" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + style="fill:none;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <g + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" + id="g5500" + style="display:inline"> + <path + sodipodi:nodetypes="csccscc" + id="path5502" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 l -19.224914,0.06229 z" + style="color:#000000;fill:url(#linearGradient17240);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="ccccc" + id="path5504" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 l -20.112688,0.01569 z" + style="opacity:0.5;fill:url(#linearGradient17242);fill-opacity:1;fill-rule:evenodd;stroke:none" /> + <path + style="fill:none;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + id="path5506" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path5508" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + style="fill:none;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <path + sodipodi:nodetypes="ccccccccc" + id="path5510" + d="m 3.602229,1.4999996 24.716925,0 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + style="fill:url(#linearGradient17244);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <rect + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" + id="rect5512" + style="fill:url(#radialGradient17246);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccc" + id="path5514" + d="m 4.0984042,4.0204313 0,11.7276597 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 4.0984042,4.0204313 z" + style="opacity:0.75;fill:url(#linearGradient17248);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" /> + <path + sodipodi:nodetypes="cccsccscccc" + id="path5516" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 l -23.810761,0 z" + style="fill:none;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <g + id="g5518" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)" + style="display:inline"> + <rect + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" + id="rect5520" + style="opacity:0.40206185;color:#000000;fill:url(#linearGradient17250);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="cccc" + id="path5522" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient17252);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient17254);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + id="path5524" + sodipodi:nodetypes="cccc" /> + </g> + <path + sodipodi:nodetypes="ccccccccc" + id="path5526" + d="m 3.643761,26.504783 25.278177,0 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + style="color:#000000;fill:url(#linearGradient17256);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path5528" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="csssssssccssssssssssssccccssscccccccccssssssssssssccsssssssssccccccc" + id="path5530" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 l 14.9781763,0 -0.06341,-3.036987 -13.4713276,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 3.656459,0 -0.169085,-1.012329 -3.55078,0 z m 4.818916,0 0.760882,3.036987 3.381696,0 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 l -2.959329,4e-6 z m -3.973492,2.024657 -0.676339,1.01233 3.888949,0 -0.845424,-1.01233 -2.367186,0 z" + style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + style="color:#000000;fill:url(#radialGradient17258);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5532" + width="1" + height="1" + x="5" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17260);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5534" + width="1" + height="1" + x="7" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17262);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5536" + width="1" + height="1" + x="9" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5538" + width="1" + height="1" + x="11" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5540" + width="1" + height="1" + x="13" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5542" + width="1" + height="1" + x="15" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5544" + width="1" + height="1" + x="17" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5546" + width="1" + height="1" + x="4" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5548" + width="1" + height="1" + x="6" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5550" + width="1" + height="1" + x="8" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17278);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5552" + width="1" + height="1" + x="10" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17280);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5554" + width="1" + height="1" + x="12" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5556" + width="1" + height="1" + x="14" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17284);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5558" + width="1" + height="1" + x="16" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17286);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5560" + width="1" + height="1" + x="18" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17288);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5562" + width="1" + height="1" + x="5" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17290);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5564" + width="1" + height="1" + x="7" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5566" + width="1" + height="1" + x="9" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5568" + width="1" + height="1" + x="11" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5570" + width="1" + height="1" + x="13" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5572" + width="1" + height="1" + x="15" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5574" + width="1" + height="1" + x="17" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5576" + width="1" + height="1" + x="4" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5578" + width="1" + height="1" + x="6" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17306);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5580" + width="1" + height="1" + x="8" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17308);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5582" + width="1" + height="1" + x="10" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17310);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5584" + width="1" + height="1" + x="12" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17312);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5586" + width="1" + height="1" + x="14" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17314);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5588" + width="1" + height="1" + x="16" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17316);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5590" + width="1" + height="1" + x="18" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17318);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5592" + width="1" + height="1" + x="21" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17320);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5594" + width="1" + height="1" + x="20" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17322);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5596" + width="1" + height="1" + x="22" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17324);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5598" + width="1" + height="1" + x="21" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17326);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5600" + width="1" + height="1" + x="23" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17328);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5602" + width="1" + height="1" + x="20" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17330);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5604" + width="1" + height="1" + x="22" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17332);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5606" + width="1" + height="1" + x="26" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17334);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5608" + width="1" + height="1" + x="25" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17336);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5610" + width="1" + height="1" + x="27" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17338);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5612" + width="1" + height="1" + x="26" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17340);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5614" + width="1" + height="1" + x="28" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17342);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5616" + width="1" + height="1" + x="25" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17344);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5618" + width="1" + height="1" + x="27" + y="29" + rx="0.26516503" + ry="0.26516503" /> + </g> + </g> + <g + id="g5340" + transform="matrix(1.7824042,0,0,1.7824042,53.089704,635.26662)"> + <g + style="display:inline" + inkscape:label="Layer 1" + id="g5342" /> + <g + style="display:inline" + inkscape:label="tastiera" + id="g5344"> + <g + transform="translate(-54,0.18088)" + inkscape:label="Shadow" + id="g5346" /> + <g + id="g5348" + inkscape:label="Shadow" + transform="translate(-54,15.24691)" /> + <g + id="g5350" + inkscape:label="Lavoro" + style="display:inline" + transform="translate(-54,15.24691)" /> + </g> + <g + style="display:inline" + inkscape:label="tasti" + id="g3246"> + <path + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 c 0,3.249411 -10.637518,5.883578 -23.75956,5.883578 -13.122042,0 -23.75955963,-2.634167 -23.75955963,-5.883578 0,-3.249411 10.63751763,-5.883578 23.75955963,-5.883578 13.122042,0 23.75956,2.634167 23.75956,5.883578 z" + sodipodi:ry="5.8835783" + sodipodi:rx="23.75956" + sodipodi:cy="42.6875" + sodipodi:cx="23.9375" + id="path5353" + style="opacity:0.3;fill:url(#radialGradient17346);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" + sodipodi:type="arc" /> + <path + style="opacity:0.20786516;fill:none;stroke:url(#linearGradient17348);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + id="path5355" + sodipodi:nodetypes="czz" /> + <path + sodipodi:nodetypes="czz" + id="path5357" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + style="fill:none;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <g + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" + id="g5359" + style="display:inline"> + <path + sodipodi:nodetypes="csccscc" + id="path5361" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 l -19.224914,0.06229 z" + style="color:#000000;fill:url(#linearGradient17350);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="ccccc" + id="path5363" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 l -20.112688,0.01569 z" + style="opacity:0.5;fill:url(#linearGradient17352);fill-opacity:1;fill-rule:evenodd;stroke:none" /> + <path + style="fill:none;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + id="path5365" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path5367" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + style="fill:none;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <path + sodipodi:nodetypes="ccccccccc" + id="path5369" + d="m 3.602229,1.4999996 24.716925,0 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + style="fill:url(#linearGradient17354);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <rect + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" + id="rect5371" + style="fill:url(#radialGradient17356);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccc" + id="path5373" + d="m 4.0984042,4.0204313 0,11.7276597 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 4.0984042,4.0204313 z" + style="opacity:0.75;fill:url(#linearGradient17358);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" /> + <path + sodipodi:nodetypes="cccsccscccc" + id="path5375" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 l -23.810761,0 z" + style="fill:none;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <g + id="g5377" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)" + style="display:inline"> + <rect + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" + id="rect6709" + style="opacity:0.40206185;color:#000000;fill:url(#linearGradient17360);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="cccc" + id="path5380" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient17362);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient17364);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + id="path5382" + sodipodi:nodetypes="cccc" /> + </g> + <path + sodipodi:nodetypes="ccccccccc" + id="path5384" + d="m 3.643761,26.504783 25.278177,0 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + style="color:#000000;fill:url(#linearGradient17366);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path5386" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="csssssssccssssssssssssccccssscccccccccssssssssssssccsssssssssccccccc" + id="path5388" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 l 14.9781763,0 -0.06341,-3.036987 -13.4713276,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 3.656459,0 -0.169085,-1.012329 -3.55078,0 z m 4.818916,0 0.760882,3.036987 3.381696,0 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 l -2.959329,4e-6 z m -3.973492,2.024657 -0.676339,1.01233 3.888949,0 -0.845424,-1.01233 -2.367186,0 z" + style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <rect + style="color:#000000;fill:url(#radialGradient17368);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5390" + width="1" + height="1" + x="5" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17370);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5392" + width="1" + height="1" + x="7" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17372);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5394" + width="1" + height="1" + x="9" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17374);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5396" + width="1" + height="1" + x="11" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17376);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5398" + width="1" + height="1" + x="13" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17378);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5400" + width="1" + height="1" + x="15" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17380);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5402" + width="1" + height="1" + x="17" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17382);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5404" + width="1" + height="1" + x="4" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17384);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5406" + width="1" + height="1" + x="6" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17386);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5408" + width="1" + height="1" + x="8" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17388);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5410" + width="1" + height="1" + x="10" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5412" + width="1" + height="1" + x="12" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17392);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5414" + width="1" + height="1" + x="14" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17394);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5416" + width="1" + height="1" + x="16" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17396);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5418" + width="1" + height="1" + x="18" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17398);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5420" + width="1" + height="1" + x="5" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17400);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5422" + width="1" + height="1" + x="7" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17402);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5424" + width="1" + height="1" + x="9" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17404);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5426" + width="1" + height="1" + x="11" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17406);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5428" + width="1" + height="1" + x="13" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17408);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5430" + width="1" + height="1" + x="15" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17410);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5432" + width="1" + height="1" + x="17" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17412);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5434" + width="1" + height="1" + x="4" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17414);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5436" + width="1" + height="1" + x="6" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17416);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5438" + width="1" + height="1" + x="8" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17418);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5440" + width="1" + height="1" + x="10" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17420);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5442" + width="1" + height="1" + x="12" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17422);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5444" + width="1" + height="1" + x="14" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17424);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5446" + width="1" + height="1" + x="16" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17426);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5448" + width="1" + height="1" + x="18" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17428);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5450" + width="1" + height="1" + x="21" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17430);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5452" + width="1" + height="1" + x="20" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17432);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5454" + width="1" + height="1" + x="22" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17434);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5456" + width="1" + height="1" + x="21" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17436);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5458" + width="1" + height="1" + x="23" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17438);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5460" + width="1" + height="1" + x="20" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17440);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5462" + width="1" + height="1" + x="22" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17442);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5464" + width="1" + height="1" + x="26" + y="26" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17444);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5466" + width="1" + height="1" + x="25" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17446);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5468" + width="1" + height="1" + x="27" + y="27" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17448);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5470" + width="1" + height="1" + x="26" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17450);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5472" + width="1" + height="1" + x="28" + y="28" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17452);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5474" + width="1" + height="1" + x="25" + y="29" + rx="0.26516503" + ry="0.26516503" /> + <rect + style="color:#000000;fill:url(#radialGradient17454);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect5476" + width="1" + height="1" + x="27" + y="29" + rx="0.26516503" + ry="0.26516503" /> + </g> + </g> + <path + inkscape:connection-end="#g10163" + inkscape:connection-start="#g5480" + inkscape:connector-type="polyline" + id="path16667" + d="m 132.57461,645.14904 515.17635,0.46821" + style="fill:none;stroke:#000000;stroke-width:1.20443273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <text + sodipodi:linespacing="125%" + id="text16791" + y="367.16852" + x="54.603577" + style="font-size:28.55020714px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans" + xml:space="preserve"><tspan + y="367.16852" + x="54.603577" + id="tspan16793" + sodipodi:role="line">Example Request Tracker</tspan><tspan + dy="-5.6568542" + id="tspan16795" + y="402.85626" + x="54.603577" + sodipodi:role="line">network setup</tspan></text> + <path + inkscape:connection-end="#g10163" + inkscape:connection-start="#g2713" + inkscape:connector-type="polyline" + transform="translate(0,287.36218)" + id="path4301" + d="M 331.25021,223.5471 647.75096,346.59174" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/rt/docs/perlcritic.pod b/rt/docs/perlcritic.pod deleted file mode 100644 index 9c403534d..000000000 --- a/rt/docs/perlcritic.pod +++ /dev/null @@ -1,8 +0,0 @@ -=head1 Perl::Critic - -RT ships a .perlcriticrc which can be used by running perlcritic from -the root of the rt tarball. It disables or turns on flags for a few -policies. Reasoning for those changes can be found in the .perlcriticrc -file itself. - -=cut diff --git a/rt/docs/porting.windows b/rt/docs/porting.windows deleted file mode 100644 index 44b412b2e..000000000 --- a/rt/docs/porting.windows +++ /dev/null @@ -1,24 +0,0 @@ -Currently, RT is not very greatly supported on windows, -But we can really run RT now, though very basicly. - -Scary instructions( tested on windows xp ): -1. Install stawberry perl 5.10 or later -2. Install Bundle::libwin32 -3. Install all cpan modules in vessel except -cpan-Module-Signature,cpan-GnuPG-Interface,cpan-GD,cpan-IO-Tty. - -If you have vessel, you can run the following cmd to install: -perl bin\shipwright-builder --skip-test --noclean --make dmake --skip cpan-Module-Signature,cpan-GnuPG-Interface,cpan-GD,cpan-IO-Tty,perl,freetype,expat,fontconfig,ncurses,readline,gnupg,libjpeg,zlib,libpng,libgd,RT -( If you install the modules to other place, e.g. with --install-base C:\test, -remember to add C:/test/lib/perl5 to PERL5LIB env ) - -Else, you can install them( the list is extracted from vessel ) by CPAN: - -$ perl -MCPAN -e "notest install Module::Build ExtUtils::MakeMaker Devel::Symdump Pod::Coverage Test::Pod::Coverage Regexp::Common Test::Portability::Files Pod::Readme Sub::Uplevel Test::Exception Tree::Simple URI::Escape Text::WikiFormat Locale::Maketext::Fuzzy Class::MethodMaker Devel::StackTrace Class::ReturnValue Carp::Assert Carp::Assert::More HTTP::Server::Simple Test::LongString HTML::Tagset HTML::Entities IO::Uncompress::Base Compress::Raw::Zlib IO::Uncompress::Gunzip Compress::Zlib Encode LWP::UserAgent WWW::Mechanize Test::WWW::Mechanize Text::Template HTML::TreeBuilder GD::Text Tree::DAG_Node Array::Compare Test::Warn Test::Tester Test::NoWarnings Class::Accessor Class::Accessor::Chained::Fast Text::vFile::asData Data::ICal Time::ParseDate Class::Data::Inheritable Exception::Class Params::Validate Class::Container Digest::SHA1 Error Cache::Cache HTML::Mason Test::More GD::Graph DBI XML::NamespaceSupport XML::SAX XML::Simple Cache::Simple::TimedExpiry Test::HTTP::Server::Simple Params::Util Class::Inspector File::ShareDir DBD::SQLite Clone Want DBIx::SearchBuilder PerlIO::eol Module::Refresh Text::Wrapper Log::Dispatch Log::Dispatch::Perl HTML::RewriteAttributes String::ShellQuote Email::Address FCGI Test::Deep Module::Versions::Report Text::Reform Text::Autoformat Text::Quoted Class::Singleton DateTime::TimeZone List::MoreUtils DateTime::Locale DateTime Calendar::Simple Apache::Session Term::ReadKey Hook::LexWrap HTTP::Server::Simple::Mason Net::Server IPC::Run3 DBD::mysql CSS::Squish HTML::Scrubber Expect Expect::Simple Test::Expect Locale::Maketext::Lexicon Font::AFM Pod::Escapes Pod::Simple HTML::FormatText Test::Pod MIME::Types CGI::Fast UNIVERSAL::require version DBD::Pg Date::Format Mail::Mailer IO::Stringy File::Temp MIME::Entity Test::Manifest XML::Parser DateTime::Format::W3CDTF DateTime::Format::Mail XML::RSS Time::Piece Test::MockTime" - -4. configure RT on unix box with inplace layout, copy the configured RT to the -windows place you want, e.g. C:\RT - -5. cd to C:\RT, you can run RT now by the cmd: -perl bin\standalone_httpd 8080 - diff --git a/rt/docs/queue_subject_tag.pod b/rt/docs/queue_subject_tag.pod deleted file mode 100644 index 084c8132f..000000000 --- a/rt/docs/queue_subject_tag.pod +++ /dev/null @@ -1,79 +0,0 @@ -=head1 INTRODUCTION - -This text is about 'Subject Tag' property of a queue. This -property allows you to use different tags in subjects of -RT's notifications, by default it's rtname option from -the config file as it's been for a long time, now you can -use different values for different queues. - -=head1 CONFIGURATION - -=head2 Setting subject tag - -Open RT's web UI, goto -E<gt> Configuration -E<gt> Queues --E<gt> select a queue -E<gt> set 'subject tag' -E<gt> -save changes. - -=head2 Using tag in templates - -Usually you don't need to add some code into templates to -make subject tags work. A tag will be added in the -beginning of subject right before sending email out. - -If you want to subjects to be "prefix [tag] real subject" like -in default autoreply then you can use the following code in -templates to place subject tag whenever you want in a template: - - [{ $Ticket->QueueObj->SubjectTag || $rtname } #{$Ticket->id()}] - -B<Note> that in the extension from the CPAN Tag method have -been used when in 3.8 and newer it's SubjectTag, so you have to upgrade -your templates. Read L</UPGRADING> below. - -=head1 This functionality vs. RT-Extension-BrandedQueues - -RT-Extension-BrandedQueues is extension that's available from -the CPAN for older versions of RT. Starting from RT 3.8 it's -been integrated into RT core. If you are B<UPGRADING> from -older version and were using extension from the CPAN then you -MUST read L</UPGRADING> below. - -=head1 UPGRADING - -=head2 For everyone who is upgrading - -You need to modify any of your email templates which use -the $rtname variable. To edit your templates, log into RT -as your administrative user, then click: - -Configuration -> Global -> Templates -> <Some template name> - -For example, RT's default "Autoreply" includes this line: - - "There is no need to reply to this message right now. Your ticket has been - assigned an ID of [{$rtname} #{$Ticket->id()}]." - -Change this line to read: - - "There is no need to reply to this message right now. Your ticket has been - assigned an ID of [{ $Ticket->QueueObj->SubjectTag || $rtname } #{$Ticket->id()}]." - -=head2 For users of RT-Extension-BrandedQueues - -1) You MUST uninstall RT-Extension-BrandedQueues before upgrade -or use clean new dir for installation and reinstall your local -customizations. The latter way is recommended as there are many -changes in RT 3.8 and several extensions have been integrated -into core. - -2) We expect that you have backup of your RT DB around during upgrade. - -3) After upgrade run perl script 'etc/upgrade/3.8-branded-queues-extension'. -This script will convert data in the DB into new format. - -4) In templates where you were using Tag method (for example -C<< $Ticket-E<gt>QueueObj-E<gt>Tag >>) replace it with -C<< $Ticket-E<gt>QueueObj-E<gt>SubjectTag >>. Read more in -L</"Using tag in templates"> - -=cut diff --git a/rt/docs/rt3-schema-relationships.dot b/rt/docs/rt3-schema-relationships.dot deleted file mode 100644 index e290f8bcf..000000000 --- a/rt/docs/rt3-schema-relationships.dot +++ /dev/null @@ -1,89 +0,0 @@ -digraph g { -graph [ -rankdir = "RL", - concentrate = true, -ratio = auto -]; -node [ -fontsize = "18", -shape = record, fontsize = 18 -]; -edge [ -]; - -"Records" [shape = record, fontsize = 18, label = "(Any RT::Record)" ]; -"Records" -> "Principals" [label = "Creator -> id"]; -"ACL" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"ACL" -> "Principals" [label="PrincipalId -> id"]; -"ACL" -> "Principals" [label="DelegatedBy -> id"]; -"ACL" -> "ACL" [label="DelegatedFrom -> id"]; - -"Attachments" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"Attachments" -> "Transactions" [label="TransactionId -> id"]; -"Attachments" -> "Attachments" [label="Parent -> id"]; - -"CachedGroupMemers" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"CachedGroupMemers" -> "Groups" [label="GroupId -> id", weight=2]; -"CachedGroupMemers" -> "Principals" [label="MemberId -> id"]; -"CachedGroupMemers" -> "CachedGroupMemers" [label="Via -> id"]; -"CachedGroupMemers" -> "Groups" [label="ImmediateParentId -> id"]; - -"CustomFields" [shape = record, fontsize = 18, label = "<col0> \N " ]; - -"CustomFieldValues" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"CustomFieldValues" -> "CustomFields" [label="CustomField -> id"]; - -"GroupMembers" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"GroupMembers" -> "Groups" [label="GroupId -> id", weight=2]; -"GroupMembers" -> "Principals" [label="MemberId -> id", weight = 2]; - -"Groups" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"Groups" -> "Principals" [label="Groups.id -> id"]; - -"Links" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"Links" -> "Tickets" [label="LocalBase => id (usually)", style="dotted"]; -"Links" -> "Tickets" [label="LocalTarget => id (usually)", style="dotted"]; - -"Principals" [shape = record, fontsize = 18, label = "<col0> \N " ]; - -"Attributes" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"Attributes" -> "Records" [label="ObjectId -> id"]; - -"Queues" [shape = record, fontsize = 18, label = "<col0> \N " ]; - -"ScripActions" [shape = record, fontsize = 18, label = "<col0> \N " ]; - -"ScripConditions" [shape = record, fontsize = 18, label = "<col0> \N " ]; - -"Scrips" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"Scrips" -> "ScripConditions" [label="ScripCondition -> id"]; -"Scrips" -> "ScripActions" [label="ScripAction -> id"]; -"Scrips" -> "Templates" [label="Template -> id"]; -"Scrips" -> "Queues" [label="Queue -> id"]; - -"Templates" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"Templates" -> "Queues" [label ="Queue -> id" ]; - -"ObjectCustomFields" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"ObjectCustomFields" -> "CustomFields" [label="CustomField -> id"]; -"ObjectCustomFields" -> "Records" [label="ObjectId -> id"]; - -"ObjectCustomFieldValues" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"ObjectCustomFieldValues" -> "CustomFields" [label="CustomField -> id"]; -"ObjectCustomFieldValues" -> "Records" [label="ObjectId -> id"]; - -"Tickets" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"Tickets" -> "Tickets" [label="EffectiveId -> id"]; -"Tickets" -> "Principals" [label="Owner -> id"]; -"Queues" -> "Tickets" [style="invis"]; -"Tickets" -> "Queues" [label="Queue -> id"]; - -"Transactions" [shape = record, fontsize = 18, label = "<col0> \N " ]; -"Transactions" -> "Records" [label="ObjectId -> id"]; - -"Users" [shape = record, fontsize = 18, label = "<col0> \N " ]; - -"Users" -> "Principals" [label="id -> id"]; - - -} diff --git a/rt/docs/schema.dot b/rt/docs/schema.dot new file mode 100644 index 000000000..d81ceee12 --- /dev/null +++ b/rt/docs/schema.dot @@ -0,0 +1,99 @@ +digraph g { +graph [ +rankdir = "RL", + concentrate = true, +ratio = auto +]; +node [ +fontsize = "18", +shape = record, fontsize = 18 +]; +edge [ +]; + +"Records" [shape = record, fontsize = 18, label = "(Any RT::Record)" ]; +"Records" -> "Principals" [label = "Creator → id"]; +"ACL" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"ACL" -> "Principals" [label="PrincipalId → id"]; +"ACL" -> "Records" [label="ObjectId → id"]; + +"Attachments" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"Attachments" -> "Transactions" [label="TransactionId → id"]; +"Attachments" -> "Attachments" [label="Parent → id"]; + +"CachedGroupMembers" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"CachedGroupMembers" -> "Groups" [label="GroupId → id", weight=2]; +"CachedGroupMembers" -> "Principals" [label="MemberId → id"]; +"CachedGroupMembers" -> "CachedGroupMembers" [label="Via → id"]; +"CachedGroupMembers" -> "Groups" [label="ImmediateParentId → id"]; + +"CustomFields" [shape = record, fontsize = 18, label = "<col0> \N " ]; + +"CustomFieldValues" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"CustomFieldValues" -> "CustomFields" [label="CustomField → id"]; + +"GroupMembers" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"GroupMembers" -> "Groups" [label="GroupId → id", weight=2]; +"GroupMembers" -> "Principals" [label="MemberId → id", weight = 2]; + +"Groups" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"Groups" -> "Principals" [label="id → id"]; + +"Links" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"Links" -> "Tickets" [label="LocalBase ⇢ id (usually)", style="dotted"]; +"Links" -> "Tickets" [label="LocalTarget ⇢ id (usually)", style="dotted"]; + +"Principals" [shape = record, fontsize = 18, label = "<col0> \N " ]; + +"Attributes" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"Attributes" -> "Records" [label="ObjectId → id"]; + +"Queues" [shape = record, fontsize = 18, label = "<col0> \N " ]; + +"ScripActions" [shape = record, fontsize = 18, label = "<col0> \N " ]; + +"ScripConditions" [shape = record, fontsize = 18, label = "<col0> \N " ]; + +"Scrips" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"Scrips" -> "ScripConditions" [label="ScripCondition → id"]; +"Scrips" -> "ScripActions" [label="ScripAction → id"]; +"Scrips" -> "Templates" [label="Template → id"]; +"Scrips" -> "Queues" [label="Queue → id"]; + +"Templates" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"Templates" -> "Queues" [label ="Queue → id" ]; + +"ObjectCustomFields" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"ObjectCustomFields" -> "CustomFields" [label="CustomField → id"]; +"ObjectCustomFields" -> "Records" [label="ObjectId → id"]; + +"ObjectCustomFieldValues" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"ObjectCustomFieldValues" -> "CustomFields" [label="CustomField → id"]; +"ObjectCustomFieldValues" -> "Records" [label="ObjectId → id"]; + +"Tickets" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"Tickets" -> "Tickets" [label="EffectiveId → id"]; +"Tickets" -> "Principals" [label="Owner → id"]; +"Queues" -> "Tickets" [style="invis"]; +"Tickets" -> "Queues" [label="Queue → id"]; + +"Transactions" [shape = record, fontsize = 18, label = "<col0> \N " ]; +"Transactions" -> "Records" [label="ObjectId → id"]; + +"Users" [shape = record, fontsize = 18, label = "<col0> \N " ]; + +"Users" -> "Principals" [label="id → id"]; + +// "Classes" [shape = record, fontsize = 18 label = "<col0> \N " ]; +// "Articles" [shape = record, fontsize = 18 label = "<col0> \N " ]; +// "Articles" -> "Classes" [ label="Class → id"]; +// "Articles" -> "Articles" [ label="Parent → id"]; +// "ObjectClasses" [shape = record, fontsize = 18 label = "<col0> \N " ]; +// "ObjectClasses" -> "Records" [label="ObjectId → id"]; +// "ObjectClasses" -> "Classes" [label="Class → id"]; +// "Topics" [shape = record, fontsize = 18 label = "<col0> \N " ]; +// "ObjectTopics" [shape = record, fontsize = 18 label = "<col0> \N " ]; +// "ObjectTopics" -> "Records" [label="ObjectId → id"]; +// "ObjectTopics" -> "Topics" [label="Topic → id"]; + +} diff --git a/rt/docs/security.pod b/rt/docs/security.pod new file mode 100644 index 000000000..620f8687c --- /dev/null +++ b/rt/docs/security.pod @@ -0,0 +1,92 @@ +=head1 RT Security + +=head2 Reporting security vulnerabilities in RT + +If you believe you've discovered a security issue in RT, please send an +email to <security@bestpractical.com> with a detailed description of the +issue, and a secure means to respond to you (such as your PGP public +key). + +More information is available at L<http://bestpractical.com/security/>. + + +=head2 RT's security process + +After a security vulnerability is reported to Best Practical and +verified, we attempt to resolve it in as timely a fashion as possible. +Best Practical support customers will be notified before we disclose the +information to the public. All security announcements will be sent to +C<rt-announce@bestpractical.com>, which includes +C<rt-users@bestpractical.com> and C<rt-devel@bestpractical.com>. + +As the tests for security vulnerabilities are often nearly identical to +working exploits, sensitive tests will be embargoed for a period of six +months before being added to the public RT repository. + + +=head2 Security tips for running RT + +=over + +=item * + +Protect your RT installation by making it only accessible via SSL. This +will protect against users' passwords being sniffed as they go over the +wire, as well as helping prevent phishing attacks. If you use SSL, you +will need to install some additional Perl libraries so that C<rt-mailgate> +can connect. You can use the C<--enable-ssl-mailgate> command to +configure to automate the installation of these dependencies. This is +documented further in step 10 of the README. + +You should use a certificate signed by a reputable authority, or at very +least a certificate signed by a consistent local CA, which you configure +your local systems to trust. If your SSL certificate is self-signed, it +does little to prevent phishing, as users are trained to accept the +unauthorized certificate. See also the C<--no-verify-ssl> flag to +C<rt-mailgate>. + +=item * + +Be sure to change the password for the C<root> user of RT. The default +password is C<password>. This can be changed via the RT web interface +at: Preferences > About me + + +=item * + +Be sure to protect your F<RT_SiteConfig.pm> file if it contains database +credentials or other sensitive information. This file only needs to be +readable by RT and your web server. One way to accomplish this is to +make the file readable only by root and the group that RT runs as, and +then make sure your web server is a member of that group. Advanced +configuration may be required if other users have the ability to run +CGIs or access the server where RT is running. + + +=item * + +Be sure to protect your database. If it does not need to talk to the +world, then don't allow it to listen for remote connections. With MySQL +this can be accomplished via C<skip-networking>. If you use your +database for other things and must allow remote connections, be sure to +use a strong, hard to guess password for RT. + + +=item * + +Apache, lighttpd, and most other web servers support name based virtual +hosts. When possible, configure RT as a name based virtual host to +raise the bar against DNS rebinding attacks. If you see RT when you +visit http://your.servers.ipaddress.here, it means you are likely not +getting this additional protection. + + +=item * + +Use groups to organize RT permissions. Granting permissions per-user +makes them, in general, more easily over-granted and forgotten, and more +likely to diverge from each other, forming a maintenance hassle. + +=back + +=cut diff --git a/rt/docs/timezones_in_charts.pod b/rt/docs/timezones_in_charts.pod deleted file mode 100644 index b3ce18028..000000000 --- a/rt/docs/timezones_in_charts.pod +++ /dev/null @@ -1,84 +0,0 @@ -=head1 INTRO - -Every date in RT's DB is stored in UTC format. This affects charts -grouped by time periods (Annually, Monthly, etc.). To produce -charts that are in a specific timezone we have to use database specific -functions to convert time. Each DB has very different requirements. - -=head1 CONFIGURATION - -This code is experimental and you can turn it on and off using -boolean option $ChartsTimezonesInDB in the RT config. - -=head1 DATABASE SPECIFIC NOTES - -=head2 mysql - -Time can not just be converted using numeric time shift as this -shift value depends on daylight saving time properties of the time zone. - -mysql since 4.1.3 supports named timezones, but you have to fill -special tables with up to date data. On modern systems it's Usually -very easy: - - mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql - -mysql's doc recommends to restart server. Read more about timezones -in mysql in the following document -http://dev.mysql.com/doc/refman/5.0/en/time-zone-support.html . - -=head2 PostgreSQL - -PostgreSQL database uses your operating system's functions to convert -timezones. You don't need to do anything in particular except making -sure that the data in F</usr/share/zoneinfo> is up to date. On some -systems this means upgrading a system package. - -=head3 Note for users of Pg 7.2 and older or users upgraded from those - -You should be sure that timestamps in RT DB have no TZ set. TIMESTAMP -column type in PostgreSQL prior to Pg 7.3 has timezone info by default. -In newer versions it's not the case anymore. If your RT database has -this embedded timezone info, you need to alter the columns before -enabling this feature. - -=head2 Other databases - -There is no implementation for other DBs, yet. - -=head1 FOR DEVELOPERS - -=head2 PostgreSQL - -We use timestamp type for all datetime fields. It either has timezone -info or not, by default since Pg 7.3 it has no timezone. Conversion is -kinda tricky: - - timezone('Europe/Moscow', timezone('UTC', column_without_tz_info)) - timezone('to_tz', timezone('from_tz', column_without_tz_info)) - http://www.postgresql.org/docs/7.4/static/functions-datetime.html#FUNCTIONS-DATETIME-ZONECONVERT - -This function flips HAS_TZ flag on the argument. First call makes -no conversion, but flips HAS_TZ flag. So next call flips it back -and does actual conversion. - -http://www.postgresql.org/docs/7.4/static/datatype-datetime.html#DATATYPE-TIMEZONES - -=head2 mysql - -Once timezone information is loaded into tables on the server, -we have all the same set of named timezones in the system -and DateTime (DateTime project has copy of the TZ data in a module). - -CONVERT_TZ(TS, from, to) exists since mysql 4.1.3. Note that it -takes timestamp, so supports limitted range (usuall 1970-2038). - -=head2 Oracle - -Look at FROM_TZ function. - -=head2 SQLite - -As far as I can see has no support. - -=cut diff --git a/rt/docs/web_deployment.pod b/rt/docs/web_deployment.pod new file mode 100644 index 000000000..4c3f73fb5 --- /dev/null +++ b/rt/docs/web_deployment.pod @@ -0,0 +1,246 @@ +=head1 Setting up the web interface + +As of RT 3.9, RT's web interface speaks PSGI +(L<http://plackperl.org>) which lets you use RT with any PSGI-supported web +server (which includes Apache, nginx, lighttpd, etc). + +=head2 Standalone + +The standalone RT web server is backed by a pure-Perl server engine +(L<HTTP::Server::PSGI>). This standalone server is appropriate for development +and testing, but is not appropriate for production use. + +You should not run this server against port 80 (which is the default port) +because that requires root-level privileges and may conflict with any existing +listeners. So choose a high port (for example 8080) and start the standalone +server with: + + /opt/rt4/sbin/rt-server --port 8080 + +You can also run C<rt-server> with any other PSGI server, for example, +to use L<Starman>, a high performance preforking server: + + /opt/rt4/sbin/rt-server --server Starman --port 8080 + +B<NOTICE>: After you run the standalone server as root, you will need to +remove your C<var/mason> directory, or the non-standalone servers +(Apache, etc), which run as a non-privileged user, will not be able to +write to it and will not work. + + +=head2 Apache + +B<WARNING>: Both C<mod_speling> and C<mod_cache> are known to break RT. +C<mod_speling> will cause RT's CSS and JS to not be loaded, making RT +appear unstyled. C<mod_cache> will cache cookies, making users be +spontaneously logged in as other users in the system. + +=head3 mod_fastcgi + + # Tell FastCGI to put its temporary files somewhere sane; this may + # be necessary if your distribution doesn't already set it + #FastCgiIpcDir /tmp + + FastCgiServer /opt/rt4/sbin/rt-server.fcgi -processes 5 -idle-timeout 300 + + <VirtualHost rt.example.com> + ### Optional apache logs for RT + # Ensure that your log rotation scripts know about these files + # ErrorLog /opt/rt4/var/log/apache2.error + # TransferLog /opt/rt4/var/log/apache2.access + # LogLevel debug + + AddDefaultCharset UTF-8 + + Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/ + ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/ + + DocumentRoot "/opt/rt4/share/html" + <Location /> + Order allow,deny + Allow from all + + Options +ExecCGI + AddHandler fastcgi-script fcgi + </Location> + </VirtualHost> + +=head3 mod_fcgid + +B<WARNING>: Before mod_fcgid 2.3.6, the maximum request size was 1GB. +Starting in 2.3.6, this is now 128Kb. This is unlikely to be large +enough for any RT install that handles attachments. You can read more +about FcgidMaxRequestLen at +L<http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidmaxrequestlen> + +Most distributions will have a mod_fcgid.conf or similar file with +mod_fcgid configurations and you should add: + + FcgidMaxRequestLen 1073741824 + +to return to the old default. + + <VirtualHost rt.example.com> + ### Optional apache logs for RT + # Ensure that your log rotation scripts know about these files + # ErrorLog /opt/rt4/var/log/apache2.error + # TransferLog /opt/rt4/var/log/apache2.access + # LogLevel debug + + AddDefaultCharset UTF-8 + + Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/ + ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/ + + DocumentRoot "/opt/rt4/share/html" + <Location /> + Order allow,deny + Allow from all + + Options +ExecCGI + AddHandler fcgid-script fcgi + </Location> + </VirtualHost> + +=head3 mod_perl 2.xx + +B<WARNING: mod_perl 1.99_xx is not supported.> + +B<WARNING>: Due to thread-safety limitations, all timestamps will be +presented in the webserver's default time zone when using the C<worker> +and C<event> MPMs; the C<$Timezone> setting and the user's timezone +preference are ignored. We suggest the C<prefork> MPM or FastCGI +deployment if your privileged users are in a different timezone than the +one the server is configured for. + + <VirtualHost rt.example.com> + ### Optional apache logs for RT + # ErrorLog /opt/rt4/var/log/apache2.error + # TransferLog /opt/rt4/var/log/apache2.access + # LogLevel debug + + AddDefaultCharset UTF-8 + + DocumentRoot "/opt/rt4/share/html" + <Location /> + Order allow,deny + Allow from all + + SetHandler modperl + PerlResponseHandler Plack::Handler::Apache2 + PerlSetVar psgi_app /opt/rt4/sbin/rt-server + </Location> + <Perl> + use Plack::Handler::Apache2; + Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server"); + </Perl> + </VirtualHost> + +=head3 mod_perl 1.xx + +B<WARNING: mod_perl 1.99_xx is not supported.> + +To run RT using mod_perl 1.xx please see L<Plack::Handler::Apache1> for +configuration examples. + + +=head2 nginx + +C<nginx> requires that you start RT's fastcgi process externally, for +example using C<spawn-fcgi>: + + spawn-fcgi -u www-data -g www-data -a 127.0.0.1 -p 9000 \ + -- /opt/rt4/sbin/rt-server.fcgi + +With the nginx configuration: + + server { + listen 80; + server_name rt.example.com; + access_log /var/log/nginx/access.log; + + location / { + fastcgi_param QUERY_STRING $query_string; + fastcgi_param REQUEST_METHOD $request_method; + fastcgi_param CONTENT_TYPE $content_type; + fastcgi_param CONTENT_LENGTH $content_length; + + fastcgi_param SCRIPT_NAME ""; + fastcgi_param PATH_INFO $uri; + fastcgi_param REQUEST_URI $request_uri; + fastcgi_param DOCUMENT_URI $document_uri; + fastcgi_param DOCUMENT_ROOT $document_root; + fastcgi_param SERVER_PROTOCOL $server_protocol; + + fastcgi_param GATEWAY_INTERFACE CGI/1.1; + fastcgi_param SERVER_SOFTWARE nginx/$nginx_version; + + fastcgi_param REMOTE_ADDR $remote_addr; + fastcgi_param REMOTE_PORT $remote_port; + fastcgi_param SERVER_ADDR $server_addr; + fastcgi_param SERVER_PORT $server_port; + fastcgi_param SERVER_NAME $server_name; + fastcgi_pass 127.0.0.1:9000; + } + + location /NoAuth/images { + root /opt/rt4/share/html; + } + } + + +=head2 lighttpd + + server.modules += ( "mod_fastcgi" ) + $HTTP["host"] =~ "^rt.example.com" { + alias.url = ( + "/NoAuth/images/" => "/opt/rt4/share/html/NoAuth/images/", + ) + $HTTP["url"] !~ "^/NoAuth/images/" { + fastcgi.server = ( + "/" => ( + "rt" => ( + "port" => "9000", + "bin-path" => "/opt/rt4/sbin/rt-server.fcgi", + "check-local" => "disable", + "fix-root-scriptname" => "enable", + ) + ) + ) + } + } + + +=head1 Running RT at /rt rather than / + +First you need to tell RT where it's located by setting C<$WebPath> in your +F<RT_SiteConfig.pm>: + + # Important: don't include a trailing slash here. Read `perldoc + # etc/RT_Config.pm` for more information. + Set($WebPath, "/rt"); + +Then you need to update your Apache configuration to match. Prefix any RT +related C<Alias>, C<ScriptAlias> and C<Location> directives with C</rt>. You +should also make sure C<DocumentRoot> is B<not> set to +C</opt/rt4/share/html/>, otherwise RT's source will be served from C</>. + +For example: if you're using the sample FastCGI config above, you might change +the relevant directives to: + + Alias /rt/NoAuth/images/ /opt/rt4/share/html/NoAuth/images/ + ScriptAlias /rt /opt/rt4/sbin/rt-server.fcgi/ + + # Set DocumentRoot as appropriate for the other content you want to serve + DocumentRoot /var/www + + <Location /rt> + ... + </Location> + +If you're using the sample mod_perl configuration, you only need to change the +C<Location> directive. + +If you're not using Apache, please see L<Plack::Handler::FCGI> or the web +server's own documentation for configuration examples. + |