From 3ec0908b32a5ead893ebdb45d7d970eb002deea4 Mon Sep 17 00:00:00 2001 From: mediocregopher <> Date: Sun, 26 Apr 2020 17:16:51 -0600 Subject: [PATCH] Remove extra lines from lists in README and SPEC, because apparently it matters --- type: change description: Remove extra lines from lists in README and SPEC, because apparently it matters fingerprint: AGaOS9iaEXfoEO9elCCnJJBt9rEtISscRpxMh0XTweo/ credentials: - type: pgp_signature pub_key_id: 95C46FA6A41148AC body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl6mFmIACgkQlcRvpqQRSKweQxAAq3IEyGJaEhZAZnPqiS4WcDoPyK1vvEsM/JeHodIQKM5UrdLUuUsnyVF6Nxk3tpMMASRVkzYR+aPW2OQx8XpmR2XZnBeWaSoZFGpmmhoo+wJL303rstnUqQcOj3noKUdD7VL3tEQfoUKZdfsezfGmUG3zvgBYhAtIFDA3y+fbpRO9YFUTeWPDu37o34yRCgi9dS2WWahEfnkaKO6EenD6fJDJgy1TKFkYBimGo5M3Tr3ijEsyXPndZE9MUORMubtCKDLJpaPHH1dSLALZhNKmIoWfLlfFlJiqPMqEDnu2HVavRnyG5GSGCR3GnUt1d6JyafBjR8zpVaHnIa7CTqWhHIMKACW1PE22tGs0ciIjfepg7jZ4t3lJEk4r3baBJDvFEExF2LQH9pzG1Wcl7SaOayt4ud3Io7vugRHdZey90a88ih6LWGB6hrXd83If5ybLm5qU83RMaQSWmjk5J/xF7aCdQ030RAn4aP28yKKPlgtdfk1q8Xs4PvrOstDPV45pW4goUMLyjUIN7xn650Xu6i7NCvSxHYhuR0kbl/Nf8wpvuyZPjnZiO0C00JS6IlNBnDVledqcFbfHAmQc65eomRPDhhE0OnviZFXDW5xPSLZNdleZ/02vYj5vLmpA+VDZmcmnJpz6nLk7ytcGDNHwk3E4dprhHazwVnO77PUK8wQ= account: mediocregopher --- README.md | 5 ----- SPEC.md | 4 ---- 2 files changed, 9 deletions(-) diff --git a/README.md b/README.md index 40fbb6b..941a062 100644 --- a/README.md +++ b/README.md @@ -40,17 +40,12 @@ infrastructure can be used to host any dehub project: * The most barebones [git daemon](https://git-scm.com/book/en/v2/Git-on-the-Server-Git-Daemon) server (with a simple pre-receive hook set up). - * A remote SSH endpoint. - * A mailing list (aka the old school way). - * Network file syncing utilities such as dropbox, [syncthing](https://github.com/syncthing/syncthing), or [NFS](https://en.wikipedia.org/wiki/Network_File_System). - * Existing git project hosts like GitHub, Bitbucket, or Keybase. - * Decentralized filesystems such as IPFS\*. _\* Planned feature, but not yet implemented._ diff --git a/SPEC.md b/SPEC.md index 462821d..d456540 100644 --- a/SPEC.md +++ b/SPEC.md @@ -12,9 +12,7 @@ override them. A dehub project is comprised of: * A collection of files and directories. - * Meta actions related to those files, e.g. discussion, proposed changes, etc. - * Configuration defining which meta actions are allowed under which circumstances. @@ -266,10 +264,8 @@ applicable. * `account_ids: [...]` - an array of account IDs, each having been defined in the accounts section of the configuration. - * `any_account: true` - matches any account defined in the accounts section of the configuration. - * `any: true` - matches any signature, whether or not its signifier has been defined in the configuration.