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
@@ -1,238 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- activesupport (4.2.9)
5
- i18n (~> 0.7)
6
- minitest (~> 5.1)
7
- thread_safe (~> 0.3, >= 0.3.4)
8
- tzinfo (~> 1.1)
9
- addressable (2.5.2)
10
- public_suffix (>= 2.0.2, < 4.0)
11
- coffee-script (2.4.1)
12
- coffee-script-source
13
- execjs
14
- coffee-script-source (1.11.1)
15
- colorator (1.1.0)
16
- commonmarker (0.17.7.1)
17
- ruby-enum (~> 0.5)
18
- concurrent-ruby (1.0.5)
19
- ethon (0.11.0)
20
- ffi (>= 1.3.0)
21
- execjs (2.7.0)
22
- faraday (0.13.1)
23
- multipart-post (>= 1.2, < 3)
24
- ffi (1.9.18)
25
- forwardable-extended (2.6.0)
26
- gemoji (3.0.0)
27
- github-pages (172)
28
- activesupport (= 4.2.9)
29
- github-pages-health-check (= 1.3.5)
30
- jekyll (= 3.6.2)
31
- jekyll-avatar (= 0.5.0)
32
- jekyll-coffeescript (= 1.0.2)
33
- jekyll-commonmark-ghpages (= 0.1.3)
34
- jekyll-default-layout (= 0.1.4)
35
- jekyll-feed (= 0.9.2)
36
- jekyll-gist (= 1.4.1)
37
- jekyll-github-metadata (= 2.9.3)
38
- jekyll-mentions (= 1.2.0)
39
- jekyll-optional-front-matter (= 0.3.0)
40
- jekyll-paginate (= 1.1.0)
41
- jekyll-readme-index (= 0.2.0)
42
- jekyll-redirect-from (= 0.12.1)
43
- jekyll-relative-links (= 0.5.2)
44
- jekyll-remote-theme (= 0.2.3)
45
- jekyll-sass-converter (= 1.5.0)
46
- jekyll-seo-tag (= 2.3.0)
47
- jekyll-sitemap (= 1.1.1)
48
- jekyll-swiss (= 0.4.0)
49
- jekyll-theme-architect (= 0.1.0)
50
- jekyll-theme-cayman (= 0.1.0)
51
- jekyll-theme-dinky (= 0.1.0)
52
- jekyll-theme-hacker (= 0.1.0)
53
- jekyll-theme-leap-day (= 0.1.0)
54
- jekyll-theme-merlot (= 0.1.0)
55
- jekyll-theme-midnight (= 0.1.0)
56
- jekyll-theme-minimal (= 0.1.0)
57
- jekyll-theme-modernist (= 0.1.0)
58
- jekyll-theme-primer (= 0.5.2)
59
- jekyll-theme-slate (= 0.1.0)
60
- jekyll-theme-tactile (= 0.1.0)
61
- jekyll-theme-time-machine (= 0.1.0)
62
- jekyll-titles-from-headings (= 0.5.0)
63
- jemoji (= 0.8.1)
64
- kramdown (= 1.14.0)
65
- liquid (= 4.0.0)
66
- listen (= 3.0.6)
67
- mercenary (~> 0.3)
68
- minima (= 2.1.1)
69
- rouge (= 2.2.1)
70
- terminal-table (~> 1.4)
71
- github-pages-health-check (1.3.5)
72
- addressable (~> 2.3)
73
- net-dns (~> 0.8)
74
- octokit (~> 4.0)
75
- public_suffix (~> 2.0)
76
- typhoeus (~> 0.7)
77
- html-pipeline (2.7.1)
78
- activesupport (>= 2)
79
- nokogiri (>= 1.4)
80
- i18n (0.9.1)
81
- concurrent-ruby (~> 1.0)
82
- jekyll (3.6.2)
83
- addressable (~> 2.4)
84
- colorator (~> 1.0)
85
- jekyll-sass-converter (~> 1.0)
86
- jekyll-watch (~> 1.1)
87
- kramdown (~> 1.14)
88
- liquid (~> 4.0)
89
- mercenary (~> 0.3.3)
90
- pathutil (~> 0.9)
91
- rouge (>= 1.7, < 3)
92
- safe_yaml (~> 1.0)
93
- jekyll-avatar (0.5.0)
94
- jekyll (~> 3.0)
95
- jekyll-coffeescript (1.0.2)
96
- coffee-script (~> 2.2)
97
- coffee-script-source (~> 1.11.1)
98
- jekyll-commonmark (1.1.0)
99
- commonmarker (~> 0.14)
100
- jekyll (>= 3.0, < 4.0)
101
- jekyll-commonmark-ghpages (0.1.3)
102
- commonmarker (~> 0.17.6)
103
- jekyll-commonmark (~> 1)
104
- rouge (~> 2)
105
- jekyll-default-layout (0.1.4)
106
- jekyll (~> 3.0)
107
- jekyll-feed (0.9.2)
108
- jekyll (~> 3.3)
109
- jekyll-gist (1.4.1)
110
- octokit (~> 4.2)
111
- jekyll-github-metadata (2.9.3)
112
- jekyll (~> 3.1)
113
- octokit (~> 4.0, != 4.4.0)
114
- jekyll-mentions (1.2.0)
115
- activesupport (~> 4.0)
116
- html-pipeline (~> 2.3)
117
- jekyll (~> 3.0)
118
- jekyll-optional-front-matter (0.3.0)
119
- jekyll (~> 3.0)
120
- jekyll-paginate (1.1.0)
121
- jekyll-readme-index (0.2.0)
122
- jekyll (~> 3.0)
123
- jekyll-redirect-from (0.12.1)
124
- jekyll (~> 3.3)
125
- jekyll-relative-links (0.5.2)
126
- jekyll (~> 3.3)
127
- jekyll-remote-theme (0.2.3)
128
- jekyll (~> 3.5)
129
- rubyzip (>= 1.2.1, < 3.0)
130
- typhoeus (>= 0.7, < 2.0)
131
- jekyll-sass-converter (1.5.0)
132
- sass (~> 3.4)
133
- jekyll-seo-tag (2.3.0)
134
- jekyll (~> 3.3)
135
- jekyll-sitemap (1.1.1)
136
- jekyll (~> 3.3)
137
- jekyll-swiss (0.4.0)
138
- jekyll-theme-architect (0.1.0)
139
- jekyll (~> 3.5)
140
- jekyll-seo-tag (~> 2.0)
141
- jekyll-theme-cayman (0.1.0)
142
- jekyll (~> 3.5)
143
- jekyll-seo-tag (~> 2.0)
144
- jekyll-theme-dinky (0.1.0)
145
- jekyll (~> 3.5)
146
- jekyll-seo-tag (~> 2.0)
147
- jekyll-theme-hacker (0.1.0)
148
- jekyll (~> 3.5)
149
- jekyll-seo-tag (~> 2.0)
150
- jekyll-theme-leap-day (0.1.0)
151
- jekyll (~> 3.5)
152
- jekyll-seo-tag (~> 2.0)
153
- jekyll-theme-merlot (0.1.0)
154
- jekyll (~> 3.5)
155
- jekyll-seo-tag (~> 2.0)
156
- jekyll-theme-midnight (0.1.0)
157
- jekyll (~> 3.5)
158
- jekyll-seo-tag (~> 2.0)
159
- jekyll-theme-minimal (0.1.0)
160
- jekyll (~> 3.5)
161
- jekyll-seo-tag (~> 2.0)
162
- jekyll-theme-modernist (0.1.0)
163
- jekyll (~> 3.5)
164
- jekyll-seo-tag (~> 2.0)
165
- jekyll-theme-primer (0.5.2)
166
- jekyll (~> 3.5)
167
- jekyll-github-metadata (~> 2.9)
168
- jekyll-seo-tag (~> 2.2)
169
- jekyll-theme-slate (0.1.0)
170
- jekyll (~> 3.5)
171
- jekyll-seo-tag (~> 2.0)
172
- jekyll-theme-tactile (0.1.0)
173
- jekyll (~> 3.5)
174
- jekyll-seo-tag (~> 2.0)
175
- jekyll-theme-time-machine (0.1.0)
176
- jekyll (~> 3.5)
177
- jekyll-seo-tag (~> 2.0)
178
- jekyll-titles-from-headings (0.5.0)
179
- jekyll (~> 3.3)
180
- jekyll-watch (1.5.1)
181
- listen (~> 3.0)
182
- jemoji (0.8.1)
183
- activesupport (~> 4.0, >= 4.2.9)
184
- gemoji (~> 3.0)
185
- html-pipeline (~> 2.2)
186
- jekyll (>= 3.0)
187
- kramdown (1.14.0)
188
- liquid (4.0.0)
189
- listen (3.0.6)
190
- rb-fsevent (>= 0.9.3)
191
- rb-inotify (>= 0.9.7)
192
- mercenary (0.3.6)
193
- mini_portile2 (2.3.0)
194
- minima (2.1.1)
195
- jekyll (~> 3.3)
196
- minitest (5.11.1)
197
- multipart-post (2.0.0)
198
- net-dns (0.8.0)
199
- nokogiri (1.8.1)
200
- mini_portile2 (~> 2.3.0)
201
- octokit (4.8.0)
202
- sawyer (~> 0.8.0, >= 0.5.3)
203
- pathutil (0.16.1)
204
- forwardable-extended (~> 2.6)
205
- public_suffix (2.0.5)
206
- rb-fsevent (0.10.2)
207
- rb-inotify (0.9.10)
208
- ffi (>= 0.5.0, < 2)
209
- rouge (2.2.1)
210
- ruby-enum (0.7.1)
211
- i18n
212
- rubyzip (1.2.1)
213
- safe_yaml (1.0.4)
214
- sass (3.5.4)
215
- sass-listen (~> 4.0.0)
216
- sass-listen (4.0.0)
217
- rb-fsevent (~> 0.9, >= 0.9.4)
218
- rb-inotify (~> 0.9, >= 0.9.7)
219
- sawyer (0.8.1)
220
- addressable (>= 2.3.5, < 2.6)
221
- faraday (~> 0.8, < 1.0)
222
- terminal-table (1.8.0)
223
- unicode-display_width (~> 1.1, >= 1.1.1)
224
- thread_safe (0.3.6)
225
- typhoeus (0.8.0)
226
- ethon (>= 0.8.0)
227
- tzinfo (1.2.4)
228
- thread_safe (~> 0.1)
229
- unicode-display_width (1.3.0)
230
-
231
- PLATFORMS
232
- ruby
233
-
234
- DEPENDENCIES
235
- github-pages
236
-
237
- BUNDLED WITH
238
- 1.14.6
data/gh-pages/_config.yml DELETED
@@ -1,5 +0,0 @@
1
- source: .
2
- destination: _site
3
- exclude: [.git, Gemfile, Gemfile.lock, .gitignore, README.md, Rakefile]
4
- url: "https://hensmith.github.io/ppl"
5
- permalink: "/news/:title"
@@ -1,23 +0,0 @@
1
- {% include header.html %}
2
-
3
- <h2>
4
- Version {{page.title}}
5
- <small>
6
- {{page.summary}}
7
- </small>
8
- </h2>
9
-
10
- <div class="row commands">
11
-
12
- <div class="span8">
13
- {{content}}
14
- </div>
15
-
16
- <div class="span4">
17
- {% include development-sidebar.html %}
18
- </div>
19
-
20
- </div>
21
-
22
- {% include footer.html %}
23
-
@@ -1,25 +0,0 @@
1
- <dl class="nav-sidebar">
2
-
3
- {% if page.title == "Development" %}<dt class="active">{% else %}<dt>{% endif %}
4
- <a href="{{site.url}}/development">Introduction</a>
5
- </dt>
6
- {% if page.title == "Development" %}<dd class="active">{% else %}<dd>{% endif %}
7
- The very basics
8
- </dd>
9
-
10
- {% if page.title == "Changelog" or page.layout == "changelog" %}<dt class="active">{% else %}<dt>{% endif %}
11
- <a href="{{site.url}}/development/changelog">Changelog</a>
12
- </dt>
13
- {% if page.title == "Changelog" or page.layout == "changelog" %}<dd class="active">{% else %}<dd>{% endif %}
14
- The story so far
15
- </dd>
16
-
17
- {% if page.title == "Roadmap" %}<dt class="active">{% else %}<dt>{% endif %}
18
- <a href="{{site.url}}/development/roadmap">Roadmap</a>
19
- </dt>
20
- {% if page.title == "Roadmap" %}<dd class="active">{% else %}<dd>{% endif %}
21
- The plan for the the future
22
- </dd>
23
-
24
- </dl>
25
-
@@ -1,22 +0,0 @@
1
-
2
- </div>
3
- </div>
4
-
5
- <footer class="global">
6
- <div class="footer container">
7
- <div class="row">
8
- <div class="span12">
9
- The contents of this site are available under the terms of the <a
10
- href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation
11
- License</a>.
12
- </div>
13
- </div>
14
- </div>
15
- </footer>
16
-
17
- <script src="{{site.url}}/javascript/flatstrap/jquery.js"></script>
18
- <script src="{{site.url}}/javascript/flatstrap/bootstrap.min.js"></script>
19
-
20
- </body>
21
- </html>
22
-
@@ -1,43 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta property="og:title" content="{{page.title}}" />
6
- <meta property="og:url" content="{{site.url}}{{page.url}}" />
7
- <meta property="og:type" content="website" />
8
- <title>{{page.title}}</title>
9
-
10
- <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
11
- <link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
12
-
13
- <link href="{{ site.url }}/stylesheets/flatstrap.css" rel="stylesheet" />
14
- <link href="{{ site.url }}/stylesheets/ppl.css" rel="stylesheet" type="text/css" />
15
- </head>
16
- <body>
17
-
18
- <div class="navbar navbar-static-top">
19
- <div class="navbar-inner">
20
- <div class="container">
21
-
22
- {% if page.url != "/index.html" %}
23
- <a class="brand" href="{{site.url}}/">ppl</a>
24
- {% endif %}
25
-
26
- <ul class="nav pull-right">
27
- {% if page.section == "documentation" %}<li class="active">{% else %}<li>{% endif %}
28
- <a href="{{site.url}}/documentation">Documentation</a>
29
- </li>
30
- {% if page.section == "news" %}<li class="active">{% else %}<li>{% endif %}
31
- <a href="{{site.url}}/news">News</a>
32
- </li>
33
- {% if page.section == "development" %}<li class="active">{% else %}<li>{% endif %}
34
- <a href="{{site.url}}/development">Development</a>
35
- </li>
36
- </ul>
37
- </div>
38
- </div>
39
- </div>
40
-
41
- <div class="content">
42
- <div class="container global">
43
-
@@ -1,36 +0,0 @@
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
-
@@ -1,54 +0,0 @@
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
-
@@ -1 +0,0 @@
1
- {% include changelog.html %}
@@ -1,104 +0,0 @@
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
-
@@ -1,71 +0,0 @@
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
-
@@ -1,20 +0,0 @@
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
-
@@ -1,6 +0,0 @@
1
- {% include header.html %}
2
-
3
- {{content}}
4
-
5
- {% include footer.html %}
6
-