Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A3CE187A0 for ; Fri, 5 Feb 2016 20:18:42 +0000 (UTC) Received: (qmail 74967 invoked by uid 500); 5 Feb 2016 20:18:40 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 74927 invoked by uid 500); 5 Feb 2016 20:18:40 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 74683 invoked by uid 99); 5 Feb 2016 20:18:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 20:18:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E431C2C1F5D for ; Fri, 5 Feb 2016 20:18:39 +0000 (UTC) Date: Fri, 5 Feb 2016 20:18:39 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10364) Make Plugin Specification (plugin.xml) page a reference MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134899#comment-15134899 ] ASF GitHub Bot commented on CB-10364: ------------------------------------- Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/474#discussion_r52067383 --- Diff: www/docs/en/dev/plugin_ref/spec.md --- @@ -17,700 +17,491 @@ license: > specific language governing permissions and limitations under the License. -title: Plugin Specification +title: Plugin.xml --- -# Plugin Specification - -The `plugin.xml` file is an XML document in the `plugins` namespace: -`http://apache.org/cordova/ns/plugins/1.0`. It contains a top-level -`plugin` element that defines the plugin, and children that define the -structure of the plugin. - -A sample plugin element: +# Plugin.xml - - +Plugin.xml file defines the structure and settings required for your plugin. It has several elements to provide details about your plugin. -## _plugin_ Element +## plugin -The `plugin` element is the plugin manifest's top-level element. It -features the following attributes: + The `plugin` element is the plugin manifest's top-level element. -* `xmlns` (required): - The plugin namespace, `http://apache.org/cordova/ns/plugins/1.0`. If - the document contains XML from other namespaces, such as tags to be - added to the `AndroidManifest.xml` file, those namespaces should - also be included in the top-level element. + Attributes(type) | Description + ---------------- | ------------ + xmlns(string) | *Required*
The plugin namespace, `http://apache.org/cordova/ns/plugins/1.0`. If the document contains XML from other namespaces, such as tags to be added to the `AndroidManifest.xml` file, those namespaces should also be included in the element. --- End diff -- "... to be added to the `AndroidManifest.xml` " Might be worth mentioning here that this applies in the case of Android. > Make Plugin Specification (plugin.xml) page a reference > ------------------------------------------------------- > > Key: CB-10364 > URL: https://issues.apache.org/jira/browse/CB-10364 > Project: Apache Cordova > Issue Type: Task > Components: Docs > Reporter: Raghav > Assignee: Raghav > Labels: Docs-6.x > > Plugin specification (http://cordova.apache.org/docs/en/latest/plugin_ref/spec.html) needs to be modified as per the new reference structure. > General guidelines: > - While giving examples, keep them short. Do not repeat for all plugins/platforms. > - Remove all references to cordova plugin registry. > - Remove Tizen references. The platform is deprecated (http://markmail.org/message/hryg6sjswecpgndu) > - Keep information up to date for the platforms, CLI and plugins -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org