ppl 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.editorconfig +12 -0
- data/.eleventy.js +86 -0
- data/.eleventyignore +1 -0
- data/.github/workflows/build.yml +30 -2
- data/.gitignore +3 -1
- data/Rakefile +1 -1
- data/features/step_definitions/ppl_steps.rb +24 -24
- data/gh-pages/Gemfile +2 -0
- data/gh-pages/_config.yml +5 -0
- data/gh-pages/_includes/changelog.html +23 -0
- data/gh-pages/_includes/development-sidebar.html +25 -0
- data/gh-pages/_includes/footer.html +22 -0
- data/gh-pages/_includes/header.html +43 -0
- data/gh-pages/_includes/news.html +36 -0
- data/gh-pages/_includes/tip.html +54 -0
- data/gh-pages/_layouts/changelog.html +1 -0
- data/gh-pages/_layouts/command.html +104 -0
- data/gh-pages/_layouts/configuration.html +71 -0
- data/gh-pages/_layouts/development.html +20 -0
- data/gh-pages/_layouts/frontpage.html +6 -0
- data/gh-pages/_layouts/integration.html +44 -0
- data/gh-pages/_layouts/news.html +2 -0
- data/gh-pages/_layouts/page.html +6 -0
- data/gh-pages/_layouts/tip.html +2 -0
- data/gh-pages/_posts/2012-01-15-first-post.md +16 -0
- data/gh-pages/_posts/2012-12-20-1.0.0.md +19 -0
- data/gh-pages/_posts/2012-12-20-1.1.0.md +28 -0
- data/gh-pages/_posts/2012-12-20-1.2.0.md +18 -0
- data/gh-pages/_posts/2012-12-21-1.3.0.md +20 -0
- data/gh-pages/_posts/2012-12-21-thank-you-for-your-all-your-feedback.md +26 -0
- data/gh-pages/_posts/2012-12-22-1.4.1.md +21 -0
- data/gh-pages/_posts/2012-12-22-1.5.0.md +17 -0
- data/gh-pages/_posts/2012-12-23-1.5.1.md +13 -0
- data/gh-pages/_posts/2012-12-23-1.5.2.md +15 -0
- data/gh-pages/_posts/2012-12-26-1.5.3.md +19 -0
- data/gh-pages/_posts/2012-12-27-1.6.0.md +18 -0
- data/gh-pages/_posts/2012-12-29-1.7.0.md +18 -0
- data/gh-pages/_posts/2013-01-05-1.8.0.md +18 -0
- data/gh-pages/_posts/2013-01-06-1.9.0.md +20 -0
- data/gh-pages/_posts/2013-01-10-1.10.0.md +18 -0
- data/gh-pages/_posts/2013-01-20-1.11.0.md +14 -0
- data/gh-pages/_posts/2013-02-16-1.12.0.md +14 -0
- data/gh-pages/_posts/2013-02-17-1.13.0.md +29 -0
- data/gh-pages/_posts/2013-02-17-1.14.0.md +15 -0
- data/gh-pages/_posts/2013-02-17-1.14.1.md +18 -0
- data/gh-pages/_posts/2013-02-17-two-months-in.md +27 -0
- data/gh-pages/_posts/2013-03-16-1.15.0.md +28 -0
- data/gh-pages/_posts/2013-03-16-coloured-output-released.md +27 -0
- data/gh-pages/_posts/2013-04-10-ruby-2.0-compatibility.md +28 -0
- data/gh-pages/_posts/2013-04-11-1.15.1.md +13 -0
- data/gh-pages/_posts/2013-04-12-1.16.0.md +22 -0
- data/gh-pages/_posts/2013-04-14-1.17.0.md +15 -0
- data/gh-pages/_posts/2013-04-14-1.17.1.md +20 -0
- data/gh-pages/_posts/2013-04-14-1.17.2.md +13 -0
- data/gh-pages/_posts/2013-04-15-sync-alias.md +31 -0
- data/gh-pages/_posts/2013-04-15-utf8-fixed-and-more.md +37 -0
- data/gh-pages/_posts/2013-04-16-1.18.0.md +15 -0
- data/gh-pages/_posts/2013-04-16-set-up-color-output.md +47 -0
- data/gh-pages/_posts/2013-04-19-1.19.0.md +13 -0
- data/gh-pages/_posts/2013-04-19-1.20.0.md +15 -0
- data/gh-pages/_posts/2013-04-20-1.21.0.md +16 -0
- data/gh-pages/_posts/2013-04-20-1.22.0.md +14 -0
- data/gh-pages/_posts/2013-04-20-1.22.1.md +13 -0
- data/gh-pages/_posts/2013-04-21-1.22.2.md +15 -0
- data/gh-pages/_posts/2013-04-21-1.23.0.md +35 -0
- data/gh-pages/_posts/2013-04-23-1.24.0.md +16 -0
- data/gh-pages/_posts/2013-04-24-1.25.0.md +21 -0
- data/gh-pages/_posts/2013-05-09-2.0.0.md +33 -0
- data/gh-pages/_posts/2013-05-09-version-2.0.0-released.md +32 -0
- data/gh-pages/_posts/2013-07-20-2.1.0.md +36 -0
- data/gh-pages/_posts/2013-07-20-2.2.0.md +20 -0
- data/gh-pages/_posts/2013-10-12-2.3.0.md +19 -0
- data/gh-pages/_posts/2014-03-30-2.3.1.md +25 -0
- data/gh-pages/_posts/2015-01-05-2.3.2.md +18 -0
- data/gh-pages/_posts/2015-12-03-get-involved.md +29 -0
- data/gh-pages/_posts/2015-12-05-2.3.3.md +16 -0
- data/gh-pages/_posts/2016-01-02-2.4.0.md +19 -0
- data/gh-pages/_posts/2017-05-01-2.4.1.md +12 -0
- data/gh-pages/_posts/2017-10-23-sleep-mode.md +18 -0
- data/gh-pages/_posts/2018-01-03-3.0.1.md +12 -0
- data/gh-pages/_stylesheets/ppl/color.less +119 -0
- data/gh-pages/_stylesheets/ppl/layout.less +54 -0
- data/gh-pages/_stylesheets/ppl/style.less +185 -0
- data/gh-pages/_stylesheets/ppl/typography.less +59 -0
- data/gh-pages/development/changelog/index.md +18 -0
- data/gh-pages/development/changelog/split.rb +51 -0
- data/gh-pages/development/index.html +32 -0
- data/gh-pages/development/roadmap/index.md +15 -0
- data/gh-pages/documentation/about/index.html +63 -0
- data/gh-pages/documentation/commands/add/index.md +43 -0
- data/gh-pages/documentation/commands/age/add/index.md +40 -0
- data/gh-pages/documentation/commands/age/index.md +38 -0
- data/gh-pages/documentation/commands/bday/index.md +44 -0
- data/gh-pages/documentation/commands/completion/index.md +38 -0
- data/gh-pages/documentation/commands/email/index.md +64 -0
- data/gh-pages/documentation/commands/grep/index.md +32 -0
- data/gh-pages/documentation/commands/init/index.md +28 -0
- data/gh-pages/documentation/commands/ls/index.md +55 -0
- data/gh-pages/documentation/commands/mutt/index.md +36 -0
- data/gh-pages/documentation/commands/mv/index.md +26 -0
- data/gh-pages/documentation/commands/name/index.md +45 -0
- data/gh-pages/documentation/commands/nick/index.md +44 -0
- data/gh-pages/documentation/commands/org/index.md +45 -0
- data/gh-pages/documentation/commands/phone/index.md +56 -0
- data/gh-pages/documentation/commands/post/index.md +61 -0
- data/gh-pages/documentation/commands/pull/index.md +39 -0
- data/gh-pages/documentation/commands/push/index.md +36 -0
- data/gh-pages/documentation/commands/remote/index.md +40 -0
- data/gh-pages/documentation/commands/rm/index.md +23 -0
- data/gh-pages/documentation/commands/scrape/index.md +38 -0
- data/gh-pages/documentation/commands/shell/index.md +39 -0
- data/gh-pages/documentation/commands/show/index.md +33 -0
- data/gh-pages/documentation/commands/url/index.md +44 -0
- data/gh-pages/documentation/commands/version/index.md +27 -0
- data/gh-pages/documentation/configuration/address_book/index.md +22 -0
- data/gh-pages/documentation/configuration/alias/index.md +45 -0
- data/gh-pages/documentation/configuration/color/index.md +47 -0
- data/gh-pages/documentation/configuration/color_age/index.md +20 -0
- data/gh-pages/documentation/configuration/color_bday/index.md +20 -0
- data/gh-pages/documentation/configuration/color_email/index.md +21 -0
- data/gh-pages/documentation/configuration/color_ls/index.md +21 -0
- data/gh-pages/documentation/configuration/color_name/index.md +20 -0
- data/gh-pages/documentation/configuration/color_nick/index.md +20 -0
- data/gh-pages/documentation/configuration/color_org/index.md +20 -0
- data/gh-pages/documentation/configuration/color_phone/index.md +22 -0
- data/gh-pages/documentation/configuration/color_post/index.md +20 -0
- data/gh-pages/documentation/configuration/color_url/index.md +20 -0
- data/gh-pages/documentation/configuration/index.html +8 -0
- data/gh-pages/documentation/index.html +183 -0
- data/gh-pages/documentation/integration/bash/index.md +23 -0
- data/gh-pages/documentation/integration/google/index.md +26 -0
- data/gh-pages/documentation/integration/index.html +8 -0
- data/gh-pages/documentation/integration/mutt/index.md +35 -0
- data/gh-pages/documentation/integration/zsh/index.md +19 -0
- data/gh-pages/documentation/quick-start/index.html +88 -0
- data/gh-pages/documentation/tips/index.html +9 -0
- data/gh-pages/index.html +108 -0
- data/gh-pages/news/index.html +9 -0
- data/gh-pages/robots.txt +3 -0
- data/gh-pages/stylesheets/flatstrap.css +10 -0
- data/gh-pages/stylesheets/ppl.scss +235 -0
- data/gh-pages/wiki.png +0 -0
- data/lib/ppl.rb +4 -1
- data/makefile +18 -0
- data/package.json +23 -0
- data/ppl.gemspec +1 -1
- data/site/_data/url.js +4 -0
- data/site/casts/hero.cast +189 -0
- data/site/development.njk +6 -0
- data/site/documentation.njk +6 -0
- data/site/index.njk +75 -0
- data/site/news.njk +6 -0
- data/site/style.scss +140 -0
- data/yarn.lock +3605 -0
- metadata +149 -1
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 2.1.0
|
|
3
|
+
summary: Better name management
|
|
4
|
+
date: 2013-07-20
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/2.1.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
With thanks to [@pigmonkey](https://github.com/pigmonkey) for raising this as
|
|
12
|
+
[issue #42](https://github.com/hnrysmth/ppl/issues/42) on GitHub, version 2.1.0
|
|
13
|
+
brings increased control over the names of contacts. This is intended to improve
|
|
14
|
+
interoperability with other address book software, including the Android
|
|
15
|
+
system's contact list.
|
|
16
|
+
|
|
17
|
+
Short, lower case contact IDs are great for a CLI program, but on a phone, you
|
|
18
|
+
probably want to see full names. This update provides full access to all the
|
|
19
|
+
bits & pieces of vCard's `N` (name) field:
|
|
20
|
+
|
|
21
|
+
* Family name(s)
|
|
22
|
+
* Middle name(s)
|
|
23
|
+
* Given name(s)
|
|
24
|
+
* Prefix
|
|
25
|
+
* Suffix
|
|
26
|
+
|
|
27
|
+
See the documentation of [ppl name](/documentation/commands/name/) for more
|
|
28
|
+
details on how to use this new functionality.
|
|
29
|
+
|
|
30
|
+
Also included is some slightly different behaviour under the hood of [ppl
|
|
31
|
+
add](/documentation/commands/name/). This command now attempts to "have a
|
|
32
|
+
guess" at the structure of the name of a newly-added contact. It'll treat the
|
|
33
|
+
first word of the full name as the contact's given name, and the rest of the
|
|
34
|
+
string as their family name. This is a shamefully anglocentric approach to name
|
|
35
|
+
parsing, but at least it's a start.
|
|
36
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 2.2.0
|
|
3
|
+
summary: ppl scrape overwrite prevention
|
|
4
|
+
date: 2013-07-20
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/2.2.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Thanks again to [@pigmonkey](https://github.com/pigmonkey) for [issue #32](https://github.com/hnrysmth/ppl/issues/32),
|
|
12
|
+
reporting some unhelpful destructive behaviour in [ppl
|
|
13
|
+
scrape](/documentation/commands/scrape/). In this version, some additional
|
|
14
|
+
checking has been added to that command to prevent it from overwriting existing
|
|
15
|
+
contacts.
|
|
16
|
+
|
|
17
|
+
In the event that the scraped contact ID happens to match that of an existing
|
|
18
|
+
contact, ppl scrape will now notice this collision and append numbers to the new
|
|
19
|
+
ID until it no longer matches any existing contact's IDs.
|
|
20
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 2.3.0
|
|
3
|
+
summary: ppl grep
|
|
4
|
+
date: 2013-10-12
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/2.3.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
With thanks to [@ajford](https://github.com/ajford) for the excellent [feature
|
|
12
|
+
request](https://github.com/hnrysmth/ppl/issues/43), version 2.3.0 brings a new
|
|
13
|
+
command: [ppl grep](/documentation/commands/grep/). This command leverages the
|
|
14
|
+
extremely high speed search `git grep` repository search in order to provide
|
|
15
|
+
near-instant search results.
|
|
16
|
+
|
|
17
|
+
$ ppl grep smith
|
|
18
|
+
john.vcf:EMAIL:john.smith@example.org
|
|
19
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 2.3.1
|
|
3
|
+
summary: Simple Bug Fixes
|
|
4
|
+
date: 2014-03-30
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/2.3.1.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Once again, I'm grateful to [@alexGschaider] for his patience. This minor
|
|
12
|
+
version fixes a couple of annoying little problems that he's bumped into.
|
|
13
|
+
|
|
14
|
+
The first problem was a pretty terrible error message which was displayed when a
|
|
15
|
+
`.vcf` file contains invalid vCard data. This has now been fixed, and the error
|
|
16
|
+
message replaced with something much more sensible.
|
|
17
|
+
|
|
18
|
+
$ ppl show badcontact
|
|
19
|
+
ppl: badcontact.vcf contains invalid data
|
|
20
|
+
|
|
21
|
+
The second was yet another `Encoding::CompatibilityError`, just like back in the
|
|
22
|
+
bad old days before ppl even supported UTF-8 at all. Hopefully this will be the
|
|
23
|
+
last one of those now!
|
|
24
|
+
|
|
25
|
+
[@alexGschaider]: https://github.com/axelGschaider
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 2.3.2
|
|
3
|
+
summary: scrape output fix
|
|
4
|
+
date: 2015-01-05
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/2.3.2.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
I'm very grateful to [@hobarrera](https://github.com/hobarrera) for contributing
|
|
12
|
+
this fix to [ppl scrape](/documentation/commands/scrape/). A simple mistake in
|
|
13
|
+
the output formatting code was causing it to appear slightly garbled, like this:
|
|
14
|
+
|
|
15
|
+
Add "Hugo Osvaldo Barrera #<Ppl::Entity::EmailAddress:0x00000001ffbd28>>"
|
|
16
|
+
to your address book [Y/n]?
|
|
17
|
+
|
|
18
|
+
So thanks for fixing that, Hugo!
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Get Involved!
|
|
3
|
+
date: 2015-12-03
|
|
4
|
+
layout: news
|
|
5
|
+
section: news
|
|
6
|
+
categories: [news]
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
The time has come to give this project a nudge into a slightly different mode of
|
|
10
|
+
operation. Enough people are interested in the long term health of this little
|
|
11
|
+
CLI app that I think it'd benefit from opening the doors a bit to potential
|
|
12
|
+
collaborators and maintainers. So I've converted the project into a proper
|
|
13
|
+
[GitHub organization](https://github.com/hnrysmth) and I'm inviting you to
|
|
14
|
+
come and join it.
|
|
15
|
+
|
|
16
|
+
I see lots of people come and go with great ideas for this project. I love 99%
|
|
17
|
+
of the ideas and suggestions that pop up but I just can't keep up with all the
|
|
18
|
+
different demands on my time. That's the bottleneck that's holding the project
|
|
19
|
+
back and it's silly, really.
|
|
20
|
+
|
|
21
|
+
For a while I've been wanting to do something about this. If you want to help
|
|
22
|
+
out in any way, however small, speak up on GitHub, [email me](mailto:henry@henrysmith.org),
|
|
23
|
+
or get in touch on [Twitter](https://twitter.com/hnrysmth). I'd love to add you
|
|
24
|
+
to the organization and let you *just get started* making your ideas happen.
|
|
25
|
+
Even if you just like the project, but don't have any immediate plans to do
|
|
26
|
+
anything in particular, that's fine! If you've never contributed to an open
|
|
27
|
+
source project before, don't let that put you off. Everyone's welcome!
|
|
28
|
+
|
|
29
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 2.3.3
|
|
3
|
+
summary: non-ASCII input fix
|
|
4
|
+
date: 2015-12-05
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/2.3.3.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
This release is [@tba](https://github.com/tba)'s [non-ASCII input fix PR](https://github.com/hnrysmth/ppl/pull/56)
|
|
12
|
+
|
|
13
|
+
It's a fix enabling ppl to save non-ASCII names when scraping contact data
|
|
14
|
+
from emails.
|
|
15
|
+
|
|
16
|
+
It took altogether too long for me to merge this and I apologise!
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 2.4.0
|
|
3
|
+
summary: Better commit author
|
|
4
|
+
date: 2016-01-12
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/2.4.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
If you've ever looked at the commit history that ppl generates in your address
|
|
12
|
+
book you'll have noticed the ugly-looking commit author. [@drewbug] certainly
|
|
13
|
+
noticed and took the time to do something about it.
|
|
14
|
+
|
|
15
|
+
As of this version, ppl pulls in your Git config and uses your `user.name` and
|
|
16
|
+
`user.email` if available. If not, it falls back to the old (ugly) author
|
|
17
|
+
generation.
|
|
18
|
+
|
|
19
|
+
[@drewbug]: https://github.com/drewbug
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 2.4.1
|
|
3
|
+
summary: Upgrade to rugged ~> v0.24.0
|
|
4
|
+
date: 2017-05-01
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/2.4.1.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
This release is just a merge of one PR from [@acant](https://github.com/acant). It upgrades to a much more
|
|
12
|
+
modern version of the rugged gem.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Sleep Mode
|
|
3
|
+
date: 2017-10-23
|
|
4
|
+
layout: news
|
|
5
|
+
section: news
|
|
6
|
+
categories: [news]
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
This project seems to be in a good stable state. There's a small active
|
|
10
|
+
userbase who are mostly content with the software as-is. Not a lot of
|
|
11
|
+
maintenance or feature work is necessary these days and I can't justify
|
|
12
|
+
spending money on a domain for a project that's just chilling like this.
|
|
13
|
+
|
|
14
|
+
I'm converting the whole thing into a single, easy-to-look-after repo in my
|
|
15
|
+
own personal GitHub account and disabling autorenew on `ppladdressbook.org`.
|
|
16
|
+
Wanna make it clear that I consider this a fairly decent set of circumstances
|
|
17
|
+
for the project to be in btw. It mostly just works and that's for the best
|
|
18
|
+
cos I don't really have a lot of time to maintain and fix it any more.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 3.0.1
|
|
3
|
+
summary: Fix name deletion bug
|
|
4
|
+
date: 2018-01-03
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/3.0.1.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Fix for a [name deletion bug](https://github.com/hnrysmth/ppl/issues/74) reported by [@the-reverend](https://github.com/the-reverend).
|
|
12
|
+
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
|
|
2
|
+
@base03 : #002b36;
|
|
3
|
+
@base02 : #073642;
|
|
4
|
+
@base01 : #586e75;
|
|
5
|
+
@base00 : #657b83;
|
|
6
|
+
@base0 : #839496;
|
|
7
|
+
@base1 : #93a1a1;
|
|
8
|
+
@base2 : #eee8d5;
|
|
9
|
+
@base3 : #fdf6e3;
|
|
10
|
+
@yellow : #b58900;
|
|
11
|
+
@orange : #cb4b16;
|
|
12
|
+
@red : #dc322f;
|
|
13
|
+
@magenta : #d33682;
|
|
14
|
+
@violet : #6c71c4;
|
|
15
|
+
@blue : #268bd2;
|
|
16
|
+
@cyan : #2aa198;
|
|
17
|
+
@green : #859900;
|
|
18
|
+
|
|
19
|
+
@lightGrey: #FAFAFA;
|
|
20
|
+
@darkGrey: #F0F0F0;
|
|
21
|
+
|
|
22
|
+
a:link, a:visited {
|
|
23
|
+
color: @blue;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
body {
|
|
27
|
+
background-color: @lightGrey;
|
|
28
|
+
color: @base01;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
div.content {
|
|
32
|
+
background-color: @lightGrey;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
code {
|
|
36
|
+
background-color: @base3;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
h2 { color: @base03; }
|
|
40
|
+
h3 { color: @orange; }
|
|
41
|
+
|
|
42
|
+
pre {
|
|
43
|
+
background-color: @base03;
|
|
44
|
+
color: @base2;
|
|
45
|
+
display: block;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.front-page {
|
|
49
|
+
h1.big-welcome, .little-welcome {
|
|
50
|
+
color: @base03;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.btn {
|
|
55
|
+
&.btn-primary {
|
|
56
|
+
background-color: @blue;
|
|
57
|
+
color: @base2;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.navbar {
|
|
62
|
+
.navbar-inner {
|
|
63
|
+
background-color: @darkGrey;
|
|
64
|
+
}
|
|
65
|
+
.brand {
|
|
66
|
+
color: @base03;
|
|
67
|
+
font-weight: bold;
|
|
68
|
+
text-shadow: none;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.command-list {
|
|
73
|
+
h2 {
|
|
74
|
+
color: inherit;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.navbar .nav > li > a {
|
|
79
|
+
color: @base02;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.navbar .nav > .active > a,
|
|
83
|
+
.navbar .nav > .active > a:hover,
|
|
84
|
+
.navbar .nav > .active > a:focus {
|
|
85
|
+
background-color: @orange;
|
|
86
|
+
color: @base3;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.nav-list {
|
|
90
|
+
background-color: @darkGrey;
|
|
91
|
+
border: 1px solid rgb(221, 221, 221);
|
|
92
|
+
}
|
|
93
|
+
.nav-list > li:hover > a {
|
|
94
|
+
background-color: inherit;
|
|
95
|
+
color: inherit;
|
|
96
|
+
}
|
|
97
|
+
.nav-list > li.active:hover > a,
|
|
98
|
+
.nav-list > li.active > a {
|
|
99
|
+
background-color: @orange;
|
|
100
|
+
color: @base3;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
footer.global {
|
|
104
|
+
color: @base1;
|
|
105
|
+
|
|
106
|
+
a:link, a:visited {
|
|
107
|
+
color: @base0;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.nav-sidebar {
|
|
112
|
+
dt.active,
|
|
113
|
+
dt.active a,
|
|
114
|
+
dd.active {
|
|
115
|
+
background-color: @orange;
|
|
116
|
+
color: @base3;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
.front-page {
|
|
3
|
+
|
|
4
|
+
.row.welcome {
|
|
5
|
+
margin-top: 32px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
h1.big-welcome {
|
|
9
|
+
margin: 32px 0 0 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.little-welcome {
|
|
13
|
+
margin: 16px 0 0 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.row.what,
|
|
17
|
+
.row.latest {
|
|
18
|
+
margin-top: 32px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
h3 {
|
|
24
|
+
margin: 16px 0 8px 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.navbar .nav > li > a {
|
|
28
|
+
padding: 12px 15px 12px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.content {
|
|
32
|
+
padding-top: 20px;
|
|
33
|
+
padding-bottom: 128px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
footer.global {
|
|
37
|
+
border-top: 1px solid #D4D4D4;
|
|
38
|
+
padding: 16px 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.nav-sidebar {
|
|
42
|
+
margin: 0;
|
|
43
|
+
dt { padding: 4px 4px 0px 4px; }
|
|
44
|
+
dd { padding: 0px 4px 4px 4px; }
|
|
45
|
+
dd { margin: 0 0 16px 0; }
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
dl.version-history {
|
|
49
|
+
dd {
|
|
50
|
+
margin: 0 0 1em 0;
|
|
51
|
+
padding: 0;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
|
|
2
|
+
@import "color.less";
|
|
3
|
+
@import "layout.less";
|
|
4
|
+
@import "typography.less";
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/*
|
|
8
|
+
body {
|
|
9
|
+
background-color: #fdffdf;
|
|
10
|
+
color: #586e75;
|
|
11
|
+
font-family: "Inconsolata", sans-serif;
|
|
12
|
+
font-size: 18px;
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
line-height: 1.5;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
code {
|
|
19
|
+
font-family: "Inconsolata", monospace;
|
|
20
|
+
font-size: inherit;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
pre {
|
|
24
|
+
background-color: #073642;
|
|
25
|
+
border: 1px solid #002b36;
|
|
26
|
+
color: #93a1a1;
|
|
27
|
+
display: block;
|
|
28
|
+
font-family: "Ubuntu Mono", monospace;
|
|
29
|
+
font-size: 18px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.front-page .welcome,
|
|
33
|
+
.front-page .what {
|
|
34
|
+
margin-top: 64px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.front-page h1.big-welcome {
|
|
38
|
+
color: #002b36;
|
|
39
|
+
font-size: 64px;
|
|
40
|
+
margin: 32px 0 32px 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.front-page .little-welcome {
|
|
44
|
+
color: #002b36;
|
|
45
|
+
font-size: 24px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.front-page .welcome-example code {
|
|
49
|
+
line-height: 20px;
|
|
50
|
+
font-size: 20px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.front-page .welcome-example .bash-prompt {
|
|
54
|
+
color: #859900;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.front-page .what h2 {
|
|
58
|
+
color: #002b36;
|
|
59
|
+
font-size: 20px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.navbar-inner {
|
|
63
|
+
background-color: #fdf6e3;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.navbar .brand {
|
|
67
|
+
padding: 5px 20px 0px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.navbar .nav > li > a {
|
|
71
|
+
color: #586e75;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.navbar .nav > .active > a,
|
|
75
|
+
.navbar .nav > .active > a:hover,
|
|
76
|
+
.navbar .nav > .active > a:focus {
|
|
77
|
+
background-color: #cb4b16;
|
|
78
|
+
color: #eee8d5;
|
|
79
|
+
text-shadow: none;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.nav-tabs.nav-stacked > li > a {
|
|
83
|
+
background-color: #fdf6e3;
|
|
84
|
+
border-color: none;
|
|
85
|
+
color: #586e75;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.nav-tabs.nav-stacked > li.active > a {
|
|
89
|
+
background-color: #cb4b16;
|
|
90
|
+
color: #eee8d5;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.commands h1 {
|
|
94
|
+
font-size: 32px;
|
|
95
|
+
font-weight: normal;
|
|
96
|
+
margin: 0 0 32px 0;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
h2 {
|
|
100
|
+
font-size: 32px;
|
|
101
|
+
font-weight: normal;
|
|
102
|
+
margin: 0 0 32px 0;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
h3 {
|
|
106
|
+
font-size: 20px;
|
|
107
|
+
font-weight: normal;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/*
|
|
111
|
+
SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB
|
|
112
|
+
--------- ------- ---- ------- ----------- ---------- ----------- -----------
|
|
113
|
+
base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21
|
|
114
|
+
base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26
|
|
115
|
+
base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46
|
|
116
|
+
base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51
|
|
117
|
+
base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59
|
|
118
|
+
base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63
|
|
119
|
+
base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93
|
|
120
|
+
base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99
|
|
121
|
+
yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71
|
|
122
|
+
orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80
|
|
123
|
+
red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86
|
|
124
|
+
magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83
|
|
125
|
+
violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77
|
|
126
|
+
blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82
|
|
127
|
+
cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63
|
|
128
|
+
green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
header.global {
|
|
133
|
+
padding: 32px 0;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
header.page {
|
|
137
|
+
color: #EEE8D5;
|
|
138
|
+
padding: 0 0 32px 0;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
header.global h1,
|
|
142
|
+
header.page h2,
|
|
143
|
+
footer.global,
|
|
144
|
+
article.page .content {
|
|
145
|
+
margin: 0 auto;
|
|
146
|
+
width: 800px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
header.global h1 a {
|
|
150
|
+
color: #859900;
|
|
151
|
+
font-size: 32px;
|
|
152
|
+
font-weight: normal;
|
|
153
|
+
text-decoration: none;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
header.page h2 {
|
|
157
|
+
color: #859900;
|
|
158
|
+
color: #268bd2;
|
|
159
|
+
font-size: 20px;
|
|
160
|
+
font-weight: normal;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
article.page .content {
|
|
164
|
+
color: #839496;
|
|
165
|
+
font-size: 18px;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
article.page .content h3 {
|
|
169
|
+
color: #EEE8D5;
|
|
170
|
+
font-weight: normal;
|
|
171
|
+
font-size: 20px;
|
|
172
|
+
margin: 0 0 16px 0;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
article.page .content p {
|
|
176
|
+
margin-top: 0;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
footer.global {
|
|
180
|
+
color: #586E75;
|
|
181
|
+
margin: 32px auto;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
*/
|
|
185
|
+
|