Skip to content

Commit

Permalink
deploy: 8ce982d
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Aug 24, 2024
1 parent 057a4cc commit fc6e2f9
Show file tree
Hide file tree
Showing 38 changed files with 142 additions and 151 deletions.
6 changes: 3 additions & 3 deletions _includes/development-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<dl class="nav-sidebar">

{% if page.title == "Development" %}<dt class="active">{% else %}<dt>{% endif %}
<a href="{{site.url}}/development">Introduction</a>
<a href="{{ "/development" | relative_url }}">Introduction</a>
</dt>
{% if page.title == "Development" %}<dd class="active">{% else %}<dd>{% endif %}
The very basics
</dd>

{% if page.title == "Changelog" or page.layout == "changelog" %}<dt class="active">{% else %}<dt>{% endif %}
<a href="{{site.url}}/development/changelog">Changelog</a>
<a href="{{ "/development/changelog" | relative_url }}">Changelog</a>
</dt>
{% if page.title == "Changelog" or page.layout == "changelog" %}<dd class="active">{% else %}<dd>{% endif %}
The story so far
</dd>

{% if page.title == "Roadmap" %}<dt class="active">{% else %}<dt>{% endif %}
<a href="{{site.url}}/development/roadmap">Roadmap</a>
<a href="{{ "/development/roadmap" | relative_url }}">Roadmap</a>
</dt>
{% if page.title == "Roadmap" %}<dd class="active">{% else %}<dd>{% endif %}
The plan for the the future
Expand Down
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</div>
</footer>

<script src="{{site.url}}/javascript/flatstrap/jquery.js"></script>
<script src="{{site.url}}/javascript/flatstrap/bootstrap.min.js"></script>
<script src="{{ "/javascript/flatstrap/jquery.js" | relative_url }}"></script>
<script src="{{ "/javascript/flatstrap/bootstrap.min.js" | relative_url }}"></script>

</body>
</html>
Expand Down
14 changes: 7 additions & 7 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="utf-8" />
<meta property="og:title" content="{{page.title}}" />
<meta property="og:url" content="{{site.url}}{{page.url}}" />
<meta property="og:url" content="{{ "{{page.url}}" | relative_url }}" />
<meta property="og:type" content="website" />
<title>{{page.title}}</title>

<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>

<link href="{{ site.url }}/stylesheets/flatstrap.css" rel="stylesheet" />
<link href="{{ site.url }}/stylesheets/ppl.css" rel="stylesheet" type="text/css" />
<link href="{{ "/stylesheets/flatstrap.css" | relative_url }}" rel="stylesheet" />
<link href="{{ "/stylesheets/ppl.css" | relative_url }}" rel="stylesheet" type="text/css" />
</head>
<body>

Expand All @@ -20,18 +20,18 @@
<div class="container">

{% if page.url != "/index.html" %}
<a class="brand" href="{{site.url}}/">ppl</a>
<a class="brand" href="{{ "/" | relative_url }}">ppl</a>
{% endif %}

<ul class="nav pull-right">
{% if page.section == "documentation" %}<li class="active">{% else %}<li>{% endif %}
<a href="{{site.url}}/documentation">Documentation</a>
<a href="{{ "/documentation" | relative_url }}">Documentation</a>
</li>
{% if page.section == "news" %}<li class="active">{% else %}<li>{% endif %}
<a href="{{site.url}}/news">News</a>
<a href="{{ "/news" | relative_url }}">News</a>
</li>
{% if page.section == "development" %}<li class="active">{% else %}<li>{% endif %}
<a href="{{site.url}}/development">Development</a>
<a href="{{ "/development" | relative_url }}">Development</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2>
<dl class="nav-sidebar">
{% for post in site.categories.news %}
{% if post.url == page.url %}<dt class="active">{% else %}<dt>{% endif %}
<a href="{{post.url}}">
<a href="{{ post.url | relative_url }}">
{{post.title}}
</a>
</dt>
Expand Down
4 changes: 2 additions & 2 deletions _includes/tip.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>
to the core documentation, under your own name and with an attribution
link? If you've got what it takes, just write it up and <a
href="mailto:[email protected]">email me</a>, or better still, <a
href="https://github.com/hnrysmth/ppladdressbook.org">send a pull
href="https://github.com/henrycatalinismith/ppladdressbook.org">send a pull
request</a>!
</p>
</div>
Expand All @@ -36,7 +36,7 @@ <h2>
<dl class="nav-sidebar">
{% for post in site.categories.tips %}
{% if post.url == page.url %}<dt class="active">{% else %}<dt>{% endif %}
<a href="{{site.url}}{{post.url}}">
<a href="{{ post.url | relative_url }}">
{{post.title}}
</a>
</dt>
Expand Down
48 changes: 24 additions & 24 deletions _layouts/command.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,76 +11,76 @@ <h2>

<ul class="nav nav-list">
<li{%if page.command == "age"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/age">age</a>
<a href="{{ "/documentation/commands/age" | relative_url }}">age</a>
</li>
<li{%if page.command == "add"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/add">add</a>
<a href="{{ "/documentation/commands/add" | relative_url }}">add</a>
</li>
<li{%if page.command == "bday"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/bday">bday</a>
<a href="{{ "/documentation/commands/bday" | relative_url }}">bday</a>
</li>
<li{%if page.command == "completion"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/completion">completion</a>
<a href="{{ "/documentation/commands/completion" | relative_url }}">completion</a>
</li>
<li{%if page.command == "email"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/email">email</a>
<a href="{{ "/documentation/commands/email" | relative_url }}">email</a>
</li>
<li{%if page.command == "grep"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/grep">grep</a>
<a href="{{ "/documentation/commands/grep" | relative_url }}">grep</a>
</li>
<li{%if page.command == "init"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/init">init</a>
<a href="{{ "/documentation/commands/init" | relative_url }}">init</a>
</li>
<li{%if page.command == "ls"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/ls">ls</a>
<a href="{{ "/documentation/commands/ls" | relative_url }}">ls</a>
</li>
<li{%if page.command == "mutt"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/mutt">mutt</a>
<a href="{{ "/documentation/commands/mutt" | relative_url }}">mutt</a>
</li>
<li{%if page.command == "mv"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/mv">mv</a>
<a href="{{ "/documentation/commands/mv" | relative_url }}">mv</a>
</li>
<li{%if page.command == "name"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/name">name</a>
<a href="{{ "/documentation/commands/name" | relative_url }}">name</a>
</li>
<li{%if page.command == "nick"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/nick">nick</a>
<a href="{{ "/documentation/commands/nick" | relative_url }}">nick</a>
</li>
<li{%if page.command == "org"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/org">org</a>
<a href="{{ "/documentation/commands/org" | relative_url }}">org</a>
</li>
<li{%if page.command == "phone"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/phone">phone</a>
<a href="{{ "/documentation/commands/phone" | relative_url }}">phone</a>
</li>
<li{%if page.command == "post"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/post">post</a>
<a href="{{ "/documentation/commands/post" | relative_url }}">post</a>
</li>
<li{%if page.command == "pull"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/pull">pull</a>
<a href="{{ "/documentation/commands/pull" | relative_url }}">pull</a>
</li>
<li{%if page.command == "push"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/push">push</a>
<a href="{{ "/documentation/commands/push" | relative_url }}">push</a>
</li>
<li{%if page.command == "remote"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/remote">remote</a>
<a href="{{ "/documentation/commands/remote" | relative_url }}">remote</a>
</li>
<li{%if page.command == "rm"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/rm">rm</a>
<a href="{{ "/documentation/commands/rm" | relative_url }}">rm</a>
</li>
<li{%if page.command == "scrape"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/scrape">scrape</a>
<a href="{{ "/documentation/commands/scrape" | relative_url }}">scrape</a>
</li>
<li{%if page.command == "shell"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/shell">shell</a>
<a href="{{ "/documentation/commands/shell" | relative_url }}">shell</a>
</li>
<li{%if page.command == "show"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/show">show</a>
<a href="{{ "/documentation/commands/show" | relative_url }}">show</a>
</li>
<li{%if page.command == "url"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/url">url</a>
<a href="{{ "/documentation/commands/url" | relative_url }}">url</a>
</li>
<li{%if page.command == "version"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/commands/version">version</a>
<a href="{{ "/documentation/commands/version" | relative_url }}">version</a>
</li>
</ul>
</div>
Expand Down
26 changes: 13 additions & 13 deletions _layouts/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,43 @@ <h2>

<ul class="nav nav-list">
<li{%if page.config_section == "address book"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/address_book">address book</a>
<a href="{{ "/documentation/configuration/address_book" | relative_url }}">address book</a>
</li>
<li{%if page.config_section == "alias"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/alias">alias</a>
<a href="{{ "/documentation/configuration/alias" | relative_url }}">alias</a>
</li>
<li{%if page.config_section == "color"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color">color</a>
<a href="{{ "/documentation/configuration/color" | relative_url }}">color</a>
</li>
<li{%if page.config_section == 'color "age"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_age">color "age"</a>
<a href="{{ "/documentation/configuration/color_age" | relative_url }}">color "age"</a>
</li>
<li{%if page.config_section == 'color "bday"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_bday">color "bday"</a>
<a href="{{ "/documentation/configuration/color_bday" | relative_url }}">color "bday"</a>
</li>
<li{%if page.config_section == 'color "email"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_email">color "email"</a>
<a href="{{ "/documentation/configuration/color_email" | relative_url }}">color "email"</a>
</li>
<li{%if page.config_section == 'color "ls"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_ls">color "ls"</a>
<a href="{{ "/documentation/configuration/color_ls" | relative_url }}">color "ls"</a>
</li>
<li{%if page.config_section == 'color "name"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_name">color "name"</a>
<a href="{{ "/documentation/configuration/color_name" | relative_url }}">color "name"</a>
</li>
<li{%if page.config_section == 'color "nick"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_nick">color "nick"</a>
<a href="{{ "/documentation/configuration/color_nick" | relative_url }}">color "nick"</a>
</li>
<li{%if page.config_section == 'color "org"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_org">color "org"</a>
<a href="{{ "/documentation/configuration/color_org" | relative_url }}">color "org"</a>
</li>
<li{%if page.config_section == 'color "phone"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_phone">color "phone"</a>
<a href="{{ "/documentation/configuration/color_phone" | relative_url }}">color "phone"</a>
</li>
<li{%if page.config_section == 'color "post"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_post">color "post"</a>
<a href="{{ "/documentation/configuration/color_post" | relative_url }}">color "post"</a>
</li>
<li{%if page.config_section == 'color "url"'%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/configuration/color_url">color "url"</a>
<a href="{{ "/documentation/configuration/color_url" | relative_url }}">color "url"</a>
</li>
</ul>
</div>
Expand Down
8 changes: 4 additions & 4 deletions _layouts/integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ <h2>

<ul class="nav nav-list">
<li{%if page.integration == "bash"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/integration/bash">Bash</a>
<a href="{{ "/documentation/integration/bash" | relative_url }}">Bash</a>
</li>
<li{%if page.integration == "google"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/integration/google">Google</a>
<a href="{{ "/documentation/integration/google" | relative_url }}">Google</a>
</li>
<li{%if page.integration == "mutt"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/integration/mutt">Mutt</a>
<a href="{{ "/documentation/integration/mutt" | relative_url }}">Mutt</a>
</li>
<li{%if page.integration == "zsh"%} class="active"{% endif %}>
<a href="{{site.url}}/documentation/integration/zsh">ZSH</a>
<a href="{{ "/documentation/integration/zsh" | relative_url }}">ZSH</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2012-12-20-1.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ show-stopping bugs have been fixed, and a new feature has been added for mutt
users.

Many thanks to [@storge](https://github.com/storge) on GitHub for all the help
fixing the long series of issues in [Issue #1](https://github.com/hnrysmth/ppl/issues/1). You absolute legend.
fixing the long series of issues in [Issue #1](https://github.com/henrycatalinismith/ppl/issues/1). You absolute legend.

Also, thanks to [7h0ma5](http://news.ycombinator.com/user?id=7h0ma5) on HN for
the [mutt integration suggestion](http://news.ycombinator.com/item?id=4947256)
Expand Down
4 changes: 2 additions & 2 deletions _posts/2012-12-21-1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ permalink: /development/changelog/1.3.0.html
---

Adds support for XDG-compatible configuration. Many thanks to
[@tijn](https://github.com/hnrysmth/ppl/issues/4) on GitHub for [recommending this
functionality](https://github.com/hnrysmth/ppl/issues/4).
[@tijn](https://github.com/henrycatalinismith/ppl/issues/4) on GitHub for [recommending this
functionality](https://github.com/henrycatalinismith/ppl/issues/4).

This means ppl can now be alternatively configured using a file at
`~/.config/ppl/config`. If you like keeping your `~/` free of dotfile clutter
Expand Down
2 changes: 1 addition & 1 deletion _posts/2012-12-21-thank-you-for-your-all-your-feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The elephant in the room is obviously sync functionality at this point. Lots
and lots of people have made it very clear that even though they think this
project is a great idea it is useless in the extreme to them unless it can sync
with their GMail or iCloud. Rest assured that [this has not gone
unnoticed](https://github.com/hnrysmth/ppl/issues/5).
unnoticed](https://github.com/henrycatalinismith/ppl/issues/5).

Stay tuned!

2 changes: 1 addition & 1 deletion _posts/2012-12-22-1.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permalink: /development/changelog/1.5.0.html
The addition of "interactive mode" in the form of [ppl
shell](/documentation/commands/shell). Thanks to
[@axelGschaider](https://github.com/axelGschaider) on GitHub for [the
suggestion](https://github.com/hnrysmth/ppl/issues/7). This ought to make life a lot
suggestion](https://github.com/henrycatalinismith/ppl/issues/7). This ought to make life a lot
easier for people entering lots of commands at once!

* Added `ppl shell` command
2 changes: 1 addition & 1 deletion _posts/2012-12-29-1.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permalink: /development/changelog/1.7.0.html
This version contains some fairly substantial changes to the way the [ppl
show](/documentation/commands/show) command formats its output. The need for
this change was unearthed by a [question from
@storge](https://github.com/hnrysmth/ppl/issues/14) on GitHub. In short, the command
@storge](https://github.com/henrycatalinismith/ppl/issues/14) on GitHub. In short, the command
was only showing one of the given contact's email addresses, giving the
impression that this was all that ppl supported storing.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-02-17-two-months-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ been fixed, as [the changelog](/development/changelog) will attest.

One particularly nasty bug has been reported whose solution eludes me for the
moment. It seems ppl does not cope well with [non-ASCII
characters](https://github.com/hnrysmth/ppl/issues/17). The error itself is coming
characters](https://github.com/henrycatalinismith/ppl/issues/17). The error itself is coming
from within vpim - although it is almost certainly not a vpim bug - and is
proving a tough nut to crack. Encodings in Ruby 1.9 are [fraught with
complexity](http://yehudakatz.com/2010/05/05/ruby-1-9-encodings-a-primer-and-the-solution-for-rails/),
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-03-16-coloured-output-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hopefully the resulting usage of the
[morphine](https://github.com/bkeepers/morphine) dependency injection container
should reduce such code churn in future.

In other news, the [UTF-8 bug](https://github.com/hnrysmth/ppl/issues/17) mentioned
In other news, the [UTF-8 bug](https://github.com/henrycatalinismith/ppl/issues/17) mentioned
in [last month's update](/news/two-months-in/) should be gone soon. I've spoken
to the maintainer of vpim about it, and [his
response](http://rubyforge.org/pipermail/vpim-talk/2013/000185.html) was
Expand Down
4 changes: 2 additions & 2 deletions _posts/2013-04-10-ruby-2.0-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pointless-sounding ones: `1.15.1`. This release is all about Ruby 2.0
compatibility. A recent issue reported on GitHub by
[@pigmonkey](https://github.com/pigmonkey) brought to my attention that vpim,
ppl's underlying vCard library, [doesn't work at all in Ruby
2.0](https://github.com/hnrysmth/ppl/issues/19).
2.0](https://github.com/henrycatalinismith/ppl/issues/19).

invalid multibyte escape: /^\xFF\xFE/

Expand All @@ -23,6 +23,6 @@ Essentially, I forked vpim in order to get this done. While this is an
unexpected turn of events, it does mean I'm now quite well-placed to fix its
UTF-8 issues myself instead of depending on the mercy of upstream. By the way,
if you're interested in helping with this, go take a look at
[greencard](https://github.com/hnrysmth/greencard). It's vpim stripped down to just
[greencard](https://github.com/henrycatalinismith/greencard). It's vpim stripped down to just
the vCard functionality used by ppl. Go fork it!

Loading

0 comments on commit fc6e2f9

Please sign in to comment.