ppl 4.0.3 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. checksums.yaml +4 -4
  2. data/.editorconfig +4 -0
  3. data/.github/workflows/build.yml +7 -23
  4. data/.gitignore +0 -4
  5. data/.ruby-version +1 -0
  6. data/Gemfile +0 -1
  7. data/Rakefile +2 -2
  8. data/code_of_conduct.md +1 -1
  9. data/demo.svg +1 -0
  10. data/lib/ppl/adapter/storage/disk.rb +2 -2
  11. data/lib/ppl/adapter/storage/factory.rb +1 -1
  12. data/lib/ppl/application/configuration.rb +2 -2
  13. data/lib/ppl/command/completion.rb +1 -1
  14. data/lib/ppl/command/shell.rb +1 -1
  15. data/lib/ppl/command/version.rb +1 -1
  16. data/lib/ppl/version.rb +5 -0
  17. data/lib/ppl.rb +1 -4
  18. data/makefile +12 -1
  19. data/ppl.gemspec +12 -5
  20. data/ppl.svg +12 -0
  21. data/readme.md +4 -4
  22. data/spec/ppl/adapter/storage/disk_spec.rb +2 -2
  23. data/spec/ppl/command/completion_spec.rb +2 -2
  24. data/spec/ppl/command/shell_spec.rb +1 -1
  25. data/spec/ppl/command/version_spec.rb +1 -1
  26. metadata +56 -164
  27. data/.eleventy.js +0 -86
  28. data/.eleventyignore +0 -1
  29. data/gh-pages/Gemfile +0 -2
  30. data/gh-pages/Gemfile.lock +0 -238
  31. data/gh-pages/_config.yml +0 -5
  32. data/gh-pages/_includes/changelog.html +0 -23
  33. data/gh-pages/_includes/development-sidebar.html +0 -25
  34. data/gh-pages/_includes/footer.html +0 -22
  35. data/gh-pages/_includes/header.html +0 -43
  36. data/gh-pages/_includes/news.html +0 -36
  37. data/gh-pages/_includes/tip.html +0 -54
  38. data/gh-pages/_layouts/changelog.html +0 -1
  39. data/gh-pages/_layouts/command.html +0 -104
  40. data/gh-pages/_layouts/configuration.html +0 -71
  41. data/gh-pages/_layouts/development.html +0 -20
  42. data/gh-pages/_layouts/frontpage.html +0 -6
  43. data/gh-pages/_layouts/integration.html +0 -44
  44. data/gh-pages/_layouts/news.html +0 -2
  45. data/gh-pages/_layouts/page.html +0 -6
  46. data/gh-pages/_layouts/tip.html +0 -2
  47. data/gh-pages/_posts/2012-01-15-first-post.md +0 -16
  48. data/gh-pages/_posts/2012-12-20-1.0.0.md +0 -19
  49. data/gh-pages/_posts/2012-12-20-1.1.0.md +0 -28
  50. data/gh-pages/_posts/2012-12-20-1.2.0.md +0 -18
  51. data/gh-pages/_posts/2012-12-21-1.3.0.md +0 -20
  52. data/gh-pages/_posts/2012-12-21-thank-you-for-your-all-your-feedback.md +0 -26
  53. data/gh-pages/_posts/2012-12-22-1.4.1.md +0 -21
  54. data/gh-pages/_posts/2012-12-22-1.5.0.md +0 -17
  55. data/gh-pages/_posts/2012-12-23-1.5.1.md +0 -13
  56. data/gh-pages/_posts/2012-12-23-1.5.2.md +0 -15
  57. data/gh-pages/_posts/2012-12-26-1.5.3.md +0 -19
  58. data/gh-pages/_posts/2012-12-27-1.6.0.md +0 -18
  59. data/gh-pages/_posts/2012-12-29-1.7.0.md +0 -18
  60. data/gh-pages/_posts/2013-01-05-1.8.0.md +0 -18
  61. data/gh-pages/_posts/2013-01-06-1.9.0.md +0 -20
  62. data/gh-pages/_posts/2013-01-10-1.10.0.md +0 -18
  63. data/gh-pages/_posts/2013-01-20-1.11.0.md +0 -14
  64. data/gh-pages/_posts/2013-02-16-1.12.0.md +0 -14
  65. data/gh-pages/_posts/2013-02-17-1.13.0.md +0 -29
  66. data/gh-pages/_posts/2013-02-17-1.14.0.md +0 -15
  67. data/gh-pages/_posts/2013-02-17-1.14.1.md +0 -18
  68. data/gh-pages/_posts/2013-02-17-two-months-in.md +0 -27
  69. data/gh-pages/_posts/2013-03-16-1.15.0.md +0 -28
  70. data/gh-pages/_posts/2013-03-16-coloured-output-released.md +0 -27
  71. data/gh-pages/_posts/2013-04-10-ruby-2.0-compatibility.md +0 -28
  72. data/gh-pages/_posts/2013-04-11-1.15.1.md +0 -13
  73. data/gh-pages/_posts/2013-04-12-1.16.0.md +0 -22
  74. data/gh-pages/_posts/2013-04-14-1.17.0.md +0 -15
  75. data/gh-pages/_posts/2013-04-14-1.17.1.md +0 -20
  76. data/gh-pages/_posts/2013-04-14-1.17.2.md +0 -13
  77. data/gh-pages/_posts/2013-04-15-sync-alias.md +0 -31
  78. data/gh-pages/_posts/2013-04-15-utf8-fixed-and-more.md +0 -37
  79. data/gh-pages/_posts/2013-04-16-1.18.0.md +0 -15
  80. data/gh-pages/_posts/2013-04-16-set-up-color-output.md +0 -47
  81. data/gh-pages/_posts/2013-04-19-1.19.0.md +0 -13
  82. data/gh-pages/_posts/2013-04-19-1.20.0.md +0 -15
  83. data/gh-pages/_posts/2013-04-20-1.21.0.md +0 -16
  84. data/gh-pages/_posts/2013-04-20-1.22.0.md +0 -14
  85. data/gh-pages/_posts/2013-04-20-1.22.1.md +0 -13
  86. data/gh-pages/_posts/2013-04-21-1.22.2.md +0 -15
  87. data/gh-pages/_posts/2013-04-21-1.23.0.md +0 -35
  88. data/gh-pages/_posts/2013-04-23-1.24.0.md +0 -16
  89. data/gh-pages/_posts/2013-04-24-1.25.0.md +0 -21
  90. data/gh-pages/_posts/2013-05-09-2.0.0.md +0 -33
  91. data/gh-pages/_posts/2013-05-09-version-2.0.0-released.md +0 -32
  92. data/gh-pages/_posts/2013-07-20-2.1.0.md +0 -36
  93. data/gh-pages/_posts/2013-07-20-2.2.0.md +0 -20
  94. data/gh-pages/_posts/2013-10-12-2.3.0.md +0 -19
  95. data/gh-pages/_posts/2014-03-30-2.3.1.md +0 -25
  96. data/gh-pages/_posts/2015-01-05-2.3.2.md +0 -18
  97. data/gh-pages/_posts/2015-12-03-get-involved.md +0 -29
  98. data/gh-pages/_posts/2015-12-05-2.3.3.md +0 -16
  99. data/gh-pages/_posts/2016-01-02-2.4.0.md +0 -19
  100. data/gh-pages/_posts/2017-05-01-2.4.1.md +0 -12
  101. data/gh-pages/_posts/2017-10-23-sleep-mode.md +0 -18
  102. data/gh-pages/_posts/2018-01-03-3.0.1.md +0 -12
  103. data/gh-pages/_stylesheets/ppl/color.less +0 -119
  104. data/gh-pages/_stylesheets/ppl/layout.less +0 -54
  105. data/gh-pages/_stylesheets/ppl/style.less +0 -185
  106. data/gh-pages/_stylesheets/ppl/typography.less +0 -59
  107. data/gh-pages/development/changelog/index.md +0 -18
  108. data/gh-pages/development/changelog/split.rb +0 -51
  109. data/gh-pages/development/index.html +0 -32
  110. data/gh-pages/development/roadmap/index.md +0 -15
  111. data/gh-pages/documentation/about/index.html +0 -63
  112. data/gh-pages/documentation/commands/add/index.md +0 -43
  113. data/gh-pages/documentation/commands/age/add/index.md +0 -40
  114. data/gh-pages/documentation/commands/age/index.md +0 -38
  115. data/gh-pages/documentation/commands/bday/index.md +0 -44
  116. data/gh-pages/documentation/commands/completion/index.md +0 -38
  117. data/gh-pages/documentation/commands/email/index.md +0 -64
  118. data/gh-pages/documentation/commands/grep/index.md +0 -32
  119. data/gh-pages/documentation/commands/init/index.md +0 -28
  120. data/gh-pages/documentation/commands/ls/index.md +0 -55
  121. data/gh-pages/documentation/commands/mutt/index.md +0 -36
  122. data/gh-pages/documentation/commands/mv/index.md +0 -26
  123. data/gh-pages/documentation/commands/name/index.md +0 -45
  124. data/gh-pages/documentation/commands/nick/index.md +0 -44
  125. data/gh-pages/documentation/commands/org/index.md +0 -45
  126. data/gh-pages/documentation/commands/phone/index.md +0 -56
  127. data/gh-pages/documentation/commands/post/index.md +0 -61
  128. data/gh-pages/documentation/commands/pull/index.md +0 -39
  129. data/gh-pages/documentation/commands/push/index.md +0 -36
  130. data/gh-pages/documentation/commands/remote/index.md +0 -40
  131. data/gh-pages/documentation/commands/rm/index.md +0 -23
  132. data/gh-pages/documentation/commands/scrape/index.md +0 -38
  133. data/gh-pages/documentation/commands/shell/index.md +0 -39
  134. data/gh-pages/documentation/commands/show/index.md +0 -33
  135. data/gh-pages/documentation/commands/url/index.md +0 -44
  136. data/gh-pages/documentation/commands/version/index.md +0 -27
  137. data/gh-pages/documentation/configuration/address_book/index.md +0 -22
  138. data/gh-pages/documentation/configuration/alias/index.md +0 -45
  139. data/gh-pages/documentation/configuration/color/index.md +0 -47
  140. data/gh-pages/documentation/configuration/color_age/index.md +0 -20
  141. data/gh-pages/documentation/configuration/color_bday/index.md +0 -20
  142. data/gh-pages/documentation/configuration/color_email/index.md +0 -21
  143. data/gh-pages/documentation/configuration/color_ls/index.md +0 -21
  144. data/gh-pages/documentation/configuration/color_name/index.md +0 -20
  145. data/gh-pages/documentation/configuration/color_nick/index.md +0 -20
  146. data/gh-pages/documentation/configuration/color_org/index.md +0 -20
  147. data/gh-pages/documentation/configuration/color_phone/index.md +0 -22
  148. data/gh-pages/documentation/configuration/color_post/index.md +0 -20
  149. data/gh-pages/documentation/configuration/color_url/index.md +0 -20
  150. data/gh-pages/documentation/configuration/index.html +0 -8
  151. data/gh-pages/documentation/index.html +0 -183
  152. data/gh-pages/documentation/integration/bash/index.md +0 -23
  153. data/gh-pages/documentation/integration/google/index.md +0 -26
  154. data/gh-pages/documentation/integration/index.html +0 -8
  155. data/gh-pages/documentation/integration/mutt/index.md +0 -35
  156. data/gh-pages/documentation/integration/zsh/index.md +0 -19
  157. data/gh-pages/documentation/quick-start/index.html +0 -88
  158. data/gh-pages/documentation/tips/index.html +0 -9
  159. data/gh-pages/index.html +0 -108
  160. data/gh-pages/news/index.html +0 -9
  161. data/gh-pages/robots.txt +0 -3
  162. data/gh-pages/stylesheets/flatstrap.css +0 -10
  163. data/gh-pages/stylesheets/ppl.scss +0 -235
  164. data/gh-pages/wiki.png +0 -0
  165. data/package.json +0 -23
  166. data/site/_data/url.js +0 -4
  167. data/site/casts/hero.cast +0 -189
  168. data/site/development.njk +0 -6
  169. data/site/documentation.njk +0 -6
  170. data/site/index.njk +0 -75
  171. data/site/news.njk +0 -6
  172. data/site/style.scss +0 -140
  173. data/spec/ppl/adapter/color_spec.rb +0 -14
  174. data/spec/ppl/adapter/email_scraper_spec.rb +0 -14
  175. data/spec/ppl/adapter/vcard_spec.rb +0 -23
  176. data/spec/ppl/format/address_book_spec.rb +0 -17
  177. data/spec/ppl/format/contact_spec.rb +0 -16
  178. data/spec/ppl/format/name_spec.rb +0 -17
  179. data/spec/ppl/format/postal_address_spec.rb +0 -17
  180. data/yarn.lock +0 -3605
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 811a963ed2b1070a5f92fbead6775bcb118c505eb483f677803982243d31b3ef
4
- data.tar.gz: 7a6a53a6638676786409b13c8b327fbdbc6e8a3a0d814bf8fc74a7293a4047d7
3
+ metadata.gz: b38b9c2d04d3ad59eca8b7c5b8ea2cc5fa1748b3ca7527e78e177d9cb0c5a539
4
+ data.tar.gz: d3107c891dada27586d90fe714957d32c841b243ea076084d33c0d5de4e4da38
5
5
  SHA512:
6
- metadata.gz: b424d715aadb384bbb924355264a1fd8381f662c9b6958e9cf683d10aaba11a1a793a1348a6a65373d48965871e14c0e6a6ecdc24ecc643a664ae76c7304cc64
7
- data.tar.gz: b42f7c2ec5c109eacc4efb37c2e9f910b9ea6c8b2b4edefa667480aeab01c2b6006f786a698a922d24ab8b4afdc50297912d3ab49d7ab2905dc84d81cbcdba5c
6
+ metadata.gz: 68d4ef1d2c7276256e41cdf6f7b09510337535c00a24e62416785766d14296e31b8dab1289ec1399159985115cfed4aeeab84eba9b20f05cc9e8cb4d255545b7
7
+ data.tar.gz: 7944451c60a9282d590598c2c6b494419dc934e46d49de053bb6f0700f5593cfaaf9504d53f1c2ee855c1ffacbff037c18606144f9ae3f21b61ec87a7fa72b1d
data/.editorconfig CHANGED
@@ -2,6 +2,10 @@
2
2
  indent_style = space
3
3
  indent_size = 2
4
4
 
5
+ [*.md]
6
+ indent_style = space
7
+ indent_size = 2
8
+
5
9
  [*.njk]
6
10
  indent_style = space
7
11
  indent_size = 2
@@ -2,24 +2,24 @@ name: Build
2
2
  on:
3
3
  push:
4
4
  branches:
5
- - trunk
5
+ - main
6
6
  pull_request:
7
7
  branches:
8
- - trunk
8
+ - main
9
9
 
10
10
  jobs:
11
11
  build:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
- - uses: actions/checkout@v2
14
+ - uses: actions/checkout@v4
15
15
 
16
16
  - uses: actions/setup-node@v2
17
17
  with:
18
- node-version: 14
18
+ node-version: 20
19
19
 
20
- - uses: actions/setup-ruby@v1
20
+ - uses: ruby/setup-ruby@v1
21
21
  with:
22
- ruby-version: 3.0.0
22
+ ruby-version: 3.2.0
23
23
 
24
24
  - uses: jwlawson/actions-setup-cmake@v1.8
25
25
  with:
@@ -36,25 +36,9 @@ jobs:
36
36
  - name: cucumber
37
37
  run: bundle exec rake features
38
38
 
39
- - name: eleventy
40
- run: make _site
41
-
42
- - uses: nwtgck/actions-netlify@v1.1
43
- with:
44
- publish-dir: "./_site"
45
- production-branch: trunk
46
- github-token: ${{ secrets.GITHUB_TOKEN }}
47
- deploy-message: ${{ github.event.head_commit.message }}
48
- enable-pull-request-comment: false
49
- enable-commit-comment: false
50
- env:
51
- NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
52
- NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
53
- timeout-minutes: 1
54
-
55
39
  - uses: dawidd6/action-publish-gem@v1
56
40
  continue-on-error: true
57
- if: ${{ github.ref == 'refs/heads/trunk' }}
41
+ if: ${{ github.ref == 'refs/heads/main' }}
58
42
  with:
59
43
  api_key: ${{secrets.RUBYGEMS_API_KEY}}
60
44
  github_token: ${{secrets.GITHUB_TOKEN}}
data/.gitignore CHANGED
@@ -1,7 +1,3 @@
1
1
  Gemfile.lock
2
2
  ppl-*.gem
3
3
  tmp
4
- _site
5
- yarn-error.log
6
- node_modules
7
- site/casts/*.svg
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.2.2
data/Gemfile CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  source "https://rubygems.org"
3
2
  gemspec
4
3
 
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ end
9
9
  task :disable_config do
10
10
  pplconfig = File.expand_path("~/.pplconfig")
11
11
  bkpconfig = File.expand_path("~/.pplconfig.bkp")
12
- if File.exists? pplconfig
12
+ if File.exist? pplconfig
13
13
  FileUtils.mv pplconfig, bkpconfig
14
14
  end
15
15
  at_exit { Rake::Task["enable_config"].invoke }
@@ -18,7 +18,7 @@ end
18
18
  task :enable_config do
19
19
  pplconfig = File.expand_path("~/.pplconfig")
20
20
  bkpconfig = File.expand_path("~/.pplconfig.bkp")
21
- if File.exists? bkpconfig
21
+ if File.exist? bkpconfig
22
22
  FileUtils.mv bkpconfig, pplconfig
23
23
  end
24
24
  end
data/code_of_conduct.md CHANGED
@@ -35,7 +35,7 @@ This Code of Conduct applies both within project spaces and in public spaces
35
35
  when an individual is representing the project or its community.
36
36
 
37
37
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
- reported by contacting a project maintainer at [hen@hey.com](mailto:hen@hey.com). All
38
+ reported by contacting a project maintainer at [henry@catalinismith.com](mailto:henry@catalinismith.com). All
39
39
  complaints will be reviewed and investigated and will result in a response that
40
40
  is deemed necessary and appropriate to the circumstances. Maintainers are
41
41
  obligated to maintain confidentiality with regard to the reporter of an
data/demo.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="616" height="623.88"><rect width="616" height="623.88" rx="0" ry="0" class="a"/><svg height="607.88" viewBox="0 0 60 60.788" width="600" x="8" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="8"><style>@keyframes i{0%{transform:translateX(0)}.06%{transform:translateX(-60px)}.39%{transform:translateX(-120px)}2.32%{transform:translateX(-180px)}2.69%{transform:translateX(-240px)}2.77%{transform:translateX(-300px)}3.1%{transform:translateX(-360px)}3.37%{transform:translateX(-420px)}3.45%{transform:translateX(-480px)}3.79%{transform:translateX(-540px)}4.08%{transform:translateX(-600px)}4.3%{transform:translateX(-660px)}4.71%{transform:translateX(-720px)}4.86%{transform:translateX(-780px)}4.97%{transform:translateX(-840px)}5.23%{transform:translateX(-900px)}5.73%{transform:translateX(-960px)}6.17%{transform:translateX(-1020px)}6.61%{transform:translateX(-1080px)}7.06%{transform:translateX(-1140px)}7.37%{transform:translateX(-1200px)}10.35%{transform:translateX(-1260px)}13.4%{transform:translateX(-1320px)}13.56%{transform:translateX(-1380px)}13.85%{transform:translateX(-1440px)}14.08%{transform:translateX(-1500px)}14.41%{transform:translateX(-1560px)}14.45%{transform:translateX(-1620px)}14.68%{transform:translateX(-1680px)}15.13%{transform:translateX(-1740px)}15.41%{transform:translateX(-1800px)}15.94%{transform:translateX(-1860px)}16.4%{transform:translateX(-1920px)}16.68%{transform:translateX(-1980px)}16.69%{transform:translateX(-2040px)}19.03%{transform:translateX(-2100px)}19.41%{transform:translateX(-2160px)}19.53%{transform:translateX(-2220px)}19.85%{transform:translateX(-2280px)}20.28%{transform:translateX(-2340px)}20.46%{transform:translateX(-2400px)}20.87%{transform:translateX(-2460px)}21.11%{transform:translateX(-2520px)}21.6%{transform:translateX(-2580px)}21.77%{transform:translateX(-2640px)}22.61%{transform:translateX(-2700px)}22.99%{transform:translateX(-2760px)}23.23%{transform:translateX(-2820px)}23.61%{transform:translateX(-2880px)}24.17%{transform:translateX(-2940px)}25.1%{transform:translateX(-3000px)}25.77%{transform:translateX(-3060px)}26.41%{transform:translateX(-3120px)}26.75%{transform:translateX(-3180px)}27.34%{transform:translateX(-3240px)}27.64%{transform:translateX(-3300px)}28.81%{transform:translateX(-3360px)}29.58%{transform:translateX(-3420px)}30.44%{transform:translateX(-3480px)}30.85%{transform:translateX(-3540px)}31.45%{transform:translateX(-3600px)}31.89%{transform:translateX(-3660px)}31.97%{transform:translateX(-3720px)}32.3%{transform:translateX(-3780px)}32.91%{transform:translateX(-3840px)}33%{transform:translateX(-3900px)}33.92%{transform:translateX(-3960px)}34.68%{transform:translateX(-4020px)}36.45%{transform:translateX(-4080px)}38%{transform:translateX(-4140px)}38.42%{transform:translateX(-4200px)}38.54%{transform:translateX(-4260px)}38.89%{transform:translateX(-4320px)}41.79%{transform:translateX(-4380px)}41.94%{transform:translateX(-4440px)}42.13%{transform:translateX(-4500px)}42.47%{transform:translateX(-4560px)}42.66%{transform:translateX(-4620px)}43.38%{transform:translateX(-4680px)}43.72%{transform:translateX(-4740px)}45.05%{transform:translateX(-4800px)}45.48%{transform:translateX(-4860px)}45.76%{transform:translateX(-4920px)}46.2%{transform:translateX(-4980px)}46.53%{transform:translateX(-5040px)}46.98%{transform:translateX(-5100px)}47.11%{transform:translateX(-5160px)}47.3%{transform:translateX(-5220px)}47.52%{transform:translateX(-5280px)}47.99%{transform:translateX(-5340px)}48.32%{transform:translateX(-5400px)}48.64%{transform:translateX(-5460px)}49.35%{transform:translateX(-5520px)}49.88%{transform:translateX(-5580px)}50.49%{transform:translateX(-5640px)}51.04%{transform:translateX(-5700px)}51.41%{transform:translateX(-5760px)}51.79%{transform:translateX(-5820px)}52.95%{transform:translateX(-5880px)}53.03%{transform:translateX(-5940px)}53.33%{transform:translateX(-6000px)}54.07%{transform:translateX(-6060px)}54.65%{transform:translateX(-6120px)}55.24%{transform:translateX(-6180px)}55.57%{transform:translateX(-6240px)}55.78%{transform:translateX(-6300px)}56.27%{transform:translateX(-6360px)}56.8%{transform:translateX(-6420px)}57.41%{transform:translateX(-6480px)}57.74%{transform:translateX(-6540px)}57.91%{transform:translateX(-6600px)}58.69%{transform:translateX(-6660px)}59.63%{transform:translateX(-6720px)}61.2%{transform:translateX(-6780px)}62.34%{transform:translateX(-6840px)}62.73%{transform:translateX(-6900px)}62.84%{transform:translateX(-6960px)}63.24%{transform:translateX(-7020px)}63.66%{transform:translateX(-7080px)}63.76%{transform:translateX(-7140px)}64.02%{transform:translateX(-7200px)}64.33%{transform:translateX(-7260px)}64.56%{transform:translateX(-7320px)}65.16%{transform:translateX(-7380px)}65.43%{transform:translateX(-7440px)}66.38%{transform:translateX(-7500px)}66.74%{transform:translateX(-7560px)}66.96%{transform:translateX(-7620px)}67.39%{transform:translateX(-7680px)}68.29%{transform:translateX(-7740px)}68.83%{transform:translateX(-7800px)}68.91%{transform:translateX(-7860px)}69.07%{transform:translateX(-7920px)}69.3%{transform:translateX(-7980px)}69.77%{transform:translateX(-8040px)}70%{transform:translateX(-8100px)}70.22%{transform:translateX(-8160px)}70.78%{transform:translateX(-8220px)}71.23%{transform:translateX(-8280px)}71.41%{transform:translateX(-8340px)}71.79%{transform:translateX(-8400px)}72.13%{transform:translateX(-8460px)}72.38%{transform:translateX(-8520px)}72.73%{transform:translateX(-8580px)}73.51%{transform:translateX(-8640px)}75.08%{transform:translateX(-8700px)}77.66%{transform:translateX(-8760px)}78.05%{transform:translateX(-8820px)}78.14%{transform:translateX(-8880px)}78.52%{transform:translateX(-8940px)}78.75%{transform:translateX(-9000px)}79.25%{transform:translateX(-9060px)}79.69%{transform:translateX(-9120px)}79.81%{transform:translateX(-9180px)}79.93%{transform:translateX(-9240px)}80.18%{transform:translateX(-9300px)}80.67%{transform:translateX(-9360px)}80.89%{transform:translateX(-9420px)}81.67%{transform:translateX(-9480px)}82.08%{transform:translateX(-9540px)}82.25%{transform:translateX(-9600px)}82.73%{transform:translateX(-9660px)}84.21%{transform:translateX(-9720px)}84.49%{transform:translateX(-9780px)}84.82%{transform:translateX(-9840px)}84.94%{transform:translateX(-9900px)}85.08%{transform:translateX(-9960px)}85.21%{transform:translateX(-10020px)}85.36%{transform:translateX(-10080px)}85.55%{transform:translateX(-10140px)}85.73%{transform:translateX(-10200px)}85.93%{transform:translateX(-10260px)}88.5%{transform:translateX(-10320px)}90.05%{transform:translateX(-10380px)}90.85%{transform:translateX(-10440px)}91.17%{transform:translateX(-10500px)}91.34%{transform:translateX(-10560px)}91.61%{transform:translateX(-10620px)}92.06%{transform:translateX(-10680px)}92.19%{transform:translateX(-10740px)}92.55%{transform:translateX(-10800px)}92.79%{transform:translateX(-10860px)}93.16%{transform:translateX(-10920px)}93.42%{transform:translateX(-10980px)}94.26%{transform:translateX(-11040px)}94.78%{transform:translateX(-11160px)}94.82%{transform:translateX(-11220px)}to{transform:translateX(-11280px)}}.a{fill:#282d35}.c,.d,.e{fill:#b9c0cb;white-space:pre}.d,.e{fill:#dbab79}.e{fill:#66c2cd}</style><g font-family="Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace" font-size="1.67"><defs><symbol id="1"><text y="1.67" class="c">$</text></symbol><symbol id="2"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">p</text></symbol><symbol id="3"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">pp</text></symbol><symbol id="4"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text></symbol><symbol id="5"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">init</text></symbol><symbol id="6"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">init</text><text x="11.022" y="1.67" class="c">contacts</text></symbol><symbol id="7"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">cd</text></symbol><symbol id="8"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">cd</text><text x="5.01" y="1.67" class="c">contacts</text></symbol><symbol id="9"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">add</text></symbol><symbol id="10"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">add</text><text x="10.02" y="1.67" class="c">pippi</text></symbol><symbol id="11"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">add</text><text x="10.02" y="1.67" class="c">pippi</text><text x="16.032" y="1.67" class="c">&quot;Pippi</text></symbol><symbol id="12"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">add</text><text x="10.02" y="1.67" class="c">pippi</text><text x="16.032" y="1.67" class="c">&quot;Pippi</text><text x="23.046" y="1.67" class="c">Långstrump&quot;</text></symbol><symbol id="13"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">p</text></symbol><symbol id="14"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">po</text></symbol><symbol id="15"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">pos</text></symbol><symbol id="16"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text></symbol><symbol id="17"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">p</text></symbol><symbol id="18"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pi</text></symbol><symbol id="19"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pip</text></symbol><symbol id="20"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pipp</text></symbol><symbol id="21"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text></symbol><symbol id="22"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">h</text></symbol><symbol id="23"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">ho</text></symbol><symbol id="24"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">hom</text></symbol><symbol id="25"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">home</text></symbol><symbol id="26"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">home</text><text x="22.044" y="1.67" class="c">-</text></symbol><symbol id="27"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">home</text><text x="22.044" y="1.67" class="c">-s</text></symbol><symbol id="28"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">home</text><text x="22.044" y="1.67" class="c">-s</text><text x="25.05" y="1.67" class="c">&quot;Vill</text></symbol><symbol id="29"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">home</text><text x="22.044" y="1.67" class="c">-s</text><text x="25.05" y="1.67" class="c">&quot;Villa</text></symbol><symbol id="30"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">home</text><text x="22.044" y="1.67" class="c">-s</text><text x="25.05" y="1.67" class="c">&quot;Villa</text><text x="32.064" y="1.67" class="c">Villekulla&quot;</text></symbol><symbol id="31"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">home</text><text x="22.044" y="1.67" class="c">-r</text></symbol><symbol id="32"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">post</text><text x="11.022" y="1.67" class="c">pippi</text><text x="17.034" y="1.67" class="c">home</text><text x="22.044" y="1.67" class="c">-r</text><text x="25.05" y="1.67" class="c">Gotland</text></symbol><symbol id="33"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">phone</text></symbol><symbol id="34"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">phone</text><text x="12.024" y="1.67" class="c">pippi</text></symbol><symbol id="35"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">phone</text><text x="12.024" y="1.67" class="c">pippi</text><text x="18.036" y="1.67" class="c">0123456789</text></symbol><symbol id="36"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">git</text></symbol><symbol id="37"><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">git</text><text x="6.012" y="1.67" class="c">reflog</text></symbol><symbol id="38"><text y="1.67" class="d">a9152d0</text><text x="8.016" y="1.67" class="d">(</text><text x="9.018" y="1.67" class="e">HEAD</text><text x="14.028" y="1.67" class="e">-&gt;</text><text x="17.034" y="1.67" style="white-space:pre" fill="#d290e4">trunk</text><text x="22.044" y="1.67" class="d">)</text><text x="24.048" y="1.67" class="c">HEAD@{0}:</text><text x="34.068" y="1.67" class="c">commit:</text><text x="42.084" y="1.67" class="c">save_contact(pippi</text></symbol><symbol id="39"><text y="1.67" class="c">)</text></symbol><symbol id="40"><text y="1.67" class="d">ff1e87b</text><text x="8.016" y="1.67" class="c">HEAD@{1}:</text><text x="18.036" y="1.67" class="c">commit:</text><text x="26.052" y="1.67" class="c">save_contact(pippi)</text></symbol><symbol id="41"><text y="1.67" class="d">cf92220</text><text x="8.016" y="1.67" class="c">HEAD@{2}:</text><text x="18.036" y="1.67" class="c">commit:</text><text x="26.052" y="1.67" class="c">save_contact(pippi)</text></symbol><symbol id="42"><text y="1.67" class="d">239279e</text><text x="8.016" y="1.67" class="c">HEAD@{3}:</text><text x="18.036" y="1.67" class="c">commit:</text><text x="26.052" y="1.67" class="c">save_contact(pippi)</text></symbol><symbol id="43"><text y="1.67" class="d">602b33a</text><text x="8.016" y="1.67" class="c">HEAD@{4}:</text><text x="18.036" y="1.67" class="c">commit</text><text x="25.05" y="1.67" class="c">(initial):</text><text x="36.072" y="1.67" class="c">first</text><text x="42.084" y="1.67" class="c">commit</text></symbol><symbol id="a"><path fill="transparent" d="M0 0h60v29H0z"/></symbol><symbol id="b"><path fill="#6f7683" d="M0 0h1.102v2.171H0z"/></symbol></defs><path class="a" d="M0 0h60v60.788H0z"/><g style="animation-duration:36.967416s;animation-iteration-count:infinite;animation-name:i;animation-timing-function:steps(1,end)"><svg width="11340"><svg><use xlink:href="#a"/><use xlink:href="#b" x="-.004"/></svg><svg x="60"><use xlink:href="#a"/><use xlink:href="#b" x="1.996"/><use xlink:href="#1"/></svg><svg x="120"><use xlink:href="#a"/><use xlink:href="#b" x="1.996"/><use xlink:href="#1"/></svg><svg x="180"><use xlink:href="#a"/><use xlink:href="#b" x="2.996"/><use xlink:href="#2"/></svg><svg x="240"><use xlink:href="#a"/><use xlink:href="#b" x="3.996"/><use xlink:href="#3"/></svg><svg x="300"><use xlink:href="#a"/><use xlink:href="#b" x="4.996"/><use xlink:href="#4"/></svg><svg x="360"><use xlink:href="#a"/><use xlink:href="#b" x="5.996"/><use xlink:href="#4"/></svg><svg x="420"><use xlink:href="#a"/><use xlink:href="#b" x="6.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">i</text></svg><svg x="480"><use xlink:href="#a"/><use xlink:href="#b" x="7.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">in</text></svg><svg x="540"><use xlink:href="#a"/><use xlink:href="#b" x="8.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">ini</text></svg><svg x="600"><use xlink:href="#a"/><use xlink:href="#b" x="9.996"/><use xlink:href="#5"/></svg><svg x="660"><use xlink:href="#a"/><use xlink:href="#b" x="10.996"/><use xlink:href="#5"/></svg><svg x="720"><use xlink:href="#a"/><use xlink:href="#b" x="11.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">init</text><text x="11.022" y="1.67" class="c">c</text></svg><svg x="780"><use xlink:href="#a"/><use xlink:href="#b" x="12.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">init</text><text x="11.022" y="1.67" class="c">co</text></svg><svg x="840"><use xlink:href="#a"/><use xlink:href="#b" x="13.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">init</text><text x="11.022" y="1.67" class="c">con</text></svg><svg x="900"><use xlink:href="#a"/><use xlink:href="#b" x="14.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">init</text><text x="11.022" y="1.67" class="c">cont</text></svg><svg x="960"><use xlink:href="#a"/><use xlink:href="#b" x="15.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">init</text><text x="11.022" y="1.67" class="c">conta</text></svg><svg x="1020"><use xlink:href="#a"/><use xlink:href="#b" x="16.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">init</text><text x="11.022" y="1.67" class="c">contac</text></svg><svg x="1080"><use xlink:href="#a"/><use xlink:href="#b" x="17.996"/><text y="1.67" class="c">$</text><text x="2.004" y="1.67" class="c">ppl</text><text x="6.012" y="1.67" class="c">init</text><text x="11.022" y="1.67" class="c">contact</text></svg><svg x="1140"><use xlink:href="#a"/><use xlink:href="#b" x="18.996"/><use xlink:href="#6"/></svg><svg x="1200"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="2.146"/><use xlink:href="#6"/></svg><svg x="1260"><use xlink:href="#a"/><use xlink:href="#b" x="1.996" y="2.146"/><use xlink:href="#6"/><use xlink:href="#1" y="2.171"/></svg><svg x="1320"><use xlink:href="#a"/><use xlink:href="#b" x="2.996" y="2.146"/><use xlink:href="#6"/><text y="3.841" class="c">$</text><text x="2.004" y="3.841" class="c">c</text></svg><svg x="1380"><use xlink:href="#a"/><use xlink:href="#b" x="3.996" y="2.146"/><use xlink:href="#6"/><use xlink:href="#7" y="2.171"/></svg><svg x="1440"><use xlink:href="#a"/><use xlink:href="#b" x="4.996" y="2.146"/><use xlink:href="#6"/><use xlink:href="#7" y="2.171"/></svg><svg x="1500"><use xlink:href="#a"/><use xlink:href="#b" x="5.996" y="2.146"/><use xlink:href="#6"/><text y="3.841" class="c">$</text><text x="2.004" y="3.841" class="c">cd</text><text x="5.01" y="3.841" class="c">c</text></svg><svg x="1560"><use xlink:href="#a"/><use xlink:href="#b" x="6.996" y="2.146"/><use xlink:href="#6"/><text y="3.841" class="c">$</text><text x="2.004" y="3.841" class="c">cd</text><text x="5.01" y="3.841" class="c">co</text></svg><svg x="1620"><use xlink:href="#a"/><use xlink:href="#b" x="7.996" y="2.146"/><use xlink:href="#6"/><text y="3.841" class="c">$</text><text x="2.004" y="3.841" class="c">cd</text><text x="5.01" y="3.841" class="c">con</text></svg><svg x="1680"><use xlink:href="#a"/><use xlink:href="#b" x="8.996" y="2.146"/><use xlink:href="#6"/><text y="3.841" class="c">$</text><text x="2.004" y="3.841" class="c">cd</text><text x="5.01" y="3.841" class="c">cont</text></svg><svg x="1740"><use xlink:href="#a"/><use xlink:href="#b" x="9.996" y="2.146"/><use xlink:href="#6"/><text y="3.841" class="c">$</text><text x="2.004" y="3.841" class="c">cd</text><text x="5.01" y="3.841" class="c">conta</text></svg><svg x="1800"><use xlink:href="#a"/><use xlink:href="#b" x="10.996" y="2.146"/><use xlink:href="#6"/><text y="3.841" class="c">$</text><text x="2.004" y="3.841" class="c">cd</text><text x="5.01" y="3.841" class="c">contac</text></svg><svg x="1860"><use xlink:href="#a"/><use xlink:href="#b" x="11.996" y="2.146"/><use xlink:href="#6"/><text y="3.841" class="c">$</text><text x="2.004" y="3.841" class="c">cd</text><text x="5.01" y="3.841" class="c">contact</text></svg><svg x="1920"><use xlink:href="#a"/><use xlink:href="#b" x="12.996" y="2.146"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/></svg><svg x="1980"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/></svg><svg x="2040"><use xlink:href="#a"/><use xlink:href="#b" x="1.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#1" y="4.342"/></svg><svg x="2100"><use xlink:href="#a"/><use xlink:href="#b" x="2.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#2" y="4.342"/></svg><svg x="2160"><use xlink:href="#a"/><use xlink:href="#b" x="3.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#3" y="4.342"/></svg><svg x="2220"><use xlink:href="#a"/><use xlink:href="#b" x="4.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#4" y="4.342"/></svg><svg x="2280"><use xlink:href="#a"/><use xlink:href="#b" x="5.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#4" y="4.342"/></svg><svg x="2340"><use xlink:href="#a"/><use xlink:href="#b" x="6.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">a</text></svg><svg x="2400"><use xlink:href="#a"/><use xlink:href="#b" x="7.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">ad</text></svg><svg x="2460"><use xlink:href="#a"/><use xlink:href="#b" x="8.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#9" y="4.342"/></svg><svg x="2520"><use xlink:href="#a"/><use xlink:href="#b" x="9.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#9" y="4.342"/></svg><svg x="2580"><use xlink:href="#a"/><use xlink:href="#b" x="10.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">p</text></svg><svg x="2640"><use xlink:href="#a"/><use xlink:href="#b" x="11.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pi</text></svg><svg x="2700"><use xlink:href="#a"/><use xlink:href="#b" x="12.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pip</text></svg><svg x="2760"><use xlink:href="#a"/><use xlink:href="#b" x="13.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pipp</text></svg><svg x="2820"><use xlink:href="#a"/><use xlink:href="#b" x="14.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#10" y="4.342"/></svg><svg x="2880"><use xlink:href="#a"/><use xlink:href="#b" x="15.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#10" y="4.342"/></svg><svg x="2940"><use xlink:href="#a"/><use xlink:href="#b" x="16.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;</text></svg><svg x="3000"><use xlink:href="#a"/><use xlink:href="#b" x="17.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;P</text></svg><svg x="3060"><use xlink:href="#a"/><use xlink:href="#b" x="18.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pi</text></svg><svg x="3120"><use xlink:href="#a"/><use xlink:href="#b" x="19.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pip</text></svg><svg x="3180"><use xlink:href="#a"/><use xlink:href="#b" x="20.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pipp</text></svg><svg x="3240"><use xlink:href="#a"/><use xlink:href="#b" x="21.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#11" y="4.342"/></svg><svg x="3300"><use xlink:href="#a"/><use xlink:href="#b" x="22.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#11" y="4.342"/></svg><svg x="3360"><use xlink:href="#a"/><use xlink:href="#b" x="23.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">L</text></svg><svg x="3420"><use xlink:href="#a"/><use xlink:href="#b" x="24.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">Lå</text></svg><svg x="3480"><use xlink:href="#a"/><use xlink:href="#b" x="25.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">Lån</text></svg><svg x="3540"><use xlink:href="#a"/><use xlink:href="#b" x="26.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">Lång</text></svg><svg x="3600"><use xlink:href="#a"/><use xlink:href="#b" x="27.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">Långs</text></svg><svg x="3660"><use xlink:href="#a"/><use xlink:href="#b" x="28.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">Långst</text></svg><svg x="3720"><use xlink:href="#a"/><use xlink:href="#b" x="29.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">Långstr</text></svg><svg x="3780"><use xlink:href="#a"/><use xlink:href="#b" x="30.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">Långstru</text></svg><svg x="3840"><use xlink:href="#a"/><use xlink:href="#b" x="31.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">Långstrum</text></svg><svg x="3900"><use xlink:href="#a"/><use xlink:href="#b" x="32.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><text y="6.012" class="c">$</text><text x="2.004" y="6.012" class="c">ppl</text><text x="6.012" y="6.012" class="c">add</text><text x="10.02" y="6.012" class="c">pippi</text><text x="16.032" y="6.012" class="c">&quot;Pippi</text><text x="23.046" y="6.012" class="c">Långstrump</text></svg><svg x="3960"><use xlink:href="#a"/><use xlink:href="#b" x="33.996" y="4.317"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/></svg><svg x="4020"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/></svg><svg x="4080"><use xlink:href="#a"/><use xlink:href="#b" x="1.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#1" y="6.513"/></svg><svg x="4140"><use xlink:href="#a"/><use xlink:href="#b" x="2.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#2" y="6.513"/></svg><svg x="4200"><use xlink:href="#a"/><use xlink:href="#b" x="3.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#3" y="6.513"/></svg><svg x="4260"><use xlink:href="#a"/><use xlink:href="#b" x="4.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#4" y="6.513"/></svg><svg x="4320"><use xlink:href="#a"/><use xlink:href="#b" x="5.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#4" y="6.513"/></svg><svg x="4380"><use xlink:href="#a"/><use xlink:href="#b" x="6.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#13" y="6.513"/></svg><svg x="4440"><use xlink:href="#a"/><use xlink:href="#b" x="7.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#14" y="6.513"/></svg><svg x="4500"><use xlink:href="#a"/><use xlink:href="#b" x="8.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#15" y="6.513"/></svg><svg x="4560"><use xlink:href="#a"/><use xlink:href="#b" x="9.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#16" y="6.513"/></svg><svg x="4620"><use xlink:href="#a"/><use xlink:href="#b" x="10.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#16" y="6.513"/></svg><svg x="4680"><use xlink:href="#a"/><use xlink:href="#b" x="11.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#17" y="6.513"/></svg><svg x="4740"><use xlink:href="#a"/><use xlink:href="#b" x="12.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#18" y="6.513"/></svg><svg x="4800"><use xlink:href="#a"/><use xlink:href="#b" x="13.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#19" y="6.513"/></svg><svg x="4860"><use xlink:href="#a"/><use xlink:href="#b" x="14.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#20" y="6.513"/></svg><svg x="4920"><use xlink:href="#a"/><use xlink:href="#b" x="15.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#21" y="6.513"/></svg><svg x="4980"><use xlink:href="#a"/><use xlink:href="#b" x="16.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#21" y="6.513"/></svg><svg x="5040"><use xlink:href="#a"/><use xlink:href="#b" x="17.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#22" y="6.513"/></svg><svg x="5100"><use xlink:href="#a"/><use xlink:href="#b" x="18.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#23" y="6.513"/></svg><svg x="5160"><use xlink:href="#a"/><use xlink:href="#b" x="19.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#24" y="6.513"/></svg><svg x="5220"><use xlink:href="#a"/><use xlink:href="#b" x="20.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#25" y="6.513"/></svg><svg x="5280"><use xlink:href="#a"/><use xlink:href="#b" x="21.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#25" y="6.513"/></svg><svg x="5340"><use xlink:href="#a"/><use xlink:href="#b" x="22.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#26" y="6.513"/></svg><svg x="5400"><use xlink:href="#a"/><use xlink:href="#b" x="23.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#27" y="6.513"/></svg><svg x="5460"><use xlink:href="#a"/><use xlink:href="#b" x="24.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#27" y="6.513"/></svg><svg x="5520"><use xlink:href="#a"/><use xlink:href="#b" x="25.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;</text></svg><svg x="5580"><use xlink:href="#a"/><use xlink:href="#b" x="26.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;V</text></svg><svg x="5640"><use xlink:href="#a"/><use xlink:href="#b" x="27.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Vi</text></svg><svg x="5700"><use xlink:href="#a"/><use xlink:href="#b" x="28.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Vil</text></svg><svg x="5760"><use xlink:href="#a"/><use xlink:href="#b" x="29.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#28" y="6.513"/></svg><svg x="5820"><use xlink:href="#a"/><use xlink:href="#b" x="30.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#28" y="6.513"/></svg><svg x="5880"><use xlink:href="#a"/><use xlink:href="#b" x="29.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#28" y="6.513"/></svg><svg x="5940"><use xlink:href="#a"/><use xlink:href="#b" x="30.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#29" y="6.513"/></svg><svg x="6000"><use xlink:href="#a"/><use xlink:href="#b" x="31.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#29" y="6.513"/></svg><svg x="6060"><use xlink:href="#a"/><use xlink:href="#b" x="32.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">V</text></svg><svg x="6120"><use xlink:href="#a"/><use xlink:href="#b" x="33.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">Vi</text></svg><svg x="6180"><use xlink:href="#a"/><use xlink:href="#b" x="34.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">Vil</text></svg><svg x="6240"><use xlink:href="#a"/><use xlink:href="#b" x="35.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">Vill</text></svg><svg x="6300"><use xlink:href="#a"/><use xlink:href="#b" x="36.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">Ville</text></svg><svg x="6360"><use xlink:href="#a"/><use xlink:href="#b" x="37.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">Villek</text></svg><svg x="6420"><use xlink:href="#a"/><use xlink:href="#b" x="38.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">Villeku</text></svg><svg x="6480"><use xlink:href="#a"/><use xlink:href="#b" x="39.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">Villekul</text></svg><svg x="6540"><use xlink:href="#a"/><use xlink:href="#b" x="40.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">Villekull</text></svg><svg x="6600"><use xlink:href="#a"/><use xlink:href="#b" x="41.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><text y="8.183" class="c">$</text><text x="2.004" y="8.183" class="c">ppl</text><text x="6.012" y="8.183" class="c">post</text><text x="11.022" y="8.183" class="c">pippi</text><text x="17.034" y="8.183" class="c">home</text><text x="22.044" y="8.183" class="c">-s</text><text x="25.05" y="8.183" class="c">&quot;Villa</text><text x="32.064" y="8.183" class="c">Villekulla</text></svg><svg x="6660"><use xlink:href="#a"/><use xlink:href="#b" x="42.996" y="6.488"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/></svg><svg x="6720"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/></svg><svg x="6780"><use xlink:href="#a"/><use xlink:href="#b" x="1.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#1" y="8.684"/></svg><svg x="6840"><use xlink:href="#a"/><use xlink:href="#b" x="2.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#2" y="8.684"/></svg><svg x="6900"><use xlink:href="#a"/><use xlink:href="#b" x="3.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#3" y="8.684"/></svg><svg x="6960"><use xlink:href="#a"/><use xlink:href="#b" x="4.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#4" y="8.684"/></svg><svg x="7020"><use xlink:href="#a"/><use xlink:href="#b" x="5.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#4" y="8.684"/></svg><svg x="7080"><use xlink:href="#a"/><use xlink:href="#b" x="6.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#13" y="8.684"/></svg><svg x="7140"><use xlink:href="#a"/><use xlink:href="#b" x="7.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#14" y="8.684"/></svg><svg x="7200"><use xlink:href="#a"/><use xlink:href="#b" x="8.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#15" y="8.684"/></svg><svg x="7260"><use xlink:href="#a"/><use xlink:href="#b" x="9.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#16" y="8.684"/></svg><svg x="7320"><use xlink:href="#a"/><use xlink:href="#b" x="10.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#16" y="8.684"/></svg><svg x="7380"><use xlink:href="#a"/><use xlink:href="#b" x="11.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#17" y="8.684"/></svg><svg x="7440"><use xlink:href="#a"/><use xlink:href="#b" x="12.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#18" y="8.684"/></svg><svg x="7500"><use xlink:href="#a"/><use xlink:href="#b" x="13.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#19" y="8.684"/></svg><svg x="7560"><use xlink:href="#a"/><use xlink:href="#b" x="14.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#20" y="8.684"/></svg><svg x="7620"><use xlink:href="#a"/><use xlink:href="#b" x="15.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#21" y="8.684"/></svg><svg x="7680"><use xlink:href="#a"/><use xlink:href="#b" x="16.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#21" y="8.684"/></svg><svg x="7740"><use xlink:href="#a"/><use xlink:href="#b" x="17.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#22" y="8.684"/></svg><svg x="7800"><use xlink:href="#a"/><use xlink:href="#b" x="18.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#23" y="8.684"/></svg><svg x="7860"><use xlink:href="#a"/><use xlink:href="#b" x="19.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#24" y="8.684"/></svg><svg x="7920"><use xlink:href="#a"/><use xlink:href="#b" x="20.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#25" y="8.684"/></svg><svg x="7980"><use xlink:href="#a"/><use xlink:href="#b" x="21.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#25" y="8.684"/></svg><svg x="8040"><use xlink:href="#a"/><use xlink:href="#b" x="22.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#26" y="8.684"/></svg><svg x="8100"><use xlink:href="#a"/><use xlink:href="#b" x="23.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#31" y="8.684"/></svg><svg x="8160"><use xlink:href="#a"/><use xlink:href="#b" x="24.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#31" y="8.684"/></svg><svg x="8220"><use xlink:href="#a"/><use xlink:href="#b" x="25.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><text y="10.354" class="c">$</text><text x="2.004" y="10.354" class="c">ppl</text><text x="6.012" y="10.354" class="c">post</text><text x="11.022" y="10.354" class="c">pippi</text><text x="17.034" y="10.354" class="c">home</text><text x="22.044" y="10.354" class="c">-r</text><text x="25.05" y="10.354" class="c">G</text></svg><svg x="8280"><use xlink:href="#a"/><use xlink:href="#b" x="26.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><text y="10.354" class="c">$</text><text x="2.004" y="10.354" class="c">ppl</text><text x="6.012" y="10.354" class="c">post</text><text x="11.022" y="10.354" class="c">pippi</text><text x="17.034" y="10.354" class="c">home</text><text x="22.044" y="10.354" class="c">-r</text><text x="25.05" y="10.354" class="c">Go</text></svg><svg x="8340"><use xlink:href="#a"/><use xlink:href="#b" x="27.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><text y="10.354" class="c">$</text><text x="2.004" y="10.354" class="c">ppl</text><text x="6.012" y="10.354" class="c">post</text><text x="11.022" y="10.354" class="c">pippi</text><text x="17.034" y="10.354" class="c">home</text><text x="22.044" y="10.354" class="c">-r</text><text x="25.05" y="10.354" class="c">Got</text></svg><svg x="8400"><use xlink:href="#a"/><use xlink:href="#b" x="28.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><text y="10.354" class="c">$</text><text x="2.004" y="10.354" class="c">ppl</text><text x="6.012" y="10.354" class="c">post</text><text x="11.022" y="10.354" class="c">pippi</text><text x="17.034" y="10.354" class="c">home</text><text x="22.044" y="10.354" class="c">-r</text><text x="25.05" y="10.354" class="c">Gotl</text></svg><svg x="8460"><use xlink:href="#a"/><use xlink:href="#b" x="29.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><text y="10.354" class="c">$</text><text x="2.004" y="10.354" class="c">ppl</text><text x="6.012" y="10.354" class="c">post</text><text x="11.022" y="10.354" class="c">pippi</text><text x="17.034" y="10.354" class="c">home</text><text x="22.044" y="10.354" class="c">-r</text><text x="25.05" y="10.354" class="c">Gotla</text></svg><svg x="8520"><use xlink:href="#a"/><use xlink:href="#b" x="30.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><text y="10.354" class="c">$</text><text x="2.004" y="10.354" class="c">ppl</text><text x="6.012" y="10.354" class="c">post</text><text x="11.022" y="10.354" class="c">pippi</text><text x="17.034" y="10.354" class="c">home</text><text x="22.044" y="10.354" class="c">-r</text><text x="25.05" y="10.354" class="c">Gotlan</text></svg><svg x="8580"><use xlink:href="#a"/><use xlink:href="#b" x="31.996" y="8.659"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/></svg><svg x="8640"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/></svg><svg x="8700"><use xlink:href="#a"/><use xlink:href="#b" x="1.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#1" y="10.855"/></svg><svg x="8760"><use xlink:href="#a"/><use xlink:href="#b" x="2.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#2" y="10.855"/></svg><svg x="8820"><use xlink:href="#a"/><use xlink:href="#b" x="3.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#3" y="10.855"/></svg><svg x="8880"><use xlink:href="#a"/><use xlink:href="#b" x="4.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#4" y="10.855"/></svg><svg x="8940"><use xlink:href="#a"/><use xlink:href="#b" x="5.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#4" y="10.855"/></svg><svg x="9000"><use xlink:href="#a"/><use xlink:href="#b" x="6.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#13" y="10.855"/></svg><svg x="9060"><use xlink:href="#a"/><use xlink:href="#b" x="7.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">ph</text></svg><svg x="9120"><use xlink:href="#a"/><use xlink:href="#b" x="8.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">pho</text></svg><svg x="9180"><use xlink:href="#a"/><use xlink:href="#b" x="9.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phon</text></svg><svg x="9240"><use xlink:href="#a"/><use xlink:href="#b" x="10.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#33" y="10.855"/></svg><svg x="9300"><use xlink:href="#a"/><use xlink:href="#b" x="11.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#33" y="10.855"/></svg><svg x="9360"><use xlink:href="#a"/><use xlink:href="#b" x="12.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">p</text></svg><svg x="9420"><use xlink:href="#a"/><use xlink:href="#b" x="13.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pi</text></svg><svg x="9480"><use xlink:href="#a"/><use xlink:href="#b" x="14.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pip</text></svg><svg x="9540"><use xlink:href="#a"/><use xlink:href="#b" x="15.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pipp</text></svg><svg x="9600"><use xlink:href="#a"/><use xlink:href="#b" x="16.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#34" y="10.855"/></svg><svg x="9660"><use xlink:href="#a"/><use xlink:href="#b" x="17.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#34" y="10.855"/></svg><svg x="9720"><use xlink:href="#a"/><use xlink:href="#b" x="18.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pippi</text><text x="18.036" y="12.525" class="c">0</text></svg><svg x="9780"><use xlink:href="#a"/><use xlink:href="#b" x="19.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pippi</text><text x="18.036" y="12.525" class="c">01</text></svg><svg x="9840"><use xlink:href="#a"/><use xlink:href="#b" x="20.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pippi</text><text x="18.036" y="12.525" class="c">012</text></svg><svg x="9900"><use xlink:href="#a"/><use xlink:href="#b" x="21.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pippi</text><text x="18.036" y="12.525" class="c">0123</text></svg><svg x="9960"><use xlink:href="#a"/><use xlink:href="#b" x="22.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pippi</text><text x="18.036" y="12.525" class="c">01234</text></svg><svg x="10020"><use xlink:href="#a"/><use xlink:href="#b" x="23.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pippi</text><text x="18.036" y="12.525" class="c">012345</text></svg><svg x="10080"><use xlink:href="#a"/><use xlink:href="#b" x="24.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pippi</text><text x="18.036" y="12.525" class="c">0123456</text></svg><svg x="10140"><use xlink:href="#a"/><use xlink:href="#b" x="25.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pippi</text><text x="18.036" y="12.525" class="c">01234567</text></svg><svg x="10200"><use xlink:href="#a"/><use xlink:href="#b" x="26.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><text y="12.525" class="c">$</text><text x="2.004" y="12.525" class="c">ppl</text><text x="6.012" y="12.525" class="c">phone</text><text x="12.024" y="12.525" class="c">pippi</text><text x="18.036" y="12.525" class="c">012345678</text></svg><svg x="10260"><use xlink:href="#a"/><use xlink:href="#b" x="27.996" y="10.83"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/></svg><svg x="10320"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/></svg><svg x="10380"><use xlink:href="#a"/><use xlink:href="#b" x="1.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><use xlink:href="#1" y="13.026"/></svg><svg x="10440"><use xlink:href="#a"/><use xlink:href="#b" x="2.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><text y="14.696" class="c">$</text><text x="2.004" y="14.696" class="c">g</text></svg><svg x="10500"><use xlink:href="#a"/><use xlink:href="#b" x="3.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><text y="14.696" class="c">$</text><text x="2.004" y="14.696" class="c">gi</text></svg><svg x="10560"><use xlink:href="#a"/><use xlink:href="#b" x="4.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><use xlink:href="#36" y="13.026"/></svg><svg x="10620"><use xlink:href="#a"/><use xlink:href="#b" x="5.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><use xlink:href="#36" y="13.026"/></svg><svg x="10680"><use xlink:href="#a"/><use xlink:href="#b" x="6.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><text y="14.696" class="c">$</text><text x="2.004" y="14.696" class="c">git</text><text x="6.012" y="14.696" class="c">r</text></svg><svg x="10740"><use xlink:href="#a"/><use xlink:href="#b" x="7.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><text y="14.696" class="c">$</text><text x="2.004" y="14.696" class="c">git</text><text x="6.012" y="14.696" class="c">re</text></svg><svg x="10800"><use xlink:href="#a"/><use xlink:href="#b" x="8.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><text y="14.696" class="c">$</text><text x="2.004" y="14.696" class="c">git</text><text x="6.012" y="14.696" class="c">ref</text></svg><svg x="10860"><use xlink:href="#a"/><use xlink:href="#b" x="9.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><text y="14.696" class="c">$</text><text x="2.004" y="14.696" class="c">git</text><text x="6.012" y="14.696" class="c">refl</text></svg><svg x="10920"><use xlink:href="#a"/><use xlink:href="#b" x="10.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><text y="14.696" class="c">$</text><text x="2.004" y="14.696" class="c">git</text><text x="6.012" y="14.696" class="c">reflo</text></svg><svg x="10980"><use xlink:href="#a"/><use xlink:href="#b" x="11.996" y="13.001"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><use xlink:href="#37" y="13.026"/></svg><svg x="11040"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="15.172"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><use xlink:href="#37" y="13.026"/></svg><svg x="11100"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="15.172"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><use xlink:href="#37" y="13.026"/></svg><svg x="11160"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="28.198"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><use xlink:href="#37" y="13.026"/><use xlink:href="#38" y="15.197"/><use xlink:href="#39" y="17.368"/><use xlink:href="#40" y="19.539"/><use xlink:href="#41" y="21.71"/><use xlink:href="#42" y="23.881"/><use xlink:href="#43" y="26.052"/></svg><svg x="11220"><use xlink:href="#a"/><use xlink:href="#b" x="1.996" y="28.198"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><use xlink:href="#37" y="13.026"/><use xlink:href="#38" y="15.197"/><use xlink:href="#39" y="17.368"/><use xlink:href="#40" y="19.539"/><use xlink:href="#41" y="21.71"/><use xlink:href="#42" y="23.881"/><use xlink:href="#43" y="26.052"/><use xlink:href="#1" y="28.223"/></svg><svg x="11280"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="30.369"/><use xlink:href="#6"/><use xlink:href="#8" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#30" y="6.513"/><use xlink:href="#32" y="8.684"/><use xlink:href="#35" y="10.855"/><use xlink:href="#37" y="13.026"/><use xlink:href="#38" y="15.197"/><use xlink:href="#39" y="17.368"/><use xlink:href="#40" y="19.539"/><use xlink:href="#41" y="21.71"/><use xlink:href="#42" y="23.881"/><use xlink:href="#43" y="26.052"/><text y="29.893" class="c">$</text><text x="2.004" y="29.893" class="c">exit</text></svg></svg></g></g></svg></svg>
@@ -6,7 +6,7 @@ class Ppl::Adapter::Storage::Disk < Ppl::Adapter::Storage
6
6
  attr_accessor :vcard_adapter
7
7
 
8
8
  def self.create_address_book(path)
9
- if !Dir.exists? path
9
+ if !Dir.exist? path
10
10
  FileUtils.mkdir_p(path)
11
11
  end
12
12
  storage = self.new(Dir.new(path))
@@ -41,7 +41,7 @@ class Ppl::Adapter::Storage::Disk < Ppl::Adapter::Storage
41
41
  def load_contact(id)
42
42
  filename = filename_for_contact_id(id)
43
43
  contact = nil
44
- if File.exists?(filename)
44
+ if File.exist?(filename)
45
45
  vcard = File.read filename
46
46
  contact = @vcard_adapter.decode(vcard)
47
47
  if !contact.nil? && contact.is_a?(Ppl::Entity::Contact)
@@ -12,7 +12,7 @@ class Ppl::Adapter::Storage::Factory
12
12
 
13
13
  adapter = disk_adapter
14
14
 
15
- if File.exists?(git_dir)
15
+ if File.exist?(git_dir)
16
16
  git_adapter = Ppl::Adapter::Storage::Git.new(disk_adapter)
17
17
  git_adapter.vcard_adapter = @vcard_adapter
18
18
  adapter = git_adapter
@@ -64,9 +64,9 @@ class Ppl::Application::Configuration
64
64
  end
65
65
  filename = File.expand_path(USER_CONFIG)
66
66
  @user_config = {}
67
- if File.exists?(filename)
67
+ if File.exist?(filename)
68
68
  @user_config = IniFile::load(filename).to_h
69
- elsif File.exists?(xdg_path)
69
+ elsif File.exist?(xdg_path)
70
70
  @user_config = IniFile::load(xdg_path).to_h
71
71
  end
72
72
  return @user_config
@@ -26,7 +26,7 @@ class Ppl::Command::Completion < Ppl::Application::Command
26
26
 
27
27
  def require_completion_existence(shell_name)
28
28
  path = File.join(@completions_directory.path, shell_name)
29
- if !File.exists? path
29
+ if !File.exist? path
30
30
  raise Ppl::Error::CompletionNotFound, shell_name
31
31
  end
32
32
  path
@@ -35,7 +35,7 @@ class Ppl::Command::Shell < Ppl::Application::Command
35
35
 
36
36
  def welcome_user(input, output)
37
37
  if input.stdin.tty?
38
- output.line("ppl #{Ppl::Version} (type \"exit\" to leave)")
38
+ output.line("ppl #{Ppl::VERSION} (type \"exit\" to leave)")
39
39
  end
40
40
  end
41
41
 
@@ -10,7 +10,7 @@ class Ppl::Command::Version < Ppl::Application::Command
10
10
  end
11
11
 
12
12
  def execute(input, output)
13
- output.line("ppl version #{Ppl::Version}")
13
+ output.line("ppl version #{Ppl::VERSION}")
14
14
  true
15
15
  end
16
16
 
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Ppl
4
+ VERSION = '4.0.5'.freeze
5
+ end
data/lib/ppl.rb CHANGED
@@ -1,10 +1,6 @@
1
1
  require "rubygems"
2
2
 
3
3
  module Ppl
4
-
5
- spec = Gem::Specification::load("ppl.gemspec")
6
- Version = spec.version
7
-
8
4
  module Adapter
9
5
  end
10
6
 
@@ -124,6 +120,7 @@ require "ppl/service/email_address"
124
120
  require "ppl/service/name"
125
121
  require "ppl/service/phone_number"
126
122
  require "ppl/service/postal_address"
123
+ require "ppl/version"
127
124
 
128
125
  class String
129
126
  alias_method :each, :each_line
data/makefile CHANGED
@@ -5,7 +5,7 @@ SVGTERM_BIN := yarn svg-term
5
5
  SVGTERM_ARGS := --width 60 --height 28 --padding 8
6
6
 
7
7
  _site: $(CASTS_DST)
8
- yarn eleventy
8
+ yarn build
9
9
 
10
10
  $(CASTS_DIR)/%.svg:
11
11
  cat $(CASTS_DIR)/$*.cast | $(SVGTERM_BIN) --out $@ $(SVGTERM_ARGS)
@@ -14,5 +14,16 @@ clean:
14
14
  rm -f site/casts/*.svg
15
15
  rm -rf _site
16
16
 
17
+ NEWS_SRC := $(shell git grep -l "layout: news" gh-pages/ )
18
+ NEWS := $(patsubst gh-pages/_posts/%, %, $(NEWS_SRC))
19
+ NEWS_DST := $(addsuffix .md, $(addprefix site/news/, $(NEWS)))
20
+ site/news/%.md:
21
+ git mv gh-pages/_posts/$* $@
22
+
23
+ config: $(NEWS_DST)
24
+ echo $(NEWS)
25
+ echo $(NEWS_DST)
26
+
27
+
17
28
  .PHONY: clean
18
29
 
data/ppl.gemspec CHANGED
@@ -1,7 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'lib/ppl/version'
4
+
1
5
  Gem::Specification.new do |spec|
2
6
 
3
7
  spec.name = "ppl"
4
- spec.version = "4.0.3"
8
+ spec.version = Ppl::VERSION
5
9
  spec.date = "2021-04-02"
6
10
 
7
11
  spec.required_ruby_version = ">= 3.0.0"
@@ -13,24 +17,27 @@ Gem::Specification.new do |spec|
13
17
  spec.add_dependency("colored", "1.2")
14
18
  spec.add_dependency("inifile", "3.0.0")
15
19
  spec.add_dependency("mail", "2.7.1")
20
+ spec.add_dependency("net-imap", "0.4.14")
21
+ spec.add_dependency("net-pop", "0.1.2")
22
+ spec.add_dependency("net-smtp", "0.5.0")
16
23
  spec.add_dependency("morphine", "0.1.1")
17
- spec.add_dependency("rugged", "1.1.0")
24
+ spec.add_dependency("rugged", "1.7.2")
18
25
  spec.add_dependency("vpim", "13.11.11")
19
26
 
20
27
  spec.add_development_dependency("cucumber")
21
28
  spec.add_development_dependency("pry")
22
29
  spec.add_development_dependency("rspec")
23
30
  spec.add_development_dependency("rake")
24
- spec.add_development_dependency("fakefs")
31
+ spec.add_development_dependency("fakefs", "~> 1.9.0")
25
32
 
26
33
  spec.authors = ["Henry Catalini Smith"]
27
- spec.email = "hen@hey.com"
34
+ spec.email = "henry@catalinismith.com"
28
35
 
29
36
  spec.executables = "ppl"
30
37
 
31
38
  spec.files = `git ls-files`.split("\n")
32
39
  spec.require_path = "lib"
33
- spec.homepage = "https://github.com/hendotcat/ppl"
40
+ spec.homepage = "https://github.com/henrycatalinismith/ppl"
34
41
 
35
42
  end
36
43