summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-11 17:46:33 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-11-11 17:46:33 -0800
commitf7d885529d704e0dce9708ae2e9c06baee33f7e8 (patch)
tree2d79cdcbcb02fc528d48ed5475ed61bb89c7a63a /README.md
parent8a01449d158a3a423c965bc48df0f8512536dbaa (diff)
downloadadenosine-f7d885529d704e0dce9708ae2e9c06baee33f7e8.tar.gz
adenosine-f7d885529d704e0dce9708ae2e9c06baee33f7e8.zip
update README and TODO a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28989cc..b498346 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,19 @@ goal is to think through how the protocol might work by implementing it.
Components:
-- `adenosine-cli` ([README](./adenosine-cli/README.md): command-line client (`adenosine`)
-- `adenosine-pds` ([README](./adenosine-pds/README.md): "small world" personal data server implementation, with data in sqlite
+- `adenosine-cli` ([README](./adenosine-cli/README.md), [manpage](./extra/adenosine.1.md)): command-line client (`adenosine`)
+- `adenosine-pds` ([README](./adenosine-pds/README.md), [manpage](./extra/adenosine-pds.1.md)): "small world" personal data server implementation, with data in sqlite
+## Disclaimer
+In addition to the below standard Free Software disclaimer from the LICENSE
+file, note that this project is likely to be out of sync with upstream protocol
+specifications; is not intended for real-world use; is entirely naive about
+abuse, security, and privacy; will not have an upgrade/migration path; etc.
+> [CONTRIBUTORS] PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, >
+> EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED >
+> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
## Development and Contributions