ppl 4.0.3 → 4.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.editorconfig +4 -0
- data/.github/workflows/build.yml +7 -23
- data/.gitignore +0 -4
- data/.ruby-version +1 -0
- data/Gemfile +0 -1
- data/Rakefile +2 -2
- data/code_of_conduct.md +1 -1
- data/demo.svg +1 -0
- data/lib/ppl/adapter/storage/disk.rb +2 -2
- data/lib/ppl/adapter/storage/factory.rb +1 -1
- data/lib/ppl/application/configuration.rb +2 -2
- data/lib/ppl/command/completion.rb +1 -1
- data/lib/ppl/command/shell.rb +1 -1
- data/lib/ppl/command/version.rb +1 -1
- data/lib/ppl/version.rb +5 -0
- data/lib/ppl.rb +1 -4
- data/makefile +12 -1
- data/ppl.gemspec +12 -5
- data/ppl.svg +12 -0
- data/readme.md +4 -4
- data/spec/ppl/adapter/storage/disk_spec.rb +2 -2
- data/spec/ppl/command/completion_spec.rb +2 -2
- data/spec/ppl/command/shell_spec.rb +1 -1
- data/spec/ppl/command/version_spec.rb +1 -1
- metadata +56 -164
- data/.eleventy.js +0 -86
- data/.eleventyignore +0 -1
- data/gh-pages/Gemfile +0 -2
- data/gh-pages/Gemfile.lock +0 -238
- data/gh-pages/_config.yml +0 -5
- data/gh-pages/_includes/changelog.html +0 -23
- data/gh-pages/_includes/development-sidebar.html +0 -25
- data/gh-pages/_includes/footer.html +0 -22
- data/gh-pages/_includes/header.html +0 -43
- data/gh-pages/_includes/news.html +0 -36
- data/gh-pages/_includes/tip.html +0 -54
- data/gh-pages/_layouts/changelog.html +0 -1
- data/gh-pages/_layouts/command.html +0 -104
- data/gh-pages/_layouts/configuration.html +0 -71
- data/gh-pages/_layouts/development.html +0 -20
- data/gh-pages/_layouts/frontpage.html +0 -6
- data/gh-pages/_layouts/integration.html +0 -44
- data/gh-pages/_layouts/news.html +0 -2
- data/gh-pages/_layouts/page.html +0 -6
- data/gh-pages/_layouts/tip.html +0 -2
- data/gh-pages/_posts/2012-01-15-first-post.md +0 -16
- data/gh-pages/_posts/2012-12-20-1.0.0.md +0 -19
- data/gh-pages/_posts/2012-12-20-1.1.0.md +0 -28
- data/gh-pages/_posts/2012-12-20-1.2.0.md +0 -18
- data/gh-pages/_posts/2012-12-21-1.3.0.md +0 -20
- data/gh-pages/_posts/2012-12-21-thank-you-for-your-all-your-feedback.md +0 -26
- data/gh-pages/_posts/2012-12-22-1.4.1.md +0 -21
- data/gh-pages/_posts/2012-12-22-1.5.0.md +0 -17
- data/gh-pages/_posts/2012-12-23-1.5.1.md +0 -13
- data/gh-pages/_posts/2012-12-23-1.5.2.md +0 -15
- data/gh-pages/_posts/2012-12-26-1.5.3.md +0 -19
- data/gh-pages/_posts/2012-12-27-1.6.0.md +0 -18
- data/gh-pages/_posts/2012-12-29-1.7.0.md +0 -18
- data/gh-pages/_posts/2013-01-05-1.8.0.md +0 -18
- data/gh-pages/_posts/2013-01-06-1.9.0.md +0 -20
- data/gh-pages/_posts/2013-01-10-1.10.0.md +0 -18
- data/gh-pages/_posts/2013-01-20-1.11.0.md +0 -14
- data/gh-pages/_posts/2013-02-16-1.12.0.md +0 -14
- data/gh-pages/_posts/2013-02-17-1.13.0.md +0 -29
- data/gh-pages/_posts/2013-02-17-1.14.0.md +0 -15
- data/gh-pages/_posts/2013-02-17-1.14.1.md +0 -18
- data/gh-pages/_posts/2013-02-17-two-months-in.md +0 -27
- data/gh-pages/_posts/2013-03-16-1.15.0.md +0 -28
- data/gh-pages/_posts/2013-03-16-coloured-output-released.md +0 -27
- data/gh-pages/_posts/2013-04-10-ruby-2.0-compatibility.md +0 -28
- data/gh-pages/_posts/2013-04-11-1.15.1.md +0 -13
- data/gh-pages/_posts/2013-04-12-1.16.0.md +0 -22
- data/gh-pages/_posts/2013-04-14-1.17.0.md +0 -15
- data/gh-pages/_posts/2013-04-14-1.17.1.md +0 -20
- data/gh-pages/_posts/2013-04-14-1.17.2.md +0 -13
- data/gh-pages/_posts/2013-04-15-sync-alias.md +0 -31
- data/gh-pages/_posts/2013-04-15-utf8-fixed-and-more.md +0 -37
- data/gh-pages/_posts/2013-04-16-1.18.0.md +0 -15
- data/gh-pages/_posts/2013-04-16-set-up-color-output.md +0 -47
- data/gh-pages/_posts/2013-04-19-1.19.0.md +0 -13
- data/gh-pages/_posts/2013-04-19-1.20.0.md +0 -15
- data/gh-pages/_posts/2013-04-20-1.21.0.md +0 -16
- data/gh-pages/_posts/2013-04-20-1.22.0.md +0 -14
- data/gh-pages/_posts/2013-04-20-1.22.1.md +0 -13
- data/gh-pages/_posts/2013-04-21-1.22.2.md +0 -15
- data/gh-pages/_posts/2013-04-21-1.23.0.md +0 -35
- data/gh-pages/_posts/2013-04-23-1.24.0.md +0 -16
- data/gh-pages/_posts/2013-04-24-1.25.0.md +0 -21
- data/gh-pages/_posts/2013-05-09-2.0.0.md +0 -33
- data/gh-pages/_posts/2013-05-09-version-2.0.0-released.md +0 -32
- data/gh-pages/_posts/2013-07-20-2.1.0.md +0 -36
- data/gh-pages/_posts/2013-07-20-2.2.0.md +0 -20
- data/gh-pages/_posts/2013-10-12-2.3.0.md +0 -19
- data/gh-pages/_posts/2014-03-30-2.3.1.md +0 -25
- data/gh-pages/_posts/2015-01-05-2.3.2.md +0 -18
- data/gh-pages/_posts/2015-12-03-get-involved.md +0 -29
- data/gh-pages/_posts/2015-12-05-2.3.3.md +0 -16
- data/gh-pages/_posts/2016-01-02-2.4.0.md +0 -19
- data/gh-pages/_posts/2017-05-01-2.4.1.md +0 -12
- data/gh-pages/_posts/2017-10-23-sleep-mode.md +0 -18
- data/gh-pages/_posts/2018-01-03-3.0.1.md +0 -12
- data/gh-pages/_stylesheets/ppl/color.less +0 -119
- data/gh-pages/_stylesheets/ppl/layout.less +0 -54
- data/gh-pages/_stylesheets/ppl/style.less +0 -185
- data/gh-pages/_stylesheets/ppl/typography.less +0 -59
- data/gh-pages/development/changelog/index.md +0 -18
- data/gh-pages/development/changelog/split.rb +0 -51
- data/gh-pages/development/index.html +0 -32
- data/gh-pages/development/roadmap/index.md +0 -15
- data/gh-pages/documentation/about/index.html +0 -63
- data/gh-pages/documentation/commands/add/index.md +0 -43
- data/gh-pages/documentation/commands/age/add/index.md +0 -40
- data/gh-pages/documentation/commands/age/index.md +0 -38
- data/gh-pages/documentation/commands/bday/index.md +0 -44
- data/gh-pages/documentation/commands/completion/index.md +0 -38
- data/gh-pages/documentation/commands/email/index.md +0 -64
- data/gh-pages/documentation/commands/grep/index.md +0 -32
- data/gh-pages/documentation/commands/init/index.md +0 -28
- data/gh-pages/documentation/commands/ls/index.md +0 -55
- data/gh-pages/documentation/commands/mutt/index.md +0 -36
- data/gh-pages/documentation/commands/mv/index.md +0 -26
- data/gh-pages/documentation/commands/name/index.md +0 -45
- data/gh-pages/documentation/commands/nick/index.md +0 -44
- data/gh-pages/documentation/commands/org/index.md +0 -45
- data/gh-pages/documentation/commands/phone/index.md +0 -56
- data/gh-pages/documentation/commands/post/index.md +0 -61
- data/gh-pages/documentation/commands/pull/index.md +0 -39
- data/gh-pages/documentation/commands/push/index.md +0 -36
- data/gh-pages/documentation/commands/remote/index.md +0 -40
- data/gh-pages/documentation/commands/rm/index.md +0 -23
- data/gh-pages/documentation/commands/scrape/index.md +0 -38
- data/gh-pages/documentation/commands/shell/index.md +0 -39
- data/gh-pages/documentation/commands/show/index.md +0 -33
- data/gh-pages/documentation/commands/url/index.md +0 -44
- data/gh-pages/documentation/commands/version/index.md +0 -27
- data/gh-pages/documentation/configuration/address_book/index.md +0 -22
- data/gh-pages/documentation/configuration/alias/index.md +0 -45
- data/gh-pages/documentation/configuration/color/index.md +0 -47
- data/gh-pages/documentation/configuration/color_age/index.md +0 -20
- data/gh-pages/documentation/configuration/color_bday/index.md +0 -20
- data/gh-pages/documentation/configuration/color_email/index.md +0 -21
- data/gh-pages/documentation/configuration/color_ls/index.md +0 -21
- data/gh-pages/documentation/configuration/color_name/index.md +0 -20
- data/gh-pages/documentation/configuration/color_nick/index.md +0 -20
- data/gh-pages/documentation/configuration/color_org/index.md +0 -20
- data/gh-pages/documentation/configuration/color_phone/index.md +0 -22
- data/gh-pages/documentation/configuration/color_post/index.md +0 -20
- data/gh-pages/documentation/configuration/color_url/index.md +0 -20
- data/gh-pages/documentation/configuration/index.html +0 -8
- data/gh-pages/documentation/index.html +0 -183
- data/gh-pages/documentation/integration/bash/index.md +0 -23
- data/gh-pages/documentation/integration/google/index.md +0 -26
- data/gh-pages/documentation/integration/index.html +0 -8
- data/gh-pages/documentation/integration/mutt/index.md +0 -35
- data/gh-pages/documentation/integration/zsh/index.md +0 -19
- data/gh-pages/documentation/quick-start/index.html +0 -88
- data/gh-pages/documentation/tips/index.html +0 -9
- data/gh-pages/index.html +0 -108
- data/gh-pages/news/index.html +0 -9
- data/gh-pages/robots.txt +0 -3
- data/gh-pages/stylesheets/flatstrap.css +0 -10
- data/gh-pages/stylesheets/ppl.scss +0 -235
- data/gh-pages/wiki.png +0 -0
- data/package.json +0 -23
- data/site/_data/url.js +0 -4
- data/site/casts/hero.cast +0 -189
- data/site/development.njk +0 -6
- data/site/documentation.njk +0 -6
- data/site/index.njk +0 -75
- data/site/news.njk +0 -6
- data/site/style.scss +0 -140
- data/spec/ppl/adapter/color_spec.rb +0 -14
- data/spec/ppl/adapter/email_scraper_spec.rb +0 -14
- data/spec/ppl/adapter/vcard_spec.rb +0 -23
- data/spec/ppl/format/address_book_spec.rb +0 -17
- data/spec/ppl/format/contact_spec.rb +0 -16
- data/spec/ppl/format/name_spec.rb +0 -17
- data/spec/ppl/format/postal_address_spec.rb +0 -17
- data/yarn.lock +0 -3605
data/gh-pages/Gemfile.lock
DELETED
@@ -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,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
|
-
|
data/gh-pages/_includes/tip.html
DELETED
@@ -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
|
-
|