Skip to content

Commit

Permalink
UCAN v0.9.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
expede authored Sep 2, 2022
1 parent 91e936d commit db746f8
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 191 deletions.
118 changes: 118 additions & 0 deletions .custom-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
ACL
ACLs
Attenuations
Auth
Bluesky
BxZ
CIDs
CIDv
CRDT
DAG
DAGs
DHT
DIDs
DNS
DNSLinks
Datalog
ECDSA
EdDSA
GLVVQR
Golang
Gozalishvili
HEHYSF
Haus
Holmgren
Irakli
JSON
JWT
JWTs
Krüger
LD
Memoized
Merkle
Mikael
MkiTBz
OCAP
PITM
PKI
Philipp
RESTful
RSA
Redelegating
Redelegation
SDSI
SPKI
ScopeA
ScopeB
Seitan
Subschemes
UCAN
UCAN's
UCANs
URI
URIs
WG
WebNative
ZCAP
Zelenka
adoptability
alice
attenuations
auth
bene
blockchain
codec
codecs
cryptographically
delegable
delegator
disambiguates
djdX
enums
extractable
filesystem
hawaii
inlining
interconnectivity
interpretable
invoker
iss
js
json
lifecycle
lockboxes
mDooWp
mailto
matcher
memoization
msg
multicodec
namespace
namespaced
namespaces
nota
plaintext
potencies
pre
preimages
quG
reauthorizations
recommentations
redelegates
situationally
stateful
subdelegate
subscheme
tradeoffs
trustless
trustlessly
ucan
un
unary
unresolvable
url
validator
validator's
verifiability
wnfs
ymuepAQ
12 changes: 12 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Spellcheck Action
on: push

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@master
- uses: rojopolis/[email protected]
name: Spellcheck
26 changes: 26 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
matrix:
- name: Markdown
aspell:
lang: en
d: en_US
dictionary:
encoding: utf-8
wordlists: [".custom-words.txt"]
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
- pyspelling.filters.context:
context_visible_first: true
escapes: \\[\\`~]
delimiters:
- open: '(?s)^(?P<open> *`{3,})$'
close: '^(?P=open)$'
- open: '(?P<open>`+)'
close: '(?P=open)'
sources:
- 'README.md'
default_encoding: utf-8
Loading

0 comments on commit db746f8

Please sign in to comment.