#7 Readme, handouts, module includes
Merged 6 years ago by rkratky. Opened 6 years ago by rkratky.
fedora-docs/ rkratky/flock2017-docs-workshop handout+readme  into  master

file modified
+1
@@ -4,6 +4,7 @@ 

  *.swp

  diag-*.png

  diag-*.png.cache

+ index.html

  

  ## Project-specific ignores

  

file removed
-62
@@ -1,62 +0,0 @@ 

- = AsciiBinder-Based Docs Repo

- 

- This docs repository was created with http://asciibinder.org/[AsciiBinder]. For more information on how AsciiBinder works, check out the http://asciibinder.org/latest/[documentation].

- 

- == Workshop Handout

- 

- // Suitable for handouts distributed around the venue *before* the workshop and *at* the workshop.

- .What can I expect to get from the workshop?

- 

- Learn about the plan to revive Fedora docs. Learn how to contribute to a Fedora modular guide.

- 

- .What should I do before going to the workshop?

- 

- * Clone this link:https://pagure.io/fedora-docs/flock2017-docs-workshop[repo] and fork it.

- +

- ----

- $ git clone ssh://git@pagure.io/fedora-docs/flock2017-docs-workshop.git

- ----

- +

- The repo holds a modular guide we will be contributing to.

- +

- * Make sure you have an account on *pagure.io* and that you have uploaded your SSH key to the account. See link:https://docs.pagure.org/pagure/usage/first_steps.html[First Steps on pagure].

- +

- * Install *asciidoctor*.

- +

- ----

- # dnf install asciidoctor

- ----

- +

- * Browse this link:https://rkratky.fedorapeople.org/moddocs/[Modular Documentation Reference Guide], especially _Chapter 3. Writing Modular Documentation_.

- 

- .This workshop is about 'modular documentation based on user stories'. What is that?

- 

- Modular documentation is documentation based on _modules_, which the writer combines into _assemblies_ (think articles). Each assembly documents a _user story_, which is a task description in the form of a sentence like this: _As a <type of user>, I want to <goal> so that <reason>._

- 

- image::modules_assemblies.png[]

- 

- // Robert, I added the image to the root repo dir. I didn't know where else to put it, feel free to move it somewhere else.

- 

- // The rest makes sense only for handouts *at* the workshop.

- .I have chosen a module that I want to write. What do I do exactly?

- 

- . Open the corresponding placeholder file in the repo. For example: `flock2017-docs-workshop/en-US/procedure-adding_users_to_user_groups.adoc`.

- . Replace the contents of the placeholder files with your docs. You can use the existing sections link:https://bex.fedorapeople.org/fedora-docs-web/f26/system-administrators-guide/basic-system-configuration/Managing_Users_and_Groups.html[Managing users and Groups] or link:https://docs.fedoraproject.org/en-US/Fedora/25/html/SELinux_Users_and_Administrators_Guide/sect-Managing_Confined_Services-MariaDB-Configuration_Examples.html#sect-Managing_Confined_Services-MariaDB-Configuration_Examples-Changing_Database_Location[MariaDB Changing Database Location]: browse through them and pick the pieces that fit your module.

- 

- .I have added some docs to the repo, and now I want to see the whole book. How do I preview it?

- 

- TBD

- 

- // Robert, can you please add this? I don't know if people should use asciidoctor, asciibinder, or what.

- 

- .I have added some docs to the repo and verified the book preview. How do I share my work?

- 

- Use the standard workflow: push to a branch in your fork and open a pull request.

- 

- == License

- 

- image:http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by.svg["Creative Commons License",height=31px,width=88px]

- 

- This work is licensed under a http://creativecommons.org/licenses/by/4.0/[Creative Commons Attribution 4.0 International License].

- 

- See link:LICENSE.txt[LICENSE.txt].

file added
+78
@@ -0,0 +1,78 @@ 

+ # Docs Workshop Repo

+ 

+ This docs repository was created with [AsciiBinder](http://asciibinder.org/). For more information on how AsciiBinder works, check out the [documentation](http://asciibinder.org/latest/).

+ 

+ ## How to Work with the Repo

+ 

+ 1. Make sure you have an account on *pagure.io* and that you have uploaded your SSH key to the account. See [First Steps on pagure](https://docs.pagure.org/pagure/usage/first_steps.html).

+ 

+ 2. Fork the repo to your *pagure.io* namespace (click the **Fork** button in the top-right corner of this repo's main page).

+ 

+ 3. Clone the repo to your machine:  

+    ```

+    git clone ssh://git@pagure.io/forks/<username>/fedora-docs/flock2017-docs-workshop.git

+    ```

+ 

+ 4. Change to the `en-US/sysadmin_user_stories/` directory.

+ 

+ 5. Start hacking on assemblies and modules. See the [Modular Documentation Reference Guide](https://rkratky.fedorapeople.org/moddocs/), especially _Chapter 3. Writing Modular Documentation_.

+ 

+ ### Understanding User Story-Based and Modular Docs

+ 

+ This workshop is about *modular documentation based on user stories*. What is that?

+ 

+ Modular documentation is documentation based on _modules_, which the writer combines into _assemblies_ (think articles). Each assembly documents a _user story_, which is a task description in the form of a sentence like this: _As a <type of user>, I want to <goal> so that <reason>._

+ 

+ **Simple schema of possible module combinations and reuse**

+ 

+ ```

+ +-------------------+   +-------------------+   +-------------------+

+ |                   |   |                   |   |                   |

+ |    ASSEMBLY 1     |   |    ASSEMBLY 2     |   |    ASSEMBLY 3     |

+ |                   |   |                   |   |                   |

+ |  Assembly intro   |   |  Assembly intro   |   |  Assembly intro   |

+ |                   |   |                   |   |                   |

+ | +---------------+ |   | +---------------+ |   | +---------------+ |

+ | |   Module A    | |   | |   Module D    | |   | |   Module G    | |

+ | +---------------+ |   | +---------------+ |   | +---------------+ |

+ | +---------------+ |   | +---------------+ |   | +---------------+ |

+ | |   Module B    | |   | |   Module E    | |   | |   Assembly 1  | |

+ | +---------------+ |   | +---------------+ |   | +---------------+ |

+ | +---------------+ |   | +---------------+ |   | +---------------+ |

+ | |   Module C    | |   | |   Module F    | |   | |   Module H    | |

+ | +---------------+ |   | +---------------+ |   | +---------------+ |

+ |                   |   | +---------------+ |   |                   |

+ |  Additional res.  |   | |   Module C    | |   |  Additional res.  |

+ |                   |   | +---------------+ |   |                   |

+ +-------------------+   |                   |   +-------------------+

+                         |  Additional res.  |

+                         |                   |

+                         +-------------------+

+ ```

+ 

+ For a thorough explanation, description of different types of modules, and real-world examples, see the [Modular Documentation Reference Guide](https://rkratky.fedorapeople.org/moddocs/).

+ 

+ ### Previewing the Docs

+ 

+ 1. Make sure you have *Asciidoctor* installed:  

+    ```

+    # dnf install asciidoctor

+    ```

+ 

+ 2. Run `asciidoctor` on the `index.adoc` file in the repo's root:  

+    ```

+    $ asciidoctor -a toc -n index.adoc

+    ```

+ 

+ 3. Open the resulting HTML file in a browser of your choice:  

+    ```

+    $ <browser-of-choice> index.html

+    ```

+ 

+ ### Submitting Your Contribution

+ 

+ You have added some docs to the repo and verified the book preview. How do you share your work? Use the standard workflow:

+ 

+ 1. Push to the work branch in your fork.

+ 

+ 2. Open a pull request against the original [Docs Workshop Repo](https://pagure.io/fedora-docs/flock2017-docs-workshop).

@@ -5,7 +5,7 @@ 

  

  // Can be adapted from https://bex.fedorapeople.org/fedora-docs-web/f26/system-administrators-guide/basic-system-configuration/Managing_Users_and_Groups.html

  

- == Prerequisites

+ . Prerequisites

  

  * Sentence or a bulleted list of pre-requisites that must be in place or done before the user starts this task.

  

@@ -5,7 +5,7 @@ 

  

  // Can be adapted from https://bex.fedorapeople.org/fedora-docs-web/f26/system-administrators-guide/basic-system-configuration/Managing_Users_and_Groups.html

  

- == Prerequisites

+ .Prerequisites

  

  * Sentence or a bulleted list of pre-requisites that must be in place or done before the user starts this task.

  

@@ -5,7 +5,7 @@ 

  

  // Can be adapted from https://docs.fedoraproject.org/en-US/Fedora/25/html/SELinux_Users_and_Administrators_Guide/sect-Managing_Confined_Services-MariaDB-Configuration_Examples.html#sect-Managing_Confined_Services-MariaDB-Configuration_Examples-Changing_Database_Location

  

- == Prerequisites

+ .Prerequisites

  

  * Sentence or a bulleted list of pre-requisites that must be in place or done before the user starts this task.

  
@@ -13,9 +13,9 @@ 

  

  * Text can be a link to a pre-requisite task that the user must do before starting this task.

  

- // include::concept-.adoc[leveloffset=+1]

+ include::concept-selinux_and_mariadb_or_postgresql.adoc[leveloffset=+1]

  

- // include::procedure-.adoc[leveloffset=+1]

+ include::procedure-viewing_selinux_context_of_a_database.adoc[leveloffset=+1]

  

  // include::reference-.adoc[leveloffset=+1]

  

@@ -1,13 +1,26 @@ 

- // Include an 'ID' that corresponds to the title of the assembly

- // The ID will be used as an anchor for linking to the title

- // Do not change the ID to make sure existing links keep working

- [#doing_configuring_password_policies]

+ [#configuring_password_policies]

  = Configuring Password Policies

  

  This section describes how to configure a password policy for a user.

  

- include::en-US/sysadmin_user_stories/procedure-setting_password.adoc[leveloffset=+1]

+ .Prerequisites

  

- include::en-US/sysadmin_user_stories/procedure-enabling_password_aging.adoc[leveloffset=+1]

+ * Sentence or a bulleted list of pre-requisites that must be in place or done before the user starts this task.

  

- include::en-US/sysadmin_user_stories/reference-chage_command_line_options.adoc[leveloffset=+1]

+ * Delete section title and bullets if the task has no required pre-requisites.

+ 

+ * Text can be a link to a pre-requisite task that the user must do before starting this task.

+ 

+ include::procedure-setting_password.adoc[leveloffset=+1]

+ 

+ include::procedure-enabling_password_aging.adoc[leveloffset=+1]

+ 

+ include::reference-chage_command_line_options.adoc[leveloffset=+1]

+ 

+ == Additional Resources

+ 

+ * Bulleted list of links to concepts, reference, or other tasks closely related to this user story.

+ 

+ * Include only the most relevant items as links, not every possible related item.

+ 

+ * Delete section title and bullets if no related information is needed.

@@ -1,8 +1,5 @@ 

- // Include an 'ID' that corresponds to the title of the assembly

- // The ID will be used as an anchor for linking to the title

- // Do not change the ID to make sure existing links keep working

- [#doing_several_tasks_in_sequence]

- = Doing Several Tasks in Sequence

+ [#creating_group_directories]

+ = Creating Group Directories

  

  _Start the title with a verb in the gerund form, such as Creating or Configuring._

  
@@ -23,19 +20,15 @@ 

  

  * Text can be a link to a pre-requisite task that the user must do before starting this task.

  

- .Procedure

+ include::procedure-creating_a_directory.adoc[leveloffset=+1]

  

- _Can link to or include task modules, depending on the writer's choice based on information needs. If you link to task modules, add each link as 1 step in a numbered list. The order of included task modules or of the linked steps is important to a repeatable successful outcome. Following is an example of linking to task modules in numbered steps._

+ include::procedure-creating_a_user_group.adoc[leveloffset=+1]

  

- . Link to 1st task to perform.

+ include::procedure-chown_chmod_on_directory_for_user_group.adoc[leveloffset=+1]

  

- . Format the step line as an unnumbered bullet if the procedure includes only 1 step (exception to numbering the steps).

+ include::procedure-adding_users_to_user_groups.adoc[leveloffset=+1]

  

- . Link to 3rd task to perform.

- 

- . Link to the Nth task to perform.

- 

- .Related Information

+ == Additional Resources

  

  * Bulleted list of links to concepts, reference, or other tasks closely related to this user story.

  

@@ -3,7 +3,7 @@ 

  

  This section describes how you can verify what the permissions for a directory are file so that you can make sure which user or user group can access which files or directories. You can also verify what files or directories can you access.

  

- == Prerequisites

+ .Prerequisites

  

  * Sentence or a bulleted list of pre-requisites that must be in place or done before the user starts this task.

  
@@ -11,7 +11,7 @@ 

  

  * Text can be a link to a pre-requisite task that the user must do before starting this task.

  

- include::.procedure-navigating_to_a_file_or_a_directory.adoc[leveloffset=+1]

+ include::procedure-navigating_to_a_file_or_a_directory.adoc[leveloffset=+1]

  

  include::procedure-listing_files_in_a_directory.adoc[leveloffset=+1]

  

@@ -1,48 +0,0 @@ 

- // Include an 'ID' that corresponds to the title of the assembly

- // The ID will be used as an anchor for linking to the title

- // Do not change the ID to make sure existing links keep working

- [#doing_one_task]

- = Doing One Task

- 

- _Start the title with a verb form, such as Creating or Create._

- 

- _A task module is a procedure written with numbered steps -- what a customer needs to do to accomplish a goal successfully._

- 

- // Ideally, base the name of the file on the title to avoid confusion

- // Use a consistent system for filenames and IDs, e.g.:

- //  * Only substitute spaces with underscores

- //  * Don't use any CAPS

- 

- This paragraph explains why the user performs the task, sets the context of the task, and may explain or list specical considerations specific to this task. Keep the information brief and focused on what is needed for this specific task. Suggested length is 1 to 3 sentences, can be longer if needed.

- 

- .Prerequisites

- 

- * Sentence or a bulleted list of pre-requisites that must be in place or done before the user starts this task.

- 

- * Delete section title and bullets if the task has no required pre-requisites.

- 

- * Text can be a link to a pre-requisite task that the user must do before starting this task.

- 

- 

- .Procedure

- 

- _Put steps in a numbered list. The step sequence is important to a repeatable successful outcome._

- 

- . Start each step with an active verb, because each step corresponds to one user action.

- 

- . Include one command or action per step.

- 

- . Format the step line as an unnumbered bullet if the procedure includes only 1 step (exception to numbering the steps).

- 

- . Include one command or action per step.

- 

- . Include one command or action per step.

- 

- 

- .Related Information

- 

- * Bulleted list of links to concepts, reference, or other tasks closely related to this task.

- 

- * Include only the most relevant items as links, not every possible related item.

- 

- * Delete section title and bullets if no related information is needed.

file added
+35
@@ -0,0 +1,35 @@ 

+ :last-update-label!:

+ :doctype: article

+ 

+ == Documentation Workshop: What to Expect

+ 

+ // Suitable for handouts distributed around the venue *before* the workshop and *at* the workshop.

+ .What can I expect to get from the workshop?

+ 

+ Learn about the plan to revive Fedora docs. Learn how to contribute to a modular Fedora guide.

+ 

+ .What should I do before going to the workshop?

+ 

+ * Make sure you have an account on *pagure.io* and that you have uploaded your SSH key to the account.

+ * Fork this repo: https://pagure.io/fedora-docs/flock2017-docs-workshop.

+ * Clone the forked repo to your machine:

+ +

+ ----

+ $ git clone ssh://git@pagure.io/forks/<username>/fedora-docs/flock2017-docs-workshop.git

+ ----

+ +

+ The repo holds a modular guide we will be contributing to.

+ 

+ * Make sure you have *Asciidoctor* installed:

+ +

+ ----

+ # dnf install asciidoctor

+ ----

+ 

+ * Browse the Modular Documentation Reference Guide, especially _Chapter 3. Writing Modular Documentation_: https://rkratky.fedorapeople.org/moddocs/.

+ 

+ .This workshop is about 'modular documentation based on user stories'. What is that?

+ 

+ Modular documentation is documentation based on _modules_, which the writer combines into _assemblies_ (think articles). Each assembly documents a _user story_, which is a task description in the form of a sentence like this: _As a <type of user>, I want to <goal> so that <reason>._

+ 

+ image::modules_assemblies.png[]

file added
+1195
The added file is too large to be shown here, see it at: handout-pre.pdf
file added
+27
@@ -0,0 +1,27 @@ 

+ :last-update-label!:

+ 

+ == Documentation Workshop: User Story-Based & modular Documentation

+ 

+ // The rest makes sense only for handouts *at* the workshop.

+ .I have chosen a module that I want to write. What do I do exactly?

+ 

+ . Open the corresponding placeholder file in the repo. For example: `flock2017-docs-workshop/en-US/procedure-adding_users_to_user_groups.adoc`.

+ . Replace the contents of the placeholder files with your docs. You can reuse existing sections from the System Administration Guide (_Managing Users and Groups_ or _MariaDB Changing Database Location_); browse through them and pick the pieces that fit your module.

+ 

+ .I have added some docs to the repo, and now I want to see the whole book. How do I preview it?

+ 

+ . Run `asciidoctor` on the `index.adoc` file in the repo's root:

+ +

+ ----

+ $ asciidoctor -a toc -n index.adoc

+ ----

+ 

+ . Open the resulting HTML file in a browser of your choice:

+ +

+ ----

+ $ <browser-of-choice> index.html

+ ----

+ 

+ .I have added some docs to the repo and verified the book preview. How do I share my work?

+ 

+ Use the standard workflow: push to a branch in your fork and open a pull request against the original workshop repo.

file added
+924
@@ -0,0 +1,924 @@ 

+ %PDF-1.3

+ %����

+ 1 0 obj

+ << /Title (Documentation Workshop: User Story-Based & modular Documentation)

+ /Creator (Asciidoctor PDF 1.5.0.alpha.13, based on Prawn 2.1.0)

+ /Producer (Asciidoctor PDF 1.5.0.alpha.13, based on Prawn 2.1.0)

+ /CreationDate (D:20170825185149+02'00')

+ /ModDate (D:20170825185149+02'00')

+ >>

+ endobj

+ 2 0 obj

+ << /Type /Catalog

+ /Pages 3 0 R

+ /Names 9 0 R

+ /Outlines 18 0 R

+ /PageLabels 21 0 R

+ /PageMode /UseOutlines

+ /OpenAction [7 0 R /FitH 842.89]

+ /ViewerPreferences << /DisplayDocTitle true

+ >>

+ >>

+ endobj

+ 3 0 obj

+ << /Type /Pages

+ /Count 1

+ /Kids [7 0 R]

+ >>

+ endobj

+ 4 0 obj

+ << /Length 2

+ >>

+ stream

+ q

+ 

+ endstream

+ endobj

+ 5 0 obj

+ << /Type /Page

+ /Parent 3 0 R

+ /MediaBox [0 0 595.28 841.89]

+ /Contents 4 0 R

+ /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]

+ >>

+ >>

+ endobj

+ 6 0 obj

+ << /Length 7779

+ >>

+ stream

+ q

+ /DeviceRGB cs

+ 0.200 0.200 0.200 scn

+ /DeviceRGB CS

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 48.24 782.394 Td

+ /F2.0 22 Tf

+ [<446f63756d656e746174696f6e2057> 60.0586 <6f726b73686f703a20557365722053746f72792d4261736564>] TJ

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 48.24 752.474 Td

+ /F2.0 22 Tf

+ <26206d6f64756c617220446f63756d656e746174696f6e> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 48.24 723.286 Td

+ /F3.0 10.5 Tf

+ <4920686176652063686f73656e2061206d6f64756c65207468617420492077616e7420746f2077726974652e205768617420646f204920646f2065786163746c793f> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 

+ -0.5 Tc

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 52.6765 703.506 Td

+ /F1.0 10.5 Tf

+ <312e> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 

+ 0.0 Tc

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ 0.6526 Tw

+ 

+ BT

+ 66.24 703.506 Td

+ /F1.0 10.5 Tf

+ [<4f70656e2074686520636f72726573706f6e64696e6720706c616365686f6c6465722066696c6520696e20746865207265706f2e2046> 40.0391 <6f72206578616d706c653a20>] TJ

+ ET

+ 

+ 

+ 0.0 Tw

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.694 0.129 0.275 scn

+ 0.694 0.129 0.275 SCN

+ 

+ 0.6526 Tw

+ 

+ BT

+ 405.29 703.506 Td

+ /F4.0 10.5 Tf

+ <666c6f636b323031372d646f63732d776f726b73686f702f656e2d> Tj

+ ET

+ 

+ 

+ 0.0 Tw

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.694 0.129 0.275 scn

+ 0.694 0.129 0.275 SCN

+ 

+ BT

+ 66.24 687.726 Td

+ /F4.0 10.5 Tf

+ <55532f70726f6365647572652d616464696e675f75736572735f746f5f757365725f67726f7570732e61646f63> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 302.49 687.726 Td

+ /F1.0 10.5 Tf

+ <2e> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 

+ -0.5 Tc

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 52.6765 665.946 Td

+ /F1.0 10.5 Tf

+ <322e> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 

+ 0.0 Tc

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ 1.7582 Tw

+ 

+ BT

+ 66.24 665.946 Td

+ /F1.0 10.5 Tf

+ [<5265706c6163652074686520636f6e74656e7473206f662074686520706c616365686f6c6465722066696c6573207769746820796f757220646f63732e2059> 69.8242 <6f752063616e207265757365206578697374696e672073656374696f6e73>] TJ

+ ET

+ 

+ 

+ 0.0 Tw

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ 2.9711 Tw

+ 

+ BT

+ 66.24 650.166 Td

+ /F1.0 10.5 Tf

+ [<66726f6d207468652053> 20.0195 <797374656d2041> 20.0195 <646d696e69737472> 20.0195 <6174696f6e2047756964652028>] TJ

+ ET

+ 

+ 

+ 0.0 Tw

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ 2.9711 Tw

+ 

+ BT

+ 279.9647 650.166 Td

+ /F3.0 10.5 Tf

+ <4d616e6167696e6720557365727320616e642047726f757073> Tj

+ ET

+ 

+ 

+ 0.0 Tw

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ 2.9711 Tw

+ 

+ BT

+ 428.0133 650.166 Td

+ /F1.0 10.5 Tf

+ <206f7220> Tj

+ ET

+ 

+ 

+ 0.0 Tw

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ 2.9711 Tw

+ 

+ BT

+ 450.3984 650.166 Td

+ /F3.0 10.5 Tf

+ <4d617269614442204368616e67696e67> Tj

+ ET

+ 

+ 

+ 0.0 Tw

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 66.24 634.386 Td

+ /F3.0 10.5 Tf

+ <4461746162617365204c6f636174696f6e> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 157.737 634.386 Td

+ /F1.0 10.5 Tf

+ <293b2062726f777365207468726f756768207468656d20616e64207069636b207468652070696563657320746861742066697420796f7572206d6f64756c652e> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 48.24 606.606 Td

+ /F3.0 10.5 Tf

+ <49206861766520616464656420736f6d6520646f637320746f20746865207265706f2c20616e64206e6f7720492077616e7420746f20736565207468652077686f6c6520626f6f6b2e20486f7720646f204920707265766965772069743f> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 

+ -0.5 Tc

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 52.6765 586.826 Td

+ /F1.0 10.5 Tf

+ <312e> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 

+ 0.0 Tc

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 66.24 586.826 Td

+ /F1.0 10.5 Tf

+ <52756e20> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.694 0.129 0.275 scn

+ 0.694 0.129 0.275 SCN

+ 

+ BT

+ 89.2665 586.826 Td

+ /F4.0 10.5 Tf

+ <6173636969646f63746f72> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 147.0165 586.826 Td

+ /F1.0 10.5 Tf

+ <206f6e2074686520> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.694 0.129 0.275 scn

+ 0.694 0.129 0.275 SCN

+ 

+ BT

+ 183.9765 586.826 Td

+ /F4.0 10.5 Tf

+ <696e6465782e61646f63> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 236.4765 586.826 Td

+ /F1.0 10.5 Tf

+ <2066696c6520696e20746865207265706fd57320726f6f743a> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ q

+ 0.961 0.961 0.961 scn

+ 70.24 571.01 m

+ 543.04 571.01 l

+ 545.2491 571.01 547.04 569.2191 547.04 567.01 c

+ 547.04 538.27 l

+ 547.04 536.0609 545.2491 534.27 543.04 534.27 c

+ 70.24 534.27 l

+ 68.0309 534.27 66.24 536.0609 66.24 538.27 c

+ 66.24 567.01 l

+ 66.24 569.2191 68.0309 571.01 70.24 571.01 c

+ h

+ f

+ 0.800 0.800 0.800 SCN

+ 0.75 w

+ 70.24 571.01 m

+ 543.04 571.01 l

+ 545.2491 571.01 547.04 569.2191 547.04 567.01 c

+ 547.04 538.27 l

+ 547.04 536.0609 545.2491 534.27 543.04 534.27 c

+ 70.24 534.27 l

+ 68.0309 534.27 66.24 536.0609 66.24 538.27 c

+ 66.24 567.01 l

+ 66.24 569.2191 68.0309 571.01 70.24 571.01 c

+ h

+ S

+ Q

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 77.24 548.185 Td

+ /F4.0 11 Tf

+ <24206173636969646f63746f72202d6120746f63202d6e20696e6465782e61646f63> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 

+ -0.5 Tc

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 52.6765 510.306 Td

+ /F1.0 10.5 Tf

+ <322e> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 

+ 0.0 Tc

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 66.24 510.306 Td

+ /F1.0 10.5 Tf

+ <4f70656e2074686520726573756c74696e672048544d4c2066696c6520696e20612062726f77736572206f6620796f75722063686f6963653a> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ q

+ 0.961 0.961 0.961 scn

+ 70.24 494.49 m

+ 543.04 494.49 l

+ 545.2491 494.49 547.04 492.6991 547.04 490.49 c

+ 547.04 461.75 l

+ 547.04 459.5409 545.2491 457.75 543.04 457.75 c

+ 70.24 457.75 l

+ 68.0309 457.75 66.24 459.5409 66.24 461.75 c

+ 66.24 490.49 l

+ 66.24 492.6991 68.0309 494.49 70.24 494.49 c

+ h

+ f

+ 0.800 0.800 0.800 SCN

+ 0.75 w

+ 70.24 494.49 m

+ 543.04 494.49 l

+ 545.2491 494.49 547.04 492.6991 547.04 490.49 c

+ 547.04 461.75 l

+ 547.04 459.5409 545.2491 457.75 543.04 457.75 c

+ 70.24 457.75 l

+ 68.0309 457.75 66.24 459.5409 66.24 461.75 c

+ 66.24 490.49 l

+ 66.24 492.6991 68.0309 494.49 70.24 494.49 c

+ h

+ S

+ Q

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 77.24 471.665 Td

+ /F4.0 11 Tf

+ <24203c62726f777365722d6f662d63686f6963653e20696e6465782e68746d6c> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 48.24 427.786 Td

+ /F3.0 10.5 Tf

+ [<49206861766520616464656420736f6d6520646f637320746f20746865207265706f20616e642076657269666965642074686520626f6f6b2070726576696577> 69.8242 <2e20486f7720646f2049207368617265206d7920776f726b3f>] TJ

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ 1.9288 Tw

+ 

+ BT

+ 48.24 408.006 Td

+ /F1.0 10.5 Tf

+ [<55736520746865207374616e6461726420776f726b666c6f773a207075736820746f2061206272> 20.0195 <616e636820696e20796f757220666f726b20616e64206f70656e20612070756c6c207265717565737420616761696e737420746865>] TJ

+ ET

+ 

+ 

+ 0.0 Tw

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 48.24 392.226 Td

+ /F1.0 10.5 Tf

+ <6f726967696e616c20776f726b73686f70207265706f2e> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ q

+ 0.000 0.000 0.000 scn

+ 0.000 0.000 0.000 SCN

+ 1 w

+ 0 J

+ 0 j

+ [] 0 d

+ /Stamp1 Do

+ 0.200 0.200 0.200 scn

+ 0.200 0.200 0.200 SCN

+ 

+ BT

+ 541.009 14.388 Td

+ /F1.0 9 Tf

+ <31> Tj

+ ET

+ 

+ 0.000 0.000 0.000 SCN

+ 0.000 0.000 0.000 scn

+ Q

+ Q

+ 

+ endstream

+ endobj

+ 7 0 obj

+ << /Type /Page

+ /Parent 3 0 R

+ /MediaBox [0 0 595.28 841.89]

+ /Contents 6 0 R

+ /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]

+ /Font << /F2.0 12 0 R

+ /F3.0 13 0 R

+ /F1.0 14 0 R

+ /F4.0 15 0 R

+ >>

+ /XObject << /Stamp1 16 0 R

+ >>

+ >>

+ >>

+ endobj

+ 8 0 obj

+ [7 0 R /XYZ 0 841.89 null]

+ endobj

+ 9 0 obj

+ << /Type /Names

+ /Dests 10 0 R

+ >>

+ endobj

+ 10 0 obj

+ << /Names [(__anchor-top) 8 0 R (_documentation_workshop_user_story_based_modular_documentation) 11 0 R]

+ >>

+ endobj

+ 11 0 obj

+ [7 0 R /XYZ 0 841.89 null]

+ endobj

+ 12 0 obj

+ << /Type /Font

+ /BaseFont /AAAAAE+NotoSerif-Bold

+ /Subtype /TrueType

+ /FontDescriptor 23 0 R

+ /FirstChar 32

+ /LastChar 255

+ /Widths 25 0 R

+ /ToUnicode 24 0 R

+ >>

+ endobj

+ 13 0 obj

+ << /Type /Font

+ /BaseFont /AAAAAF+NotoSerif-Italic

+ /Subtype /TrueType

+ /FontDescriptor 27 0 R

+ /FirstChar 32

+ /LastChar 255

+ /Widths 29 0 R

+ /ToUnicode 28 0 R

+ >>

+ endobj

+ 14 0 obj

+ << /Type /Font

+ /BaseFont /AAAAAG+NotoSerif

+ /Subtype /TrueType

+ /FontDescriptor 31 0 R

+ /FirstChar 32

+ /LastChar 255

+ /Widths 33 0 R

+ /ToUnicode 32 0 R

+ >>

+ endobj

+ 15 0 obj

+ << /Type /Font

+ /BaseFont /AAAAAH+mplus1mn-regular

+ /Subtype /TrueType

+ /FontDescriptor 35 0 R

+ /FirstChar 32

+ /LastChar 255

+ /Widths 37 0 R

+ /ToUnicode 36 0 R

+ >>

+ endobj

+ 16 0 obj

+ << /Type /XObject

+ /Subtype /Form

+ /BBox [0 0 595.28 841.89]

+ /Length 171

+ >>

+ stream

+ q

+ /DeviceRGB cs

+ 0.000 0.000 0.000 scn

+ /DeviceRGB CS

+ 0.000 0.000 0.000 SCN

+ 1 w

+ 0 J

+ 0 j

+ [] 0 d

+ q

+ 0.25 w

+ /DeviceRGB CS

+ 0.867 0.867 0.867 SCN

+ 48.24 30.0 m

+ 547.04 30.0 l

+ S

+ Q

+ Q

+ 

+ endstream

+ endobj

+ 17 0 obj

+ << /Type /XObject

+ /Subtype /Form

+ /BBox [0 0 595.28 841.89]

+ /Length 171

+ >>

+ stream

+ q

+ /DeviceRGB cs

+ 0.000 0.000 0.000 scn

+ /DeviceRGB CS

+ 0.000 0.000 0.000 SCN

+ 1 w

+ 0 J

+ 0 j

+ [] 0 d

+ q

+ 0.25 w

+ /DeviceRGB CS

+ 0.867 0.867 0.867 SCN

+ 48.24 30.0 m

+ 547.04 30.0 l

+ S

+ Q

+ Q

+ 

+ endstream

+ endobj

+ 18 0 obj

+ << /Type /Outlines

+ /Count 2

+ /First 19 0 R

+ /Last 20 0 R

+ >>

+ endobj

+ 19 0 obj

+ << /Title <feff0044006f00630075006d0065006e0074006100740069006f006e00200057006f0072006b00730068006f0070003a00200055007300650072002000530074006f00720079002d00420061007300650064002000260020006d006f00640075006c0061007200200044006f00630075006d0065006e0074006100740069006f006e>

+ /Parent 18 0 R

+ /Count 0

+ /Next 20 0 R

+ /Dest [7 0 R /XYZ 0 841.89 null]

+ >>

+ endobj

+ 20 0 obj

+ << /Title <feff0044006f00630075006d0065006e0074006100740069006f006e00200057006f0072006b00730068006f0070003a00200055007300650072002000530074006f00720079002d00420061007300650064002000260020006d006f00640075006c0061007200200044006f00630075006d0065006e0074006100740069006f006e>

+ /Parent 18 0 R

+ /Count 0

+ /Prev 19 0 R

+ /Dest [7 0 R /XYZ 0 841.89 null]

+ >>

+ endobj

+ 21 0 obj

+ << /Nums [0 << /P (1)

+ >>]

+ >>

+ endobj

+ 22 0 obj

+ << /Length1 6260

+ /Length 4012

+ /Filter [/FlateDecode]

+ >>

+ stream

+ x��X{P[ם>��+!dH�Wo@�J�@ d@<�l�12	���q��8NH���Y'��]�㸞���N��vw�ij�ݤu�Y��l��쫛�l���fZ����W&�_#��}�����w�{ιB!$F$@��x(��X�;aY$������O��
�$Wc����E��i�S��?z��0�?�8��C�>�����GSȅ�!��;���/C�x"�L��?��]��%B������2#B�"H7%���C5���b��E(.�衟le"���P|)@k�� ʽ�ц�|{*��6�H�**���}��>$�����W�j@]h!�EB��q7^�d�SK(�"G�؏u

+ �"	�Qiq=V`���x���n�`o*R5�ԕ#杩C=O��t�n�ɶ�z��93=y2Tm�Y���>_�ߠ�M���Bkٻ�-ލ�,ma��3�e��y�'�t�U���է/8mn�ק�GF���T�u�V�O}���.�('s���o4&�x�u�o��������ހ�+k��J|dldJJ��ɰ)��XT�f�ۅ�":�3�\o��.B�ߺy�Չ@G��H���Ȃ�w�,�Z�5��[�A�g�jƯ74�J��'�sa�9`g�R����X ��M8L%x��� ;	

+ -��S��r6)n�Ma.Ά�/�[��._��V{��/�c[T�R�TcQn!����w?�hP��۟���UW�n�h�����N�L,�xt�߿�-uW�7*\�b��mK�ws����60��6�+��a��\K��eJ)��A�NJ)¥�����0��,�
�̥���r���*���d�����s�5�g�2�m2��?WT��ƶ?��؄����\�������

+ ��uq��J`y�Æ�e����W�vKӐ��+�oo�Wn=8<{r�ҽx%��¬�,�+�r�Wty��͇�3�vY{O�T��vz:��g���
v�@k�X�3����c>Ӧ'�2����"G;c��쬴�Fl�|�f��Mw��-���J���f

+ ��nmS�5�������މ�Ƥ�F�9�b��T[0�S	�*��"A+ޝ�"������ 8c���B{��k��4p(�䉖�S#B�XK�S���������\l��#B�\���V�^L��jYY�\ �)Ty12GH�vBi�2F�$��ǙK�[��Rn���U߱7��EK��2J��a��ҝO���j��d��E]�y�b�<C���a�'wԿЕ��X��6�f,�;�u��2��p��DM!	

+ �>T���q����*�7�s+*�^:�aeū	`�2�LmCU�K=���T�n���_=ܒ��H�Ogk�KzQ�U�on�F���_�D%.\�m�)j8#$u�-���G���~��4����g��:I�H��|c���[�u.G��5ܨ�a�%?��U���Y�Qx������-v�<{e���U}�?_�؀��A���:Yq:-�-���/�t�>�.��z&:����C?�Y��o(p�Z��*@�q�\(GvԄ���d٨\fx�����.�����Y�uU�=
S/�z�{�L�vn�)$�I�m
�B��˟�������Ӧ�c�Պ��*���-����[GZ��
�:��ʢ��[�*�n�uE��	������ׯgЌ��D��X/��r_
�iIN3%'��pX�w�,���^������k^����M��N���z������
3w�]_<�����cW�295���i۪���3b��ҁf~�/�+:����EO*�s\��jϑ�RK��

+ V�f�^�|�2��E�*��$ )JV��;��{b����!q�9�fr����V�&7���2TuE�Z�|�|��T��u���ף��4��I\V��U;ښ=�|�&O�{j;�):4�&�)`W/�\V
OMcu+���-���Pk1�e2c��ev9!,���KU�R����|�ۥ��Q|�Jp��u���^X�1{��4����}��C$�	���"�������&Q�#6vp��b�K��ㄺ�?��:K9֙m%�Hdh��̞��,O�I��`g_W��/��:��_�C�\p��z�7T�-��5�f�խ�w��R���j1g���L��Ρ+��3u����U�%"����	_�(���_e ��������������	t0��?tl����x�߉q�����z�,�*`g"�@�V�X�Գ��f~��R'.��o-u.�T������+�J�"�a�?ڿ��1��%m_�y,~1UW��O���z��ϖ:#���GN{��u��=hf�A	�d
^�	;k<���Xg)L.�7�*a���>��[3󍩅U�x��ե�-���"۷�����џ9�ٯ#�~�7;JZ����S7�oپ�n3�G��ęk����;{6��l���!UH�F��=D�~Tȅ��C�G�X�"4�*U���f�X�h��?��c�*���6��)�٣m���|b������1��j��x�rS��X���\����[��y	�m�i����ۀ�yͩ
�J���Y�մo���.*��:�����O��.�vl��m��@lK0=���]�7ms9��
����J��T�ۊ5MC���_(��
��{i;�s��"_�i��X5�_��ia����AJ
�j�.�\��8T�Iz;�jZS��g��e��W�0s;p|����@��90J�q뛗2�//�F�؇
T�È�~��C�u&�M\�1��q�ۅz���ol��6EQy�V��+�N����ɐ�7��;�Z:/��j޳��:���K6�:'~��U�í]<}8��`��G�H�!��/�4��=8��><��2��.4������ڇ�^fOG[�3G��r���*�,&}~�<_Dy	�,���v�+.1�Y����{ӓ�V�>�����F/쏗٤�k8<n�\V��e7��q���$�n����.�S�g�J3���Q�
�����C=E](�/	~'l�^��f���"�	�h�8�\DL�:��Q�C~�m�-�����hBP�Ʃ�P#q�l����

+ �Wp��);� ���Ye��E�#˗�tgz�i�Dž�5���eT��"���Ĕ���1�A�3�Q�fK��hJ b���AP�����Уw�]۸����H���� :Bl�����ޝ^�*���qwM��[��{'�~xdz��|(��P;�@�Q7�E}�
�A����a4���1h������e��

+ �C��1�#<���p��

+ }��	8�}��I�G?�q8��q

+ `
�SH��x\x����B���������urP_�q������I��x.��<��ʉV#;�q1'^��
HK���
��,��k�����y���x>b��<����_�UR�<.A[��-�����Ht�v:��t{2�����$C7�b� {+M���G�SjAI�B���AE�0�N�-�	W�p7	x�!�D	4��j$��Vi.

+ C�\���)��&��Pxnf쐄ZI�5�՘A����l�I�4ՓL$����i<�IDh}�1��쁚	.�~`��G!���6���\�M�����s�d��fnz!

+ f���˃���
W(��~Z�l\~���n&M�����T8����ӫ�d�N�|硛��7�fKr�֝�/H�%~�Zk���H�����rs��v���\�`h>D/$�3�y��!<E��O�K;�*m�sc\�4Q��|�*k�`1���u�L�G&:?����ɩ0�$f&�q{�D�vΤ������0�㾦���~

+ �	~n�|�}��1q~X\�����LrM�}�Yd}?w����=3N�A���Tx�����Th

+ �N�bC'�Uu��!o�W��q�3&�C�S�	�A�l�`�*@���y�C&9�Dz,���Ζ�ޡV�b��V��@�9�����=
H7�����-�;��a��8��w4��_�����ﯔ�W"qZĮТ�m��8�A

+ endstream

+ endobj

+ 23 0 obj

+ << /Type /FontDescriptor

+ /FontName /AAAAAE+NotoSerif-Bold

+ /FontFile2 22 0 R

+ /FontBBox [-212 -250 1306 1058]

+ /Flags 6

+ /StemV 0

+ /ItalicAngle 0.0

+ /Ascent 1068

+ /Descent -292

+ /CapHeight 1462

+ /XHeight 1098

+ >>

+ endobj

+ 24 0 obj

+ << /Length 1286

+ /Filter [/FlateDecode]

+ >>

+ stream

+ x�e��n�F�ὮB�tHs&�@�n��u{stԒ +�}���i �/��y�_�!u������t�~�]�s�����n����V�����yg쾝���+���|����������<.�������÷��}���v)�����[���e���O����/��_��������q����9_ɯ}ഏOm��t������_����LL���v͵�������LJ1w����9�)e���6=n���P��Ҫt�N���*eP)��D�T.��ʕrU�)��BYTVʪ�Q6�����[����k�y
^#��k�5x������5��F^���k�y
^#��k�5x������5��F^���k�Zy-^+��k�x�������Z�V^���k�Zy-^+��k�x�������Z�V^�����:y^'����ux������u�:�N^�����:y^'����ux������u�:�N^�����zy=^/�����x��������z�^^�����zy=^/�����x��������z�^ހ7��y� o��
x��o�7�
��Aހ7��y� o��
x��o�7�
��Aވ7��Fy#�(oĻ��n�uW��.I�$�$*I$IT�H��$�$QI"I��D�D%�$�JI�$�$*I$IT�H��$�$III��$�$%I$I�|›�Mx��	o�7�M�&�Iބ7ɛ�&y�$o›�Mx��	o�7�M�.xy�U�o��ު��M��M�o�l��x;���

+ ���J�����31���x;��

+ ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x�oS��7+[ƛețךyޢoV��浖-㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x����V�z�����[YE�V�Y���_}/7�*�Y%��e�ӫq+��:��.�7�J���E�/�3Y(Y�*A�W	R��VJS�����:(u@c��D�]a*��f)�9J���)�o,#�\�Z>M�U��\�jPS�
{HS��M���j����{fk���yG�m[z*E�sa��>�&�ӫ���j%u���;�2^���W�[���®�v�[���2�쯲u�[���P�:���V̡�Յ>�M��Bi2.Ħ����ԇ!���d�k�`���=o��qWޕwdJF(�L164�U��)�x0E�~��Z?�=��/����ί���~:�o?$���������O

+ endstream

+ endobj

+ 25 0 obj

+ [259 1000 1000 1000 1000 1000 800 1000 1000 1000 1000 1000 1000 310 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 304 1000 1000 1000 1000 1000 1000 1000 671 1000 767 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 585 1000 747 1000 1066 1000 1000 1000 1000 1000 1000 1000 1000 1000 599 1000 526 648 570 1000 1000 666 352 1000 636 352 985 666 612 645 1000 522 487 404 666 1000 1000 1000 579 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]

+ endobj

+ 26 0 obj

+ << /Length1 6608

+ /Length 4269

+ /Filter [/FlateDecode]

+ >>

+ stream

+ x��X{\SW�^�����*��"�B**�<$�����R0@  $�J���U�Zj�>����ZJ[�v�ک�tj�m��-���N��>�z�u�Bvf����ǝ�w�9{���Z߷{'@ ����M6����v%=DY��Vk
{�*�� x���f��ZB�8g��ɳ��e�s8�����k���R�5ٖ�a&���8��S~�����"�����+8���ik�O�yת��Q]���?�ێ���M��`4�J�7_d�=쭏9�T 5Z��������JcǍ��	Qњ�Xm\�o��z�	�K�"��)ݘ��`LK7�����S�gfg�M�-;J{����I�2M��4O��w�L#�+,�/w�3;̊�9���{x����%K�%D�2�V����e�5����
���Ӎe&m��

+ Y�Guӳ�̆+D�8��i��x��)�CO�G9S�%h���b0$!m�$RM*��DL1hA"C��DB�\Z�V�DDtG�ʷ�W2*�9}���~@�{ۙ;I���^?A��=�.�r��b������_.��)��MY��4�.KR�8� �Q@�H����(&�K���-�R�%qx�y��^�i�B�T)U;H����iE��J¼��+t��K҉��0�T���$��"�a,�$���l�ѻ�)%w���������u���s�7I3��?V�+�/D'V*co��K�0h\�U%�*査A������/�|h��n#[<9�.���c5ϥ�U�h"!ۘ���B��G�?ѧ�;������'�	 �dHM7�bXi�z��C�߯�����쌐�U��vomm��QDT[~2J�U��R��2yW��)Q��a/o5��tlR��j���'�Z`�Ud�p;7@-8)��V��c���p�A�B��Ѡb4$Q�Z�"F�_sg1_7��qBToÙ:�ؘ��E%!C@l%�}�������>���o~e��+��z���$�Q�N���M,r�+���|�U;O\�QPPF���͓3/0;���e���~�(��C�������_�m�s�ﲔ�n"��a��
2�mGjO!^EĢҐ�H���^(`Q����հ��-�EV�7y��wK��W[��@/-8�]\͜AN� @�>L��H�D�⿎��Pu�*,4�D���t�lEbK��\W&Ξ;Ż�/��s�6HRs0��U�..%�j!/l�$e3�=���V������3w�d�Z�&x�����{Y���W�t�[H��2����j�M�h5_h�&�&T�T��P�5��c���<��r�FRI؍��ُDeg��w=�k����+�j��#=t�Od<�� ���:����b.����ޮ	�&J����d�A"X�̠�{/:�����XF�[>�+7��Ț�Pc��>LwQ��i{�U���4�璱��4������ �H#�h&o��JOv�yG��%��E�CM�	URYc��v�RF�;��K

+ 6�^8@`L�e���hr�]�iiZGKN���D�pb��|$��3�a�&�-V�L�I�$m?�JS*B�r�Y��܁X���8���V�\�M�� 	VO�t�՛�3�h�*�‹t����/C"G�^��{���A�#o�d�/@��f/I'��G�ml�)L(i�LF)X��6���9�U���W3f�I���g��>�Of�Y��[<6�"�;��K!Aݧٯ���U������k���0Us'� 	��������]�<$u4��i�&����a��U��AD(tc�ζ��m�]3�)�P��}�$����0��U�l"��^C/�n�\޹�DpW�y�5.rsEG�~VE��M�3��~w���r>5偙��/>O"��}x����GcT��_Z��!>������]��L�����Orvd���g>�7F�Oˏ�s�=QU����1�z�ϒq�l>Q_��շ��J?�㬨8����6zr��:�W��j�ݾ!G;|��4�F|��NG7��P�#�d�ݒK�CI\�s���?���BW$k��������gV��k��Β���P�kw�j��M��,6����؄Dv$BF��v��W-���W�V)�w��)��La�k2���c�tq��h-���6���?��ۊ�j�^����崒��"b(�L~f�c��X=�_���h�]`�3��q�ɹr<�C�6M9",�[k�'3��0��a��=M9���|U�0�����S?�Fu�����%��ڤ����1ct:2�2=�4Uk�R��7��e�c�븮����u7=C��~���}���W��q7�uk�]����	����7{�(E7Ğ�7vm��N�#~��D���>YX��ɷ�y����=z��9��ɡ�>��:����+�|ه���:#y4xD #ሻ�����:%� 

+ %hqJ�������zkq�|�j�~��箬j�XK��5a]%�G_�W�J?;����J&�L�}}��{����I�!=�-2	O+m��5�C��[RCR�eW�>ָ�>|�n�;whm�||ؓ;0>	������f,D51�%$��������ŵ�o|��'��^���bI����۞e#�VV��Y�w���H{��܎Σf{Z�U=����!�C'�į�<��x���ٔ�2�2��D���?W�?�zkI���q?��T�xa��y��|�h�^����n����J,1�Ie��ش� ]YO��O���1~��9��ի�U*\/:?�_�q�

+ �O��N�=�z��-�����cΡ՘n�n�D�߶��ȕ�g]U�pL7�c�����xH�ZA�q��;��M]0m#�t�0������͚.�aY~IA��#t��j^g!�k0���=Q<n)C�?�W��+V�A^JnS�zI��ɨ��IA�|R��k�ҷ���+���B+]@I/9*�^�ͧ���m;�9oM��3�����mj�c/-{UQ�?�db�����t]�ajDQ<ID3~�����q��

+ ze/=e5��L2��hů;�e�2}��d%�3po~��_1碐7ѐ2�!i"mr#���G�9�&�*-%������Z�=���$��g�OO�z�R_3�#a]�������ׅ�֡o�`

+ T�.x���9B�bt��9�����Rv'�'��G���I�K�K>�P�,�C�K��L*�"k��} �ۀ�o/���2Z2��+�Ar

+ ��AZ��e��z��Y�*�Y�Y8./���n(�:��^�+޳}P�l����w�{�tp��u�,	�x������G��=�:Q�����

+ �

+ �Yn*}���E��������j��7� �<��	

+ h�M?�`K�1�]$���<.1`ZD����PK�`FIN�0�yl��`��M��)*������)�y�s>�

+ ��� i໎�Z���o+	�����x%�$	&��w7d@�B́|0C̅B�E�����½P

+ �a������j�ޏ��k��r�:E95l�H�9Q��h��(g!^�,zrA�sB&�rbI�(�`(��"�E����^��w�sd�C^�re��\��Qj&W��]�}�<��*Q�~Q>

+ �� Q>

+ ����~Ջb�|4��c@Ǿ.��@9{M��$�P�A	�4��nk��sx4�SRR5s\��F����i�5�Q��bo�7/��� \��6h�z�x0-R1�)�������ӎ#38�tx���F�Z�V�#;^��k)~րn����ۛ�k1-\8˅����Pk���Q�l���繜.O��m���;�4ɚaq�<������~��PCjp��Ti�dO�9d�vſ��jon�w95)�)i�V&7?��i�32��w����_yI��J�ߊ`��Ec�x�m5�&[�b��vd�F�Q/�j÷
ِR����%�w��F������uy����Ω��mMwX�#ě���u5��<6M��Q��`~��5��6͐ښjsp�G�؊j�+��b��ip�h��۝���3�ǝ��W�j�:�b]��I�֣#.���\���G��]���T'ț��N16zQ�e�tM",Au�����u��eŸ���������uL���j��ku�؛5�]��U�E|2Y3����)�q13Q�S(���!5y;Yhφ�����LFɭ��ʧ��6����N����E_h�Ν_���{qg��Vu��9��ki�zJ

+ 1�q'������+X:	���gՆ���?1��B���׽^�7(|+���@>�e�.�z

+ endstream

+ endobj

+ 27 0 obj

+ << /Type /FontDescriptor

+ /FontName /AAAAAF+NotoSerif-Italic

+ /FontFile2 26 0 R

+ /FontBBox [-254 -250 1238 1047]

+ /Flags 70

+ /StemV 0

+ /ItalicAngle -12.0

+ /Ascent 1068

+ /Descent -292

+ /CapHeight 1462

+ /XHeight 1098

+ >>

+ endobj

+ 28 0 obj

+ << /Length 1286

+ /Filter [/FlateDecode]

+ >>

+ stream

+ x�e��n�F�ὮB�tHs&�@�n��u{stԒ +�}���i �/��y�_�!u������t�~�]�s�����n����V�����yg쾝���+���|����������<.�������÷��}���v)�����[���e���O����/��_��������q����9_ɯ}ഏOm��t������_����LL���v͵�������LJ1w����9�)e���6=n���P��Ҫt�N���*eP)��D�T.��ʕrU�)��BYTVʪ�Q6�����[����k�y
^#��k�5x������5��F^���k�y
^#��k�5x������5��F^���k�Zy-^+��k�x�������Z�V^���k�Zy-^+��k�x�������Z�V^�����:y^'����ux������u�:�N^�����:y^'����ux������u�:�N^�����zy=^/�����x��������z�^^�����zy=^/�����x��������z�^ހ7��y� o��
x��o�7�
��Aހ7��y� o��
x��o�7�
��Aވ7��Fy#�(oĻ��n�uW��.I�$�$*I$IT�H��$�$QI"I��D�D%�$�JI�$�$*I$IT�H��$�$III��$�$%I$I�|›�Mx��	o�7�M�&�Iބ7ɛ�&y�$o›�Mx��	o�7�M�.xy�U�o��ު��M��M�o�l��x;���

+ ���J�����31���x;��

+ ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x�oS��7+[ƛețךyޢoV��浖-㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x����V�z�����[YE�V�Y���_}/7�*�Y%��e�ӫq+��:��.�7�J���E�/�3Y(Y�*A�W	R��VJS�����:(u@c��D�]a*��f)�9J���)�o,#�\�Z>M�U��\�jPS�
{HS��M���j����{fk���yG�m[z*E�sa��>�&�ӫ���j%u���;�2^���W�[���®�v�[���2�쯲u�[���P�:���V̡�Յ>�M��Bi2.Ħ����ԇ!���d�k�`���=o��qWޕwdJF(�L164�U��)�x0E�~��Z?�=��/����ί���~:�o?$���������O

+ endstream

+ endobj

+ 29 0 obj

+ [259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 653 626 725 1000 1000 713 792 367 1000 1000 623 937 1000 1000 1000 1000 1000 1000 1000 729 1000 1044 1000 1000 1000 1000 1000 1000 1000 1000 1000 579 562 486 579 493 317 556 599 304 1000 568 304 895 599 574 577 1000 467 463 368 599 538 818 545 527 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]

+ endobj

+ 30 0 obj

+ << /Length1 8944

+ /Length 5612

+ /Filter [/FlateDecode]

+ >>

+ stream

+ x��ZTי�wf�@�@�@IHB� $a@��a6#@<�C�GbL��:��8vש�8Y۩	uS��M������t�l�=n�Ӹy4i�m�}ĵs�n���x�
cҜ]q���g������uG �� ������3��H� �Ff�#�(��!���H�7t����4�5���S;��&��0��_���@H���GC;�Q��+0�7nr�~��#���w�G&�����
t�Xh4�a�>7��!$`@]�<x�!#����x��W!����~R�t�&��;İ�XP��d(�yb�eJ�:9E�MMC:=m0���k�ef}����+��t5F��ub�P��0P���A����)e$�M*�5t�����<8��$�8��ʥK��O~�
��c�'�;K~��V�z�����sV��HT*y$�M*�t�WXx躷����K:�O|�||�<�ч'�J^����}�s������\�T���A�V��Z�ӤT���Ӥؕ�e2ړa��G/{�~�ȷ�"=Bn�;7@x�2�d��b��T����߮�V��u�}q�&�������\T��!_�����Y��$��ݿ�9Y�d�@?h%
 =0u�QF(���N�u��nb��{�"�R$Jn���H�.Ž�[ٖ�h.qi�᣽�c#�������d�tf��Q��֣�vWn�0綌��z��0\k��|�!�恫�Tpe��-����j���MrrY`��^�fs�6���̲�	`�:�����*�����ݝ�.��bTmXG�g�0�V���ܤ
ҝE

+ �R�j���2��뼂9�K(�[�+*XQ��>��:�z�,NL:�UF�H>�#)�p2R�.ӨO�o�Ŀ���uڅ���q�푋�T����?���繂���@�ڍ8:3E���՟��'j��]�~.� Kt&3����2��Y�cH2Y�	��0�Z{�X��Wc�;�Z�ߨ�Ēm*�^�4.��c6pN�I���/�>]L�9��:-��.��.��6n��K�/�!�p�z}�敜P.ä����v�+��`���uԒ���4�����G

+ #Y,$1���YT�+F�����c�c�@K��cV��ꜭ��{�ʷ[�q���K�}��9�r�%�IB�<|/<0êq�Z�%-;�~�1������p�-Zc��%�i�~��hY>�1�CG9dG�e�C�;Ӄ�/���h�����q0�s�*�|�7p�،���Eď9J3ՔbX��~�t>��o<�
O2Ջ6Dn��]��'�&�631�v2�" _E0YƬ���Bƺ�B�W�4��o,c�hݙT���Rn����1J�R��g86�&��f�9�I�GK�Np~(y?̶�}�ԩ�O66��v�+s-7~c�;11q�7;��_&&N��ć�e������������̧�{��mm�^}≫s���ը}�GP�8P!��i�iĊMksDS�Ӌ̋��0��)�u��&���XnX�Y�	tI0�	�x������g�����eT����#VRu���-E�Ό��͓5XǞ[���!��d�׭#!�X瞥4(\�j��������PE��W?�];�e�]��s��G{�m�jo{i�]%F�n��-{��cEf�pI����-�}��5ef���Z�ښk)�d__溫�a�=��������]COn�>g�~85��6Y\�ؔMNY�x��3��^'K��v�5���Ĵ��N

+ K���^�#j;�g;���^�����8�����kpB|2�ھʕ����U�yO�-*#8Y��W���w��倾���]
���JҹBz���v�Cķ�`[8�X�E����y�J���j�C`k�e�h10q%G�O�3dh4��>դ�HOϕ�h
�{��"|-Ye���0�!��.�%����4�F

+ ����

+ T̕�Y���/�?5����`���Xx��
C�ߺL٨.$c�+T,d?�:2�k/,KεV��p^X�cۛZ�*�޶�j���56Y����]�t9e�H��r�����|����O��f�a[�֌�m��B�T�I15�

+ �<�N��e��_���٬�4k�l˩�"��23�5����4�qk�

+ U�B(�����JT4n�߶�Å�

+ Uq�̹6���gx����E᧷�������t��|�?5�"����H�Ƶ>�d�}����M�.��ޓV���32�_�n�ّ�S#^����'�g�b��*���0�Dy��{+*f�*��_�ّ`-�+�Z���g�>j�Wd�ݯ(~���s>�����SU�

+ ���G^:��������|���.u��x9"��0�B��X؏y�����()K��yV%VF��z���$IP�y<���K�����n��sܜs�q�Yd.7�R�x�;w�#�T��`����ߍ�%?��,S�(�bMHd��a�����D�'fc�;�y���v�^~���X�B��m��tԮK��do�O~v�����nܬ;��>�����f�Ɵ�I�p�

+ -}UQ�S ��{�6�l-�.�۳���,��M�]��5/����@K�X�.��7���م����|�&� �!�P�#�9JK����/t��zJgB��K������PPA;yO��

+ Eщs~/#�ܒ.5�\��ؚ��-W5+b �
��h�C��'NcK�k��L����x�.�N�+ҵ	IF��O���d.}��ÿ~;��ӭ̠%���W�ᐹڟ��[h��u�7O&�7�j1j=
�f5[�i�ͭ�Nj��m��*k�\�����eM�����`LbI�΢N���������?X��$#&F��5�7g&7u�7?ғ���`5��i����|ڼ�����d��d�ޝ�@��o��=�O�~�_�r=oO���|��[����� �|�m�+9�r��ɞ`��.����_�ŬH�kti?v��b�}�oe��fg�l��V�h�b0&�;k�����j�S��b�X�]��|"��3�II���L:�+	��"	�<����t�N*չ���s-rt�C���m)R��Ei�v�T/pI�%,�U�6O�Tf]|�Cv's�4�7~��@#q�ncm�q���h#����Im�typ�9?����:�k

+ ՟����

+ �<�v5��kk^^����(�.�׈��o���5_?�k��Nӽ��T���\�j%��
���-�Ir}u�fWýA�?jwsaI�W�bX֑�����ί��A�r��;|*�e,��x;w�_r2n��g0��0�0�"�B\���U7�4���Th��[R��`o��Qv��v�8�sp>ݯ�P��]���-��+��DW6�aö�i���QGX�����|��Ð�+^:<��tQ���g&

+ &ϰ���[g�^�ek����rO��:
���/�j��B��ա���������^��_,�G�-=M�:lxc�^jG�y��ฃ�\���J�K&r��뻣��n�⭮��*gAF[�;�W�ٶ�+�㷕zF��;˶A���I�܍�,vB��⳾Yo�5׆�"Z��P�d��8���SZ%�L����Q��:�Ud)����u+��g�&�����Z��uYU��n+��R�tBﱞ�d;˥m�g��jYVﴞ߰�ݥ��Uy�_�:�z]O���z���Ѷ��zˆ�֎<hr�Qʛ����}K��5ym>:��Ue��T�,>W.m*��U��Xt�

+ K~��DrvQ�u�˞j\��SҸ�)�Zo]&�-�d�?��sT��
�

+ ���Vr���Лt\f�7�a����y�є�Ѕ�̵�v�p�P#0��l'�4�L���7��z@������Vw�+s�m+F��a^��W�ҙ�t_�]��2gS�<T�c��@���K��նxG�C�Sn��l�p�����B�Yf��	X�]J�������;(	{���0��b/&}I�/.J��

+ �0&C�/�-���4�l�.��r����kR�1['�׵�@��[�JJ�͜\���D�/<cn�T�q��j

+ �W0(5�7�o��y��}j�4��9mno��h*66��a?4u�Q�_�>�^�����CD�d�^�=f���r��ǰ�db�S�_K��8s���v{�E�pU2+L�%8�H�T��$s~n�couh	����HR����S�sf5$��<�Gf�(',�U��soJi�)���ӹ-�w{�a.WI�6�ܓ�@t=Đw��|���<�2�䞌��+���'�e�t��O�K*7m{�#q��hM

+ �O�1d����(�L�UQ�X��@LLY�����ޜ�=:\��

+ �	��i�Xw��&5sĴ��Zc�S��8��~r�������	��;��5/��aA�БC��Sq'�ǿ%\�C�+���'O�_P��������W�*aPxL�R�!n�$&!�:�yI��ErF�A�1��ؿH�>��B�h����wS3h?��Z4��x�9�s����&j��ghRP�-���#�	^Az����SFf�3��۩j����|Tr

+ �LBN�y8�"��Z'��u�q�Z-{=y��O�N�-d���OA�Dj>?�ӕ���i�$-L=���ҏY�/;'���Qz	V�'`LQW�a8��nX!]�H����	D�

+ J@�;D�*A;n�}6�檍�P	�0����v��,�G�Ѭ��n���5��#v���H��ߔҐ���L�]��"�ž0z�rT5�

+ "���:���5�&Ԍ6�Ԋ��E��-�u���4ܳ4g'g	Sl���������y9�D�{��@2�/'�k�������SH�ռ�B

+ l���=�\�t���Q�62�	�*Ǐ�r1R�wy�e���� mŠ"��K�����%������"�;^��f�RY�˥��l��q�A>���P'�^.C�����PU]����s]9�tU$20�k�zt���̞���Óቻ�}T�"h͠	4�� �ɅE΁O6�aՠ1ԋ�$#pl^�k���]w�gr4D�"����P?�E���U��+�Psx`z$4��6��AaMl��E�f��hh`hl���+�l
c��@�4

+ �
��1���y�l�c$����Pd��q����A�Y��$�b��@�(Ƀo�h��}Ue�9���I:DOM��£��a:ҿ��&�8�B�! )�M`
�,��������X}{yxrh`��

+ �F׸��[AvM�8�a�5Z�

+ ��c�CcS�1��p�3C/��[��n���8
j9(SQ�Xe��Ѩ��k��[����x����;8���Q��D��+N���M�0���:�9up�Q8?�1~m���{��1�O�S=95�7Y����ZnG��{d�`|�~�7<6	�M���'��0]:�&�^��\�r�h	��I�!��>�'Y9vJ�^���n�'$�}8���sq���HŤ�����aS��E��|C+�:@�p�VWZ�I=8^Ԇ�

+ J�:��k�������_�7"6���>����&��R��e[���H{4�

+ endstream

+ endobj

+ 31 0 obj

+ << /Type /FontDescriptor

+ /FontName /AAAAAG+NotoSerif

+ /FontFile2 30 0 R

+ /FontBBox [-212 -250 1246 1047]

+ /Flags 6

+ /StemV 0

+ /ItalicAngle 0.0

+ /Ascent 1068

+ /Descent -292

+ /CapHeight 1462

+ /XHeight 1098

+ >>

+ endobj

+ 32 0 obj

+ << /Length 1286

+ /Filter [/FlateDecode]

+ >>

+ stream

+ x�e��n�F�ὮB�tHs&�@�n��u{stԒ +�}���i �/��y�_�!u������t�~�]�s�����n����V�����yg쾝���+���|����������<.�������÷��}���v)�����[���e���O����/��_��������q����9_ɯ}ഏOm��t������_����LL���v͵�������LJ1w����9�)e���6=n���P��Ҫt�N���*eP)��D�T.��ʕrU�)��BYTVʪ�Q6�����[����k�y
^#��k�5x������5��F^���k�y
^#��k�5x������5��F^���k�Zy-^+��k�x�������Z�V^���k�Zy-^+��k�x�������Z�V^�����:y^'����ux������u�:�N^�����:y^'����ux������u�:�N^�����zy=^/�����x��������z�^^�����zy=^/�����x��������z�^ހ7��y� o��
x��o�7�
��Aހ7��y� o��
x��o�7�
��Aވ7��Fy#�(oĻ��n�uW��.I�$�$*I$IT�H��$�$QI"I��D�D%�$�JI�$�$*I$IT�H��$�$III��$�$%I$I�|›�Mx��	o�7�M�&�Iބ7ɛ�&y�$o›�Mx��	o�7�M�.xy�U�o��ު��M��M�o�l��x;���

+ ���J�����31���x;��

+ ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x�oS��7+[ƛețךyޢoV��浖-㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x����V�z�����[YE�V�Y���_}/7�*�Y%��e�ӫq+��:��.�7�J���E�/�3Y(Y�*A�W	R��VJS�����:(u@c��D�]a*��f)�9J���)�o,#�\�Z>M�U��\�jPS�
{HS��M���j����{fk���yG�m[z*E�sa��>�&�ӫ���j%u���;�2^���W�[���®�v�[���2�쯲u�[���P�:���V̡�Յ>�M��Bi2.Ħ����ԇ!���d�k�`���=o��qWޕwdJF(�L164�U��)�x0E�~��Z?�=��/����ί���~:�o?$���������O

+ endstream

+ endobj

+ 33 0 obj

+ [259 1000 1000 1000 1000 1000 1000 1000 346 346 1000 1000 1000 1000 250 1000 1000 559 559 1000 1000 1000 1000 1000 1000 1000 286 286 1000 1000 1000 1000 1000 705 1000 1000 1000 1000 589 713 792 1000 1000 1000 623 937 1000 742 1000 1000 655 543 612 716 1000 1000 1000 625 1000 1000 1000 1000 1000 1000 1000 562 613 492 613 535 369 538 634 319 1000 584 310 944 645 577 613 613 471 451 352 634 1000 861 578 564 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]

+ endobj

+ 34 0 obj

+ << /Length1 4632

+ /Length 3153

+ /Filter [/FlateDecode]

+ >>

+ stream

+ x��W}P[ו?�JH|؀�#��x �����?�|Y���*c[

+ �A ��0ȩ��:�6SG�S{��f;���n2������f��&�m�R�٬���Yw'�ɴ�l���Nx�����v�����w�9��s~���w[�	r�o'撋����
�
���㧧�߬)����&���W�

+ ���dB�̩���D�%�|:�J�~��PPFt�\��"v��\^<��	�~�$ѣDY\X��^�� �ѳ�ɹ�Z�_~	`���F�&*��(��[�R�ү�Dg�n�Z��+���������0o�y���
�'.�6	�>�`��<�ʇ�?�dEo�)��b��b���Bٶr{�v��!8�J�Ӧ���7��Wu�PUPK>�*�f5�D���WRjj@_K���%'l�Z�ͺu���Z�^�k�y�M㉾溚�����NM�/�o?���t����QG!Z�Gۏ�M��BV���p�N�j85.RxgЀ_�~B��6�Uh���^��^��������E�ߴ�^g�8?E���>`�>�u���o��%�.A)P-�=��ZȪXK;ZJ��hq�U��k��x��<=jWZ�n��| �ޭz�'���n�ֱ�.�?�Ç�ܯ࠺�!�ap�j�>�ׄ�����2�"3�N����3���ym���"V}�^��jxn]����G���.���.��deO����Ϲ�0�.�~�6�9(:L'��>��8�p,~�]��[�yW��+^e�sl9�_
^�_Đ�%\Ay��F?�~��v��+���G¾_'��`e.]e�\P�%�y�JJyq�UT^���Y�V��J��]�C����x��>���k�y�J��?�;ֶ���u����ʨ��Wsu�L�W9}&�ɪd�p���PK`�7�?<ɜ�k��Qf^�5�������6.�:(��x���m�N�y���

+ �5����%�N-�%6��{2��K�c#�ջ#�X$�shki��V�\�ֹ��]�t�mkn-~�I�+l�vy	A���Z��ƕy^M<�25=�klH���T7�ۏ��_�d�>�>r�C�󢤒��5��5�f��ɦ@.���עE�#=�}���O���覧���m�>��E�_�w��4�x�&RE�j����&����5��/K64�zǦ�[�p�qc!��s�X?XwV��M]W	����W��Ԣ��j��r�_�ؿ/�����H��������X�Pa�GV���υ~W��rd�w�TĪB܎^�hM�S�W�S�<�T_l����vյ�!|\�6��y�e;϶��
7a����ի�mx(�9w��g��=�y�����:��EV�x�A�\��W�7����#���*����=��k�`���S����[����!�2v�[f�l�N�ᚥuA�k�Z�D���*�ͤY�����S�N)��Y�J��7Z�Zr�k���{��0[e�w�_���5��g�U�?��%V>/�Ⱦ�}���}�]�T�x��b�g�R����Q�f³�

+ �5�_�ݑ����!/���������۶�ʋ�� �x�����"R�)~:��������

+ Qן�����F��'���h���4{J�
U�b����Ye���k�MdWZ[WZ�����g�`��������j�[f�[6ʱfU�b�ͽ�ױ�p:59���y���f?�|�����޹�E>�C�>���f�����gN�{��;w���Q}�V�r��G�bͧ~#>u��M����&F�z�������F�#�fDpU�=����k]���==}��Rm_bW�7��{67ϥ���W�T65�7�uMN���v�������ø��U�>�<�����3ҏG)�G���&���%u}�0-?��*�ut'���:���:Q�y-��:YS_p���E���I|Fn�U*���)U�%@���w����Q��FѢ�~̎]�0<�f�\���7�O�O�x��߼Q���!
_��aޅ;X��8�i���!T��b���[e���uN]�.�[�]����B��w�g�}B����f��L���>j��E�9?�NjAmΣ�a��k-���~V[��+��mn��9N[�z~�{���0G���߻IU+�j�fɈf��)��!���X�}����oC3��<V��ǘ�1�m`���$3_x�^���
��F��^��0����O5Kʳ�E���;^�r�3�W�D�,T6(��w@+�z���^�~љ8���3�[�a8G)��0�h�!��R����F�C��G����G���5>#�4>������]pN��`�Q��4�*p��ρ����9PN�)T�JqT��5��§4~1��/�-��26)�͜��H9WeL��cM��,�{a����t:S7�S�45����`d��
�tA7,�"��%��i�	��	�	�	���F���A�s�<>D�(E{�������yM��`>��>y<�DB)Rz�������|&��4�<
M�A]&,����=n��L-�јQ�%ҐR�4 �����~�^+�����Mo�����i8�ZZ�Y���|��M/St�f���髟[<~r�4�5��LfqOc��vO���
�'�&RS����E%���h������e�:���L6�i|�,O����ah�������񦇟�ʧ)P7:�ۛ�}2^��#�Wϊ�s�~�o�����������%�xT�s�r���H�4��Rq",Yc4x8�]2ԏ���@����+�B$$���t�-��JoJhi(sK�nI[��s�c�b��t��2Aꈒڎ�[һ�R��x0�3��	;��������)�>.H(���qmvK�Ux��gGG����j��q���2��ݍn)�%<č\'5����I�I�gS٤��Ñ�g*�R�`����^� �.�
ŝ-.�Q2R@�W&g��0yLU��r�dZ�

+ ��`R�

+ YQ1'r�RI��!u�8Ak

+ Km7��p3Ka�E��氆͡��D�f\��Cv���x������ϊI�@]�;�T��`&�&��ρ,����}�z—Z\�D��<l�I1k��h|���4cu]���ᗊ���7>��X\<F��.;u(vQ�;b�+T��]WP@�$aBږ�شesIĥ���Ϳ'��`�tu�ӿ�:��

+ endstream

+ endobj

+ 35 0 obj

+ << /Type /FontDescriptor

+ /FontName /AAAAAH+mplus1mn-regular

+ /FontFile2 34 0 R

+ /FontBBox [0 -230 1000 860]

+ /Flags 4

+ /StemV 0

+ /ItalicAngle 0.0

+ /Ascent 860

+ /Descent -140

+ /CapHeight 860

+ /XHeight 0

+ >>

+ endobj

+ 36 0 obj

+ << /Length 1286

+ /Filter [/FlateDecode]

+ >>

+ stream

+ x�e��n�F�ὮB�tHs&�@�n��u{stԒ +�}���i �/��y�_�!u������t�~�]�s�����n����V�����yg쾝���+���|����������<.�������÷��}���v)�����[���e���O����/��_��������q����9_ɯ}ഏOm��t������_����LL���v͵�������LJ1w����9�)e���6=n���P��Ҫt�N���*eP)��D�T.��ʕrU�)��BYTVʪ�Q6�����[����k�y
^#��k�5x������5��F^���k�y
^#��k�5x������5��F^���k�Zy-^+��k�x�������Z�V^���k�Zy-^+��k�x�������Z�V^�����:y^'����ux������u�:�N^�����:y^'����ux������u�:�N^�����zy=^/�����x��������z�^^�����zy=^/�����x��������z�^ހ7��y� o��
x��o�7�
��Aހ7��y� o��
x��o�7�
��Aވ7��Fy#�(oĻ��n�uW��.I�$�$*I$IT�H��$�$QI"I��D�D%�$�JI�$�$*I$IT�H��$�$III��$�$%I$I�|›�Mx��	o�7�M�&�Iބ7ɛ�&y�$o›�Mx��	o�7�M�.xy�U�o��ު��M��M�o�l��x;���

+ ���J�����31���x;��

+ ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x�oS��7+[ƛețךyޢoV��浖-㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x����V�z�����[YE�V�Y���_}/7�*�Y%��e�ӫq+��:��.�7�J���E�/�3Y(Y�*A�W	R��VJS�����:(u@c��D�]a*��f)�9J���)�o,#�\�Z>M�U��\�jPS�
{HS��M���j����{fk���yG�m[z*E�sa��>�&�ӫ���j%u���;�2^���W�[���®�v�[���2�쯲u�[���P�:���V̡�Յ>�M��Bi2.Ħ����ԇ!���d�k�`���=o��qWޕwdJF(�L164�U��)�x0E�~��Z?�=��/����ί���~:�o?$���������O

+ endstream

+ endobj

+ 37 0 obj

+ [500 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 500 500 500 500 500 500 1000 1000 1000 1000 500 1000 1000 1000 1000 500 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 500 500 500 500 500 500 500 500 500 1000 500 500 500 500 500 500 1000 500 500 500 500 1000 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]

+ endobj

+ xref

+ 0 38

+ 0000000000 65535 f 

+ 0000000015 00000 n 

+ 0000000314 00000 n 

+ 0000000515 00000 n 

+ 0000000572 00000 n 

+ 0000000623 00000 n 

+ 0000000779 00000 n 

+ 0000008610 00000 n 

+ 0000008860 00000 n 

+ 0000008902 00000 n 

+ 0000008950 00000 n 

+ 0000009074 00000 n 

+ 0000009117 00000 n 

+ 0000009287 00000 n 

+ 0000009459 00000 n 

+ 0000009624 00000 n 

+ 0000009796 00000 n 

+ 0000010075 00000 n 

+ 0000010354 00000 n 

+ 0000010428 00000 n 

+ 0000010790 00000 n 

+ 0000011152 00000 n 

+ 0000011197 00000 n 

+ 0000015299 00000 n 

+ 0000015518 00000 n 

+ 0000016880 00000 n 

+ 0000017993 00000 n 

+ 0000022352 00000 n 

+ 0000022576 00000 n 

+ 0000023938 00000 n 

+ 0000025040 00000 n 

+ 0000030742 00000 n 

+ 0000030956 00000 n 

+ 0000032318 00000 n 

+ 0000033412 00000 n 

+ 0000036655 00000 n 

+ 0000036867 00000 n 

+ 0000038229 00000 n 

+ trailer

+ << /Size 38

+ /Root 2 0 R

+ /Info 1 0 R

+ >>

+ startxref

+ 39332

+ %%EOF

file added
+15
@@ -0,0 +1,15 @@ 

+ [#sysadmin_user_stories]

+ = SysAdmin User Stories

+ 

+ include::en-US/sysadmin_user_stories/assembly-adding_new_user_accounts.adoc[leveloffset=+1]

+ 

+ include::en-US/sysadmin_user_stories/assembly-configuring_password_policies_for_users.adoc[leveloffset=+1]

+ 

+ include::en-US/sysadmin_user_stories/assembly-adjusting_file_permissions.adoc[leveloffset=+1]

+ 

+ include::en-US/sysadmin_user_stories/assembly-creating_group_directories.adoc[leveloffset=+1]

+ 

+ include::en-US/sysadmin_user_stories/assembly-verifying_file_permissions.adoc[leveloffset=+1]

+ 

+ include::en-US/sysadmin_user_stories/assembly-changing_default_database_location.adoc[leveloffset=+1]

+