Updated Branches: refs/heads/1867-feature-plugins 8aad4507f -> e3f60e1bd
fix formatting Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e05b3de0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e05b3de0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e05b3de0 Branch: refs/heads/1867-feature-plugins Commit: e05b3de0f08f2d4b00d43e61eb9beef87f964ea8 Parents: 8aad450 Author: Jan Lehnardt <[email protected]> Authored: Sat Sep 21 11:34:24 2013 +0200 Committer: Jan Lehnardt <[email protected]> Committed: Sat Sep 21 11:34:24 2013 +0200 ---------------------------------------------------------------------- src/couch_plugins/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/e05b3de0/src/couch_plugins/README.md ---------------------------------------------------------------------- diff --git a/src/couch_plugins/README.md b/src/couch_plugins/README.md index b1d6fb7..0093e1d 100644 --- a/src/couch_plugins/README.md +++ b/src/couch_plugins/README.md @@ -30,7 +30,7 @@ first iteration of a plugins system: 4. Complete trust-based system. You trust me to not do any nasty things when you click on the install button. No crypto, no nothing. Only people who can commit to Futon can release new versions of plugins. -5. Minimal user-friendlyness: wonât install plugins that donât match +5. Minimal user-friendlyness: wonât install plugins that donât match the current Erlang version, gives semi-sensible error messages (wrapped in a HTTP 500 response :) 6. Require a pretty strict format for binary releases. @@ -61,7 +61,7 @@ hang of it. Here is a rough list of features squared against future milestones: Milestone 2: Be creator friendly - - Make it easy to build a CouchDB plugin by providing one or more easy + - Make it easy to build a CouchDB plugin by providing one or more easy to start templates. - Make it easy to publish new plugins and new versions of existing plugins. - Make it easy to supply packages for multiple Erlang & CouchDB versions. @@ -100,7 +100,7 @@ module. It exposes one new API endpoint `/_plugins` that an admin user can POST to. -The additional Futon page lives at /_utils/plugins.html it is +The additional Futon page lives at `/_utils/plugins.html` it is hardcoded. Futon (or you) post an object to `/_plugins` with four properties: @@ -183,4 +183,4 @@ to improve this, thanks! Best, Jan --- +--
