aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-01-31 15:17:28 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-01-31 23:38:04 -1000
commitf45c79b0d6eba673d537ba86b9cd8797666ad4b7 (patch)
tree6b51e14c1eae3e511dcecf1df4aa3ada8a95723a /README.md
parentd4be33a6f00bd990b75c0ba234a520c272090028 (diff)
downloadpatchfoo-f45c79b0d6eba673d537ba86b9cd8797666ad4b7.tar.gz
patchfoo-f45c79b0d6eba673d537ba86b9cd8797666ad4b7.zip
Add drafts feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9b2d27a..5098955 100644
--- a/README.md
+++ b/README.md
@@ -98,12 +98,14 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.:
"search"
"live",
"compose",
+ "drafts",
"emojis",
"self",
"searchbox"
],
"dir": "patchfoo",
- "scriptDir": "script"
+ "scriptDir": "script",
+ "draftsDir": "drafts"
}
}
```
@@ -127,6 +129,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.:
- `nav`: array of nav links. Each item may be a string, object or special value. Special values are `"searchbox"` and `"self"`, which are the search field box, and link to the current feed id's page, respectively. Any other string is interpretted to be a link to the page of that name prefixed with a forward slash. An object may have properties `name` and `url`, and that will be interpretted as a link with given name and URL (with `toUrl` conversions applied). default is the list in the readme above.
- `dir`: name of directory in `~/.ssb/` to use for patchfoo things. default: `"patchfoo"`.
- `scriptDir: name of directory in patchfoo's directory (as set by `patchfoo.dir` config option above) to use for user scripts. default: `"script"`.
+- `draftsDir: name of directory in patchfoo's directory (as set by `patchfoo.dir` config option above) to use for message draft data. default: `"drafts"`.
## TODO
@@ -148,7 +151,7 @@ patchfoo received the [Troglodita Seal of Approval](https://ccom.uprrp.edu/~humb
## License
-Copyright (C) 2017 Secure Scuttlebutt Consortium
+Copyright (C) 2017-2019 Secure Scuttlebutt Consortium
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as