You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/11 21:43:48 UTC

[09/12] docs commit: Updating plugin search text

Updating plugin search text


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/05c5c53c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/05c5c53c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/05c5c53c

Branch: refs/heads/cordova-website
Commit: 05c5c53cd7792621a44660df919f9bd8509bcf9a
Parents: 6fffabf
Author: cpsloal <cp...@yahoo.com>
Authored: Fri Sep 11 00:31:45 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:02 2015 -0700

----------------------------------------------------------------------
 www/plugins/authors.md           | 5 ++++-
 www/plugins/faq.md               | 5 ++++-
 www/plugins/plugins_initial.html | 2 +-
 www/static/plugins/app.js        | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/05c5c53c/www/plugins/authors.md
----------------------------------------------------------------------
diff --git a/www/plugins/authors.md b/www/plugins/authors.md
index ac5da38..02823bb 100644
--- a/www/plugins/authors.md
+++ b/www/plugins/authors.md
@@ -3,7 +3,7 @@ layout: plugins-help
 title: Apache Cordova Plugin Contributors
 ---
 
-# npm Plugin Search for Plugin Authors
+# Plugin Search for Plugin Authors
 
 ## How do I add a new plugin to Plugin Search?
 
@@ -45,3 +45,6 @@ Yes there are. Please take a look at the [Plugin Development Guide]({{ site.base
 ## I don't like X. How can I help improve the website?
 
 You can help improve this site by opening bugs on [JIRA](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20%3D%20Open%20AND%20component%20%3D%20%22Registry%20Web%22) or by sending PRs on [GitHub](https://github.com/apache/cordova-docs/tree/cordova-website).
+
+
+

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/05c5c53c/www/plugins/faq.md
----------------------------------------------------------------------
diff --git a/www/plugins/faq.md b/www/plugins/faq.md
index 343ee40..a1d4a9b 100644
--- a/www/plugins/faq.md
+++ b/www/plugins/faq.md
@@ -3,7 +3,7 @@ layout: plugins-help
 title: Apache Cordova Plugins FAQ
 ---
 
-# npm Plugin Search FAQ
+# Plugin Search FAQ
 
 ## What is npm Plugin Search?
 
@@ -39,3 +39,6 @@ Yes there are. Please take a look at [Add Plugin Features]({{ site.baseurl }}/do
 ## I don't like X. How can I help improve the website?
 
 You can help improve this site by opening bugs on [JIRA](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20%3D%20Open%20AND%20component%20%3D%20%22Registry%20Web%22) or by sending PRs on [GitHub](https://github.com/apache/cordova-docs/tree/cordova-website).
+
+
+

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/05c5c53c/www/plugins/plugins_initial.html
----------------------------------------------------------------------
diff --git a/www/plugins/plugins_initial.html b/www/plugins/plugins_initial.html
index 8db714a..2723870 100644
--- a/www/plugins/plugins_initial.html
+++ b/www/plugins/plugins_initial.html
@@ -26,7 +26,7 @@ plugins_tab: true
                 <div class="whatisplugin_box">
                     <img src="{{ site.baseurl }}/static/img/pluggy.png"/>
                     <h2>What is a Cordova plugin?</h2>
-                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec ante placerat, gravida ligula in, interdum mauris. Sed quis est vel erat vestibulum volutpat in vitae.  <a href="#">Learn more...</a></p>
+                    <p>A plugin is a bit of add-on code that provides JavaScript interface to native components.  They allow your app to use native device capabilities beyond what is available to pure web apps.<a href="#">Learn more...</a></p>
                 </div>
                 <div class="clearfix"></div>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/05c5c53c/www/static/plugins/app.js
----------------------------------------------------------------------
diff --git a/www/static/plugins/app.js b/www/static/plugins/app.js
index 065ddd2..7aa4506 100755
--- a/www/static/plugins/app.js
+++ b/www/static/plugins/app.js
@@ -447,7 +447,7 @@ var App = React.createClass({
                             <div className="whatisplugin_box">
                                 <img src="{{ site.baseurl }}/static/img/pluggy.png"/>
                                 <h2>What is a Cordova plugin?</h2>
-                                <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec ante placerat, gravida ligula in, interdum mauris. Sed quis est vel erat vestibulum volutpat in vitae.  <a href="#">Learn more...</a></p>
+                                <p>A plugin is a bit of add-on code that provides JavaScript interface to native components.  They allow your app to use native device capabilities beyond what is available to pure web apps.</p>
                             </div>
                             <div className="clearfix"></div>
                         </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org