ppl 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +4 -4
  2. data/.editorconfig +12 -0
  3. data/.eleventy.js +86 -0
  4. data/.eleventyignore +1 -0
  5. data/.github/workflows/build.yml +30 -2
  6. data/.gitignore +3 -1
  7. data/Rakefile +1 -1
  8. data/features/step_definitions/ppl_steps.rb +24 -24
  9. data/gh-pages/Gemfile +2 -0
  10. data/gh-pages/_config.yml +5 -0
  11. data/gh-pages/_includes/changelog.html +23 -0
  12. data/gh-pages/_includes/development-sidebar.html +25 -0
  13. data/gh-pages/_includes/footer.html +22 -0
  14. data/gh-pages/_includes/header.html +43 -0
  15. data/gh-pages/_includes/news.html +36 -0
  16. data/gh-pages/_includes/tip.html +54 -0
  17. data/gh-pages/_layouts/changelog.html +1 -0
  18. data/gh-pages/_layouts/command.html +104 -0
  19. data/gh-pages/_layouts/configuration.html +71 -0
  20. data/gh-pages/_layouts/development.html +20 -0
  21. data/gh-pages/_layouts/frontpage.html +6 -0
  22. data/gh-pages/_layouts/integration.html +44 -0
  23. data/gh-pages/_layouts/news.html +2 -0
  24. data/gh-pages/_layouts/page.html +6 -0
  25. data/gh-pages/_layouts/tip.html +2 -0
  26. data/gh-pages/_posts/2012-01-15-first-post.md +16 -0
  27. data/gh-pages/_posts/2012-12-20-1.0.0.md +19 -0
  28. data/gh-pages/_posts/2012-12-20-1.1.0.md +28 -0
  29. data/gh-pages/_posts/2012-12-20-1.2.0.md +18 -0
  30. data/gh-pages/_posts/2012-12-21-1.3.0.md +20 -0
  31. data/gh-pages/_posts/2012-12-21-thank-you-for-your-all-your-feedback.md +26 -0
  32. data/gh-pages/_posts/2012-12-22-1.4.1.md +21 -0
  33. data/gh-pages/_posts/2012-12-22-1.5.0.md +17 -0
  34. data/gh-pages/_posts/2012-12-23-1.5.1.md +13 -0
  35. data/gh-pages/_posts/2012-12-23-1.5.2.md +15 -0
  36. data/gh-pages/_posts/2012-12-26-1.5.3.md +19 -0
  37. data/gh-pages/_posts/2012-12-27-1.6.0.md +18 -0
  38. data/gh-pages/_posts/2012-12-29-1.7.0.md +18 -0
  39. data/gh-pages/_posts/2013-01-05-1.8.0.md +18 -0
  40. data/gh-pages/_posts/2013-01-06-1.9.0.md +20 -0
  41. data/gh-pages/_posts/2013-01-10-1.10.0.md +18 -0
  42. data/gh-pages/_posts/2013-01-20-1.11.0.md +14 -0
  43. data/gh-pages/_posts/2013-02-16-1.12.0.md +14 -0
  44. data/gh-pages/_posts/2013-02-17-1.13.0.md +29 -0
  45. data/gh-pages/_posts/2013-02-17-1.14.0.md +15 -0
  46. data/gh-pages/_posts/2013-02-17-1.14.1.md +18 -0
  47. data/gh-pages/_posts/2013-02-17-two-months-in.md +27 -0
  48. data/gh-pages/_posts/2013-03-16-1.15.0.md +28 -0
  49. data/gh-pages/_posts/2013-03-16-coloured-output-released.md +27 -0
  50. data/gh-pages/_posts/2013-04-10-ruby-2.0-compatibility.md +28 -0
  51. data/gh-pages/_posts/2013-04-11-1.15.1.md +13 -0
  52. data/gh-pages/_posts/2013-04-12-1.16.0.md +22 -0
  53. data/gh-pages/_posts/2013-04-14-1.17.0.md +15 -0
  54. data/gh-pages/_posts/2013-04-14-1.17.1.md +20 -0
  55. data/gh-pages/_posts/2013-04-14-1.17.2.md +13 -0
  56. data/gh-pages/_posts/2013-04-15-sync-alias.md +31 -0
  57. data/gh-pages/_posts/2013-04-15-utf8-fixed-and-more.md +37 -0
  58. data/gh-pages/_posts/2013-04-16-1.18.0.md +15 -0
  59. data/gh-pages/_posts/2013-04-16-set-up-color-output.md +47 -0
  60. data/gh-pages/_posts/2013-04-19-1.19.0.md +13 -0
  61. data/gh-pages/_posts/2013-04-19-1.20.0.md +15 -0
  62. data/gh-pages/_posts/2013-04-20-1.21.0.md +16 -0
  63. data/gh-pages/_posts/2013-04-20-1.22.0.md +14 -0
  64. data/gh-pages/_posts/2013-04-20-1.22.1.md +13 -0
  65. data/gh-pages/_posts/2013-04-21-1.22.2.md +15 -0
  66. data/gh-pages/_posts/2013-04-21-1.23.0.md +35 -0
  67. data/gh-pages/_posts/2013-04-23-1.24.0.md +16 -0
  68. data/gh-pages/_posts/2013-04-24-1.25.0.md +21 -0
  69. data/gh-pages/_posts/2013-05-09-2.0.0.md +33 -0
  70. data/gh-pages/_posts/2013-05-09-version-2.0.0-released.md +32 -0
  71. data/gh-pages/_posts/2013-07-20-2.1.0.md +36 -0
  72. data/gh-pages/_posts/2013-07-20-2.2.0.md +20 -0
  73. data/gh-pages/_posts/2013-10-12-2.3.0.md +19 -0
  74. data/gh-pages/_posts/2014-03-30-2.3.1.md +25 -0
  75. data/gh-pages/_posts/2015-01-05-2.3.2.md +18 -0
  76. data/gh-pages/_posts/2015-12-03-get-involved.md +29 -0
  77. data/gh-pages/_posts/2015-12-05-2.3.3.md +16 -0
  78. data/gh-pages/_posts/2016-01-02-2.4.0.md +19 -0
  79. data/gh-pages/_posts/2017-05-01-2.4.1.md +12 -0
  80. data/gh-pages/_posts/2017-10-23-sleep-mode.md +18 -0
  81. data/gh-pages/_posts/2018-01-03-3.0.1.md +12 -0
  82. data/gh-pages/_stylesheets/ppl/color.less +119 -0
  83. data/gh-pages/_stylesheets/ppl/layout.less +54 -0
  84. data/gh-pages/_stylesheets/ppl/style.less +185 -0
  85. data/gh-pages/_stylesheets/ppl/typography.less +59 -0
  86. data/gh-pages/development/changelog/index.md +18 -0
  87. data/gh-pages/development/changelog/split.rb +51 -0
  88. data/gh-pages/development/index.html +32 -0
  89. data/gh-pages/development/roadmap/index.md +15 -0
  90. data/gh-pages/documentation/about/index.html +63 -0
  91. data/gh-pages/documentation/commands/add/index.md +43 -0
  92. data/gh-pages/documentation/commands/age/add/index.md +40 -0
  93. data/gh-pages/documentation/commands/age/index.md +38 -0
  94. data/gh-pages/documentation/commands/bday/index.md +44 -0
  95. data/gh-pages/documentation/commands/completion/index.md +38 -0
  96. data/gh-pages/documentation/commands/email/index.md +64 -0
  97. data/gh-pages/documentation/commands/grep/index.md +32 -0
  98. data/gh-pages/documentation/commands/init/index.md +28 -0
  99. data/gh-pages/documentation/commands/ls/index.md +55 -0
  100. data/gh-pages/documentation/commands/mutt/index.md +36 -0
  101. data/gh-pages/documentation/commands/mv/index.md +26 -0
  102. data/gh-pages/documentation/commands/name/index.md +45 -0
  103. data/gh-pages/documentation/commands/nick/index.md +44 -0
  104. data/gh-pages/documentation/commands/org/index.md +45 -0
  105. data/gh-pages/documentation/commands/phone/index.md +56 -0
  106. data/gh-pages/documentation/commands/post/index.md +61 -0
  107. data/gh-pages/documentation/commands/pull/index.md +39 -0
  108. data/gh-pages/documentation/commands/push/index.md +36 -0
  109. data/gh-pages/documentation/commands/remote/index.md +40 -0
  110. data/gh-pages/documentation/commands/rm/index.md +23 -0
  111. data/gh-pages/documentation/commands/scrape/index.md +38 -0
  112. data/gh-pages/documentation/commands/shell/index.md +39 -0
  113. data/gh-pages/documentation/commands/show/index.md +33 -0
  114. data/gh-pages/documentation/commands/url/index.md +44 -0
  115. data/gh-pages/documentation/commands/version/index.md +27 -0
  116. data/gh-pages/documentation/configuration/address_book/index.md +22 -0
  117. data/gh-pages/documentation/configuration/alias/index.md +45 -0
  118. data/gh-pages/documentation/configuration/color/index.md +47 -0
  119. data/gh-pages/documentation/configuration/color_age/index.md +20 -0
  120. data/gh-pages/documentation/configuration/color_bday/index.md +20 -0
  121. data/gh-pages/documentation/configuration/color_email/index.md +21 -0
  122. data/gh-pages/documentation/configuration/color_ls/index.md +21 -0
  123. data/gh-pages/documentation/configuration/color_name/index.md +20 -0
  124. data/gh-pages/documentation/configuration/color_nick/index.md +20 -0
  125. data/gh-pages/documentation/configuration/color_org/index.md +20 -0
  126. data/gh-pages/documentation/configuration/color_phone/index.md +22 -0
  127. data/gh-pages/documentation/configuration/color_post/index.md +20 -0
  128. data/gh-pages/documentation/configuration/color_url/index.md +20 -0
  129. data/gh-pages/documentation/configuration/index.html +8 -0
  130. data/gh-pages/documentation/index.html +183 -0
  131. data/gh-pages/documentation/integration/bash/index.md +23 -0
  132. data/gh-pages/documentation/integration/google/index.md +26 -0
  133. data/gh-pages/documentation/integration/index.html +8 -0
  134. data/gh-pages/documentation/integration/mutt/index.md +35 -0
  135. data/gh-pages/documentation/integration/zsh/index.md +19 -0
  136. data/gh-pages/documentation/quick-start/index.html +88 -0
  137. data/gh-pages/documentation/tips/index.html +9 -0
  138. data/gh-pages/index.html +108 -0
  139. data/gh-pages/news/index.html +9 -0
  140. data/gh-pages/robots.txt +3 -0
  141. data/gh-pages/stylesheets/flatstrap.css +10 -0
  142. data/gh-pages/stylesheets/ppl.scss +235 -0
  143. data/gh-pages/wiki.png +0 -0
  144. data/lib/ppl.rb +4 -1
  145. data/makefile +18 -0
  146. data/package.json +23 -0
  147. data/ppl.gemspec +1 -1
  148. data/site/_data/url.js +4 -0
  149. data/site/casts/hero.cast +189 -0
  150. data/site/development.njk +6 -0
  151. data/site/documentation.njk +6 -0
  152. data/site/index.njk +75 -0
  153. data/site/news.njk +6 -0
  154. data/site/style.scss +140 -0
  155. data/yarn.lock +3605 -0
  156. metadata +149 -1
@@ -0,0 +1,36 @@
1
+
2
+ {% include header.html %}
3
+
4
+ {% if page.title %}
5
+ <h2>
6
+ {{page.title}}
7
+ </h2>
8
+ {% endif %}
9
+
10
+ <div class="row">
11
+
12
+ <div class="span8">
13
+ {{content}}
14
+ </div>
15
+
16
+ <div class="span4">
17
+
18
+ <dl class="nav-sidebar">
19
+ {% for post in site.categories.news %}
20
+ {% if post.url == page.url %}<dt class="active">{% else %}<dt>{% endif %}
21
+ <a href="{{post.url}}">
22
+ {{post.title}}
23
+ </a>
24
+ </dt>
25
+ {% if post.url == page.url %}<dd class="active">{% else %}<dd>{% endif %}
26
+ {{post.date | date: '%Y-%m-%d'}}
27
+ </dd>
28
+ {% endfor %}
29
+ </dl>
30
+
31
+ </div>
32
+
33
+ </div>
34
+
35
+ {% include footer.html %}
36
+
@@ -0,0 +1,54 @@
1
+
2
+ {% include header.html %}
3
+
4
+ {% if page.title %}
5
+ <h2>
6
+ {{page.title}}
7
+ <small>
8
+ from
9
+ <a href="{{page.author_url}}">
10
+ {{page.author_name}}
11
+ </a>
12
+ </small>
13
+ </h2>
14
+ {% endif %}
15
+
16
+ <div class="row">
17
+
18
+ <div class="span8">
19
+ {{content}}
20
+
21
+ <hr />
22
+ <div class="well well-large">
23
+ <p>
24
+ Got a tip or trick you want to share with the community? Want to add it
25
+ to the core documentation, under your own name and with an attribution
26
+ link? If you've got what it takes, just write it up and <a
27
+ href="mailto:henry@henrysmith.org">email me</a>, or better still, <a
28
+ href="https://github.com/hnrysmth/ppladdressbook.org">send a pull
29
+ request</a>!
30
+ </p>
31
+ </div>
32
+ </div>
33
+
34
+ <div class="span4">
35
+
36
+ <dl class="nav-sidebar">
37
+ {% for post in site.categories.tips %}
38
+ {% if post.url == page.url %}<dt class="active">{% else %}<dt>{% endif %}
39
+ <a href="{{site.url}}{{post.url}}">
40
+ {{post.title}}
41
+ </a>
42
+ </dt>
43
+ {% if post.url == page.url %}<dd class="active">{% else %}<dd>{% endif %}
44
+ {{post.date | date: '%Y-%m-%d'}}
45
+ </dd>
46
+ {% endfor %}
47
+ </dl>
48
+
49
+ </div>
50
+
51
+ </div>
52
+
53
+ {% include footer.html %}
54
+
@@ -0,0 +1 @@
1
+ {% include changelog.html %}
@@ -0,0 +1,104 @@
1
+ {% include header.html %}
2
+
3
+ <div class="commands">
4
+
5
+ <div class="row">
6
+
7
+ <div class="span4 command-list">
8
+ <h2>
9
+ Commands
10
+ </h2>
11
+
12
+ <ul class="nav nav-list">
13
+ <li{%if page.command == "age"%} class="active"{% endif %}>
14
+ <a href="{{site.url}}/documentation/commands/age">age</a>
15
+ </li>
16
+ <li{%if page.command == "add"%} class="active"{% endif %}>
17
+ <a href="{{site.url}}/documentation/commands/add">add</a>
18
+ </li>
19
+ <li{%if page.command == "bday"%} class="active"{% endif %}>
20
+ <a href="{{site.url}}/documentation/commands/bday">bday</a>
21
+ </li>
22
+ <li{%if page.command == "completion"%} class="active"{% endif %}>
23
+ <a href="{{site.url}}/documentation/commands/completion">completion</a>
24
+ </li>
25
+ <li{%if page.command == "email"%} class="active"{% endif %}>
26
+ <a href="{{site.url}}/documentation/commands/email">email</a>
27
+ </li>
28
+ <li{%if page.command == "grep"%} class="active"{% endif %}>
29
+ <a href="{{site.url}}/documentation/commands/grep">grep</a>
30
+ </li>
31
+ <li{%if page.command == "init"%} class="active"{% endif %}>
32
+ <a href="{{site.url}}/documentation/commands/init">init</a>
33
+ </li>
34
+ <li{%if page.command == "ls"%} class="active"{% endif %}>
35
+ <a href="{{site.url}}/documentation/commands/ls">ls</a>
36
+ </li>
37
+ <li{%if page.command == "mutt"%} class="active"{% endif %}>
38
+ <a href="{{site.url}}/documentation/commands/mutt">mutt</a>
39
+ </li>
40
+ <li{%if page.command == "mv"%} class="active"{% endif %}>
41
+ <a href="{{site.url}}/documentation/commands/mv">mv</a>
42
+ </li>
43
+ <li{%if page.command == "name"%} class="active"{% endif %}>
44
+ <a href="{{site.url}}/documentation/commands/name">name</a>
45
+ </li>
46
+ <li{%if page.command == "nick"%} class="active"{% endif %}>
47
+ <a href="{{site.url}}/documentation/commands/nick">nick</a>
48
+ </li>
49
+ <li{%if page.command == "org"%} class="active"{% endif %}>
50
+ <a href="{{site.url}}/documentation/commands/org">org</a>
51
+ </li>
52
+ <li{%if page.command == "phone"%} class="active"{% endif %}>
53
+ <a href="{{site.url}}/documentation/commands/phone">phone</a>
54
+ </li>
55
+ <li{%if page.command == "post"%} class="active"{% endif %}>
56
+ <a href="{{site.url}}/documentation/commands/post">post</a>
57
+ </li>
58
+ <li{%if page.command == "pull"%} class="active"{% endif %}>
59
+ <a href="{{site.url}}/documentation/commands/pull">pull</a>
60
+ </li>
61
+ <li{%if page.command == "push"%} class="active"{% endif %}>
62
+ <a href="{{site.url}}/documentation/commands/push">push</a>
63
+ </li>
64
+ <li{%if page.command == "remote"%} class="active"{% endif %}>
65
+ <a href="{{site.url}}/documentation/commands/remote">remote</a>
66
+ </li>
67
+ <li{%if page.command == "rm"%} class="active"{% endif %}>
68
+ <a href="{{site.url}}/documentation/commands/rm">rm</a>
69
+ </li>
70
+ <li{%if page.command == "scrape"%} class="active"{% endif %}>
71
+ <a href="{{site.url}}/documentation/commands/scrape">scrape</a>
72
+ </li>
73
+ <li{%if page.command == "shell"%} class="active"{% endif %}>
74
+ <a href="{{site.url}}/documentation/commands/shell">shell</a>
75
+ </li>
76
+ <li{%if page.command == "show"%} class="active"{% endif %}>
77
+ <a href="{{site.url}}/documentation/commands/show">show</a>
78
+ </li>
79
+ <li{%if page.command == "url"%} class="active"{% endif %}>
80
+ <a href="{{site.url}}/documentation/commands/url">url</a>
81
+ </li>
82
+ <li{%if page.command == "version"%} class="active"{% endif %}>
83
+ <a href="{{site.url}}/documentation/commands/version">version</a>
84
+ </li>
85
+ </ul>
86
+ </div>
87
+
88
+ <div class="span8">
89
+
90
+ {% if page.title %}
91
+ <h2>
92
+ {{page.title}}
93
+ </h2>
94
+ {% endif %}
95
+
96
+ {{content}}
97
+ </div>
98
+
99
+ </div>
100
+
101
+ </div>
102
+
103
+ {% include footer.html %}
104
+
@@ -0,0 +1,71 @@
1
+ {% include header.html %}
2
+
3
+ <div class="configuration">
4
+
5
+ <div class="row">
6
+
7
+ <div class="span4 command-list">
8
+ <h2>
9
+ Configuration Guide
10
+ </h2>
11
+
12
+ <ul class="nav nav-list">
13
+ <li{%if page.config_section == "address book"%} class="active"{% endif %}>
14
+ <a href="{{site.url}}/documentation/configuration/address_book">address book</a>
15
+ </li>
16
+ <li{%if page.config_section == "alias"%} class="active"{% endif %}>
17
+ <a href="{{site.url}}/documentation/configuration/alias">alias</a>
18
+ </li>
19
+ <li{%if page.config_section == "color"%} class="active"{% endif %}>
20
+ <a href="{{site.url}}/documentation/configuration/color">color</a>
21
+ </li>
22
+ <li{%if page.config_section == 'color "age"'%} class="active"{% endif %}>
23
+ <a href="{{site.url}}/documentation/configuration/color_age">color "age"</a>
24
+ </li>
25
+ <li{%if page.config_section == 'color "bday"'%} class="active"{% endif %}>
26
+ <a href="{{site.url}}/documentation/configuration/color_bday">color "bday"</a>
27
+ </li>
28
+ <li{%if page.config_section == 'color "email"'%} class="active"{% endif %}>
29
+ <a href="{{site.url}}/documentation/configuration/color_email">color "email"</a>
30
+ </li>
31
+ <li{%if page.config_section == 'color "ls"'%} class="active"{% endif %}>
32
+ <a href="{{site.url}}/documentation/configuration/color_ls">color "ls"</a>
33
+ </li>
34
+ <li{%if page.config_section == 'color "name"'%} class="active"{% endif %}>
35
+ <a href="{{site.url}}/documentation/configuration/color_name">color "name"</a>
36
+ </li>
37
+ <li{%if page.config_section == 'color "nick"'%} class="active"{% endif %}>
38
+ <a href="{{site.url}}/documentation/configuration/color_nick">color "nick"</a>
39
+ </li>
40
+ <li{%if page.config_section == 'color "org"'%} class="active"{% endif %}>
41
+ <a href="{{site.url}}/documentation/configuration/color_org">color "org"</a>
42
+ </li>
43
+ <li{%if page.config_section == 'color "phone"'%} class="active"{% endif %}>
44
+ <a href="{{site.url}}/documentation/configuration/color_phone">color "phone"</a>
45
+ </li>
46
+ <li{%if page.config_section == 'color "post"'%} class="active"{% endif %}>
47
+ <a href="{{site.url}}/documentation/configuration/color_post">color "post"</a>
48
+ </li>
49
+ <li{%if page.config_section == 'color "url"'%} class="active"{% endif %}>
50
+ <a href="{{site.url}}/documentation/configuration/color_url">color "url"</a>
51
+ </li>
52
+ </ul>
53
+ </div>
54
+
55
+ <div class="span8">
56
+
57
+ {% if page.title %}
58
+ <h2>
59
+ {{page.title}}
60
+ </h2>
61
+ {% endif %}
62
+
63
+ {{content}}
64
+ </div>
65
+
66
+ </div>
67
+
68
+ </div>
69
+
70
+ {% include footer.html %}
71
+
@@ -0,0 +1,20 @@
1
+ {% include header.html %}
2
+
3
+ <h2>
4
+ {{page.title}}
5
+ </h2>
6
+
7
+ <div class="row">
8
+
9
+ <div class="span8">
10
+ {{content}}
11
+ </div>
12
+
13
+ <div class="span4">
14
+ {% include development-sidebar.html %}
15
+ </div>
16
+
17
+ </div>
18
+
19
+ {% include footer.html %}
20
+
@@ -0,0 +1,6 @@
1
+ {% include header.html %}
2
+
3
+ {{content}}
4
+
5
+ {% include footer.html %}
6
+
@@ -0,0 +1,44 @@
1
+ {% include header.html %}
2
+
3
+ <div class="integration">
4
+
5
+ <div class="row">
6
+
7
+ <div class="span4 command-list">
8
+ <h2>
9
+ Integration
10
+ </h2>
11
+
12
+ <ul class="nav nav-list">
13
+ <li{%if page.integration == "bash"%} class="active"{% endif %}>
14
+ <a href="{{site.url}}/documentation/integration/bash">Bash</a>
15
+ </li>
16
+ <li{%if page.integration == "google"%} class="active"{% endif %}>
17
+ <a href="{{site.url}}/documentation/integration/google">Google</a>
18
+ </li>
19
+ <li{%if page.integration == "mutt"%} class="active"{% endif %}>
20
+ <a href="{{site.url}}/documentation/integration/mutt">Mutt</a>
21
+ </li>
22
+ <li{%if page.integration == "zsh"%} class="active"{% endif %}>
23
+ <a href="{{site.url}}/documentation/integration/zsh">ZSH</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+
28
+ <div class="span8">
29
+
30
+ {% if page.title %}
31
+ <h2>
32
+ {{page.title}}
33
+ </h2>
34
+ {% endif %}
35
+
36
+ {{content}}
37
+ </div>
38
+
39
+ </div>
40
+
41
+ </div>
42
+
43
+ {% include footer.html %}
44
+
@@ -0,0 +1,2 @@
1
+ {% include news.html %}
2
+
@@ -0,0 +1,6 @@
1
+ {% include header.html %}
2
+
3
+ {{content}}
4
+
5
+ {% include footer.html %}
6
+
@@ -0,0 +1,2 @@
1
+ {% include tip.html %}
2
+
@@ -0,0 +1,16 @@
1
+ ---
2
+ title: Version 1.0.0 released
3
+ date: 2012-12-12
4
+ layout: news
5
+ section: news
6
+ categories: [news]
7
+ ---
8
+
9
+ After a solid month or so of work, the first stable version of ppl has been
10
+ released to the public. This version includes the ability to store contacts'
11
+ names, organizations, email addresses, phone numbers, and birthdays.
12
+
13
+ It's by no means feature complete at this stage, and the
14
+ [roadmap](/development/roadmap) has details of the known deficiencies in this
15
+ release.
16
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ title: 1.0.0
3
+ summary: First public version
4
+ date: 2012-12-20
5
+ layout: changelog
6
+ section: development
7
+ categories: [changelog]
8
+ permalink: /development/changelog/1.0.0.html
9
+ ---
10
+
11
+ This is the first publicly-announced release. Since none of the previous
12
+ releases have been publicised in any way, it's assumed that nobody out there has
13
+ been using them.
14
+
15
+ This being the case, the changelog entry for `1.0.0` is effectively the set of
16
+ all changes since the non-existence of the program until this version. So let's
17
+ put that in list form as seems to be customary in changelogs:
18
+
19
+ * ppl now exists
@@ -0,0 +1,28 @@
1
+ ---
2
+ title: 1.1.0
3
+ summary: Hacker News feature requests and bugfixes
4
+ date: 2012-12-20
5
+ layout: changelog
6
+ section: development
7
+ categories: [changelog]
8
+ permalink: /development/changelog/1.1.0.html
9
+ ---
10
+
11
+ These are some very quickly added changes resulting from this morning's exposure
12
+ on [Hacker News](http://news.ycombinator.com/item?id=4947047). A few real
13
+ show-stopping bugs have been fixed, and a new feature has been added for mutt
14
+ users.
15
+
16
+ Many thanks to [@storge](https://github.com/storge) on GitHub for all the help
17
+ fixing the long series of issues in [Issue #1](https://github.com/hnrysmth/ppl/issues/1). You absolute legend.
18
+
19
+ Also, thanks to [7h0ma5](http://news.ycombinator.com/user?id=7h0ma5) on HN for
20
+ the [mutt integration suggestion](http://news.ycombinator.com/item?id=4947256)
21
+ and the helpful documentation link. Support for usage as the backend to mutt's
22
+ `query_command` option has been added in the form of [ppl
23
+ mutt](/documentation/commands/mutt).
24
+
25
+ * Fixed missing dependency declaration in gemspec
26
+ * Fixed missing minimum ruby version in gemspec
27
+ * Fixed completely broken and useless `ppl init` command
28
+ * Added `ppl mutt` command
@@ -0,0 +1,18 @@
1
+ ---
2
+ title: 1.2.0
3
+ summary: ppl post
4
+ date: 2012-12-20
5
+ layout: changelog
6
+ section: development
7
+ categories: [changelog]
8
+ permalink: /development/changelog/1.2.0.html
9
+ ---
10
+
11
+ A relatively small release in terms of new functionality, `1.2.0` simply adds
12
+ the [ppl post](/documentation/commands/post) command. This command was always in
13
+ the pipeline, but thanks anways to
14
+ [nicky0](http://news.ycombinator.com/user?id=nicky0) on Hacker News for
15
+ [prompting me](http://news.ycombinator.com/item?id=4947468) to prioritise it
16
+ slightly.
17
+
18
+ * Added `ppl post` command