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/15 00:19:21 UTC

docs commit: Fixing wordiness in README.md. Removing old sample-apps file. Updating text on front page.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 285f4fffb -> 35906ef02


Fixing wordiness in README.md. Removing old sample-apps file. Updating text on front 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/35906ef0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/35906ef0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/35906ef0

Branch: refs/heads/cordova-website
Commit: 35906ef02f8fcc18006b9b775265ba0413c3fd43
Parents: 285f4ff
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Mon Sep 14 15:19:15 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Sep 14 15:19:15 2015 -0700

----------------------------------------------------------------------
 README.md                             |  6 +++---
 www/_data/sample-apps.yml             |  6 ------
 www/_data/showcase-apps.yml           | 13 ++++++++++---
 www/_includes/tools_and_showcase.html |  2 +-
 4 files changed, 14 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/35906ef0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c11d6c6..541d7e0 100644
--- a/README.md
+++ b/README.md
@@ -107,16 +107,16 @@ Finally, go into the cordova-website directory and commit *all* the changes intr
 Adding a Tool or a Showcase App
 ===============================
 
-To add an item to the **Codorva Tools** or **Cordova App Showcase** sections on the main page, follow these steps:
+To add an item to the **Codorva Tools** or the **Cordova App Showcase** sections on the main page, follow these steps:
 
 1. Change the section's YAML file:
     - `www/_data/tools.yml` for Cordova Tools, or
     - `www/_data/showcase-apps.yml` for Cordova App Showcase.
 1. Optionally add an image (the image must be **less than 256KiB** in size):
-    1. Place the image in the `img` directory:
+    1. Place the image in the section's `img` directory:
         - `www/static/img/tools` for Cordova Tools, or
         - `www/static/img/showcase-apps` for Cordova App Showcase.
-    1. Set the `image` field in the YAML file to be just the image file's *name*.
+    1. In the YAML file, set the `image` field to the file's *name*.
 1. Submit a [GitHub pull request][pr] with the changes.
 
 Writing a Blog Post

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/35906ef0/www/_data/sample-apps.yml
----------------------------------------------------------------------
diff --git a/www/_data/sample-apps.yml b/www/_data/sample-apps.yml
deleted file mode 100644
index e217e5e..0000000
--- a/www/_data/sample-apps.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-# -   name: Example Showcase App
-#     image: cordova.png
-#     url: http://example.com
-#     description: >
-#         A description that can
-#         span multiple lines.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/35906ef0/www/_data/showcase-apps.yml
----------------------------------------------------------------------
diff --git a/www/_data/showcase-apps.yml b/www/_data/showcase-apps.yml
index 8a2c88b..1ff53db 100644
--- a/www/_data/showcase-apps.yml
+++ b/www/_data/showcase-apps.yml
@@ -1,7 +1,14 @@
+# -   name: Example Showcase App
+#     image: cordova.png
+#     url: http://example.com
+#     description: >
+#         A description that can
+#         span multiple lines.
+
 -   name: NewVo - Fast Style Advice
     image: NewVo.png
     url: https://newvo.me
     description: >
-        NewVo makes it fun to 
-        share and receive 
-        opinions on style decisions.
\ No newline at end of file
+        NewVo makes it fun to
+        share and receive
+        opinions on style decisions.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/35906ef0/www/_includes/tools_and_showcase.html
----------------------------------------------------------------------
diff --git a/www/_includes/tools_and_showcase.html b/www/_includes/tools_and_showcase.html
index 133b014..1445f7b 100644
--- a/www/_includes/tools_and_showcase.html
+++ b/www/_includes/tools_and_showcase.html
@@ -39,7 +39,7 @@
     <div class="row showcase_section_intro">
         <div class="col-md-12 text-center">
             <h1>Cordova App Showcase</h1>
-            <h2>See examples of how to access native device APIs and more</h2>
+            <h2>See other apps that use Cordova</h2>
         </div>
     </div>
     <div class="row cordova_tools_gallery">


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