Author: maxw
Date: Mon Oct 21 21:34:59 2013
New Revision: 1534387

URL: http://svn.apache.org/r1534387
Log:
Added a 'more' tag to the plugin registry blog post.

Modified:
    cordova/site/public/index.html
    cordova/site/public/news/2013/10/21/cordova-registry.html
    cordova/site/public/rss.xml
    cordova/site/www/_posts/2013-10-21-cordova-registry.md

Modified: cordova/site/public/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1534387&r1=1534386&r2=1534387&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Mon Oct 21 21:34:59 2013
@@ -104,36 +104,6 @@
 
 <p>Our solution, which has been alluded to in previous posts, is the <a 
href="http://plugins.cordova.io/";>Cordova plugin registry</a>. Using the 
Cordova CLI, app developers can add plugins to their projects with a single 
command.</p>
 
-<p>From anywhere within an app’s directory, plugins can be added to a 
project with</p>
-
-<pre><code>cordova plugin add [PLUGIN_ID]</code></pre>
-
-<p>where PLUGIN_ID is the id (typically reverse-domain style) shown on the 
plugin registry website. You can also download a specific version of a 
plugin:</p>
-
-<pre><code>cordova plugin add [PLUGIN_ID]@[VERSION]</code></pre>
-
-<p>How do these plugins get there? Using plugman, plugin developers can easily 
send their plugins out into the world to be discovered by app developers.</p>
-
-<p>First, if you don’t have a plugman account, you need to create one.</p>
-
-<pre><code>plugman adduser</code></pre>
-
-<p>Then, you’re free to publish!</p>
-
-<pre><code>plugman publish [PATH_TO_YOUR_PLUGIN]</code></pre>
-
-<p>There’s more you can do (such as search for a plugin by keyword)—you 
can find more information using <code>plugman --help</code>.</p>
-
-<p>For general plugin development help, you can find a guide <a 
href="http://cordova.apache.org/docs/en/3.1.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide";>here</a>.</p>
-
-<p>All of Cordova’s plugins (which were bundled with core Cordova prior to 
3.0) can be found in the registry.</p>
-
-<p>Also, there are already some third-party plugins available and ready to 
use. Google has contributed multiple plugins to the registry, allowing app 
developers to use some <a 
href="http://developer.chrome.com/apps/api_index.html";>Chrome Apps APIs</a>, 
such as identity and socket, in their Cordova applications.</p>
-
-<p>Other great examples include an NFC plugin by Chariot Solutions, an iOS 
keychain plugin by prominent Cordova contributor Shazron Abdullah, and a 
spinner/loader plugin by Wizcorp—and the list keeps growing.</p>
-
-<p>Cordova’s new plugin registry makes it easier than ever to discover and 
contribute plugins. Whether you want to peruse what’s available or add to 
that list, check it out <a href="http://plugins.cordova.io/";>here</a>!</p>
-
     
       <li><span>10 Oct 2013</span> &raquo; <a 
href="http://cordova.apache.org/news/2013/10/10/plugins-release.html";>Plugins 
Release: October 10th, 2013</a>
       

Modified: cordova/site/public/news/2013/10/21/cordova-registry.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/21/cordova-registry.html?rev=1534387&r1=1534386&r2=1534387&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/21/cordova-registry.html (original)
+++ cordova/site/public/news/2013/10/21/cordova-registry.html Mon Oct 21 
21:34:59 2013
@@ -71,7 +71,7 @@
 <p>Cordova 3.0 saw a major shift towards plugins. As part of this shift, 
we’re focusing on making plugins easy to use and, equally importantly, easy 
to discover. App developers want to know what plugins are available to them, 
and plugin developers want their plugins to be visible to the community.</p>
 
 <p>Our solution, which has been alluded to in previous posts, is the <a 
href="http://plugins.cordova.io/";>Cordova plugin registry</a>. Using the 
Cordova CLI, app developers can add plugins to their projects with a single 
command.</p>
-
+<!--more-->
 <p>From anywhere within an app’s directory, plugins can be added to a 
project with</p>
 
 <pre><code>cordova plugin add [PLUGIN_ID]</code></pre>

Modified: cordova/site/public/rss.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1534387&r1=1534386&r2=1534387&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Mon Oct 21 21:34:59 2013
@@ -5,8 +5,8 @@
         <description>Apache Cordova - Apache Cordova is a set of device APIs 
that allow a web mobile app developer to access native device function from 
JavaScript.</description>
         <atom:link href="http://cordova.apache.org/rss.xml"; rel="self" 
type="application/rss+xml" />
         <link>http://cordova.apache.org/rss.xml</link>
-        <lastBuildDate>Mon, 21 Oct 2013 17:26:21 -0400</lastBuildDate>
-        <pubDate>Mon, 21 Oct 2013 17:26:21 -0400</pubDate>
+        <lastBuildDate>Mon, 21 Oct 2013 17:34:07 -0400</lastBuildDate>
+        <pubDate>Mon, 21 Oct 2013 17:34:07 -0400</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -24,7 +24,7 @@
 &lt;p&gt;Cordova 3.0 saw a major shift towards plugins. As part of this shift, 
we’re focusing on making plugins easy to use and, equally importantly, easy 
to discover. App developers want to know what plugins are available to them, 
and plugin developers want their plugins to be visible to the 
community.&lt;/p&gt;
 
 &lt;p&gt;Our solution, which has been alluded to in previous posts, is the 
&lt;a href=&quot;http://plugins.cordova.io/&quot;&gt;Cordova plugin 
registry&lt;/a&gt;. Using the Cordova CLI, app developers can add plugins to 
their projects with a single command.&lt;/p&gt;
-
+&lt;!--more--&gt;
 &lt;p&gt;From anywhere within an app’s directory, plugins can be added to a 
project with&lt;/p&gt;
 
 &lt;pre&gt;&lt;code&gt;cordova plugin add [PLUGIN_ID]&lt;/code&gt;&lt;/pre&gt;

Modified: cordova/site/www/_posts/2013-10-21-cordova-registry.md
URL: 
http://svn.apache.org/viewvc/cordova/site/www/_posts/2013-10-21-cordova-registry.md?rev=1534387&r1=1534386&r2=1534387&view=diff
==============================================================================
--- cordova/site/www/_posts/2013-10-21-cordova-registry.md (original)
+++ cordova/site/www/_posts/2013-10-21-cordova-registry.md Mon Oct 21 21:34:59 
2013
@@ -12,6 +12,7 @@ Cordova 3.0 saw a major shift towards pl
 
 Our solution, which has been alluded to in previous posts, is the [Cordova 
plugin registry](http://plugins.cordova.io/).  Using the Cordova CLI, app 
developers can add plugins to their projects with a single command.
 
+<!--more-->
 From anywhere within an app's directory, plugins can be added to a project with
 
     cordova plugin add [PLUGIN_ID]


Reply via email to