Minor fixes after meeting.

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

Branch: refs/heads/cordova-website
Commit: f01b7401fd19098857770842731b0af2b9f7a15a
Parents: efbd139
Author: Dmitry Blotsky <[email protected]>
Authored: Tue Aug 18 15:08:33 2015 -0700
Committer: Dmitry Blotsky <[email protected]>
Committed: Tue Aug 18 15:08:33 2015 -0700

----------------------------------------------------------------------
 www/_includes/tools_and_samples.html     |  2 +-
 www/_posts/2013-10-01-plugins-release.md | 11 ++++++-----
 www/_posts/2015-06-22-plugins-release.md |  1 +
 www/blog/index.html                      |  2 +-
 www/index.html                           |  3 ++-
 5 files changed, 11 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f01b7401/www/_includes/tools_and_samples.html
----------------------------------------------------------------------
diff --git a/www/_includes/tools_and_samples.html 
b/www/_includes/tools_and_samples.html
index f142e0a..c452810 100644
--- a/www/_includes/tools_and_samples.html
+++ b/www/_includes/tools_and_samples.html
@@ -9,7 +9,7 @@
     <!-- ROW 1 Starts -->
     <div class="row cordova_tools_gallery">
         {% for tool in site.data.tools %}
-        <div class="col-lg-2 col-sm-va card">
+        <div class="col-lg-2 col-sm-4 card">
             <div class="card_inner">
                 <img src="{{ site.baseurl }}/static/img/tools/{{ tool.image 
}}" class="center-block"/>
                 <p class="card_title">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f01b7401/www/_posts/2013-10-01-plugins-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2013-10-01-plugins-release.md 
b/www/_posts/2013-10-01-plugins-release.md
index 920380a..c99bf65 100644
--- a/www/_posts/2013-10-01-plugins-release.md
+++ b/www/_posts/2013-10-01-plugins-release.md
@@ -8,11 +8,11 @@ categories: news
 tags: release
 ---
 
-Today we are doing a plugin release in preparation for Apache Cordova 3.1.0, 
which is scheduled to be released later this week. 
+Today we are doing a plugin release in preparation for Apache Cordova 3.1.0, 
which is scheduled to be released later this week.
 
 The main change for this release is removing 'core' from the plugin ID fields. 
This was done to make installing plugins simpler in 3.1.0. We are switching 
over to using plugin IDs and our [plugin registry](http://plugins.cordova.io/) 
for plugin installation instead of directly installing from the plugin git urls.
- 
-These plugins are compatible with Cordova 3.0.0. Feel free to upgrade your 
current plugins if you can't wait for 3.1.0 next week. Keep in mind that after 
you install these updated plugins, if you decide to remove these plugins from 
your project, you will have to reference the new IDs instead of the old ones 
that our docs show. 
+
+These plugins are compatible with Cordova 3.0.0. Feel free to upgrade your 
current plugins if you can't wait for 3.1.0 next week. Keep in mind that after 
you install these updated plugins, if you decide to remove these plugins from 
your project, you will have to reference the new IDs instead of the old ones 
that our docs show.
 
 E.g. To update your camera plugin:
 
@@ -20,17 +20,18 @@ E.g. To update your camera plugin:
     cordova plugin add org.apache.cordova.camera
 
 <br />
+
 <!--more-->
 
-    
 *Other Notable Changes:*
+
 * Firefox OS support for Vibration and Device plugins
 * Windows 8 support for multiple plugins
 * Fixed warnings that arose with XCode 5
 * [CB-4847](https://issues.apache.org/jira/browse/CB-4847) iOS 7 microphone 
access requires user permission (media plugin)
 * [CB-4799](https://issues.apache.org/jira/browse/CB-4799) Fix incorrect JS 
references within native code for iOS & Android (media plugin)
 * [CB-4806](https://issues.apache.org/jira/browse/CB-4806) Update splashscreen 
image bounds for iOS 7 (splashscreen plugin)
-* [CB-4593](https://issues.apache.org/jira/browse/CB-4593) Added vibration 
support for BB10 (vibration plugin) 
+* [CB-4593](https://issues.apache.org/jira/browse/CB-4593) Added vibration 
support for BB10 (vibration plugin)
 
 <br />
 You can check out the individual release notes in each of the plugin repos for 
more details.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f01b7401/www/_posts/2015-06-22-plugins-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2015-06-22-plugins-release.md 
b/www/_posts/2015-06-22-plugins-release.md
index 1095d7d..940b551 100644
--- a/www/_posts/2015-06-22-plugins-release.md
+++ b/www/_posts/2015-06-22-plugins-release.md
@@ -7,6 +7,7 @@ title:  "Plugins Release: June 22, 2015"
 categories: news
 tags: release plugins
 ---
+
 The following plugins were updated today:
 
 * [email protected]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f01b7401/www/blog/index.html
----------------------------------------------------------------------
diff --git a/www/blog/index.html b/www/blog/index.html
index 252e002..223d70c 100644
--- a/www/blog/index.html
+++ b/www/blog/index.html
@@ -30,7 +30,7 @@ title: Apache Cordova Blog
                   </div>
                 </header>
                 <section class="post-excerpt">
-                  <p>{{ post.content | truncatewords:80 }}</p>
+                  <p>{{ post.excerpt }}</p>
                   <div><a href="{{ site.baseurl }}{{ post.url 
}}">More...</a></div>
                 </section>
               </li>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f01b7401/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 5a362c9..a5a3912 100644
--- a/www/index.html
+++ b/www/index.html
@@ -193,7 +193,8 @@ permalink: /
         </div>
     </div>
 
-    {% comment %} <!--Remove these comment markers to include the Tools and 
Sample Apps sections. -->
+    <!--Remove these comment markers to include the Tools and Sample Apps 
sections. -->
+    {% comment %}
     {% include tools_and_samples.html %}
     {% endcomment %}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to