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:40 UTC

[01/12] docs commit: Updating Artwork page

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website ba4924662 -> 36accfaeb


Updating Artwork page


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

Branch: refs/heads/cordova-website
Commit: fc958bef0fe190164f57140f74ddaf2958c78fef
Parents: 9e2da1a
Author: cpsloal <cp...@yahoo.com>
Authored: Thu Sep 10 23:31:30 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:01 2015 -0700

----------------------------------------------------------------------
 www/artwork.html                 | 67 ++++++++++++++++++++---------------
 www/static/css-src/_artwork.scss | 34 ++++++++++++++++++
 www/static/css-src/main.scss     |  1 +
 3 files changed, 74 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fc958bef/www/artwork.html
----------------------------------------------------------------------
diff --git a/www/artwork.html b/www/artwork.html
index 915806a..9f53b6d 100644
--- a/www/artwork.html
+++ b/www/artwork.html
@@ -4,41 +4,52 @@ title: Apache Cordova Artwork
 permalink: /artwork/
 ---
 
-<div class="wrap">
-    <h2 class="">Apache Cordova Artwork</h2>
-</div>
-<div class="grid">
-    <div class="wrap">
-        <div class="button-container middle">
-            <a class="button" href="http://cordova.apache.org/downloads/icons_3.zip">ICON SET<label>512x512~16x16</label></a>
+<div class="container">
+    <div class="row">
+        <div class="col-sm-12 text-center">
+            <h1>Apache Cordova Artwork</h1>
         </div>
-        <p>
+    </div>
+    
+    <div class="row iconset">
+        <div class="col-md-8">
             <img src="{{ site.baseurl }}/static/img/cordova_256.png" alt=""/>
             <img src="{{ site.baseurl }}/static/img/cordova_128.png" alt=""/>
             <img src="{{ site.baseurl }}/static/img/cordova_64.png" alt=""/>
             <img src="{{ site.baseurl }}/static/img/cordova_48.png" alt=""/>
             <img src="{{ site.baseurl }}/static/img/cordova_32.png" alt=""/>
             <img src="{{ site.baseurl }}/static/img/cordova_24.png" alt=""/>
-            <img src="{{ site.baseurl }}/static/img/cordova_16.png" alt=""/>
-        </p>
-    </div>
-</div>
-<br/>
-<div class="grid">
-    <div class="wrap">
-        <div class="button-container middle">
-            <a class="button" href="http://cordova.apache.org/downloads/logos_2.zip">LOGO SET<label>2 Sets of 4 Variations</label></a>
+            <img src="{{ site.baseurl }}/static/img/cordova_16.png" alt=""/>            
         </div>
-        <p><img src="{{ site.baseurl }}/static/img/logo_full.png" alt=""/></p>
-    </div>
-</div>
-<br/>
-<div class="grid">
-    <div class="wrap">
-        <div class="button-container middle">
-            <a class="button" href="http://cordova.apache.org/downloads/screens_4.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a>
+        <div class="col-md-4">
+            <div class="button-container middle">
+                <a class="button" href="http://cordova.apache.org/downloads/icons_3.zip">ICON SET<label>512x512~16x16</label></a>
+            </div>            
+        </div>        
+    </div>    
+
+
+    <div class="row iconset">
+        <div class="col-md-8">
+            <img src="{{ site.baseurl }}/static/img/logo_full.png" alt=""/>            
         </div>
-        <p><br/><img src="{{ site.baseurl }}/static/img/splash.png" alt=""/></p>
-    </div>
+        <div class="col-md-4">
+            <div class="button-container middle">
+                <a class="button" href="http://cordova.apache.org/downloads/logos_2.zip">LOGO SET<label>2 Sets of 4 Variations</label></a>
+            </div>            
+        </div>       
+    </div>  
+    
+    
+    <div class="row iconset">
+        <div class="col-md-8">
+            <img src="{{ site.baseurl }}/static/img/splash.png" alt=""/>    
+        </div>
+        <div class="col-md-4">
+            <div class="button-container middle">
+                <a class="button" href="http://cordova.apache.org/downloads/screens_4.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a>
+            </div>            
+        </div>        
+    </div>  
+    
 </div>
-

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fc958bef/www/static/css-src/_artwork.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_artwork.scss b/www/static/css-src/_artwork.scss
new file mode 100644
index 0000000..0b094e7
--- /dev/null
+++ b/www/static/css-src/_artwork.scss
@@ -0,0 +1,34 @@
+.iconset {
+  padding: 100px 0;
+}
+
+.button {
+    display: block;
+    background: url(/static/img/sprite.png) no-repeat;
+    background-color: #4cc2e4;
+    background-position: 100% -171px;
+    width: 310px;
+    padding: 16px;
+    color: #fff;
+    font-size: 24px;
+    text-decoration: none;
+    -webkit-transition: background 0.1s linear;
+    -moz-transition: background 0.1s linear;
+    transition: background 0.1s linear;
+}
+
+.button label {
+    display: block;
+    font-size: 0.5em;
+    height: 16px;
+}
+
+.button:hover {
+    background-color: #4cd6fc;
+    color: #fff;
+    text-decoration: none;
+}
+
+.button a:hover {
+    color: #4cc2e4;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fc958bef/www/static/css-src/main.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/main.scss b/www/static/css-src/main.scss
index e0d62c5..70b691d 100644
--- a/www/static/css-src/main.scss
+++ b/www/static/css-src/main.scss
@@ -130,3 +130,4 @@ h2 {
 @import 'docs';
 @import 'contribute';
 @import 'contact';
+@import 'artwork';


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


[04/12] docs commit: Updating value prop

Posted by db...@apache.org.
Updating value prop


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

Branch: refs/heads/cordova-website
Commit: 2bc7d0bc96712be7c8d54810b0774ed6ad2b9306
Parents: a96b7b1
Author: cpsloal <cp...@yahoo.com>
Authored: Thu Sep 10 17:00:27 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:01 2015 -0700

----------------------------------------------------------------------
 www/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2bc7d0bc/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index ca3ecc0..77600de 100644
--- a/www/index.html
+++ b/www/index.html
@@ -40,7 +40,7 @@ permalink: /
                 <div class="col-xs-4">
                     <div class="row">
                         <div class="col-sm-4 col-md-3"><div class="sprite_img" id="sprite_shared_code"></div></div>
-                        <div class="col-sm-8 col-md-9"><div class="value_prop"><p>100% shared code across platforms</p></div></div>
+                        <div class="col-sm-8 col-md-9"><div class="value_prop"><p>Shared code across platforms</p></div></div>
                     </div>
                 </div>
                 <div class="col-xs-4">


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


[11/12] docs commit: Adding keypress event handler for lira search box

Posted by db...@apache.org.
Adding keypress event handler for lira search box


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

Branch: refs/heads/cordova-website
Commit: fd7de49ec1b8e6e4b29254e8762b13c7d2b7ddb4
Parents: 6d1fe4b
Author: cpsloal <cp...@yahoo.com>
Authored: Fri Sep 11 00:48:19 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:03 2015 -0700

----------------------------------------------------------------------
 www/static/js/index.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fd7de49e/www/static/js/index.js
----------------------------------------------------------------------
diff --git a/www/static/js/index.js b/www/static/js/index.js
index 59bdfbe..1a2da92 100644
--- a/www/static/js/index.js
+++ b/www/static/js/index.js
@@ -137,4 +137,7 @@ $(document).ready(function () {
     });
 
     $("#jira-search-button").on("click", submitJiraSearchForm);
+    $("#jira-search-box").on("keypress", function searchKeypressEventHandler (e) {
+        if(e.keyCode == 13) submitJiraSearchForm();
+    });
 });


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


[08/12] docs commit: Updating the default location for documentation link

Posted by db...@apache.org.
Updating the default location for documentation link


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

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

----------------------------------------------------------------------
 www/_includes/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6d1fe4b7/www/_includes/header.html
----------------------------------------------------------------------
diff --git a/www/_includes/header.html b/www/_includes/header.html
index 91bd4cd..1d9c09f 100644
--- a/www/_includes/header.html
+++ b/www/_includes/header.html
@@ -15,7 +15,7 @@
             <div class="nav_bar_center">
                 <ul class="nav navbar-nav">
                     <li {% if page.docs_tab %}class="active"{% endif %}>
-                        <a href="{{ site.baseurl }}/docs/en/edge/guide/cli/">Documentation</a>
+                        <a href="{{ site.baseurl }}/docs/en/edge/guide/overview/">Documentation</a>
                     </li>
                     <li {% if page.plugins_tab %}class="active"{% endif %}>
                         <a href="{{ site.baseurl }}/plugins">Plugins</a>


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


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

Posted by db...@apache.org.
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


[10/12] docs commit: Fixing blog post navigation

Posted by db...@apache.org.
Fixing blog post navigation


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

Branch: refs/heads/cordova-website
Commit: c04ad610afb9e41fc14069c50e4be95241fb79fc
Parents: fd7de49
Author: cpsloal <cp...@yahoo.com>
Authored: Fri Sep 11 01:19:47 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:03 2015 -0700

----------------------------------------------------------------------
 www/static/css-src/_blog.scss | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c04ad610/www/static/css-src/_blog.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_blog.scss b/www/static/css-src/_blog.scss
index 79535e5..a488786 100644
--- a/www/static/css-src/_blog.scss
+++ b/www/static/css-src/_blog.scss
@@ -207,6 +207,9 @@
             color: black;
         }
         footer{
+            background-color: #FFF;
+            margin: 100px 0;
+            
             .title{
                 color: #3992ab;
                 font-size: 12pt;
@@ -223,7 +226,7 @@
         }
     }
     .disqus{
-        margin-top: 30px;
+        margin: 30px 0;
     }
 
     section.nextprev-posts{


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


[03/12] docs commit: Updating wording

Posted by db...@apache.org.
Updating wording


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

Branch: refs/heads/cordova-website
Commit: 9e2da1a52cc89a5ee0c4f25856e90931fd8b9976
Parents: 2bc7d0b
Author: cpsloal <cp...@yahoo.com>
Authored: Thu Sep 10 17:55:19 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:01 2015 -0700

----------------------------------------------------------------------
 www/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9e2da1a5/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 77600de..486f65b 100644
--- a/www/index.html
+++ b/www/index.html
@@ -40,7 +40,7 @@ permalink: /
                 <div class="col-xs-4">
                     <div class="row">
                         <div class="col-sm-4 col-md-3"><div class="sprite_img" id="sprite_shared_code"></div></div>
-                        <div class="col-sm-8 col-md-9"><div class="value_prop"><p>Shared code across platforms</p></div></div>
+                        <div class="col-sm-8 col-md-9"><div class="value_prop"><p>Reusable code across platforms</p></div></div>
                     </div>
                 </div>
                 <div class="col-xs-4">


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


[02/12] docs commit: Adding Visual Studio and TACO-CLI to the tools list

Posted by db...@apache.org.
Adding Visual Studio and TACO-CLI to the tools list


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

Branch: refs/heads/cordova-website
Commit: a96b7b13e22fb74a137c7dd89e4dd38d46cf86ba
Parents: ba49246
Author: cpsloal <cp...@yahoo.com>
Authored: Thu Sep 10 15:32:47 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:01 2015 -0700

----------------------------------------------------------------------
 www/_data/tools.yml                          |  13 +++++++++++++
 www/static/img/tools/TACO_105px.png          | Bin 0 -> 3552 bytes
 www/static/img/tools/visual_studio_white.png | Bin 0 -> 1605 bytes
 3 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a96b7b13/www/_data/tools.yml
----------------------------------------------------------------------
diff --git a/www/_data/tools.yml b/www/_data/tools.yml
index b260452..72c167b 100644
--- a/www/_data/tools.yml
+++ b/www/_data/tools.yml
@@ -32,3 +32,16 @@
     description: >
         Custom Elements-based HTML5 framework offers a large selection of components and responsive layout support.
         Onsen UI lets you create professionally designed multiplatform apps without acquiring additional skillset.
+
+-   name: Visual Studio
+    image: visual_studio_white.png
+    url: http://aka.ms/cordova
+    description: >
+        Popular IDE for building cross-platform apps for Android, iOS, and Windows. Complete with advanced build and debugging support.
+
+-   name: TACO
+    image: TACO_105px.png
+    url: http://taco.tools
+    description: >
+        Tools for Apache Cordova is a command line utility designed to make building hybrid apps easy and fun.  Faster setup. Friendlier command line. Validated quality at run-time.
+

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a96b7b13/www/static/img/tools/TACO_105px.png
----------------------------------------------------------------------
diff --git a/www/static/img/tools/TACO_105px.png b/www/static/img/tools/TACO_105px.png
new file mode 100644
index 0000000..2b8f6e5
Binary files /dev/null and b/www/static/img/tools/TACO_105px.png differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a96b7b13/www/static/img/tools/visual_studio_white.png
----------------------------------------------------------------------
diff --git a/www/static/img/tools/visual_studio_white.png b/www/static/img/tools/visual_studio_white.png
new file mode 100644
index 0000000..a85901a
Binary files /dev/null and b/www/static/img/tools/visual_studio_white.png differ


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


[07/12] docs commit: Updating contribute page formating

Posted by db...@apache.org.
Updating contribute page formating


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

Branch: refs/heads/cordova-website
Commit: dc9c03882ffb068d21a63f7de4752346db07beec
Parents: fc958be
Author: cpsloal <cp...@yahoo.com>
Authored: Thu Sep 10 23:46:46 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:02 2015 -0700

----------------------------------------------------------------------
 www/contribute/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/dc9c0388/www/contribute/index.html
----------------------------------------------------------------------
diff --git a/www/contribute/index.html b/www/contribute/index.html
index efcb19e..ad8d9a0 100644
--- a/www/contribute/index.html
+++ b/www/contribute/index.html
@@ -22,7 +22,7 @@ title: Apache Cordova Plugins
                 <li>Join the <a href="{{ site.baseurl }}/contact">Mailing List</a></li>
                 <li>Sign the <a href="http://www.apache.org/licenses/#clas">Individual Contributor License Agreement (ICLA)</a></li>
                 <li>Create an account in <a href="https://issues.apache.org/jira/secure/Dashboard.jspa">Apache Jira</a></li>
-                <li>Bookmark the official URL for <a href="https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel">Cordova Issues</a><p>(See also <a href="http://wiki.apache.org/cordova/IssueWorkflow">Issue Workflow</a>)</p></li>
+                <li>Bookmark the official URL for <a href="https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel">Cordova Issues</a> (See also <a href="http://wiki.apache.org/cordova/IssueWorkflow">Issue Workflow</a>)</li>
                 <li>Send a brief introduction of yourself to <a href="mailto:dev@cordova.apache.org">dev@cordova.apache.org</a></li>
             </ol>
         </div>


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


[05/12] docs commit: Removed showcase apps section

Posted by db...@apache.org.
Removed showcase apps section


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

Branch: refs/heads/cordova-website
Commit: 175fe40f8b2b0d7423fcedad454297b4da94a82e
Parents: dc9c038
Author: cpsloal <cp...@yahoo.com>
Authored: Thu Sep 10 23:57:49 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:02 2015 -0700

----------------------------------------------------------------------
 www/_includes/tools_and_showcase.html | 3 +++
 www/static/css-src/_home.scss         | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/175fe40f/www/_includes/tools_and_showcase.html
----------------------------------------------------------------------
diff --git a/www/_includes/tools_and_showcase.html b/www/_includes/tools_and_showcase.html
index d3cbfcc..60948ee 100644
--- a/www/_includes/tools_and_showcase.html
+++ b/www/_includes/tools_and_showcase.html
@@ -35,6 +35,7 @@
     </div>
 </div>
 
+<!-- 
 <div class="container">
     <div class="row showcase_section_intro">
         <div class="col-md-12 text-center">
@@ -74,3 +75,5 @@
         </p>
     </div>
 </div>
+
+-->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/175fe40f/www/static/css-src/_home.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_home.scss b/www/static/css-src/_home.scss
index 402baaf..a5e31aa 100644
--- a/www/static/css-src/_home.scss
+++ b/www/static/css-src/_home.scss
@@ -254,6 +254,6 @@ img#logo_top {
 		}
 }
 .add_seemore_links {
-	margin-top:10px;
+	margin: 15px 0;
 	a {	padding-left:30px; }
 }


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


[12/12] docs commit: Integrating CR feedback

Posted by db...@apache.org.
Integrating CR feedback


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

Branch: refs/heads/cordova-website
Commit: 36accfaeb4cb7553076fa589c053fc5f73a304f9
Parents: c04ad61
Author: cpsloal <cp...@yahoo.com>
Authored: Fri Sep 11 09:03:09 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:03 2015 -0700

----------------------------------------------------------------------
 www/static/css-src/_artwork.scss | 2 +-
 www/static/css-src/_plugins.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/36accfae/www/static/css-src/_artwork.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_artwork.scss b/www/static/css-src/_artwork.scss
index 0b094e7..7a9dcee 100644
--- a/www/static/css-src/_artwork.scss
+++ b/www/static/css-src/_artwork.scss
@@ -4,7 +4,7 @@
 
 .button {
     display: block;
-    background: url(/static/img/sprite.png) no-repeat;
+    background: url("{{ site.baseurl }}/static/img/sprite.png") no-repeat;
     background-color: #4cc2e4;
     background-position: 100% -171px;
     width: 310px;

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/36accfae/www/static/css-src/_plugins.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_plugins.scss b/www/static/css-src/_plugins.scss
index a147ad6..5846b92 100644
--- a/www/static/css-src/_plugins.scss
+++ b/www/static/css-src/_plugins.scss
@@ -121,7 +121,7 @@
 	text-align: center;
 	cursor:pointer;
 	padding: 10px;
-	background-color: #4CC2E4;
+	background-color: $brand-primary;
 	color: #000;
 }
 


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


[06/12] docs commit: Updating plugin search show more to be more prominent

Posted by db...@apache.org.
Updating plugin search show more to be more prominent


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

Branch: refs/heads/cordova-website
Commit: 6fffabfe9d01a212405c9a0db8798fe47a2427ed
Parents: 175fe40
Author: cpsloal <cp...@yahoo.com>
Authored: Fri Sep 11 00:15:34 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:02 2015 -0700

----------------------------------------------------------------------
 www/static/css-src/_plugins.scss  | 7 +++++++
 www/static/plugins/pluginlist.jsx | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6fffabfe/www/static/css-src/_plugins.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_plugins.scss b/www/static/css-src/_plugins.scss
index e3f11ad..a147ad6 100644
--- a/www/static/css-src/_plugins.scss
+++ b/www/static/css-src/_plugins.scss
@@ -120,6 +120,13 @@
 .plugin-results-show-more {
 	text-align: center;
 	cursor:pointer;
+	padding: 10px;
+	background-color: #4CC2E4;
+	color: #000;
+}
+
+.plugin-results-show-more:hover {
+	color: #000;
 }
 
 .version_and_author {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6fffabfe/www/static/plugins/pluginlist.jsx
----------------------------------------------------------------------
diff --git a/www/static/plugins/pluginlist.jsx b/www/static/plugins/pluginlist.jsx
index e8b8f94..a1e6afd 100755
--- a/www/static/plugins/pluginlist.jsx
+++ b/www/static/plugins/pluginlist.jsx
@@ -39,7 +39,7 @@ var PluginList = React.createClass({
             var showMore = null, visiblePlugins = [];
             if (plugins.length - this.state.searchPage * PageExtensionLength > InitialPageLength) {
                 showMore =
-                    <div className="plugin-results-show-more" onClick={this.increaseSearchResults}>
+                    <div className="plugin-results-show-more btn-block btn-primary" onClick={this.increaseSearchResults}>
                         Show More
                     </div>;
             }


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