diff --git a/README.md b/README.md index 8a143fa..1ab8b99 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A modern, decentralized re-imagining of the Unix [plan](https://unix.stackexchan - User-provided content tied to an email address. - Text only. - No re-tweets, shares, @s, likes, or boosting of any kind. -- Authenticity optionally verified by clients using OpenBSD signify/[Minisign](https://jedisct1.github.io/minisign/). +- Authenticity optionally verified by clients using [minisign](https://jedisct1.github.io/minisign/). - Accessed via public APIs. - Open source. - Self-hostable, discovery via domain [SRV records](https://en.wikipedia.org/wiki/SRV_record). diff --git a/static/index.html b/static/index.html index 3ef6ff9..2223e30 100644 --- a/static/index.html +++ b/static/index.html @@ -7,7 +7,9 @@
-

Dotplan Online

+
+

Dotplan Online

+

What is Dotplan?

Dotplan is an API specification through which the technically capable can express their personalities (or lack thereof) with one another. A modern, decentralized re-imagining of the Unix plan file. It uses minisign to verify authenticity.

What is Dotplan Online?

@@ -34,7 +36,14 @@ -XPUT -d '{"auth":"AUTH_TOKEN","plan":"This is my first plan!"}' \ https://dotplan.online/plan/test@example.com

See the GitHub for more details, such as how to sign plans for authenticity and how to support service discovery via domain SRV records.

+

What's the point?

+

I like the idea of plan files, and wanted one that I could easily update and inject into my static website using javascript. This was the result.

+
- + diff --git a/static/style.css b/static/style.css index 1fbdc5d..7dce5a7 100644 --- a/static/style.css +++ b/static/style.css @@ -118,9 +118,11 @@ pre > code { color: #eadead; } -hr { - margin: 1em 0 0.5em 0; - border: 0; - height: 0; - border-bottom: 2px dashed #88b8f6; +footer { + font-style: italic; + color: #9c998e; + border-top: 2px dashed #9c998e; + margin-top: 1.5em; } + +.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}