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.