From 18d7bd25a9faeb6f3e25f564a8fd96a52d00ca02 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Tue, 22 Feb 2022 07:22:28 -0600 Subject: [PATCH] updated old github links to new location --- README.md | 2 +- static/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b77cd8b..915b283 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A modern, decentralized re-imagining of the Unix [plan](https://unix.stackexchan ## Client Implementations and Tools -- [dotplan-cli](https://github.com/rudism/dotplan-cli) is a script for interacting with dotplan providers from the linux shell +- [dotplan-cli](https://code.sitosis.com.com/rudism/dotplan-cli) is a script for interacting with dotplan providers from the linux shell ## API diff --git a/static/index.html b/static/index.html index 416df82..285bb7d 100644 --- a/static/index.html +++ b/static/index.html @@ -13,7 +13,7 @@

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?

-

This site is a free Dotplan provider and relay running the Dotplan reference implementation. If you're incapable of hosting your own (or too lazy), you can point your email domain here via a SRV record and use it as your Dotplan provider.

+

This site is a free Dotplan provider and relay running the Dotplan reference implementation. If you're incapable of hosting your own (or too lazy), you can point your email domain here via a SRV record and use it as your Dotplan provider.

How does it work?

Dotplan API

Fetch the plan for example@dotplan.online as plain text:

@@ -21,7 +21,7 @@

Fetch the plan for example@dotplan.online as JSON:

    curl -H 'Accept: application/json' \
       https://dotplan.online/plan/example@dotplan.online
-

See the GitHub for more details, such as how to verify signed plans.

+

See the source code repository for more details, such as how to verify signed plans.

Dotplan Online

Register the email address test@example.com with password my-password-123 (an email with further instructions will be sent):

    curl -H 'Content-Type: application/json' \
@@ -35,7 +35,7 @@
     
    curl -H 'Content-Type: application/json' \
       -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.

+

See the source code repository 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.

@@ -44,7 +44,7 @@

Terms: This was a silly weekend idea and I can't guarantee this site or the associated service will stick around. If I'm made aware of inappropriate content in a plan I reserve the right to remove it and terminate the associated accounts. If you like this idea and don't want to worry about any of that, you could (and should!) host your own.

- +