summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-13 16:20:32 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-13 16:20:32 -0400
commitdfb394d65acbb060bc6350b7829024fd641aa73d (patch)
treec853a8e9c3f330b7cd2a7cde496294274bc219da /website
parentf672b68d7d43e4e8bd57b72a1bf9788dd52e728b (diff)
suggesting reorganization of monkeysphere-server shortcuts.
Diffstat (limited to 'website')
-rw-r--r--website/bugs/reorganize-monkeysphere-server-shortcuts.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/website/bugs/reorganize-monkeysphere-server-shortcuts.mdwn b/website/bugs/reorganize-monkeysphere-server-shortcuts.mdwn
new file mode 100644
index 0000000..5a4b946
--- /dev/null
+++ b/website/bugs/reorganize-monkeysphere-server-shortcuts.mdwn
@@ -0,0 +1,19 @@
+[[meta title="Reorganize monkeysphere-server shortcuts"]]
+
+Currently, `monkeysphere-server` supports three subcommands to adjust
+the "identity certifiers":
+
+* `add-identity-certifier` (`a`)
+* `remove-identity-certifier` (`r`)
+* `list-identity-certifier` (`l`)
+
+Since [we also want to be able to add/remove multiple
+hostnames](multiple-hostnames), i think we should change the shortcuts
+from `a`, `r`, and `l` to `c+`, `c-`, and `c`.
+
+This would let us create new subcommands like:
+
+* `add-host-name` (`n+`)
+* `revoke-host-name` (`n-`)
+* `list-host-names` (`n`)
+