Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2313010FAE for ; Mon, 17 Jun 2013 23:17:15 +0000 (UTC) Received: (qmail 68960 invoked by uid 500); 17 Jun 2013 23:17:15 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 68864 invoked by uid 500); 17 Jun 2013 23:17:15 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 68828 invoked by uid 99); 17 Jun 2013 23:17:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jun 2013 23:17:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C1D0B8A665A; Mon, 17 Jun 2013 23:17:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: commits@cordova.apache.org Date: Mon, 17 Jun 2013 23:17:16 -0000 Message-Id: In-Reply-To: <0916b577acc64c45bc65d99f5e9cd6fd@git.apache.org> References: <0916b577acc64c45bc65d99f5e9cd6fd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] git commit: updating plugin spec updating plugin spec Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/dde66228 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/dde66228 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/dde66228 Branch: refs/heads/plugman-registry Commit: dde66228562b7ca80949a59966c65ce5f625e5d1 Parents: 7156b0f Author: Anis Kadri Authored: Mon Jun 17 16:08:32 2013 -0700 Committer: Anis Kadri Committed: Mon Jun 17 16:08:32 2013 -0700 ---------------------------------------------------------------------- plugin_spec.md | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/dde66228/plugin_spec.md ---------------------------------------------------------------------- diff --git a/plugin_spec.md b/plugin_spec.md index 2fbabbf..efe1de4 100644 --- a/plugin_spec.md +++ b/plugin_spec.md @@ -72,12 +72,46 @@ If no `` tags are specified, plugman will attempt to install into the sp ## <name> element A human-readable name for the plugin. The text content of the element contains -the name of the plugin. An example: +the name of the plugin. Has to be lower case and cannot contain spaces or special characters. An example: - Foo + foo This element does not (yet) handle localization. +## <description> element + +A human-readable description for the plugin. The text content of the element contains +the description of the plugin. An example: + + foo plugin description + +This element does not (yet) handle localization. + +## <author> element + +Plugin author name. The text content of the element contains +the name of the plugin author. An example: + + foo plugin description + +## <keywords> element + +Plugin keywords. The text content of the element contains comma separated keywords to describe the plugin. An example: + + foo,bar + +## <license> element + +Plugin license. The text content of the element contains the plugin license. An example: + + foo,bar + +## <license> element + +Plugin license. The text content of the element contains the plugin license. An example: + + Apache + ## <asset> element One or more elements listing the files or directories to be copied into a